summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Setup GitHub actionsHEADmasterLuK13372021-03-141-0/+44
* Create FUNDING.ymlBenjamin Dobell2021-03-111-0/+1
* Back to GithubBenjamin Dobell2021-03-111-3/+3
* Merge branch 'patch-1' into 'master'Benjamin Dobell2018-07-301-3/+3
|\
| * Updated README.md so the README[.txt] links point to the gitlab version, rather than the broken gituser links they were pointing to.Kenneth Swarthout2018-07-291-3/+3
|/
* Merge pull request #438 from 414n/cmake-install-targetsBenjamin Dobell2017-11-102-0/+8
|\
| * Added install targetsAlan2017-11-102-0/+8
|/
* Merge pull request #408 from grayed/masterBenjamin Dobell2017-09-201-1/+1
|\
| * Use library found instead of hardcoding compiler flag.Vadim Zhukov2017-07-301-1/+1
|/
* Minor typo. I'm sure there are more.Benjamin Dobell2017-05-111-1/+1
* Bumped version to 1.4.2v1.4.2Benjamin Dobell2017-05-112-2/+2
* Merge branch 'tflash'Benjamin Dobell2017-05-113-1/+88
|\
| * Refactor T-Flash implementation before merging.Benjamin Dobell2017-05-114-107/+23
| * allow higher timeout when switching to t-flash due to sd card initializationFrédéric Basse2016-12-241-1/+1
| * add T-Flash option in FlashActionFrédéric Basse2016-12-243-0/+171
* | It's 2017. Where did the years go?Benjamin Dobell2017-05-1174-76/+76
* | A modern READMEBenjamin Dobell2017-05-112-27/+47
|/
* Revert "Merge pull request #355 from ljani/master"Benjamin Dobell2016-07-201-1/+1
* Merge pull request #355 from ljani/masterBenjamin Dobell2016-07-181-1/+1
|\
| * Use the found libusbJani2016-07-171-1/+1
|/
* Merge pull request #333 from kratz00/superfluous_semicolonBenjamin Dobell2016-04-019-9/+9
|\
| * - removed superfluous semicolons from namespace definitionsSteffen Pankratz2016-03-069-9/+9
|/
* Merge pull request #332 from kratz00/unused_variablesBenjamin Dobell2016-03-062-4/+2
|\
| * - fixed compiler warning: dead initialization (the values are never read)Steffen Pankratz2016-03-062-4/+2
|/
* Merge pull request #330 from kratz00/misc_fixesBenjamin Dobell2016-03-013-5/+5
|\
| * - fixed possible null pointer accessSteffen Pankratz2016-02-291-1/+1
| * - fixed logical error, wrong variable was used in error messageSteffen Pankratz2016-02-291-1/+1
| * - fixed memory leakSteffen Pankratz2016-02-291-1/+1
| * - fixed typosSteffen Pankratz2016-02-291-2/+2
|/
* Merge pull request #287 from yan12125/allow-disable-guiBenjamin Dobell2016-02-211-3/+6
|\
| * Add an option to disable GUIYen Chi Hsuan2015-08-221-3/+6
* | Merge pull request #325 from vaselo/masterBenjamin Dobell2016-02-081-7/+7
|\ \ | |/ |/|
| * Fixed libpit array overflowsvaselo2016-02-081-7/+7
|/
* 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-051-2/+2
* Due to a Qt bug on OS X we need to browse for *.gz not *.tar.gzBenjamin Dobell2015-03-051-2/+2
* Added missing info to the Windows READMEBenjamin Dobell2015-02-201-2/+2
* Fixed a few Heimdall Frontend nigglesBenjamin Dobell2015-02-202-69/+70
* Implemented hack to make WinUSB play nice with empty receive transfersBenjamin Dobell2015-02-201-0/+8
* Fixed incorrect method arguments causing PIT transfers to failBenjamin Dobell2015-02-201-2/+2
* New signed codeless kextBenjamin Dobell2015-02-204-6/+12
* Make OS X kext installation work irrespective of current directoryBenjamin Dobell2015-02-201-1/+2
* Fix issue with Linux specific code not compiling (#261)Benjamin Dobell2015-02-201-0/+4
* Fix FindLibusb.cmake and make CMake setup IDE compatibleBenjamin Dobell2015-02-192-1/+5
* Fix case sensitive FS issue and update Linux READMEBenjamin Dobell2015-02-192-44/+8
* Fix Unix build issues and work-around Qt5 Mac UI bugsBenjamin Dobell2015-02-185-75/+77
* Removed autotools and VS files, and standardised source dir namingBenjamin Dobell2015-02-1874-103679/+1753
* Upgrade Heimdall Frontend to Qt5 and build with cmakeBenjamin Dobell2015-02-188-19/+67
* Update Heimdall CLI build to use an MSYS2 environmentBenjamin Dobell2015-02-189-2734/+64
* Fix UNIX CMake (and OS X autotools) builds for Heimdall CLIBenjamin Dobell2014-12-093-16/+36
* CMake build fixesBenjamin Dobell2014-11-172-1/+3
* Continue to support autotools... for nowBenjamin Dobell2014-11-172-1/+5
* CMake files for Heimdall CLI and mingw supportBenjamin Dobell2014-11-1612-13/+342
* More empty transfer craziness, this time when receving packetsBenjamin Dobell2014-07-052-64/+76
* Autogen'd files for Heimdall 1.4.1v1.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 line endings in install-kext.shBenjamin Dobell2014-05-201-7/+7
* Signed the OS X codeless kext.Benjamin Dobell2014-05-204-0/+105
* Fixed regression that broke support for GT-I9100 etc.Benjamin Dobell2014-05-172-19/+41
* Tweaked VC++ linker options for Frontend (to ensure quicker builds).Benjamin Dobell2014-05-171-0/+2
* Removed unused optional parameters in BridgeManager.Benjamin Dobell2014-05-172-25/+16
* Fixed Frontend bug that could cause flashing to fail.Benjamin Dobell2014-05-171-0/+1
* Removed VC++ info from Windows README as builds are now statically linked.Benjamin Dobell2014-05-161-15/+0
* Windows does not provide (or require) va_copy.Benjamin Dobell2014-05-161-0/+4
* Updated .gitignore to exclude ./configure and Make output.Benjamin Dobell2014-05-141-0/+21
* Fixed Heimdall Frontend Mac builds.Benjamin Dobell2014-05-141-1/+1
* Added missing new lines to CLI help output.Benjamin Dobell2014-05-143-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-091-30/+42
|\
| * fix --stdout-errors handlingMartin Willers2014-05-091-30/+42
* | Removed a few unused variables.Benjamin Dobell2014-05-063-4/+0
* | It would seem that messing around with line coding etc. is not necessary.Benjamin Dobell2014-05-062-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.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
* | 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-042-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-041-2/+2
|\ \ | |/ |/|
| * Fix typosMarc Laporte2014-01-131-2/+2
|/
* Merge pull request #131 from jorti/masterBenjamin Dobell2013-06-272-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 of Apple's out-dated version.v1.4.0Benjamin Dobell2013-06-081-1/+1
* Modified 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 Dobell2013-06-086-71/+84
* Fixed configure/libtool issue on OS X by placing AC_PROG_LIBTOOL after AC_PROG_CXX.Benjamin Dobell2013-06-069-11084/+2674
* Renamed udev rules file and explictly added /usr/include to the include search path for Heimdall Frontend on UNIX systems.Benjamin Dobell2013-06-044-4/+5
* Moved LICENSE to root of the repo and deleted heimdall-frontend duplicate documentation in doc-pak.Benjamin Dobell2013-05-133-554/+0
* Minor build file clean-up for linux and regenerated autotools output for 1.4.0 release.Benjamin Dobell2013-05-1313-1395/+9332
* Updated zadig (Windows driver installer) to a newer version.Benjamin Dobell2013-05-121-0/+0
* Updated copyright in source repo README.Benjamin Dobell2013-05-121-1/+1
* Update copyright notices, version identifier and documentation for 1.4.0 release.Benjamin Dobell2013-05-1273-1127/+1155
* Fix OS X qmake/environment variable usage in .pro file.Benjamin Dobell2013-05-121-13/+23
* Removed bad Galaxy Camera device identifier, as it was the PID for regular boot, not download mode.Benjamin Dobell2013-05-112-5/+3
* Fixed bug in Heimdall Frontend where "resume" wasn't being checked when it should have been.Benjamin Dobell2013-05-052-39/+37
* For devices that support variable packet size - decreased sequence size from 100 MiB to 30 MiB.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 clang.Benjamin Dobell2013-03-131-2/+2
* Regenerated autoconf files.Benjamin Dobell2013-03-1341-114512/+24437
* Ancient Mac GCC does not support C++11/C++0x. Swapped to using clang on OS X.Benjamin Dobell2013-03-132-3/+12
* Updated Linux build files and fixed a string formatting warning in Heimdall Frontend.Benjamin Dobell2013-03-0914-28/+16
* Fixed output bug attempting to log a std::string instead of a C-style string with printf.Benjamin Dobell2013-03-091-1/+1
* - Removed legacy command line hard-coded partition name parameters.Benjamin Dobell2013-03-0722-825/+749
* Previous libusbx fix was a red herring of sorts. Inadvertedly it did fix theBenjamin Dobell2013-02-014-0/+0
* Actually fixed the bug (race condition) in libusbx-1.0 this time! SourceBenjamin Dobell2013-01-316-46/+6
* Added a patched version of libusbx that fixes device claiming on Windows.Benjamin Dobell2013-01-265-0/+0
* - Incrementing to 1.4 RC2.Benjamin Dobell2013-01-232-2/+2
* Added libusbx-1.0 library and DLL missed due to .gitignoreBenjamin Dobell2013-01-232-0/+0
* Added Galaxy Camera download mode identifier (apparently).Benjamin Dobell2013-01-222-3/+5
* - Updated MSVC projects to MSVC2012.Benjamin Dobell2013-01-2221-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-11-301-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 'Verbose Output' is checked.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. Also added a missing &reference symbol in heimdall/source/Arguments.hBenjamin Dobell2012-10-022-6/+35
* Added fixed for g++ parsing issue on OS X.Benjamin Dobell2012-10-021-2/+3
* Heimdall 1.4 RC1:Benjamin Dobell2012-10-0190-13250/+21379
* Updated version to 1.3.2 and copyright notices to 2012.v1.3.2Benjamin Dobell2012-03-3146-50/+50
* Renamed partitionType to chipIdentifier as partition type was incorrect.Benjamin Dobell2012-03-299-49/+37
* Replaced some extremely weird code that I came up with during the initialBenjamin Dobell2012-03-294-48/+22
* Made the last parameter of EndFileTransferPacket partitionType (obtainedBenjamin Dobell2012-03-287-54/+63
* Updated libusb-1.0 binaries/headers for windows.Benjamin Dobell2012-03-186-4/+43
* Updated Heimdall (command line) autotools files for the 1.3.1 changes.v1.3.1Benjamin Dobell2011-09-1211-203/+206
* Heimdall 1.3.1Benjamin Dobell2011-09-1115-315/+451
* Minor OS X UI tweaks.v1.3.0Benjamin-Dobell2011-07-272-62/+62
* Added note to OS X README about Macports libusb-1.0.Benjamin-Dobell2011-07-271-1/+3
* Added proper copyright notices to the About window and also updated some documentation slightly.Benjamin Dobell2011-07-264-284/+398
* - Added file extension checks to Heimdall Frontend (for partition files).Benjamin Dobell2011-07-207-30/+90
* Documentation update.Benjamin Dobell2011-07-194-133/+118
* - Heimdall Frontend large font fixes.Benjamin Dobell2011-07-198-100/+393
* Merge branch 'master' of github.com:Benjamin-Dobell/HeimdallBenjamin Dobell2011-07-171-2/+2
|\
| * Finally fixed the OS X 64-bit kext issuetestBenjamin-Dobell2011-07-141-2/+2
* | - Added Utilities tab to Heimdall Frontend.Benjamin Dobell2011-07-17112-112836/+1087
|/
* Altered the user interface slightly to prevent clipping on certain OS.Benjamin-Dobell2011-07-111-15/+15
* Fixed include directories for MSVC release builds.Benjamin Dobell2011-07-111-2/+2
* Missed two READMEs, updated now.Benjamin Dobell2011-07-112-171/+993
* Updated Linux documentation for checkinstall.Benjamin Dobell2011-07-111-2/+6
* 1.3 documentation updates and permission fixes.Benjamin Dobell2011-07-1124-247/+1472
* Version 1.3 (beta)Benjamin Dobell2011-07-0974-151/+85896
* 1.3 betaBenjamin Dobell2011-07-0847-248/+522
* Version 1.3 beta.Benjamin Dobell2011-07-0714-255/+797
* Major 1.3 updatesBenjamin Dobell2011-07-0533-1813/+6330
* Merge pull request #15 from alanorth/patch-1Benjamin Dobell2011-06-181-3/+3
|\
| * SYSFS is deprecated. Small change, but probably good for business!Alan Orth2011-06-121-3/+3
|/
* Fixed several bugs related to 'common' arguments.Benjamin Dobell2011-06-111-23/+26
* Doh! Fixed the displayed version number.Benjamin Dobell2011-06-032-2/+2
* Updated Linux udev rules for Galaxy S II & Droid ChargeBenjamin Dobell2011-06-021-1/+2
* Updated OS X kext to support Galaxy S II and Droid ChargeBenjamin-Dobell2011-06-011-0/+16
* More linux-specific fixes/changes.Benjamin Dobell2011-06-0111-678/+878
* Linux Makefile.am fixes.Benjamin Dobell2011-06-011-3/+5
* 1.2.0b Heimdall command line update. Large update that adds lots of PIT file functionality and better support for more devices.Benjamin Dobell2011-05-3118-421/+1385
* Made "make install" install the udev rules.v1.1.1Benjamin Dobell2010-12-2719-2169/+2794
* Re-ran autogen.sh and cleaned up slightly.Benjamin Dobell2010-12-2116-1184/+1461
* Windows specific changes. Includes libusb-1.0 updates.Benjamin-Dobell2010-12-216-33/+66
* Ran make distclean for libusb and universal binary support to heimdall-frontendBenjamin-Dobell2010-12-1727-15766/+11
* Heimdall 1.1.1 - Fix Galaxy Tab Modem FlashingBenjamin Dobell2010-12-135-7/+14
* make install output directory can now be set via qmake variable FRONTENDOUTDIRBenjamin-Dobell2010-12-072-140/+24
* Added .gitignore file to remove all of OS X's directory fluff.aidansteele2010-12-0736-0/+2
* Ran ./autogen.sh with updated configure.ac.Benjamin-Dobell2010-12-0512-37/+749
* Changed PPC preprocessor macro to WORDS_BIGENDIAN and added macro toBenjamin-Dobell2010-12-055-3/+5
* Oops the last commit only copied the contents and didn't the directory.Benjamin Dobell2010-12-04243-222665/+0
* Removed the "Heimdall" folder and moved its contents to the root directory.Benjamin Dobell2010-12-04244-0/+222785
* Addresses:Benjamin Dobell2010-12-043-9/+34
* Took out extraneous ']' from usage message.Atin Malaviya2010-12-031-1/+1
* Initial github commit, version 1.1.0Benjamin Dobell2010-12-03243-0/+222640