aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall
Commit message (Collapse)AuthorAgeFilesLines
* Android.mk: libpit has lower-case source dir nameHEADreplicant-6.0-0001replicant-6.0Wolfgang Wiedmeyer2017-04-301-2/+2
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Merge branch 'master' of https://github.com/Benjamin-Dobell/Heimdall into ↵Wolfgang Wiedmeyer2017-04-3079-46271/+423
|\ | | | | | | cm-12.1
| * Revert "Merge pull request #355 from ljani/master"Benjamin Dobell2016-07-201-1/+1
| | | | | | | | | | This reverts commit 9784dd2e2a34b567a239f39aa0d550c519272040, reversing changes made to 7ebee1e87728a468bda9547c83b42317acd0e676.
| * Use the found libusbJani2016-07-171-1/+1
| |
| * - removed superfluous semicolons from namespace definitionsSteffen Pankratz2016-03-069-9/+9
| |
| * - fixed compiler warning: dead initialization (the values are never read)Steffen Pankratz2016-03-062-4/+2
| | | | | | | | | | | | In order to not get compiler warnings about 'unused return values' a void cast is used, which also makes it clear the the returned values are ignored on purpose
| * - fixed logical error, wrong variable was used in error messageSteffen Pankratz2016-02-291-1/+1
| |
| * Do not use static libusb-1.0 by default on Linux.Benjamin Dobell2015-03-211-1/+4
| |
| * Actually fix #261 (CMake Linux detection)Benjamin Dobell2015-03-061-2/+2
| |
| * Implemented hack to make WinUSB play nice with empty receive transfersBenjamin Dobell2015-02-211-0/+8
| |
| * Fixed incorrect method arguments causing PIT transfers to failBenjamin Dobell2015-02-211-2/+2
| |
| * Fix issue with Linux specific code not compiling (#261)Benjamin Dobell2015-02-201-0/+4
| |
| * Fix Unix build issues and work-around Qt5 Mac UI bugsBenjamin Dobell2015-02-191-1/+4
| |
| * Removed autotools and VS files, and standardised source dir namingBenjamin Dobell2015-02-1925-54398/+1
| |
| * Update Heimdall CLI build to use an MSYS2 environmentBenjamin Dobell2015-02-191-59/+7
| |
| * Fix UNIX CMake (and OS X autotools) builds for Heimdall CLIBenjamin Dobell2014-12-102-4/+4
| |
| * CMake build fixesBenjamin Dobell2014-11-171-0/+2
| |
| * Continue to support autotools... for nowBenjamin Dobell2014-11-172-1/+5
| |
| * CMake files for Heimdall CLI and mingw supportBenjamin Dobell2014-11-173-13/+97
| |
| * More empty transfer craziness, this time when receving packetsBenjamin Dobell2014-07-062-64/+76
| | | | | | | | | | It seems newer devices need more weird empty transfers in order to function.
| * Autogen'd files for Heimdall 1.4.1Benjamin Dobell2014-06-0114-800/+931
| |
| * Fixed support for large files (up to 2^32 - 1 bytes)Benjamin Dobell2014-06-017-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 bugBenjamin Dobell2014-06-012-13/+11
| |
| * Give devices some leeway to handle empty bulk transfers.Benjamin Dobell2014-05-312-8/+13
| |
| * Fixed regression that broke support for GT-I9100 etc.Benjamin Dobell2014-05-182-19/+41
| |
| * Removed unused optional parameters in BridgeManager.Benjamin Dobell2014-05-182-25/+16
| |
| * Windows does not provide (or require) va_copy.Benjamin Dobell2014-05-171-0/+4
| |
| * Added missing new lines to CLI help output.Benjamin Dobell2014-05-153-3/+3
| |
| * Fixed help output alignment.Benjamin Dobell2014-05-114-10/+10
| |
| * Fixed header guard typo.Benjamin Dobell2014-05-111-1/+1
| |
| * Fixed hard-coded libdir regression.Benjamin Dobell2014-05-102-2/+2
| |
| * Merge pull request #199 from m-willers/fix_stdargsBenjamin Dobell2014-05-101-30/+42
| |\
| | * fix --stdout-errors handlingMartin Willers2014-05-101-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 Dobell2014-05-073-4/+0
| | |
| * | It would seem that messing around with line coding etc. is not necessary.Benjamin Dobell2014-05-072-104/+1
| |/
| * Updated copyright notices to 2014Benjamin Dobell2014-05-0654-55/+55
| |
| * Merge pull request #168 from r-craig/masterBenjamin Dobell2014-05-061-1/+1
| |\ | | | | | | Fix error condition check on finding correct usb interface.
| | * Fix error condition check on finding correct usb interface.Robert Craig2013-11-061-1/+1
| | |
| * | Upgraded to libusb-1.0 (1.0.18) post libusbx merge.Benjamin Dobell2014-05-061-10/+11
| | |
| * | Cleaned up command line interfaceBenjamin Dobell2014-05-066-68/+33
| | | | | | | | | | | | | | | - Removed the "--delay <ms>" argument. - Improved Action usage info.
| * | autogen'd for 1.4.1Benjamin Dobell2014-05-068-1012/+9424
| | |
| * | Bumped version number to 1.4.1Benjamin Dobell2014-05-062-2/+2
| | |
| * | Fix support for SGS4 (with empty bulk transfers)Benjamin Dobell2014-05-062-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 Dobell2014-05-061-0/+47
| | |
| * | Minor code clean up.Benjamin Dobell2014-05-065-83/+104
| |/
* | fixes for building windowsKoushik Dutta2013-08-142-2/+4
| | | | | | | | Change-Id: Ib309a701d984c257d0dd80fa58bf1aa238a4431f
* | Switch UsbLogLevel back to an int.Koushik Dutta2013-08-148-52/+51
| | | | | | | | | | | | AOSP does not support C++11 Change-Id: Iaf2e09cc05f8f867fa776b62313af6774ce47a56
* | Merge remote-tracking branch 'bd/master' into cm-10.2Koushik Dutta2013-08-1485-58990/+12936
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: Linux/README OSX/README.txt heimdall-frontend/doc-pak/README heimdall/doc-pak/README Change-Id: Ib5867d7a2be030290a3896ab82fe48a7f0a97e63
| * Fix udev rules directoryJuan Orti Alcaine2013-06-122-2/+2
| | | | | | | | | | The udev rules always must be installed in /lib/udev/rules.d even when it is a 64 bits OS
| * Modified Heimdall Frontend so it can find Heimdall CLI in /usr/local/bin on ↵Benjamin Dobell2013-06-081-1/+1
| | | | | | | | OS X. Also updated the OS X build files, as well as READMEs for all platforms.