summaryrefslogtreecommitdiffstats
path: root/src/query.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-22* Add C files of the gui, so it can be built without gtkamlc or valac * Fix ↵pancake1-6/+4
build of gui.gtkaml (sync with last vala) * Update version number in gui about dialog * Some syntax cleanup and removed some unnecesary printf calls
2009-12-21* Fix segmentation fault with -O2 while unpacking (thanks for reporting) * ↵pancake@flubox1-7/+5
Various random checks to ensure read/write ops are success
2008-12-08* Implement and test direct file FIASCO flash - openfiasco receives options ↵pancake1-10/+11
for grepping for pieces and be verbose - fixed flashing order using grep options xloader, secondary, kernel, initfs, rootfs - Tested and working - Added parser for the hw revision string * Autodetect device hw revision and setup the subversion string on the fly.
2008-03-06* Initial working version of the flash gui - Renamed to goxf - Needs 'sudo' ↵pancake1-13/+35
to be enabled to the user without password - Identify and ban piece files while including them in the list - Support for flashing multiple piece files - progressbar and warn/error messages handled - Supports reboot mobo command * Make qmode be functional * Lot of hardcore fixups on squeue_open - Should work now everywhere fine asumid UID 1000 as allowed user - Reduce timeouts - Add push2 method
2008-02-18* Initial support for n8100.3.2pancake1-7/+9
- Fix set_altinterface workaround which seems to be checked by nolo 1.7 - n810 has the same USBID than n770 * Define some nolo commands used in query.c in nolo.h * Get SW version with -i too
2008-01-14* Up to 0.3.2pancake1-1/+4
* Add HAVE_USB to config.mk - Now is possible to build a usb-less version of the flasher (only for unpacking and so, offline operations) * Refactor varname. Avoid portability problems: - reboot -> moboreboot
2007-06-30* Upgrade to GPLv30.2pancake1-14/+12
2007-04-25* import of the 'set-rd-flags+cleanups' patch from Robert Schusterpancake1-1/+96
adds support for setting and clearing the rd flags (no-retu-watchdog, serial-console and the like). The interface to it is a bit cryptic (construct your own hex number) but it works like like 'chmod'.
2007-04-25* import of the 'set-get-query_header' from Robert Schusterpancake1-27/+57
1) name the simple functions get_foo and set_foo (and make them more consistent e.g. set_rd_mode and get_rd_mode). 2) moved remaining simple queries from main.c into query.c 3) created separate query.h header and included it in main.c 4) implemented get_usb_mode (they do not have this in the proprietary flasher) and added this function to a normal run (-> you will see the current USB mode when running with -i)
2007-04-20* 'set root device' patch inclusion from Robert Schusterpancake1-4/+27
2007-04-20* Initial commit of 0xFFFF.0.1pancake1-0/+193
This tree contains the same as the 0.1 tarball