]> git.zerfleddert.de Git - proxmark3-svn/history - client/cmddata.c
Merge branch 'master' of https://github.com/Proxmark/proxmark3
[proxmark3-svn] / client / cmddata.c
2015-01-30 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-30 Martin Holst SwendeMerge pull request #53 from iceman1001/feature
2015-01-30 IcemanUpdate cmddata.c 53/head
2015-01-30 iceman1001ohps, forgot to multiply it up again.
2015-01-29 iceman1001wrong letter in variable name
2015-01-29 iceman1001wrong letter in variable name
2015-01-29 iceman1001Minor bounds checks for setDemodBuf and printDemodBuff
2015-01-29 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-28 pwpiwiBigBuf and tracing rework: allow much longer traces...
2015-01-27 Martin Holst SwendeMerge pull request #49 from marshmellow42/master
2015-01-27 marshmellow42lf demod bug fix & refactor
2015-01-27 Martin Holst SwendeMerge pull request #48 from marshmellow42/master
2015-01-26 marshmellow42clean up some comments 48/head
2015-01-26 marshmellow42lf psk demods
2015-01-26 marshmellow42Merge remote-tracking branch 'upstream/master'
2015-01-26 Martin Holst SwendeMerge pull request #46 from holiman/master
2015-01-22 marshmellow42lf FSK demod tools/fixes
2015-01-20 marshmellow42lf Bug Fixes and lf demod additions
2015-01-20 iceman1001Minor fixes: Array inits, some array bounds checks.
2015-01-20 iceman1001Merge branch 'master' of https://github.com/holiman...
2015-01-20 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-18 marshmellow42Merge remote-tracking branch 'upstream/master'
2015-01-18 marshmellow42lf demod additions
2015-01-16 Martin Holst SwendeMerge branch 'master' of github.com:Proxmark/proxmark3
2015-01-15 Martin Holst SwendeMerge pull request #44 from marshmellow42/master
2015-01-15 Martin Holst SwendeMerge branch 'master' of github.com:Proxmark/proxmark3
2015-01-13 marshmellow42Small lf bug fixes and threshold adjustments
2015-01-13 marshmellow42Merge remote-tracking branch 'upstream/master'
2015-01-13 Martin Holst SwendeMerge pull request #40 from holiman/master
2015-01-09 marshmellow42lf search use new psk, small demod adjustments 41/head
2015-01-09 Martin Holst SwendeMerge branch 'master' of https://github.com/iceman1001...
2015-01-08 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-08 Martin Holst SwendeMerge pull request #38 from marshmellow42/master
2015-01-08 marshmellow42cmddata.c changes by others - reapply
2015-01-07 marshmellow42Fix Tune Samples (broken in commit 12/31 by me)
2015-01-07 marshmellow42code cleanup. re-added psk commands.
2015-01-07 marshmellow42added data psk* cmds for pskdemod
2015-01-07 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-07 marshmellow42Fix Tune Samples (broken in commit 12/31 by me)
2015-01-07 iceman1001FIX: a solution for the issue "hf mf esave - always...
2015-01-07 iceman1001CHG: minor code clean up.
2015-01-07 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-07 marshmellow42code cleanup. re-added psk commands.
2015-01-06 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-06 marshmellow42Merge pull request #4 from Proxmark/master
2015-01-06 marshmellow42Merge pull request #3 from Proxmark/master
2015-01-06 marshmellow42added data psk* cmds for pskdemod
2015-01-05 iceman1001CHG: generic code clean up. Removal of commented code.
2015-01-05 iceman1001ADD: Holimans new changes in master.
2015-01-04 iceman1001FIX: fixed a little bug I introduced from last commit...
2015-01-04 iceman1001FIX: a shot at fixing the "_" underscore problem in...
2015-01-01 IcemanMerge pull request #1 from bforbort/master
2015-01-01 Blaine ForbortMerge remote-tracking branch 'origin/DESFireAuth'
2015-01-01 iceman1001Updated the README.txt
2015-01-01 Martin Holst SwendeMerge pull request #34 from marshmellow42/master
2014-12-31 marshmellow42minor adjustment to askmandemod for lf search
2014-12-31 marshmellow42added data rtrim command
2014-12-31 iceman1001ADD: midnitesnakes desfire, ultralight changes from...
2014-12-31 marshmellow42lf demod code cleanup - added fskraw arguments
2014-12-30 marshmellow42LF demod/cmd code cleanup + new lf search
2014-12-29 marshmellow42Merge pull request #1 from Proxmark/master
2014-12-29 marshmellow42minor setting adjustments/cleanup
2014-12-29 marshmellow42LF Demod bug fixes and add lf em em410xdemod
2014-12-29 marshmellow42slight adjustment to include
2014-12-29 marshmellow42LF Demod streamlining
2014-12-26 iceman1001ADD: marshmellows new lf command and DetectClock. ...
2014-12-24 marshmellow42rename askrawdemod to askmandemod
2014-12-24 marshmellow42Created new detectclock function + EM decode addons
2014-12-23 marshmellow42minor askrawdemod adjustment if errors in demoding...
2014-12-23 marshmellow42Add auto check for EM410x format to askrawdemod cmd
2014-12-23 marshmellow42minor fix - got too comment happy removing test code
2014-12-22 marshmellow42added new data askrawdemod command
2014-12-20 pwpiwiMerge pull request #33 from pwpiwi/master
2014-12-19 marshmellow42put ask demod and mandemod
2014-12-19 marshmellow42Final touches on IO prox and HID prox demod
2014-12-18 pwpiwiMerge branch 'master' of https://github.com/Proxmark...
2014-12-17 iceman1001minor fixes regaring the newly released patches from...
2014-12-17 pwpiwiunify/refactor hw tune and data tune
2014-12-17 iceman1001Applied Holiman's fixes for iclass.c and CSNs
2014-12-16 pwpiwiMerge branch 'master' of https://github.com/Proxmark...
2014-11-30 Martin Holst SwendeAdded Enios cool tuning-trick (LF) from forum-post...
2014-11-30 iceman1001ADD: Enio's intuative function for the command: "hw...
2014-11-16 iceman1001FIX: hf mf eload - now supports specifying 0,1,2,4...
2014-11-03 iceman1001ADD: added identification for Mifare TNP3xxx tags.
2014-10-30 Martin Holst SwendeMerge pull request #23 from holiman/master
2014-10-29 iceman1001FIXED: Merged all Holimans code-review issues which...
2014-10-28 Martin Holst SwendeMerge pull request #2 from holiman/coverity_fixes 23/head
2014-10-27 Martin Holst SwendeFixed several issues found using a coverity-scan
2014-10-24 Martin Holst SwendeFirst try att merging with head
2014-10-24 iceman1001FIX: data mandemod read the wrong part of BigBuffer...
2014-10-23 iceman1001BUG: the lf read now uses "getbigbuffer" which the...
2014-10-06 iceman1001chg: LF t55xx trace
2014-09-19 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2014-09-16 iceman1001LF t55xx and LF em4x commands now should manchester...
2014-07-01 pwpiwiMerge branch 'master' of https://github.com/Proxmark...
2014-06-28 Martin Holst SwendeMerge branch 'iclass-research' of https://github.com...
2014-06-27 Martin Holst SwendeMerged with master
2014-06-11 Martin Holst SwendeAdded enios dirthreshold command, patch from http:...
2014-03-28 Martin Holst SwendeMerge pull request #9 from doegox/addhelpm
2014-03-26 Martin Holst SwendeFixes to implement generation of markdown auto-generate...
next
Impressum, Datenschutz