summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterSetup GitHub actionsLuK13373 years
upstream/masterWIPBenjamin Dobell9 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 Dobell12 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 Dobell13 years
 
AgeCommit messageAuthorFilesLines
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
2011-07-081.3 betaBenjamin Dobell47-248/+522
2011-07-07Version 1.3 beta.Benjamin Dobell14-255/+797
2011-07-05Major 1.3 updatesBenjamin Dobell33-1813/+6330
2011-06-18Merge pull request #15 from alanorth/patch-1Benjamin Dobell1-3/+3
2011-06-12SYSFS is deprecated. Small change, but probably good for business!Alan Orth1-3/+3
2011-06-11Fixed several bugs related to 'common' arguments.Benjamin Dobell1-23/+26
2011-06-03Doh! Fixed the displayed version number.Benjamin Dobell2-2/+2
2011-06-02Updated Linux udev rules for Galaxy S II & Droid ChargeBenjamin Dobell1-1/+2
2011-06-01Updated OS X kext to support Galaxy S II and Droid ChargeBenjamin-Dobell1-0/+16
2011-06-01More linux-specific fixes/changes.Benjamin Dobell11-678/+878
2011-06-01Linux Makefile.am fixes.Benjamin Dobell1-3/+5
2011-05-311.2.0b Heimdall command line update. Large update that adds lots of PIT file functionality and better support for more devices.Benjamin Dobell18-421/+1385
2010-12-27Made "make install" install the udev rules.v1.1.1Benjamin Dobell19-2169/+2794
2010-12-21Re-ran autogen.sh and cleaned up slightly.Benjamin Dobell16-1184/+1461
2010-12-21Windows specific changes. Includes libusb-1.0 updates.Benjamin-Dobell6-33/+66
2010-12-17Ran make distclean for libusb and universal binary support to heimdall-frontendBenjamin-Dobell27-15766/+11
2010-12-13Heimdall 1.1.1 - Fix Galaxy Tab Modem FlashingBenjamin Dobell5-7/+14
2010-12-07make install output directory can now be set via qmake variable FRONTENDOUTDIRBenjamin-Dobell2-140/+24
2010-12-07Added .gitignore file to remove all of OS X's directory fluff.aidansteele36-0/+2
2010-12-05Ran ./autogen.sh with updated configure.ac.Benjamin-Dobell12-37/+749
2010-12-05Changed PPC preprocessor macro to WORDS_BIGENDIAN and added macro toBenjamin-Dobell5-3/+5
2010-12-04Oops the last commit only copied the contents and didn't the directory.Benjamin Dobell243-222665/+0
2010-12-04Removed the "Heimdall" folder and moved its contents to the root directory.Benjamin Dobell244-0/+222785
2010-12-04Addresses:Benjamin Dobell3-9/+34
2010-12-03Took out extraneous ']' from usage message.Atin Malaviya1-1/+1
2010-12-03Initial github commit, version 1.1.0Benjamin Dobell243-0/+222640
 
Clone
http://ni.xn--ijanec-9jb.eu/anonymous/Heimdall
https://ni.xn--ijanec-9jb.eu/anonymous/Heimdall