aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 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 typosMarc Laporte2014-01-131-2/+2
|/
* Merge pull request #131 from jorti/masterBenjamin Dobell2013-06-262-2/+2
|\
| * Fix udev rules directoryJuan Orti Alcaine2013-06-122-2/+2
|/
* After swapping to clang for OS X, I've now swapped to GNU GCC 4.7+, instead o...Benjamin Dobell2013-06-081-1/+1
* Modified Heimdall Frontend so it can find Heimdall CLI in /usr/local/bin on O...Benjamin Dobell2013-06-086-71/+84
* 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-044-4/+5
* Moved LICENSE to root of the repo and deleted heimdall-frontend duplicate doc...Benjamin Dobell2013-05-143-554/+0
* Minor build file clean-up for linux and regenerated autotools output for 1.4....Benjamin Dobell2013-05-1313-1395/+9332
* 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 rele...Benjamin Dobell2013-05-1373-1127/+1155
* 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 bo...Benjamin Dobell2013-05-112-5/+3
* Fixed bug in Heimdall Frontend where "resume" wasn't being checked when it sh...Benjamin Dobell2013-05-062-39/+37
* 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
* Fixed two major bugs in libpit related functionality:Benjamin Dobell2013-05-053-6/+11
* Changed Arguments.h constructors with default parameters so it compiles with ...Benjamin Dobell2013-03-141-2/+2
* 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
* Updated Linux build files and fixed a string formatting warning in Heimdall F...Benjamin Dobell2013-03-1014-28/+16
* Fixed output bug attempting to log a std::string instead of a C-style string ...Benjamin Dobell2013-03-101-1/+1
* - Removed legacy command line hard-coded partition name parameters.Benjamin Dobell2013-03-0822-825/+749
* Previous libusbx fix was a red herring of sorts. Inadvertedly it did fix theBenjamin Dobell2013-02-024-0/+0
* Actually fixed the bug (race condition) in libusbx-1.0 this time! SourceBenjamin Dobell2013-02-016-46/+6
* Added a patched version of libusbx that fixes device claiming on Windows.Benjamin Dobell2013-01-275-0/+0
* - Incrementing to 1.4 RC2.Benjamin Dobell2013-01-242-2/+2
* Added libusbx-1.0 library and DLL missed due to .gitignoreBenjamin Dobell2013-01-242-0/+0
* Added Galaxy Camera download mode identifier (apparently).Benjamin Dobell2013-01-232-3/+5
* - Updated MSVC projects to MSVC2012.Benjamin Dobell2013-01-2321-2286/+3745
* - Changed interpretation of packet size reponses of 0 from meaning "don'tBenjamin Dobell2013-01-225-61/+51
* Fixed --repartition flag parsing bug.Benjamin Dobell2012-12-011-1/+1
* Turns out udev ATTR{idProduct} really is case sensitive.Benjamin Dobell2012-10-131-2/+2
* Made Heimdall Frontend pass the --verbose parameter for all actions when 'Ver...Benjamin Dobell2012-10-131-0/+12
* Added a Qt4VSPropertySheet.props file that will hopefully work for other people.Benjamin Dobell2012-10-072-1/+13
* PIT files are no longer always exactly 4096 bytes. Fixed a bug that was aBenjamin Dobell2012-10-071-7/+18
* Added missing reference& in heimdall/source/Arguments.cppBenjamin Dobell2012-10-031-1/+1
* Made Qt project (qmake) configurable using environment variables on OS X. Als...Benjamin Dobell2012-10-032-6/+35
* Added fixed for g++ parsing issue on OS X.Benjamin Dobell2012-10-021-2/+3
* Heimdall 1.4 RC1:Benjamin Dobell2012-10-0290-13250/+21379