| 2016-03-06 | 
iceman1001 | ADD:  Added the autodetection of Topaz to  "HF SEARCH" | 
tree | commitdiff | 
| 2016-03-06 | 
iceman1001 | CHG;  a fix for "HF TUNE",  I always were annoyed with...  | 
tree | commitdiff | 
| 2016-03-06 | 
iceman1001 | ADD; added Marshmellow42 's fixes for indala and stuff. | 
tree | commitdiff | 
| 2016-03-04 | 
iceman1001 | ADD:  Added the HitagS from @spenneb ref:https://events...  | 
tree | commitdiff | 
| 2016-03-01 | 
iceman1001 | CHG: Added @icsom 's changes to his legic.lua script. | 
tree | commitdiff | 
| 2016-03-01 | 
iceman1001 | CHG:  some minor changes to the 14b,   the read 14b...  | 
tree | commitdiff | 
| 2016-03-01 | 
iceman1001 | FIX: Added @marshmellow42 's fix for ASK/Biphase simula...  | 
tree | commitdiff | 
| 2016-02-28 | 
iceman1001 | ADD:  finished of the "LF GUARD SIM" command.  needs...  | 
tree | commitdiff | 
| 2016-02-28 | 
iceman1001 | ADD: num_to_bytebitsLSBF  function. | 
tree | commitdiff | 
| 2016-02-28 | 
iceman1001 | ADD:  Added three legic luascript from @iscom (Mosic...  | 
tree | commitdiff | 
| 2016-02-27 | 
iceman1001 | CHG:  better not to show the unfinished commands.. | 
tree | commitdiff | 
| 2016-02-27 | 
iceman1001 | ADD:  Started to add a "LF GUARD CLONE/SIM" functionali...  | 
tree | commitdiff | 
| 2016-02-27 | 
iceman1001 | BUG:  smash stack in addParity call.  Didn't take in...  | 
tree | commitdiff | 
| 2016-02-27 | 
iceman1001 | FIX:  lets see if this fixes the pyramid clone crash...  | 
tree | commitdiff | 
| 2016-02-27 | 
iceman1001 | chg:  minor changes to text,  explaining current implem...  | 
tree | commitdiff | 
| 2016-02-27 | 
iceman1001 | ADD: started to add a lua script for reading 14b tags...  | 
tree | commitdiff | 
| 2016-02-27 | 
iceman1001 | FIX: spelling misstakes. | 
tree | commitdiff | 
| 2016-02-26 | 
iceman1001 | ADD:  "LF PYRAMID SIM" | 
tree | commitdiff | 
| 2016-02-26 | 
iceman1001 | FIX:  "LF PYRAMID CLONE" now works. | 
tree | commitdiff | 
| 2016-02-26 | 
iceman1001 | FIX:  calcs wiegand correct,  adds wiegand parity corre...  | 
tree | commitdiff | 
| 2016-02-25 | 
iceman1001 | FIX:  the 14b crc was called wrong in LUA.  You enter...  | 
tree | commitdiff | 
| 2016-02-25 | 
iceman1001 | ADD:  added some pyramid commands.  //not finished. | 
tree | commitdiff | 
| 2016-02-24 | 
iceman1001 | ADD:  added a simple test of known pwd algos based...  | 
tree | commitdiff | 
| 2016-02-23 | 
iceman1001 | ADD:  added a simple sleep function.  Thanks to Mosci | 
tree | commitdiff | 
| 2016-02-22 | 
iceman1001 | ADD:  added the crc8legic to Lua.  call it with core...  | 
tree | commitdiff | 
| 2016-02-21 | 
iceman1001 | ADD:  Marshmellows fixes for "lf t55xx" and "lf cmdread...  | 
tree | commitdiff | 
| 2016-02-19 | 
iceman1001 | CHG:  removing some time-debug statements. | 
tree | commitdiff | 
| 2016-02-19 | 
iceman1001 | CHG: revert old fiddeling, I should not touch the HIDfl...  | 
tree | commitdiff | 
| 2016-02-19 | 
iceman1001 | FIX:  this free call still annoys Coverity Scan. | 
tree | commitdiff | 
| 2016-02-19 | 
iceman1001 | ADD:  Added @marshmellow42 's new ST (sequence terminat...  | 
tree | commitdiff | 
| 2016-02-18 | 
iceman1001 | FIX: For ld (linker) there is no "-=",  so lets try...  | 
tree | commitdiff | 
| 2016-02-18 | 
iceman1001 | CHG: textual change in README.md | 
tree | commitdiff | 
| 2016-02-18 | 
iceman1001 | FIX: Undo one of my fixes..  *sigh*  need to be more...  | 
tree | commitdiff | 
| 2016-02-18 | 
iceman1001 | FIX: resource leak, forgot a free | 
tree | commitdiff | 
| 2016-02-18 | 
iceman1001 | CHG: CHange the definition of MAX_GRAPH_TRACE_LEN to...  | 
tree | commitdiff | 
| 2016-02-18 | 
iceman1001 | FIX: Removed a double const | 
tree | commitdiff | 
| 2016-02-18 | 
iceman1001 | FIX:  the #define M_PI is now optional.  Moved a bunch...  | 
tree | commitdiff | 
| 2016-02-18 | 
iceman1001 | FIX: 256 is too big for uint8_t | 
tree | commitdiff | 
| 2016-02-18 | 
iceman1001 | CHG:  this makefile should compile on Ubuntu 1404 witho...  | 
tree | commitdiff | 
| 2016-02-18 | 
iceman1001 | CHG: First step to make my makefile better for other...  | 
tree | commitdiff | 
| 2016-02-18 | 
iceman1001 | FIX:  corrected one of my own bugs which made the calcc...  | 
tree | commitdiff | 
| 2016-02-17 | 
iceman1001 | ADD: added some time debug statements to be able to...  | 
tree | commitdiff | 
| 2016-02-17 | 
iceman1001 | FIX: Coverity scan fixes,  hard to keep track of string...  | 
tree | commitdiff | 
| 2016-02-16 | 
iceman1001 | FIX: introduced a bug in a loop by uint8_t inside crapto1.c | 
tree | commitdiff | 
| 2016-02-16 | 
iceman1001 | Merge branch 'master' of https://github.com/iceman1001...  | 
tree | commitdiff | 
| 2016-02-16 | 
iceman1001 | CHG:  print_hex_break now prints rownumber instead...  | 
tree | commitdiff | 
| 2016-02-16 | 
iceman1001 | ADD: forgot to add the bruteforce command to the comman...  | 
tree | commitdiff | 
| 2016-02-16 | 
iceman1001 | FIX: marshmellow42 's fix using memcpy instead of re...  | 
tree | commitdiff | 
| 2016-02-16 | 
iceman1001 | CHG: added timeouts for downloading values from device...  | 
tree | commitdiff | 
| 2016-02-16 | 
iceman1001 | FIX:  the port error 10 on Mac, is fixed by @marshmello...  | 
tree | commitdiff | 
| 2016-02-15 | 
iceman1001 | CHG:  -O4  changed into -O3  to remove some compiler...  | 
tree | commitdiff | 
| 2016-02-15 | 
iceman1001 | ADD: a print_hex_break function, | 
tree | commitdiff | 
| 2016-02-15 | 
iceman1001 | CHG:  "hf legic decode"  now prints nicely.  Still...  | 
tree | commitdiff | 
| 2016-02-15 | 
iceman1001 | FIX: change the "hf legid load",  to use the WaitForRes...  | 
tree | commitdiff | 
| 2016-02-15 | 
iceman | CHG: some timing | 
tree | commitdiff | 
| 2016-02-15 | 
iceman | chg: removed testmessage | 
tree | commitdiff | 
| 2016-02-14 | 
iceman1001 | FIX:  "hf legic decode"   the stamp_len variable was...  | 
tree | commitdiff | 
| 2016-02-14 | 
iceman1001 | CHG:  clearCommandBuffer();  before calling cmdparser. | 
tree | commitdiff | 
| 2016-02-14 | 
iceman1001 | FIX:  Faster data load. | 
tree | commitdiff | 
| 2016-02-14 | 
iceman1001 | FIX:  The "hf legic load" had an bug where it send...  | 
tree | commitdiff | 
| 2016-02-14 | 
iceman1001 | ADD:  adding a presco demod, given 0x10D as preamble...  | 
tree | commitdiff | 
| 2016-02-14 | 
iceman1001 | ADD: Calc legic Crc8 method on given input hexstring. | 
tree | commitdiff | 
| 2016-02-13 | 
iceman1001 | ADD:  Started to add a Presco LF clone functionality...  | 
tree | commitdiff | 
| 2016-02-12 | 
iceman1001 | CHG: had to move the SwapBits method. | 
tree | commitdiff | 
| 2016-02-12 | 
iceman1001 | FIX: @wllm-rbnt 's typo fixes | 
tree | commitdiff | 
| 2016-02-11 | 
iceman1001 | CHG:  Updated Reveng from  1.3.0 -> 1.3.1 | 
tree | commitdiff | 
| 2016-02-10 | 
iceman1001 | CHG:  my idea of malloc and free for bucketsort didn...  | 
tree | commitdiff | 
| 2016-02-10 | 
iceman | CHG: remade the mfchkkeys loop inside nested. This...  | 
tree | commitdiff | 
| 2016-02-10 | 
iceman1001 | Merge branch 'master' of https://github.com/iceman1001...  | 
tree | commitdiff | 
| 2016-02-10 | 
iceman | Merge branch 'master' of https://github.com/iceman1001...  | 
tree | commitdiff | 
| 2016-02-10 | 
iceman | chg: what? | 
tree | commitdiff | 
| 2016-02-10 | 
iceman | CHG: added some timing messages, | 
tree | commitdiff | 
| 2016-02-10 | 
iceman1001 | CHG: syntax suger | 
tree | commitdiff | 
| 2016-02-10 | 
iceman1001 | Syntax suger | 
tree | commitdiff | 
| 2016-02-10 | 
iceman1001 | CHG:  Extracted @piwi's bucketsort into separate files...  | 
tree | commitdiff | 
| 2016-02-10 | 
iceman1001 | FIX: clearing a char array. | 
tree | commitdiff | 
| 2016-02-10 | 
iceman1001 | ADD:  added a valid pyramid T55x7 configblock. | 
tree | commitdiff | 
| 2016-02-10 | 
iceman1001 | ADD:  added @marshmellow42 's print statement for ...  | 
tree | commitdiff | 
| 2016-02-09 | 
iceman | Merge branch 'master' of https://github.com/iceman1001...  | 
tree | commitdiff | 
| 2016-02-09 | 
iceman1001 | FIX:  @marshmellow's fix for "lf viking clone",  wrong...  | 
tree | commitdiff | 
| 2016-02-09 | 
iceman | Merge branch 'master' of https://github.com/iceman1001...  | 
tree | commitdiff | 
| 2016-02-09 | 
iceman | empty row..Merge branch 'master' of https://github...  | 
tree | commitdiff | 
| 2016-02-09 | 
iceman1001 | CHG: Syntax suger | 
tree | commitdiff | 
| 2016-02-09 | 
iceman | :syntax sugger | 
tree | commitdiff | 
| 2016-02-09 | 
iceman1001 | CHG:  test of re-adding @piwi's  bucketsort to @blapost...  | 
tree | commitdiff | 
| 2016-02-09 | 
iceman1001 | CHG:  moved a call to "free" to outside of if-statement. | 
tree | commitdiff | 
| 2016-02-09 | 
iceman1001 | CHG:  increased timeout when calling "hw tune". | 
tree | commitdiff | 
| 2016-02-07 | 
iceman1001 | ADD:  added superchargers types,  Thanks to rmaisonneuv...  | 
tree | commitdiff | 
| 2016-01-28 | 
iceman | Merge branch 'master' of https://github.com/iceman1001...  | 
tree | commitdiff | 
| 2016-01-25 | 
iceman1001 | REM: commented out a reference to radixsort,  which...  | 
tree | commitdiff | 
| 2016-01-25 | 
iceman1001 | CHG: Syntax suger | 
tree | commitdiff | 
| 2016-01-25 | 
iceman1001 | FIX: earlier NULL check. | 
tree | commitdiff | 
| 2016-01-25 | 
iceman1001 | REM:  removed unused code. | 
tree | commitdiff | 
| 2016-01-25 | 
iceman1001 | FIX: Moved a free() call. | 
tree | commitdiff | 
| 2016-01-21 | 
iceman1001 | CHG: removed a debug statement | 
tree | commitdiff | 
| 2016-01-21 | 
iceman1001 | CHG:  Added the urls to the new Wiki on github inside...  | 
tree | commitdiff | 
| 2016-01-21 | 
iceman1001 | CHG:  Added some more identifications to token list...  | 
tree | commitdiff | 
| 2016-01-20 | 
iceman1001 | ADD:  added the possibility to choose which block num...  | 
tree | commitdiff | 
| 2016-01-20 | 
iceman1001 | CHG:  Remake the "hf mf chkkeys"  It now prints the...  | 
tree | commitdiff | 
| 2016-01-20 | 
iceman1001 | CHG: syntax suger,  text edit | 
tree | commitdiff | 
| next |