Timeline
04/26/08:
- 14:24 Changeset [2320] by
- * Implement dup() and dup2(). They are needed for Debian's implementation …
- 13:30 Changeset [2319] by
- * Slightly updated the build system.
- 12:58 PWNtcha edited by
- link to my page (diff)
- 12:55 PWNtcha edited by
- finished cloning the pwntcha page (diff)
- 12:40 PWNtcha edited by
- import table of defeated captchas from the original website (diff)
- 11:27 zzuf edited by
- fix links (diff)
- 11:26 zzuf edited by
- direct download links (diff)
- 11:18 zzuf created by
- create zzuf page here
- 10:56 PWNtcha created by
- 10:41 Changeset [2318] by
- * Step 2 of the code reorganisation: move each font to its corresponding …
- 10:41 Changeset [2317] by
- * Preparing a huge PWNtcha reorganisation. First step: put each decoder in …
- 10:34 Changeset [2316] by
- * Put autotools files in a hidden ".auto" directory instead of …
- 09:25 Changeset [2315] by
- * Update build system and licensing terms to 2008 standards.
04/25/08:
- 08:02 CPUShare edited by
- qemu (diff)
04/23/08:
- 23:24 Changeset [2314] by
- * Add missing headers to the Visual Studio build files.
- 23:24 Changeset [2313] by
- * Switch a few unsigned int variables to size_t where appropriate. * …
- 23:24 Changeset [2312] by
- * Make Win32 a special case in cucul_types.h.in: it has intptr_t but none …
04/21/08:
- 13:13 Changeset [2311] by
- * Remove that fucking "Trac" suffix from all page titles. * Put all our …
- 13:03 Changeset [2310] by
- * Import default trac configuration.
- 12:10 Changeset [2309] by
- * Started libcaca unit tests.
04/20/08:
- 00:51 Changeset [2308] by
- * Get the project to build in an alternate directory.
- 00:51 Changeset [2307] by
- * Refresh the .NET bindings. Still not complete, but quite useful already.
04/19/08:
- 21:40 Changeset [2306] by
- * Documentation fixes (due to renamings, some parameters were no longer …
- 21:25 Changeset [2305] by
- * Remove all unsigned ints from exported functions. Signed arithmetic is …
- 21:25 Changeset [2304] by
- * Get rid of the last long types in the API. * Use size_t and ssize_t …
- 21:25 Changeset [2303] by
- * Changed most of the long ints in the API into C99 types. WARNING: this …
- 21:25 Changeset [2302] by
- * Cosmetic fix for ./configure output when a pkg-module is not found.
- 17:14 CPUShare edited by
- CPUShare is in Debian (diff)
- 16:07 Changeset [2301] by
- * Use CppUnit? for C and C++ unit tests. Sorry, Jylam.
- 16:07 Changeset [2300] by
- * Changed most "unsigned char" variables into "uint8_t", including in …
- 14:58 Ticket #41 (alignment issue in caca_get_canvas_chars()) created by
- caca_get_canvas_chars() should return an uint32_t * array
- 14:42 Changeset [2299] by
- * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that …
- 13:48 Changeset [2298] by
- Fix args type checks in Caca::Display.new
- 13:32 Changeset [2297] by
- Add few unit tests for Caca::Display
- 13:31 Changeset [2296] by
- Add driver/set_driver/driver=/driver_list methods to Caca::Display, and …
- 13:29 Changeset [2295] by
- We should not free the canvas if it was auto created with the display
- 12:57 Changeset [2294] by
- * Fixed cucul_set_canvas_boundaries() bug that prevented good size to be …
04/18/08:
- 13:28 Ticket #40 (should look into the current directory for fonts, too) created by
- Quoting the FIGlet manpage: FIGlet looks for fonts first in the default …
04/16/08:
- 00:38 CPUShare edited by
- first computation is finished (diff)
- 00:12 Changeset [2293] by
- * Final version of the paper. Uploaded at the last minute, of course.
- 00:11 Changeset [2292] by
- * Put part3 and part4 results in the paper.
- 00:11 Changeset [2291] by
- * More fixes in the paper.
- 00:11 Changeset [2290] by
- Added changes suggested by reviewer #2: - Sect 3, line 2 change "scan" …
- 00:11 Changeset [2289] by
- * Applied changes suggested by reviewer #1: -Page 3: The Latex …
- 00:11 Changeset [2288] by
- * Add mode 8, for the very first graphic in the paper. * Add results for …
- 00:11 Changeset [2287] by
- * Better error reporting and argument passing from/to the bytecode.
- 00:11 Changeset [2286] by
- * More scripts for part 3. * Implemented main.c as a seccomp bytecode …
- 00:11 Changeset [2285] by
- * Put result files in separate directories.
- 00:10 Changeset [2284] by
- * Added a small Condorcet voting program.
- 00:10 Changeset [2283] by
- * Most part 2 results.
- 00:10 Changeset [2282] by
- * my results for part 1, on 14,000 4chan images.
- 00:10 Changeset [2281] by
- * Prepare study 4, for exhaustive 4-cell kernel search.
- 00:09 Changeset [2280] by
- * dionoea's results for part 1, on 5,000 images.
- 00:09 Changeset [2279] by
- * Various cosmetic changes.
- 00:09 Changeset [2278] by
- * Reactivate full ED analysis (raster FS, raster JaJuNi?, serpentine …
- 00:09 Changeset [2277] by
- * Put stuff relevant to the paper in a subdirectory.
- 00:09 Changeset [2276] by
- * Various small optimisations that make us gain ~3% in speed. Not really …
- 00:09 Changeset [2275] by
- * Add simple raster FS displacement study.
- 00:09 Changeset [2274] by
- * Implemented a few study modes: 1. study displacement on progressive …
- 00:09 Changeset [2273] by
- * Put the initial (Feb 08) version of the ED displacement paper into SVN, …
04/12/08:
- 09:44 Changeset [2272] by
- * Set minimal fuzzing ratio to 0.000000001% (less than one bit changed on …
04/10/08:
- 00:06 CPUShare edited by
- cpushare_0.47-3 (diff)
04/09/08:
- 23:54 CPUShare edited by
- etch packages (diff)
- 18:13 CPUShare edited by
- (diff)
- 18:11 CPUShare edited by
- reorg (diff)
- 16:45 CPUShare edited by
- notes about Debian kernels + mention of ICISP (diff)
- 11:49 Changeset [2271] by
- * Implement %g in the debug() format string. Incomplete but useful.
04/08/08:
- 16:22 CPUShare edited by
- (diff)
- 16:22 CPUShare edited by
- explain how to download the sell order (diff)
04/07/08:
- 03:01 CPUShare edited by
- (diff)
- 01:39 CPUShare edited by
- 0.47-2 packages (diff)
04/06/08:
04/05/08:
- 14:32 CPUShare edited by
- (diff)
- 14:29 CPUShare edited by
- reworded stuff (diff)
- 13:39 CPUShare edited by
- + iso (diff)
- 13:26 CPUShare edited by
- (diff)
- 13:07 CPUShare edited by
- (diff)
- 13:01 CPUShare edited by
- (diff)
- 12:57 WikiStart edited by
- (diff)
- 12:55 CPUShare edited by
- (diff)
- 12:54 CPUShare edited by
- (diff)
- 12:54 CPUShare edited by
- (diff)
- 12:54 CPUShare edited by
- (diff)
- 12:43 CPUShare edited by
- (diff)
- 12:40 CPUShare edited by
- (diff)
- 12:32 CPUShare edited by
- (diff)
- 12:31 CPUShare created by
- starting a CPUShare page
04/01/08:
- 13:16 Changeset [2270] by
- * Oh well, let's play the game.
Note: See TracTimeline
for information about the timeline view.
