]> git.zerfleddert.de Git - proxmark3-svn/history - client
Added Eagle source files, replaced b/w schema and placement bitmap with combined...
[proxmark3-svn] / client /
2010-02-26 marcansoftGet rid of flasher memory leak
2010-02-26 marcansoftRemove remnant junk and TODO -> FIXME
2010-02-26 marcansoftNew flasher, much more paranoid and much more correct.
2010-02-26 marcansoftAdd extra elf.h constants
2010-02-26 marcansoftAdd beginnings of hopeful endian-independence
2010-02-25 izsh@fail0verflow.comApply copyright patch from Michael Gernoth
2010-02-24 izsh@fail0verflow.comFix memset warning
2010-02-24 izsh@fail0verflow.comFix a couple of warnings
2010-02-24 izsh@fail0verflow.comclient/Makefile: Typo for Darwin
2010-02-24 izsh@fail0verflow.comFix QT compilation for Windows/MinGW and update the...
2010-02-23 izsh@fail0verflow.comclient/COMPILING: move to /COMPILING and add instructio...
2010-02-23 izsh@fail0verflow.comclient/COMPILING: Simplify dev. environment initial...
2010-02-23 izsh@fail0verflow.comclient/cmdlfem4x.c: Fix a warning about probable uninit...
2010-02-22 d18c7dbUpdated missing lib in ProxSpace
2010-02-22 d18c7dbUpdates for new MinGW ProxSpace environment
2010-02-21 izsh@fail0verflow.comAdd -O3 on the client's side and fix yielding warnings
2010-02-21 d18c7dbUpdated COMPILING
2010-02-21 d18c7dbWindows specific instructions regarding the compile...
2010-02-21 izsh@fail0verflow.comclient/Makefile: Cosmestic changes.
2010-02-21 izsh@fail0verflow.comAdd License/Copyright headers/notices. Please add your...
2010-02-21 izsh@fail0verflow.com/client/Makefile: Output object files to the obj subdir.
2010-02-20 izsh@fail0verflow.comRemoving windows specific code. Everything now compile...
2010-02-20 izsh@fail0verflow.comOops forgot a file
2010-02-20 izsh@fail0verflow.comFix windows compilation issues. But still not final...
2010-02-19 d18c7dbRemoved hackish usb.h file, re-added Info.plist
2010-02-18 d18c7dbNot a source code file
2010-02-18 d18c7dbAttempt at getting the windows client to at least compi...
2010-02-15 adam@algroup.co.ukfix output inversion in mandemod
2010-02-08 adam@algroup.co.ukmissing parameter in 'threshold' command help
2010-02-08 adam@algroup.co.ukfix 'data load' filename pointer
2010-02-08 izsh@fail0verflow.comCosmetic changes, replace mismatched indentation
2010-02-08 adam@algroup.co.ukcommand parser shortcuts e.g. 'd p' will call 'data...
2010-02-07 adam@algroup.co.ukget rid of implicit declaration warnings
2010-02-06 izsh@fail0verflow.comalphabet ;)
2010-02-06 adam@algroup.co.ukdamn that alphabet!
2010-02-06 adam@algroup.co.ukmerge 'lfsamples' and 'hfsamples' into 'samples'
2010-02-06 adam@algroup.co.ukstreamline CmdEM410xWatch
2010-02-06 adam@algroup.co.ukAndreas fix for LEGIC MIM1024
2010-02-06 adam@algroup.co.ukfix warning: implicit declaration of function ‘exit’
2010-02-05 adam@algroup.co.ukFIXME: will crash if sample buffer does not contain...
2010-02-05 izsh.f0fAlphabetical order ;) And cosmetic changes (remove...
2010-02-05 adam@algroup.co.ukadd LEGIC decoder (submitted by Sourcerer, untested...
2010-02-05 izsh.f0fChange -std=c99 to -std=gnu99 to be able to compile...
2010-02-05 adam@algroup.co.ukwun day i'll lern my alfabet
2010-02-05 adam@algroup.co.ukput legic back in the system and add rumpletux's fast...
2010-02-05 izsh.f0fclient/cmdparser.c: Cosmetic changes.
2010-02-05 adam@algroup.co.ukdifferentiate commands and sub-menus in help
2010-02-04 adam@algroup.co.ukmake LF sampling ACK to fix USB timing issue in em410xwatch
2010-02-04 adam@algroup.co.ukmake parser slightly more user friendly (default to...
2010-02-04 izsh.f0fClient cleanup and restructuring. Stage 1...
2010-01-29 adam@algroup.co.ukfix USB send data timing issue in CMD_DOWNLOADED_SIM_SA...
2010-01-28 adam@algroup.co.ukadd 'losimman' command - simulate arbitrary Manchester...
2010-01-27 bushingfix a stack overflow in the flasher routine (my bad)
2010-01-14 daniel.boteanuAdded offset feature to hexsamples command
2010-01-10 d18c7dbDecreased BigBuff mem, some elf flasher fixes (needs...
2010-01-09 daniel.boteanuAdded hitune command for continuously measuring HF...
2010-01-07 bushingfirst attempt at grouping commands into categories...
2010-01-07 bushingfix broken formatting in command table
2010-01-07 bushingenable indalademod and vchipdemod in offline mode
2010-01-05 izsh.f0fclient/elf.h: Add missing Elf32_Phdr struct to compile...
2010-01-05 bushingremoved support for s19 files in the flasher and replac...
2010-01-04 bushingrefactor flashing code into flash.h, so we can share...
2010-01-04 d18c7dbFixed some compile warnings in client, minor tidy up...
2009-12-30 bushingFix QT CXXFLAGS/LDFLAGS
2009-12-30 roel@libnfc.orgmifare client update
2009-12-28 henryk@ploetzli.chRemove LEGIC RF tag emulation code since it's useless...
2009-12-28 roel@libnfc.orgcleaning up endless copy-paste of trace functionality
2009-12-27 bushingfix Mac build to use Qt framework
2009-12-22 henryk@ploetzli.chProperly exit usb thread (e.g. on Ctrl-D)
2009-12-22 bushingremove some straggling files and fix paths in cockpit...
2009-12-22 bushingfixes to make it work properly on the Mac
2009-12-22 bushingmerge makefiles into one
2009-12-22 bushingfix target name for Windows compile
2009-12-22 bushinglean up event model so that this will work under OS...
2009-12-22 bushingrename ReceiveCommandP -> ReceiveCommandPoll for consis...
2009-12-22 bushingThere's no painless way to do this, but it needs to...
2009-12-22 bushingremove most of the references to translate.h
2009-12-22 bushingchange usb_cmd struct to be more sane
2009-12-22 bushingmerge linux and windows clients into one directory...
Impressum, Datenschutz