summaryrefslogtreecommitdiffstats
path: root/heimdall (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added install targetsAlan2017-11-101-0/+4
* Use library found instead of hardcoding compiler flag.Vadim Zhukov2017-07-301-1/+1
* Bumped version to 1.4.2v1.4.2Benjamin Dobell2017-05-111-1/+1
* 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-1154-55/+55
|/
* Revert "Merge pull request #355 from ljani/master"Benjamin Dobell2016-07-201-1/+1
* Use the found libusbJani2016-07-171-1/+1
* - removed superfluous semicolons from namespace definitionsSteffen Pankratz2016-03-069-9/+9
* - 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-051-2/+2
* 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
* 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-181-1/+4
* Removed autotools and VS files, and standardised source dir namingBenjamin Dobell2015-02-1825-54398/+1
* Update Heimdall CLI build to use an MSYS2 environmentBenjamin Dobell2015-02-181-59/+7
* Fix UNIX CMake (and OS X autotools) builds for Heimdall CLIBenjamin Dobell2014-12-092-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-163-13/+97
* 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 regression that broke support for GT-I9100 etc.Benjamin Dobell2014-05-172-19/+41
* Removed unused optional parameters in BridgeManager.Benjamin Dobell2014-05-172-25/+16
* Windows does not provide (or require) va_copy.Benjamin Dobell2014-05-161-0/+4
* 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-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 OS X. Also updated the OS X build files, as well as READMEs for all platforms.Benjamin Dobell2013-06-081-1/+1
* 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-043-4/+4
* Moved LICENSE to root of the repo and deleted heimdall-frontend duplicate documentation in doc-pak.Benjamin Dobell2013-05-131-19/+0
* Minor build file clean-up for linux and regenerated autotools output for 1.4.0 release.Benjamin Dobell2013-05-1313-1395/+9332
* Update copyright notices, version identifier and documentation for 1.4.0 release.Benjamin Dobell2013-05-1254-59/+59
* Removed bad Galaxy Camera device identifier, as it was the PID for regular boot, not download mode.Benjamin Dobell2013-05-112-5/+3
* 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
* Changed Arguments.h constructors with default parameters so it compiles with clang.Benjamin Dobell2013-03-131-2/+2
* Regenerated autoconf files.Benjamin Dobell2013-03-1320-57693/+12289
* Ancient Mac GCC does not support C++11/C++0x. Swapped to using clang on OS X.Benjamin Dobell2013-03-131-2/+6
* Updated Linux build files and fixed a string formatting warning in Heimdall Frontend.Benjamin Dobell2013-03-098-26/+14
* 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-0716-672/+538
* - Incrementing to 1.4 RC2.Benjamin Dobell2013-01-232-2/+2
* Added Galaxy Camera download mode identifier (apparently).Benjamin Dobell2013-01-222-3/+5
* - Updated MSVC projects to MSVC2012.Benjamin Dobell2013-01-227-2208/+3469
* - Changed interpretation of packet size reponses of 0 from meaning "don'tBenjamin Dobell2013-01-223-43/+36
* 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
* 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-021-1/+1
* Added fixed for g++ parsing issue on OS X.Benjamin Dobell2012-10-021-2/+3
* Heimdall 1.4 RC1:Benjamin Dobell2012-10-0157-6406/+10426
* Updated version to 1.3.2 and copyright notices to 2012.v1.3.2Benjamin Dobell2012-03-3130-32/+32
* Renamed partitionType to chipIdentifier as partition type was incorrect.Benjamin Dobell2012-03-297-33/+28
* 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 Heimdall (command line) autotools files for the 1.3.1 changes.v1.3.1Benjamin Dobell2011-09-1210-176/+179
* Heimdall 1.3.1Benjamin Dobell2011-09-1112-303/+437
* Added proper copyright notices to the About window and also updated some documentation slightly.Benjamin Dobell2011-07-261-1/+1
* - Added file extension checks to Heimdall Frontend (for partition files).Benjamin Dobell2011-07-205-21/+41
* - Heimdall Frontend large font fixes.Benjamin Dobell2011-07-191-32/+35
* - Added Utilities tab to Heimdall Frontend.Benjamin Dobell2011-07-175-72/+182
* Missed two READMEs, updated now.Benjamin Dobell2011-07-111-115/+528
* 1.3 documentation updates and permission fixes.Benjamin Dobell2011-07-115-34/+33
* Version 1.3 (beta)Benjamin Dobell2011-07-0920-67/+59
* 1.3 betaBenjamin Dobell2011-07-0829-120/+185
* Version 1.3 beta.Benjamin Dobell2011-07-074-44/+61
* Major 1.3 updatesBenjamin Dobell2011-07-0512-1400/+1035
* 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
* 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-3115-419/+1247
* Made "make install" install the udev rules.v1.1.1Benjamin Dobell2010-12-2717-2160/+2793
* Heimdall 1.1.1 - Fix Galaxy Tab Modem FlashingBenjamin Dobell2010-12-132-4/+5
* Added .gitignore file to remove all of OS X's directory fluff.aidansteele2010-12-078-0/+0
* 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
* Removed the "Heimdall" folder and moved its contents to the root directory.Benjamin Dobell2010-12-0470-0/+89819