aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Windows does not provide (or require) va_copy.Benjamin Dobell2014-05-171-0/+4
| |
| * Updated .gitignore to exclude ./configure and Make output.Benjamin Dobell2014-05-151-0/+21
| |
| * Fixed Heimdall Frontend Mac builds.Benjamin Dobell2014-05-151-1/+1
| |
| * 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-0675-77/+77
| |
| * 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
| | |
| * | Fixed statically linked builds on Windows.Benjamin Dobell2014-05-062-2/+19
| | |
| * | Upgraded to libusb-1.0 (1.0.18) post libusbx merge.Benjamin Dobell2014-05-0610-63/+597
| | |
| * | 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-063-3/+3
| | |
| * | 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-065-0/+161
| | |
| * | Minor code clean up.Benjamin Dobell2014-05-066-84/+106
| | |
| * | Merge pull request #180 from marclaporte/masterBenjamin Dobell2014-05-052-2/+2
| |\ \ | | | | | | | | fix typos
| | * | Fix typoMarc Laporte2014-01-131-1/+1
| | | |
| | * | Fix typoMarc Laporte2014-01-131-1/+1
| | |/
| * | Merge pull request #179 from marclaporte/patch-1Benjamin Dobell2014-05-051-2/+2
| |\ \ | | |/ | |/| Fix typos
| | * Fix typosMarc Laporte2014-01-131-2/+2
| |/
* | 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-14133-117669/+26527
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: Linux/README OSX/README.txt heimdall-frontend/doc-pak/README heimdall/doc-pak/README Change-Id: Ib5867d7a2be030290a3896ab82fe48a7f0a97e63
| * Merge pull request #131 from jorti/masterBenjamin Dobell2013-06-262-2/+2
| |\ | | | | | | Fix udev rules directory
| | * 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
| * After swapping to clang for OS X, I've now swapped to GNU GCC 4.7+, instead ↵Benjamin Dobell2013-06-081-1/+1
| | | | | | | | of Apple's out-dated version.
| * Modified Heimdall Frontend so it can find Heimdall CLI in /usr/local/bin on ↵Benjamin Dobell2013-06-086-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 Dobell2013-06-069-11084/+2674
| | | | | | | | AC_PROG_CXX.
| * Renamed udev rules file and explictly added /usr/include to the include ↵Benjamin Dobell2013-06-044-4/+5
| | | | | | | | search path for Heimdall Frontend on UNIX systems.
| * Moved LICENSE to root of the repo and deleted heimdall-frontend duplicate ↵Benjamin Dobell2013-05-143-554/+0
| | | | | | | | documentation in doc-pak.
| * Minor build file clean-up for linux and regenerated autotools output for ↵Benjamin Dobell2013-05-1313-1395/+9332
| | | | | | | | 1.4.0 release.
| * Updated zadig (Windows driver installer) to a newer version.Benjamin Dobell2013-05-131-0/+0
| |
| * Updated copyright in source repo README.Benjamin Dobell2013-05-131-1/+1
| |
| * Update copyright notices, version identifier and documentation for 1.4.0 ↵Benjamin Dobell2013-05-1373-1127/+1155
| | | | | | | | release.
| * Fix OS X qmake/environment variable usage in .pro file.Benjamin Dobell2013-05-131-13/+23
| |
| * Removed bad Galaxy Camera device identifier, as it was the PID for regular ↵Benjamin Dobell2013-05-112-5/+3
| | | | | | | | boot, not download mode.
| * Fixed bug in Heimdall Frontend where "resume" wasn't being checked when it ↵Benjamin Dobell2013-05-062-39/+37
| | | | | | | | should have been.
| * For devices that support variable packet size - decreased sequence size from ↵Benjamin Dobell2013-05-051-1/+1
| | | | | | | | 100 MiB to 30 MiB.
| * Minor command line output changes - No functional changes.Benjamin Dobell2013-05-051-17/+3
| |
| * Fixed two major bugs in libpit related functionality:Benjamin Dobell2013-05-053-6/+11
| | | | | | | | | | | | | | | | | | - Partitions were being excluded from flashing (and UI) if the block-count was zero. Instead this is now done using a new IsFlashable() method which checks if the partition name is not blank. - PitData::Pack() was packing the partition name where it should have been packing the "flash filename". This resulted in incorrect PIT files being flashed to the device.
| * Changed Arguments.h constructors with default parameters so it compiles with ↵Benjamin Dobell2013-03-141-2/+2
| | | | | | | | clang.
| * Regenerated autoconf files.Benjamin Dobell2013-03-1441-114512/+24437
| |
| * Ancient Mac GCC does not support C++11/C++0x. Swapped to using clang on OS X.Benjamin Dobell2013-03-142-3/+12
| |