root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @197 [197] 22 months frank Add a TCP/IP servercore to Kraken.
(edit) @196 [196] 22 months frank Balance disk load better (over time) by giving priority to key searches …
(edit) @195 [195] 22 months frank drop a printf
(edit) @194 [194] 22 months frank Even out CPU load (in time) by giving priority to partial requests that …
(edit) @193 [193] 22 months frank Turn on -O2 again.
(edit) @192 [192] 22 months frank Add GPU capabilities to Kraken.
(edit) @191 [191] 22 months frank Keep up the changes.
(edit) @190 [190] 22 months frank Chnages to enable combined GPU / CPU cracking.
(edit) @189 [189] 22 months frank A reworked A5/1 ATI shared lib, geared for use with Kraken.
(edit) @188 [188] 22 months frank Bugfix in Ncq free list. (Should speed things up a bit)
(edit) @187 [187] 22 months frank Add some user friendliness.
(edit) @186 [186] 22 months frank Tiny utility to xor 2 biary strings.
(edit) @185 [185] 22 months frank Forgot to add find_kc.cpp
(edit) @184 [184] 22 months frank Commandline tool to find KCs from Kraken.
(edit) @183 [183] 22 months frank Fix segfault when reading beyond mapped memory.
(edit) @182 [182] 22 months frank Added a minimal interactive shell.
(edit) @181 [181] 23 months frank Build shared lib.
(edit) @180 [180] 23 months frank Add a simple work order queue.
(edit) @179 [179] 23 months frank Proper NCQ implementation. (Thanks MvdS for pointers)
(edit) @178 [178] 23 months frank Kraken is alive. Be very afraid GSMA.
(edit) @177 [177] 23 months frank The birth of Kraken. Currenlty only loads 40 table into memory.
(edit) @176 [176] 23 months frank Make CPU searcher keep track of a void* context for each search.
(edit) @175 [175] 23 months frank Recognize and add index free delta tables to the block device.
(edit) @174 [174] 23 months frank Python tool for building composit tables.
(edit) @173 [173] 23 months frank Modify for path:offset (in blocks) syntax for writing multible tables to …
(edit) @172 [172] 23 months frank Refactor A5 CPU implementation to support multiple tables simoultaniously.
(edit) @171 [171] 23 months frank Working lookup code for indexed delta.
(edit) @170 [170] 23 months frank Fix (proper flushing between writes)
(edit) @169 [169] 23 months frank Fixes (write last endpoint to index file)
(edit) @168 [168] 23 months frank Added experimental version of indexed delta writer.
(edit) @167 [167] 23 months frank Added a MD5 dummy writer for calculating internal md5sum, regardless of …
(edit) @166 [166] 2 years frank Destructors must be virtual (bugfix)
(edit) @165 [165] 2 years frank Add the conversion tool (finally)
(edit) @164 [164] 2 years frank More user friendly error handling.
(edit) @163 [163] 2 years frank Putting the pieces together.
(edit) @162 [162] 2 years frank More readers / writers, and a simple factory.
(edit) @161 [161] 2 years frank Add SSD reader to the pattern.
(edit) @160 [160] 2 years frank Correct number of bytes avilable from very last fread().
(edit) @159 [159] 2 years frank Comment on some dodgy looking code.
(edit) @158 [158] 2 years frank Properly flush at end of file.
(edit) @157 [157] 2 years frank Early preview of working entropy coding / decoding.
(edit) @156 [156] 2 years frank Remove obsolete files.
(edit) @155 [155] 2 years frank Removed obsolete file.
(edit) @154 [154] 2 years frank An alternative faster test lookup tool. (Keeps 4 cores busy)
(edit) @153 [153] 2 years frank Utility to inspect cipherstate at some point in time. (+some fixes)
(edit) @152 [152] 2 years frank Comment out generation of merge map.
(edit) @151 [151] 2 years frank A tool to chop down tables.
(edit) @150 [150] 2 years frank The new lookup test tool for ATI tables.
(edit) @149 [149] 2 years frank Added option to only check top of table
(edit) @148 [148] 2 years frank Small fixes to checktable. (Wait for last chain)
(edit) @147 [147] 2 years frank make checktable tool.
(edit) @146 [146] 2 years frank A simple tool to do a quick check on a table file.
(edit) @145 [145] 2 years frank Add newline at end of progres indicator.
(edit) @144 [144] 2 years frank Thusly, this is python, not C
(edit) @143 [143] 2 years frank Play it safe.
(edit) @142 [142] 2 years frank Made script for safe and easy table compaction.
(edit) @141 [141] 2 years frank Made a tool for 'uncompressing' SSDwriter format back to indivdual files.
(edit) @140 [140] 2 years frank Don't be too smart. Multiplication saves a cycle, bit would overflow in …
(edit) @139 [139] 2 years frank Ooops, fix bug discovered in first run.
(edit) @138 [138] 2 years frank Tool for joining 2 sorted table parts, to a single sorted table.
(edit) @137 [137] 2 years frank Correct build options for 64 bits OS.
(edit) @136 [136] 2 years frank Disallow running as root for safer operation.
(edit) @135 [135] 2 years frank Change padding on the last block, for correct search & easy reversal of …
(edit) @134 [134] 2 years frank Proper includes.
(edit) @133 [133] 2 years frank Create output folder if it doesn't exist
(edit) @132 [132] 2 years frank Fix includes.
(edit) @131 [131] 2 years frank Binary searcher for block device table.
(edit) @130 [130] 2 years frank Opps, was 1 context pr device. Change Flushing accordingly.
(edit) @129 [129] 2 years frank Clean up the calCtxFlush() calls, (single flush after any issued commands)
(edit) @128 [128] 2 years frank Add missing include.
(edit) @127 [127] 2 years frank Fix the truncate of partially flushed file. Karsten will be the test …
(edit) @126 [126] 2 years frank Added safety mechanism to prevent accidental overwriting of partial …
(edit) @125 [125] 2 years frank Prevent memory fragmentation.
(edit) @124 [124] 2 years frank Taking tables to full height 8.662e9 initial chains.
(edit) @123 [123] 2 years frank More debug output. (Thanks Sascha for finding alloc bug with new drivers)
(edit) @122 [122] 2 years frank More debug output, and Saschas crashfix. (Add global flag to bypass size …
(edit) @121 [121] 2 years frank Add simple tool for writing single table to blockdevice, and generate …
(edit) @120 [120] 2 years frank off by 1 + depends
(edit) @119 [119] 2 years frank Updated Makefile and toolset for results verification.
(edit) @118 [118] 2 years frank Added smool tool to extract a frame from the challenge.bin file.
(edit) @117 [117] 2 years frank Old version of generator script. No longer in use.
(edit) @116 [116] 2 years frank Reference code for kr02 with 64 bits whitening.
(edit) @115 [115] 2 years frank bugfix: kr02 whitening only had 32 significant index bits. (Allow for 64)
(edit) @114 [114] 2 years frank bugfix: Correct startpoint for when auotstaring next table.
(edit) @113 [113] 2 years frank More reasonable overlap / standoff for contiunuation.
(edit) @112 [112] 2 years frank v0.1 of the multi file generator script.
(edit) @111 [111] 2 years frank Fix the write mutex.
(edit) @110 [110] 2 years frank First take of the stage2 sorter.
(edit) @109 [109] 2 years frank Some fixes for finding continuation points.
(edit) @108 [108] 2 years frank Preview of the multifilewriter + fixes.
(edit) @107 [107] 2 years frank Sorting tool for stage 1 sorting of very large tables. (~5.4e10 entries)
(edit) @106 [106] 2 years frank Bugfix from Sascha that got overwritten. Now in SVN.
(edit) @105 [105] 2 years frank Saschas bespoke dp12 Blitzkernel. 66% more speed on 58xx (Thanks)
(edit) @104 [104] 2 years frank Update CPU verification tool to handle e100 tables.
(edit) @103 [103] 2 years frank Saschas 35% - 100% speedup (depending on HW) Thanks! - more tweaks will …
(edit) @102 [102] 2 years frank 15% faster for dp12 - with constant running time of kernel.
(edit) @101 [101] 2 years frank Simple script for self testing all GPUs and memory buffer functioning.
(edit) @100 [100] 2 years frank Move start point generation to C, using the tentative "kr02" generator.
(edit) @99 [99] 2 years frank Full 64 bits mixing, with support for indexes larger than 32 bits.
(edit) @98 [98] 2 years frank Variation of KR whitening.
Note: See TracRevisionLog for help on using the revision log.