Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Heimdall CLI build to use an MSYS2 environment | Benjamin Dobell | 2015-02-19 | 9 | -2734/+64 |
| | |||||
* | Fix UNIX CMake (and OS X autotools) builds for Heimdall CLI | Benjamin Dobell | 2014-12-10 | 3 | -16/+36 |
| | |||||
* | CMake build fixes | Benjamin Dobell | 2014-11-17 | 2 | -1/+3 |
| | |||||
* | Continue to support autotools... for now | Benjamin Dobell | 2014-11-17 | 2 | -1/+5 |
| | |||||
* | CMake files for Heimdall CLI and mingw support | Benjamin Dobell | 2014-11-17 | 12 | -13/+342 |
| | |||||
* | More empty transfer craziness, this time when receving packets | Benjamin Dobell | 2014-07-06 | 2 | -64/+76 |
| | | | | | It seems newer devices need more weird empty transfers in order to function. | ||||
* | Autogen'd files for Heimdall 1.4.1 | Benjamin Dobell | 2014-06-01 | 14 | -800/+931 |
| | |||||
* | Fixed support for large files (up to 2^32 - 1 bytes) | Benjamin Dobell | 2014-06-01 | 7 | -36/+49 |
| | | | | | | The Loke protocol supports 32-bit unsigned for the size of files being flashed. However, POSIX file commands only support 32-bit (signed). As such we now have platform specific support for larger files. | ||||
* | Fixed file transfer sequence bug | Benjamin Dobell | 2014-06-01 | 2 | -13/+11 |
| | |||||
* | Give devices some leeway to handle empty bulk transfers. | Benjamin Dobell | 2014-05-31 | 2 | -8/+13 |
| | |||||
* | Fixed line endings in install-kext.sh | Benjamin Dobell | 2014-05-21 | 1 | -7/+7 |
| | |||||
* | Signed the OS X codeless kext. | Benjamin Dobell | 2014-05-21 | 4 | -0/+105 |
| | |||||
* | Fixed regression that broke support for GT-I9100 etc. | Benjamin Dobell | 2014-05-18 | 2 | -19/+41 |
| | |||||
* | Tweaked VC++ linker options for Frontend (to ensure quicker builds). | Benjamin Dobell | 2014-05-18 | 1 | -0/+2 |
| | |||||
* | Removed unused optional parameters in BridgeManager. | Benjamin Dobell | 2014-05-18 | 2 | -25/+16 |
| | |||||
* | Fixed Frontend bug that could cause flashing to fail. | Benjamin Dobell | 2014-05-18 | 1 | -0/+1 |
| | | | | | | | The resume boolean did not have a default value set. Consequently if the memory address containing the boolean was already non-null it resulted in the heimdall CLI binary being called with the --resume flag even though the Resume check-box in the UI was not checked. | ||||
* | Removed VC++ info from Windows README as builds are now statically linked. | Benjamin Dobell | 2014-05-17 | 1 | -15/+0 |
| | |||||
* | Windows does not provide (or require) va_copy. | Benjamin Dobell | 2014-05-17 | 1 | -0/+4 |
| | |||||
* | Updated .gitignore to exclude ./configure and Make output. | Benjamin Dobell | 2014-05-15 | 1 | -0/+21 |
| | |||||
* | Fixed Heimdall Frontend Mac builds. | Benjamin Dobell | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | Added missing new lines to CLI help output. | Benjamin Dobell | 2014-05-15 | 3 | -3/+3 |
| | |||||
* | Fixed help output alignment. | Benjamin Dobell | 2014-05-11 | 4 | -10/+10 |
| | |||||
* | Fixed header guard typo. | Benjamin Dobell | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | Fixed hard-coded libdir regression. | Benjamin Dobell | 2014-05-10 | 2 | -2/+2 |
| | |||||
* | Merge pull request #199 from m-willers/fix_stdargs | Benjamin Dobell | 2014-05-10 | 1 | -30/+42 |
|\ | |||||
| * | fix --stdout-errors handling | Martin Willers | 2014-05-10 | 1 | -30/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | When using --stdout-errors, the messages written to stdout contained garbage. Inside vfprintf(), each va_arg() consumes one entry from the va_args. Trying to use the same va_args variable again results in undefined behavior as subsequent va_arg() invocations continue to read from memory past the actual variable space. Instead, a copy has to be made with va_copy() and this be used for outputting to stdout. | ||||
* | | Removed a few unused variables. | Benjamin Dobell | 2014-05-07 | 3 | -4/+0 |
| | | |||||
* | | It would seem that messing around with line coding etc. is not necessary. | Benjamin Dobell | 2014-05-07 | 2 | -104/+1 |
|/ | |||||
* | Updated copyright notices to 2014 | Benjamin Dobell | 2014-05-06 | 75 | -77/+77 |
| | |||||
* | Merge pull request #168 from r-craig/master | Benjamin Dobell | 2014-05-06 | 1 | -1/+1 |
|\ | | | | | Fix error condition check on finding correct usb interface. | ||||
| * | Fix error condition check on finding correct usb interface. | Robert Craig | 2013-11-06 | 1 | -1/+1 |
| | | |||||
* | | Fixed statically linked builds on Windows. | Benjamin Dobell | 2014-05-06 | 2 | -2/+19 |
| | | |||||
* | | Upgraded to libusb-1.0 (1.0.18) post libusbx merge. | Benjamin Dobell | 2014-05-06 | 10 | -63/+597 |
| | | |||||
* | | Cleaned up command line interface | Benjamin Dobell | 2014-05-06 | 6 | -68/+33 |
| | | | | | | | | | | - Removed the "--delay <ms>" argument. - Improved Action usage info. | ||||
* | | autogen'd for 1.4.1 | Benjamin Dobell | 2014-05-06 | 8 | -1012/+9424 |
| | | |||||
* | | Bumped version number to 1.4.1 | Benjamin Dobell | 2014-05-06 | 3 | -3/+3 |
| | | |||||
* | | Fix support for SGS4 (with empty bulk transfers) | Benjamin Dobell | 2014-05-06 | 2 | -87/+55 |
| | | | | | | | | | | | | After each bulk transfer sent containing an Odin/Loke protocol packet, we now send through a zero length bulk transfer. This is required for newer devices to function correctly. | ||||
* | | Project file changes (for statically linked vc++ library builds). | Benjamin Dobell | 2014-05-06 | 5 | -0/+161 |
| | | |||||
* | | Minor code clean up. | Benjamin Dobell | 2014-05-06 | 6 | -84/+106 |
| | | |||||
* | | Merge pull request #180 from marclaporte/master | Benjamin Dobell | 2014-05-05 | 2 | -2/+2 |
|\ \ | | | | | | | fix typos | ||||
| * | | Fix typo | Marc Laporte | 2014-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | Fix typo | Marc Laporte | 2014-01-13 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #179 from marclaporte/patch-1 | Benjamin Dobell | 2014-05-05 | 1 | -2/+2 |
|\ \ | |/ |/| | Fix typos | ||||
| * | Fix typos | Marc Laporte | 2014-01-13 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #131 from jorti/master | Benjamin Dobell | 2013-06-26 | 2 | -2/+2 |
|\ | | | | | Fix udev rules directory | ||||
| * | Fix udev rules directory | Juan Orti Alcaine | 2013-06-12 | 2 | -2/+2 |
|/ | | | | | The udev rules always must be installed in /lib/udev/rules.d even when it is a 64 bits OS | ||||
* | After swapping to clang for OS X, I've now swapped to GNU GCC 4.7+, instead ↵ | Benjamin Dobell | 2013-06-08 | 1 | -1/+1 |
| | | | | of Apple's out-dated version. | ||||
* | Modified Heimdall Frontend so it can find Heimdall CLI in /usr/local/bin on ↵ | Benjamin Dobell | 2013-06-08 | 6 | -71/+84 |
| | | | | OS X. Also updated the OS X build files, as well as READMEs for all platforms. | ||||
* | Fixed configure/libtool issue on OS X by placing AC_PROG_LIBTOOL after ↵ | Benjamin Dobell | 2013-06-06 | 9 | -11084/+2674 |
| | | | | AC_PROG_CXX. | ||||
* | Renamed udev rules file and explictly added /usr/include to the include ↵ | Benjamin Dobell | 2013-06-04 | 4 | -4/+5 |
| | | | | search path for Heimdall Frontend on UNIX systems. |