]> git.zerfleddert.de Git - proxmark3-svn/shortlog
proxmark3-svn
2010-02-22 bushingsetting svn:eol-style=native on files, part 1
2010-02-22 adam@algroup... correct paths for devkitPro Linux development environment
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 izsh@fail0verflow.comOoops, we forgot a few details
2010-02-21 marcansoftAdd HACKING.txt with coding style guidelines
2010-02-21 adam@algroup... make a start on updating the main README
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-21 marcansoftSome random cleanup
2010-02-21 marcansoftAdd license headers to armsrc/bootrom/common stuff
2010-02-21 marcansoftSplit str* and mem* into string.[ch]
2010-02-20 izsh@fail0verflow.comRemoving windows specific code. Everything now compile...
2010-02-20 marcansoftClean up data types, some header cleanup, etc.
2010-02-20 marcansoftMore CRLF -> LF conversion
2010-02-20 marcansoftMore en masse cleanup (whitespace/newlines/headers...
2010-02-20 marcansoftMore CRLF -> LF
2010-02-20 marcansoftMore CRLF -> LF cleanup
2010-02-20 marcansoftBut let people override CROSS if they reall want to ;)
2010-02-20 marcansoftSwitch compiler to arm-eabi instead of arm-elf
2010-02-20 marcansoftClean up line endings, switch everything to LF instead...
2010-02-20 marcansoftAdd obj/.dummy for clients that don't track empty dirs
2010-02-20 izsh@fail0verflow.commarcan's patch until he gets commit access. Remove...
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 d18c7dbTweak JTAG config file
2010-02-18 d18c7dbAttempt at getting the windows client to at least compi...
2010-02-15 adam@algroup... fix output inversion in mandemod
2010-02-08 adam@algroup... missing parameter in 'threshold' command help
2010-02-08 adam@algroup... fix 'data load' filename pointer
2010-02-08 izsh@fail0verflow.comCosmetic changes, replace mismatched indentation
2010-02-08 adam@algroup... command parser shortcuts e.g. 'd p' will call 'data...
2010-02-08 d18c7dbAdded some Eclipse files (.settings .cproject .project...
2010-02-07 adam@algroup... get rid of implicit declaration warnings
2010-02-06 izsh@fail0verflow.comalphabet ;)
2010-02-06 adam@algroup... damn that alphabet!
2010-02-06 adam@algroup... merge 'lfsamples' and 'hfsamples' into 'samples'
2010-02-06 adam@algroup... streamline CmdEM410xWatch
2010-02-06 adam@algroup... usability hint
2010-02-06 adam@algroup... more helpful error message (from Sourcerer)
2010-02-06 adam@algroup... Andreas fix for LEGIC MIM1024
2010-02-06 adam@algroup... fix warning: implicit declaration of function ‘exit’
2010-02-05 adam@algroup... FIXME: will crash if sample buffer does not contain...
2010-02-05 izsh.f0fAlphabetical order ;) And cosmetic changes (remove...
2010-02-05 adam@algroup... add 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... wun day i'll lern my alfabet
2010-02-05 adam@algroup... put legic back in the system and add rumpletux's fast...
2010-02-05 izsh.f0fclient/cmdparser.c: Cosmetic changes.
2010-02-05 adam@algroup... differentiate commands and sub-menus in help
2010-02-04 adam@algroup... oops. in the spirit of cleaner code, don't do stuff...
2010-02-04 adam@algroup... make LF sampling ACK to fix USB timing issue in em410xwatch
2010-02-04 adam@algroup... make parser slightly more user friendly (default to...
2010-02-04 henryk@ploetzli.chLimit DbpString size to the buffer size, patch by Andre...
2010-02-04 izsh.f0fClient cleanup and restructuring. Stage 1...
2010-01-29 adam@algroup... fix USB send data timing issue in CMD_DOWNLOADED_SIM_SA...
2010-01-28 adam@algroup... add 'losimman' command - simulate arbitrary Manchester...
2010-01-27 bushingfix a stack overflow in the flasher routine (my bad)
2010-01-21 adam@algroup... use elf targets for flashing
2010-01-16 henryk@ploetzli.chAutomatically enter bootrom when OS image doesn't appea...
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.boteanuIncreased buffer sizes for hi14snoop. Added blinking...
2010-01-09 daniel.boteanuTrim long debug string message in hitune
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 bushingmoar svn ignore crap
2010-01-04 bushingset svn:ignore
2010-01-04 d18c7dbFixed some compile warnings in client, minor tidy up...
2010-01-02 d18c7dbreplaced obsolete config options with current
2010-01-02 bushingswitch away entirely from using DbpInteger to Dbprintf
2010-01-01 bushingcreate Dbprintf convenience function
2010-01-01 henryk@ploetzli.chMake the bootrom correctly nack in case of flash write...
2009-12-30 bushingARM code cleanup (lfops)
2009-12-30 bushingAdd printf, and start transitioning away from DbpInteger
2009-12-30 bushingFix QT CXXFLAGS/LDFLAGS
2009-12-30 roel@libnfc.orgmifare usb update
2009-12-30 roel@libnfc.orgmifare tools update
2009-12-30 roel@libnfc.orgmifare firmware update
2009-12-30 roel@libnfc.orgmifare client update
2009-12-28 henryk@ploetzli.chImplement card reading with a few simple fixed obfuscat...
2009-12-28 henryk@ploetzli.chRemove LEGIC RF tag emulation code since it's useless...
2009-12-28 roel@libnfc.orgiso14443a cleanup, cascade2 level working again
2009-12-28 roel@libnfc.orgcleaning up endless copy-paste of trace functionality
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 henryk@ploetzli.chUse the interworking version of libgcc.a
2009-12-22 bushingremove some straggling files and fix paths in cockpit...
next
Impressum, Datenschutz