]> git.zerfleddert.de Git - proxmark3-svn/shortlog
proxmark3-svn
2016-10-16 IcemanMerge pull request #34 from osysltd/patch-3
2016-10-16 OsysUpdate README.md
2016-10-14 iceman1001chg: travis ci yet again
2016-10-14 iceman1001FIX: travis ci didnt work like I thought.. testing...
2016-10-14 iceman1001CHG: fixing some scripts for Travis CI...
2016-10-14 iceman1001chg: travis ci, this should removed that extra linaro...
2016-10-14 iceman1001CHG; travis CI and multi platform part..
2016-10-14 iceman1001FIX: "hf legic write" - removed a warning message...
2016-10-14 iceman1001REM: removed a tab character that Travis CI dislikes
2016-10-14 iceman1001CHG:.. travis..
2016-10-14 iceman1001chg: trying to configure MAC OS as a builing environme...
2016-10-14 iceman1001syntax suger
2016-10-14 iceman1001ADD: "hf legic wipe" - it autodetects tagtype and...
2016-10-10 iceman1001FIX: this should remove a warning.
2016-10-10 iceman1001CHG; syntax suger
2016-10-10 iceman1001CHG: syntax suger
2016-10-10 iceman1001CHG: "hf legic sim" old imp, uses two timers, we...
2016-10-10 iceman1001CHG: "script run emlu2dump" now can read old legic...
2016-10-09 iceman1001CHG; added an option wither or not to clear emulator...
2016-10-09 iceman1001chg: textual changes.
2016-10-09 iceman1001FIX: increased time-out to match 2.7sec it takes to...
2016-10-09 iceman1001CHG: "hf legic write" - now writes on the limits better.
2016-10-08 iceman1001CHG: "hf legic restore" - added a filesize and cardsi...
2016-10-08 iceman1001CHG: syntax suger
2016-10-08 iceman1001CHG: reordered the "hf search" internal checks. The...
2016-10-08 iceman1001CHG: the call to TurnReadLFOn has a delay / number...
2016-10-08 iceman1001REM: "hf legic load" has been removed. It doesnt have...
2016-10-07 iceman1001FIX: looks like "hf legic write" works again!
2016-10-07 iceman1001CHG: "hf legic write" with these I managed to get...
2016-10-07 iceman1001CHG: adjustments to 3.6ms
2016-10-07 iceman1001CHG: help text
2016-10-07 iceman1001FIX: "hf list legic" annotation now correct prints...
2016-10-07 iceman1001FIX: wrong log bytes...
2016-10-07 iceman1001FIX: one send command bug fixed. Turns out that uint16...
2016-10-07 iceman1001FIX: unused variable removed.
2016-10-07 iceman1001CHG: "hf legic write" got a make over in how its...
2016-10-06 iceman1001chg: syntax suger
2016-10-06 iceman1001CHG: syntax suger
2016-10-06 iceman1001CHG: started the process of fixing "hf legic write...
2016-10-06 iceman1001Renamed the calccrc8 functions and command.
2016-10-06 iceman1001ADD: added a StopTicks functions, to disable the timer...
2016-10-06 iceman1001ADD: added a compiling flag -DHAS_512_FLASH i common...
2016-10-06 iceman1001REM: "hf legic writeraw" has been removed.
2016-10-06 iceman1001ADD: "hf legic eload" - Load binary file to emulator...
2016-10-05 iceman1001CHG: "hf legic dump" now automatically detects tagtyp...
2016-10-05 iceman1001FIX: one too many semicolons for #defines
2016-10-05 iceman1001FIX: undeclared var on deviceside,
2016-10-05 iceman1001CHG: command name changes..
2016-10-05 icemanCHG: fixed the coverity build script
2016-10-05 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-10-05 icemanCHG: execution mode
2016-10-05 icemanCHG: execution mode
2016-10-05 icemanADD: execution mode
2016-10-05 iceman1001CHG: code clean up
2016-10-05 iceman1001CHG: libcurses
2016-10-05 iceman1001ADD: added a install.sh script for easy installation...
2016-10-04 iceman1001CHG: making timings a bit tighter == faster read of...
2016-10-04 iceman1001FIX: forgot a LEN in print message.
2016-10-04 iceman1001CHG: reading a complete MIM1024 takes about 2.8sec...
2016-10-04 iceman1001CHG: "hf legic read" - increased timeout values client...
2016-10-04 iceman1001Textual changes in helptext. Still no clear.
2016-10-04 iceman1001CHG: "hf legic write" started to change this command...
2016-10-03 iceman1001CHG: revert legiccrc8 to old algo.
2016-10-03 iceman1001CHG: changed to use BigBuff_Eml memory instead of big_b...
2016-10-03 iceman1001CHG: Patch for making PM3 compatible to MCU's CDC...
2016-10-02 iceman1001FIX: the "hf list legic" on MIM1024 wrapped around...
2016-09-29 iceman1001CHG: annotation now only print relevant help text given...
2016-09-29 iceman1001CHG: finally, the ticks timer does what it is supposed...
2016-09-29 iceman1001CHG: added addresize to legic select struct.
2016-09-29 iceman1001CHG: removed some debug data
2016-09-29 iceman1001UPD: got the latest updates (@badboy) from @zhovner...
2016-09-29 iceman1001FIX: forgot I removed some other stuff
2016-09-29 iceman1001ADD: @zhovner 's mfd file parser https://github.com...
2016-09-29 iceman1001CHG: a select_legic function with structs and stuff and
2016-09-28 iceman1001CHG: 'hf list legic' doesn't print the parity now.
2016-09-27 IcemanMerge pull request #33 from osysltd/patch-2
2016-09-27 OsysUpdate README.md
2016-09-26 iceman1001CHG; the devil is in the details
2016-09-26 iceman1001CHG: Minor tweaks, the tracing dissappeared, the...
2016-09-26 iceman1001CHG: added the verbose flag, to make the output in...
2016-09-26 iceman1001CHG: @ikarus23 removed all missleadning warnings...
2016-09-26 iceman1001FIX: Much of my added extra legic code is commented...
2016-09-26 iceman1001ADD: @ikarus / @pwpiwi solution to stop treating GCC...
2016-09-26 iceman1001ADD: started to add a legic detection to "HF SEARCH"
2016-09-26 iceman1001CHG: removed the ubuntu build variable which is no...
2016-09-26 icemanCHG: added some cleaning up earlier configurations...
2016-09-26 IcemanMerge pull request #32 from osysltd/patch-1
2016-09-26 OsysUpdate README.md
2016-09-26 iceman1001CHG: and now that I do actually check on bitlenght...
2016-09-26 iceman1001FIX: could be a problem, when not using parnethesis...
2016-09-26 iceman1001FIX: "indent" warns about this one.
2016-09-26 iceman1001CHG: saw @menshiyun 's change to localtime on github.
2016-09-26 iceman1001CHG: using bitsend to determind the legic annotation...
2016-09-26 iceman1001CHG: fixes a "indent" warning
2016-09-26 iceman1001CHG: fix a "indent" warning.
2016-09-26 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-09-26 iceman1001CHG: the "indent" software warns about some assingment...
2016-09-25 IcemanUpdate README.md
2016-09-24 iceman1001CHG: according to measureement by @wilrn the actual...
2016-09-23 iceman1001CHG: lowered the timout again, but re-added the spinde...
next
Impressum, Datenschutz