summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterSetup GitHub actionsLuK13374 years
upstream/masterWIPBenjamin Dobell10 years
 
TagDownloadAuthorAge
v1.4.2Heimdall-1.4.2.tar  Heimdall-1.4.2.tar.gz  Heimdall-1.4.2.tar.bz2  Heimdall-1.4.2.tar.lz  Heimdall-1.4.2.tar.xz  Heimdall-1.4.2.tar.zst  Heimdall-1.4.2.zip  Benjamin Dobell7 years
v1.4.1Heimdall-1.4.1.tar  Heimdall-1.4.1.tar.gz  Heimdall-1.4.1.tar.bz2  Heimdall-1.4.1.tar.lz  Heimdall-1.4.1.tar.xz  Heimdall-1.4.1.tar.zst  Heimdall-1.4.1.zip  Benjamin Dobell10 years
v1.4.0Heimdall-1.4.0.tar  Heimdall-1.4.0.tar.gz  Heimdall-1.4.0.tar.bz2  Heimdall-1.4.0.tar.lz  Heimdall-1.4.0.tar.xz  Heimdall-1.4.0.tar.zst  Heimdall-1.4.0.zip  Benjamin Dobell11 years
v1.3.2Heimdall-1.3.2.tar  Heimdall-1.3.2.tar.gz  Heimdall-1.3.2.tar.bz2  Heimdall-1.3.2.tar.lz  Heimdall-1.3.2.tar.xz  Heimdall-1.3.2.tar.zst  Heimdall-1.3.2.zip  Benjamin Dobell13 years
v1.3.1Heimdall-1.3.1.tar  Heimdall-1.3.1.tar.gz  Heimdall-1.3.1.tar.bz2  Heimdall-1.3.1.tar.lz  Heimdall-1.3.1.tar.xz  Heimdall-1.3.1.tar.zst  Heimdall-1.3.1.zip  Benjamin Dobell13 years
v1.3.0Heimdall-1.3.0.tar  Heimdall-1.3.0.tar.gz  Heimdall-1.3.0.tar.bz2  Heimdall-1.3.0.tar.lz  Heimdall-1.3.0.tar.xz  Heimdall-1.3.0.tar.zst  Heimdall-1.3.0.zip  Benjamin-Dobell13 years
v1.1.1Heimdall-1.1.1.tar  Heimdall-1.1.1.tar.gz  Heimdall-1.1.1.tar.bz2  Heimdall-1.1.1.tar.lz  Heimdall-1.1.1.tar.xz  Heimdall-1.1.1.tar.zst  Heimdall-1.1.1.zip  Benjamin Dobell14 years
 
AgeCommit messageAuthorFilesLines
2014-06-01Autogen'd files for Heimdall 1.4.1v1.4.1Benjamin Dobell14-800/+931
2014-06-01Fixed support for large files (up to 2^32 - 1 bytes)Benjamin Dobell7-36/+49
2014-06-01Fixed file transfer sequence bugBenjamin Dobell2-13/+11
2014-05-31Give devices some leeway to handle empty bulk transfers.Benjamin Dobell2-8/+13
2014-05-20Fixed line endings in install-kext.shBenjamin Dobell1-7/+7
2014-05-20Signed the OS X codeless kext.Benjamin Dobell4-0/+105
2014-05-17Fixed regression that broke support for GT-I9100 etc.Benjamin Dobell2-19/+41
2014-05-17Tweaked VC++ linker options for Frontend (to ensure quicker builds).Benjamin Dobell1-0/+2
2014-05-17Removed unused optional parameters in BridgeManager.Benjamin Dobell2-25/+16
2014-05-17Fixed Frontend bug that could cause flashing to fail.Benjamin Dobell1-0/+1
2014-05-16Removed VC++ info from Windows README as builds are now statically linked.Benjamin Dobell1-15/+0
2014-05-16Windows does not provide (or require) va_copy.Benjamin Dobell1-0/+4
2014-05-14Updated .gitignore to exclude ./configure and Make output.Benjamin Dobell1-0/+21
2014-05-14Fixed Heimdall Frontend Mac builds.Benjamin Dobell1-1/+1
2014-05-14Added missing new lines to CLI help output.Benjamin Dobell3-3/+3
2014-05-11Fixed help output alignment.Benjamin Dobell4-10/+10
2014-05-11Fixed header guard typo.Benjamin Dobell1-1/+1
2014-05-10Fixed hard-coded libdir regression.Benjamin Dobell2-2/+2
2014-05-09Merge pull request #199 from m-willers/fix_stdargsBenjamin Dobell1-30/+42
2014-05-09fix --stdout-errors handlingMartin Willers1-30/+42
2014-05-06Removed a few unused variables.Benjamin Dobell3-4/+0
2014-05-06It would seem that messing around with line coding etc. is not necessary.Benjamin Dobell2-104/+1
2014-05-06Updated copyright notices to 2014Benjamin Dobell75-77/+77
2014-05-06Merge pull request #168 from r-craig/masterBenjamin Dobell1-1/+1
2014-05-06Fixed statically linked builds on Windows.Benjamin Dobell2-2/+19
2014-05-06Upgraded to libusb-1.0 (1.0.18) post libusbx merge.Benjamin Dobell10-63/+597
2014-05-06Cleaned up command line interfaceBenjamin Dobell6-68/+33
2014-05-06autogen'd for 1.4.1Benjamin Dobell8-1012/+9424
2014-05-06Bumped version number to 1.4.1Benjamin Dobell3-3/+3
2014-05-06Fix support for SGS4 (with empty bulk transfers)Benjamin Dobell2-87/+55
2014-05-06Project file changes (for statically linked vc++ library builds).Benjamin Dobell5-0/+161
2014-05-06Minor code clean up.Benjamin Dobell6-84/+106
2014-05-04Merge pull request #180 from marclaporte/masterBenjamin Dobell2-2/+2
2014-05-04Merge pull request #179 from marclaporte/patch-1Benjamin Dobell1-2/+2
2014-01-13Fix typoMarc Laporte1-1/+1
2014-01-13Fix typoMarc Laporte1-1/+1
2014-01-13Fix typosMarc Laporte1-2/+2
2013-11-06Fix error condition check on finding correct usb interface.Robert Craig1-1/+1
2013-06-27Merge pull request #131 from jorti/masterBenjamin Dobell2-2/+2
2013-06-12Fix udev rules directoryJuan Orti Alcaine2-2/+2
2013-06-08After swapping to clang for OS X, I've now swapped to GNU GCC 4.7+, instead of Apple's out-dated version.v1.4.0Benjamin Dobell1-1/+1
2013-06-08Modified Heimdall Frontend so it can find Heimdall CLI in /usr/local/bin on OS X. Also updated the OS X build files, as well as READMEs for all platforms.Benjamin Dobell6-71/+84
2013-06-06Fixed configure/libtool issue on OS X by placing AC_PROG_LIBTOOL after AC_PROG_CXX.Benjamin Dobell9-11084/+2674
2013-06-04Renamed udev rules file and explictly added /usr/include to the include search path for Heimdall Frontend on UNIX systems.Benjamin Dobell4-4/+5
2013-05-13Moved LICENSE to root of the repo and deleted heimdall-frontend duplicate documentation in doc-pak.Benjamin Dobell3-554/+0
2013-05-13Minor build file clean-up for linux and regenerated autotools output for 1.4.0 release.Benjamin Dobell13-1395/+9332
2013-05-12Updated zadig (Windows driver installer) to a newer version.Benjamin Dobell1-0/+0
2013-05-12Updated copyright in source repo README.Benjamin Dobell1-1/+1
2013-05-12Update copyright notices, version identifier and documentation for 1.4.0 release.Benjamin Dobell73-1127/+1155
2013-05-12Fix OS X qmake/environment variable usage in .pro file.Benjamin Dobell1-13/+23
2013-05-11Removed bad Galaxy Camera device identifier, as it was the PID for regular boot, not download mode.Benjamin Dobell2-5/+3
2013-05-05Fixed bug in Heimdall Frontend where "resume" wasn't being checked when it should have been.Benjamin Dobell2-39/+37
2013-05-05For devices that support variable packet size - decreased sequence size from 100 MiB to 30 MiB.Benjamin Dobell1-1/+1
2013-05-05Minor command line output changes - No functional changes.Benjamin Dobell1-17/+3
2013-05-05Fixed two major bugs in libpit related functionality:Benjamin Dobell3-6/+11
2013-03-13Changed Arguments.h constructors with default parameters so it compiles with clang.Benjamin Dobell1-2/+2
2013-03-13Regenerated autoconf files.Benjamin Dobell41-114512/+24437
2013-03-13Ancient Mac GCC does not support C++11/C++0x. Swapped to using clang on OS X.Benjamin Dobell2-3/+12
2013-03-09Updated Linux build files and fixed a string formatting warning in Heimdall Frontend.Benjamin Dobell14-28/+16
2013-03-09Fixed output bug attempting to log a std::string instead of a C-style string with printf.Benjamin Dobell1-1/+1
2013-03-07- Removed legacy command line hard-coded partition name parameters.Benjamin Dobell22-825/+749
2013-02-01Previous libusbx fix was a red herring of sorts. Inadvertedly it did fix theBenjamin Dobell4-0/+0
2013-01-31Actually fixed the bug (race condition) in libusbx-1.0 this time! SourceBenjamin Dobell6-46/+6
2013-01-26Added a patched version of libusbx that fixes device claiming on Windows.Benjamin Dobell5-0/+0
2013-01-23- Incrementing to 1.4 RC2.Benjamin Dobell2-2/+2
2013-01-23Added libusbx-1.0 library and DLL missed due to .gitignoreBenjamin Dobell2-0/+0
2013-01-22Added Galaxy Camera download mode identifier (apparently).Benjamin Dobell2-3/+5
2013-01-22- Updated MSVC projects to MSVC2012.Benjamin Dobell21-2286/+3745
2013-01-22- Changed interpretation of packet size reponses of 0 from meaning "don'tBenjamin Dobell5-61/+51
2012-11-30Fixed --repartition flag parsing bug.Benjamin Dobell1-1/+1
2012-10-13Turns out udev ATTR{idProduct} really is case sensitive.Benjamin Dobell1-2/+2
2012-10-13Made Heimdall Frontend pass the --verbose parameter for all actions when 'Verbose Output' is checked.Benjamin Dobell1-0/+12
2012-10-07Added a Qt4VSPropertySheet.props file that will hopefully work for other people.Benjamin Dobell2-1/+13
2012-10-07PIT files are no longer always exactly 4096 bytes. Fixed a bug that was aBenjamin Dobell1-7/+18
2012-10-03Added missing reference& in heimdall/source/Arguments.cppBenjamin Dobell1-1/+1
2012-10-02Made Qt project (qmake) configurable using environment variables on OS X. Also added a missing &reference symbol in heimdall/source/Arguments.hBenjamin Dobell2-6/+35
2012-10-02Added fixed for g++ parsing issue on OS X.Benjamin Dobell1-2/+3
2012-10-01Heimdall 1.4 RC1:Benjamin Dobell90-13250/+21379
2012-03-31Updated version to 1.3.2 and copyright notices to 2012.v1.3.2Benjamin Dobell46-50/+50
2012-03-29Renamed partitionType to chipIdentifier as partition type was incorrect.Benjamin Dobell9-49/+37
2012-03-29Replaced some extremely weird code that I came up with during the initialBenjamin Dobell4-48/+22
2012-03-28Made the last parameter of EndFileTransferPacket partitionType (obtainedBenjamin Dobell7-54/+63
2012-03-18Updated libusb-1.0 binaries/headers for windows.Benjamin Dobell6-4/+43
2011-09-12Updated Heimdall (command line) autotools files for the 1.3.1 changes.v1.3.1Benjamin Dobell11-203/+206
2011-09-11Heimdall 1.3.1Benjamin Dobell15-315/+451
2011-07-27Minor OS X UI tweaks.v1.3.0Benjamin-Dobell2-62/+62
2011-07-27Added note to OS X README about Macports libusb-1.0.Benjamin-Dobell1-1/+3
2011-07-26Added proper copyright notices to the About window and also updated some documentation slightly.Benjamin Dobell4-284/+398
2011-07-20- Added file extension checks to Heimdall Frontend (for partition files).Benjamin Dobell7-30/+90
2011-07-19Documentation update.Benjamin Dobell4-133/+118
2011-07-19- Heimdall Frontend large font fixes.Benjamin Dobell8-100/+393
2011-07-17Merge branch 'master' of github.com:Benjamin-Dobell/HeimdallBenjamin Dobell1-2/+2
2011-07-17- Added Utilities tab to Heimdall Frontend.Benjamin Dobell112-112836/+1087
2011-07-14Finally fixed the OS X 64-bit kext issuetestBenjamin-Dobell1-2/+2
2011-07-11Altered the user interface slightly to prevent clipping on certain OS.Benjamin-Dobell1-15/+15
2011-07-11Fixed include directories for MSVC release builds.Benjamin Dobell1-2/+2
2011-07-11Missed two READMEs, updated now.Benjamin Dobell2-171/+993
2011-07-11Updated Linux documentation for checkinstall.Benjamin Dobell1-2/+6
2011-07-111.3 documentation updates and permission fixes.Benjamin Dobell24-247/+1472
2011-07-09Version 1.3 (beta)Benjamin Dobell74-151/+85896
[...]
 
Clone
http://ni.4a.si/anonymous/Heimdall
https://ni.4a.si/anonymous/Heimdall