aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall
Commit message (Expand)AuthorAgeFilesLines
* - fixed compiler warning: dead initialization (the values are never read)Steffen Pankratz2016-03-062-4/+2
* - 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
* 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
* 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
* | 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.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
* | 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
* | 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
|/
* Fix udev rules directoryJuan Orti Alcaine2013-06-122-2/+2
* Modified Heimdall Frontend so it can find Heimdall CLI in /usr/local/bin on O...Benjamin Dobell2013-06-081-1/+1
* Fixed configure/libtool issue on OS X by placing AC_PROG_LIBTOOL after AC_PRO...Benjamin Dobell2013-06-069-11084/+2674
* Renamed udev rules file and explictly added /usr/include to the include searc...Benjamin Dobell2013-06-043-4/+4
* Moved LICENSE to root of the repo and deleted heimdall-frontend duplicate doc...Benjamin Dobell2013-05-141-19/+0
* Minor build file clean-up for linux and regenerated autotools output for 1.4....Benjamin Dobell2013-05-1313-1395/+9332
* Update copyright notices, version identifier and documentation for 1.4.0 rele...Benjamin Dobell2013-05-1354-59/+59
* Removed bad Galaxy Camera device identifier, as it was the PID for regular bo...Benjamin Dobell2013-05-112-5/+3
* For devices that support variable packet size - decreased sequence size from ...Benjamin Dobell2013-05-051-1/+1
* Minor command line output changes - No functional changes.Benjamin Dobell2013-05-051-17/+3