Timeline
07/09/08:
- 22:53 publications edited by
- (diff)
- 22:47 publications edited by
- add a reference to the LNCS volume (diff)
- 22:42 publications edited by
- (diff)
- 22:42 publications edited by
- mention Jylam's conferences and reorder by date (diff)
- 22:38 publications edited by
- HSF slides (diff)
- 22:34 publications edited by
- RMLL 08 slides (diff)
- 22:28 publications edited by
- link to presentation slides (diff)
- 22:16 publications edited by
- ICISP paper (diff)
- 22:10 publications created by
- creating page
- 12:50 Changeset [2520] by
- * Ideas for a zzufrc file.
- 12:47 zzuf edited by
- cleanup (diff)
- 12:28 zzuf/bugs edited by
- switched tables to wiki formatting (diff)
- 11:56 zzuf/bugs edited by
- re-added the old crash tables (diff)
- 11:26 zzuf/bugs created by
- creating separate bugs page
07/05/08:
- 18:44 WikiStart edited by
- beta14 (diff)
- 18:43 libcaca edited by
- beta14 (diff)
- 18:39 Changeset [2519] by
- * Fix plugin build.
- 18:34 Changeset [2518] by
- * Set version to 0.99.beta14. * Updateed NEWS and ChangeLog?.
- 18:28 Changeset [2517] by
- * Check for FTGL in the configure step, because we will use it later. * …
- 14:40 WikiStart edited by
- (diff)
07/02/08:
- 16:35 Changeset [2516] by
- * Fork the grabbed process and exit the parent. Unfortunately for some …
07/01/08:
- 22:38 Changeset [2515] by
- * Add my slides of the paper presentation at ICISP'08.
- 22:35 Changeset [2514] by
- * Add kill() to the list of supported remote syscalls. We might need to …
- 21:43 Changeset [2513] by
- * Add write() to the list of supported remote syscalls.
- 16:30 Changeset [2512] by
- * Add missing headers and _XOPEN_SOURCE definition to grab.c.
- 16:14 Changeset [2511] by
- * Allow to grab 32-bit applications from a 64-bit neercs process.
- 01:26 Changeset [2510] by
- * Add a --debug flag to the configure step.
- 01:26 Changeset [2509] by
- * Split grab.c into the grabbing heuristic and the pure ptrace interface, …
- 01:26 Changeset [2508] by
- * Fix memcpy_from_target() and memcpy_to_target() alignment issues.
- 01:26 Changeset [2507] by
- * Cosmetic: nicer debug output.
- 01:26 Changeset [2506] by
- * Activate USE_GRAB on amd64/x86_64 systems, too.
- 01:26 Changeset [2505] by
- * Start refactoring grab.c: instead of writing code to the stack, we wait …
- 01:26 Changeset [2504] by
- * Coding style.
- 01:26 Changeset [2503] by
- * Ported grab code to amd64. Doesn't work yet, maybe because we are …
- 01:26 Changeset [2502] by
- * Coding style.
- 01:26 Changeset [2501] by
- * Preparing the amd64 port of grab.c by first making the current …
06/28/08:
- 16:50 Changeset [2500] by
- * Added an autolock timeout (autolock_timeout = N in configuration file)
- 16:29 Changeset [2499] by
- * Write a few ideas
- 16:18 Changeset [2498] by
- * Include config.h in grab.c, else USE_GRAB will never be defined
- 13:39 Changeset [2497] by
- * Use $HOME before trying to get user directory via getpwuid
- 13:26 Changeset [2496] by
- * Removed a double-free and a leak. Mozilla, you have been trolled.
- 13:22 Changeset [2495] by
- * Removed general local variables from main() and put it in struct …
06/27/08:
- 20:50 Changeset [2494] by
- * Define _GNU_SOURCE to enable getsid() as a GNU extention to *libc
- 19:55 Changeset [2493] by
- * Fix grabbing of one process: upper loop bound was wrong.
- 19:55 Changeset [2492] by
- * Prettier grab support detection in configure.ac.
- 19:54 Changeset [2491] by
- * Compilation works better when files #include "config.h".
- 12:09 Changeset [2490] by
- * Rename man/ to doc/. * Add svn:ignore properties here and there.
06/25/08:
- 11:20 Changeset [2489] by
- * Removed a double-free, check if ptr==NULL before freeing in several …
- 00:33 Changeset [2488] by
- * Have -r/-R/-S like screen
06/24/08:
- 23:14 Changeset [2487] by
- * Add -c/--config to override local config file
- 16:21 Changeset [2486] by
- * Changed /etc/neercs.conf to /etc/neercsrc (and changed example to the …
- 16:15 Changeset [2485] by
- * Renamed neercs.ini to neercs.conf
- 16:13 Changeset [2484] by
- * Factorized multiple calls of caca_refresh_display() * Configuration …
- 15:21 Changeset [2483] by
- * Fix a buffer overflow in the reattach code.
- 14:55 Changeset [2482] by
- * Fix a memory leak
06/23/08:
- 23:59 Changeset [2481] by
- * Improve the speed of current attach (even if it will die) * Fix some …
- 23:39 Changeset [2480] by
- * Move most actions outside of option parsing
- 23:02 Changeset [2479] by
- * Move conditionnal include of pty.h from main.c to term.c
- 16:37 Changeset [2478] by
- * Don't use the caca_display in refresh_screens, it would make clean …
06/22/08:
- 14:40 Changeset [2477] by
- * Close caca_display earlier when attaching - Give an error when no socket …
- 14:37 Changeset [2476] by
- * Fix a warning
- 11:59 Changeset [2475] by
- * TODO is almost empty, add your ideas !
- 11:57 Changeset [2474] by
- * First more or less working version of attach
06/21/08:
- 15:36 zzuf edited by
- links to my zzuf talks (diff)
06/20/08:
- 17:43 Changeset [2473] by
- * get_ms() returns ... microseconds. Renamed to get_us(). (fsck you) * …
- 16:09 Changeset [2472] by
- * Made the manual page suck slightly less.
- 16:08 Changeset [2471] by
- * Added handlers for special keys (page up/down, insert, delete, home, …
- 15:49 Changeset [2470] by
- * Removed comments
- 15:48 Changeset [2469] by
- * Added some comments
- 15:25 Changeset [2468] by
- * Cleaned a bit * Added help (--help/-h)
- 14:55 Changeset [2467] by
- * Re-indented properly (not touched to grab.c, although it'd be quite fun)
- 14:51 Changeset [2466] by
- * Break pterjan changes ftw
- 14:39 Changeset [2465] by
- * Added a man page
- 14:09 Changeset [2464] by
- * Last configuration file line was not handled * Added …
- 13:42 Changeset [2463] by
- * Added configuration file and routines
- 08:05 Changeset [2462] by
- * Run the testsuite when "make check" is called.
- 08:05 Changeset [2461] by
- * Avoid a potential shared library attack by never looking for libzzuf in …
- 00:05 Changeset [2460] by
- * Update TODO
06/19/08:
- 23:57 Changeset [2459] by
- * Add forgotten file (Time to sleep)
- 23:50 Changeset [2458] by
- * Support detaching (NOT ATTACHING)
- 14:23 Changeset [2457] by
- * Added lock-screen bugWfeature using PAM (likely to work only with …
- 09:53 Changeset [2456] by
- * Don't send key that closed help window to current terminal
- 01:36 Changeset [2455] by
- * Do not build grab.c conditionally; instead, make grab_process() and …
- 01:36 Changeset [2454] by
- * Check for various sys/* and linux/* headers. Even if we don't use the …
06/18/08:
- 23:42 Changeset [2453] by
- * Oops revert parts of 2451 which should not have been commited
- 23:38 Changeset [2452] by
- * Drop declaration of grab_process, it is in the .h now
- 23:08 Changeset [2451] by
- * Remove termios stuff, does not do anything currently
- 22:29 Changeset [2450] by
- * Detach properly the process from the previous tty * Use major to decide …
- 17:59 Changeset [2449] by
- * Add meaningful error messages to img2oric.
- 16:50 Changeset [2448] by
- * Made Screensaver Engine (called a glazillon times) cleaner * Set …
- 15:47 Changeset [2447] by
- * Added an ugly-not-finished-yet screensaver
06/16/08:
- 17:12 Changeset [2446] by
- * Removed unused variables and added comment to get cool scores on ohloh
- 16:33 Changeset [2445] by
- * Added delayed (recurrent) functions, as well as a window-killing …
- 13:04 Changeset [2444] by
- * Changed command line parsing to sam's mygetopt.c
- 02:48 Changeset [2443] by
- * Remove commented out stuff.
06/15/08:
- 22:30 Changeset [2442] by
- * Add a .gitignore file for git-svn users.
- 22:27 Changeset [2441] by
- * Put autotools files in .auto/ instead of autotools/.
- 22:21 Changeset [2440] by
- * Add a .gitignore file for git-svn users.
- 22:21 Changeset [2439] by
- * Put autotools files in .auto/ instead of autotools/.
- 22:21 Changeset [2438] by
- * Don't call destroy_screen() before remove_screen(), since it'll be …
- 21:38 Changeset [2437] by
- * Fix C++ library linking.
- 20:41 Changeset [2436] by
- * Fix cucul_file_read() calls in cacaview.
- 20:40 Changeset [2435] by
- * No need to close the fd just before calling destroy_screen * Don't skip …
- 20:17 Changeset [2434] by
- * It's not very useful to check a pointer after dereferencing it * It's …
- 20:09 Changeset [2433] by
- * Fix behavior with no parameter
- 20:02 Changeset [2432] by
- * This warning was not mine !
- 20:01 Changeset [2431] by
- * Don't break build on platforms where grab is not supported
- 19:23 Changeset [2430] by
- * use sys/user.h instead of linux/user.h
- 19:17 Changeset [2429] by
- * Remove one of the reads of /proc
- 19:10 Changeset [2428] by
- * Remove code that was for the standalone test
- 19:06 Changeset [2427] by
- * Fix cacademo build on systems without imlib-dev.
- 19:01 Changeset [2426] by
- * First attempt to grab a process when started with -P <pid>
- 18:53 Changeset [2425] by
- * Generate the C++ .pc files at configure time.
- 18:49 Changeset [2424] by
- * Only install the C++ .pc files if C++ support was activated.
- 18:47 Changeset [2423] by
- * Install cucul++.pc and caca++.pc in the pkg-config directory.
- 17:34 Changeset [2422] by
- * Removed bad use of destroyed screens
- 17:13 Changeset [2421] by
- * Put pty and prevpty in screen_list structure
- 17:02 Changeset [2420] by
- * Get rid of io.c/io.h: IO functions are now in libcucul.
- 16:59 Changeset [2419] by
- * Re-add the cx->torender trick to avoid crashing on filters. This really …
- 16:47 Changeset [2418] by
- * Require cucul >= 0.99.beta15. Not released yet, but at least we won't …
- 16:47 Changeset [2417] by
- * Add a .gitignore files for git-svn users.
- 16:47 Changeset [2416] by
- * Put autotools files in ./.auto instead of ./autotools.
- 16:46 Changeset [2415] by
- * Fix a compilation warning due to libcucul API changes.
- 16:46 Changeset [2414] by
- * Get rid of all the FIGlet font handling: everything is moving into …
- 16:46 Changeset [2413] by
- * Updated version number to 0.99.beta15, so that we can build TOIlet.
- 16:41 Changeset [2412] by
- * Export cucul_flush_figlet() to the public API. It should be removed …
- 15:50 Changeset [2411] by
- * Make cacaview use cucul_file_t functions.
- 15:50 Changeset [2410] by
- * Make deprecated cucul_load_file() use cucul_file_t functions.
- 15:50 Changeset [2409] by
- * Make cucul_import_file() use cucul_file_t functions.
- 15:50 Changeset [2408] by
- * Set errno to ENOSYS in unsupported cucul_file_t operations.
- 15:50 Changeset [2407] by
- * Implement cucul_file_tell().
- 15:50 Changeset [2406] by
- * Export cucul_file_t operations in the public header. * Implement …
- 15:49 Changeset [2405] by
- * makefont is only a system tool: use htons/htonl instead of …
- 15:46 Changeset [2404] by
- * Updated help * Thumbnail numbers now fit windows count format
- 15:28 Changeset [2403] by
- * Speed up rendering while in full-wm and thumbnails are not activated
- 15:11 Changeset [2402] by
- * main.c now contains only main()
- 14:50 Changeset [2401] by
- * Removed more stuff from main()
- 14:40 Changeset [2400] by
- * Exploded main() into smaller parts (and that's ugly for now, yes)
- 14:28 Changeset [2399] by
- * Fix cucul_set_dither_palette() argument types in cacademo.
- 14:28 Changeset [2398] by
- * Remove htons() and htonl() from kernel mode: we use our custom hton16() …
- 14:28 Changeset [2397] by
- * Fix a buffer initialisation issue in the sortchars utility.
06/14/08:
- 15:59 Changeset [2396] by
- * Fixed Erase In Page (clear) width
- 15:34 Changeset [2395] by
- * Totally unfinished scroll support (as vim uses it)
- 15:05 Changeset [2394] by
- * Build the win32 binary with aggressive optimisation flags.
- 15:02 Changeset [2393] by
- * BMP write support for Win32. * Include a pre-compiled .exe file.
- 14:04 Changeset [2392] by
- * Cosmetic changes.
- 14:02 Changeset [2391] by
- * Ported img2oric to Win32, using GDI. OUTPUT.TAP is saved, but the BMP …
- 13:44 Changeset [2390] by
- * Des espaces a la fin d'une ligne : Deux baffes dans ta gueule
- 12:39 Changeset [2389] by
- * Have pty and prevpty always valid, fixes the random crash when exiting …
- 12:20 Changeset [2388] by
- * Switch to previous term when one shell exits
- 12:06 Changeset [2387] by
- * Move back title writing after drawing the associated box
- 12:05 Changeset [2386] by
- * Use remaining space for last term in [hv]split * Don't share the …
- 00:46 Changeset [2385] by
- * Draw the titles after all the frames as they share the lines in vsplit …
- 00:38 Changeset [2384] by
- * Truncate titles larger than the window
06/13/08:
- 23:58 Changeset [2383] by
- * Display the title of each screen on its frame
- 23:40 Changeset [2382] by
- * Handle the title set in each screen
- 23:38 Changeset [2381] by
- * Fixed debug() while activated
- 23:22 Changeset [2380] by
- * Get rid of the nice XTAB and YTAB macros, as they are unused, and noone …
- 23:00 Changeset [2379] by
- * Set a BETTER title for the display
- 22:33 Changeset [2378] by
- * Set a title for the display
- 17:55 Changeset [2377] by
- * Give work to jylam
- 17:49 Changeset [2376] by
- * Don't crash when the window become too small
- 17:35 Changeset [2375] by
- * ESC closes help window as well
- 17:33 Changeset [2374] by
- * Tiens pterjan dans ta gueule l'aide
- 17:13 Changeset [2373] by
- * Minor cosmetic changes, filled README with crap
- 17:01 Changeset [2372] by
- * Added a glazillon of checks for mallocs and frees and stuff (et raph_ael …
- 16:44 Changeset [2371] by
- * Added ctrl-a-k to close a window and associated process (temporary code) …
- 16:18 WikiStart edited by
- zzuf 0.12 (diff)
- 16:17 zzuf edited by
- zzuf 0.12 (diff)
- 15:18 Changeset [2370] by
- * Oops, added left arrow handling
- 14:59 Changeset [2369] by
- * Changed default wm to VSPLIT and fixed wrong split size
- 14:52 Changeset [2368] by
- * Added bell handling
- 13:51 Changeset [2367] by
- * Added a status bar and an help screen
- 12:04 img2rubik edited by
- lol imagemagick, lol gimp (diff)
- 11:31 Changeset [2366] by
- * Version 0.12. * Updated NEWS and ChangeLog?.
- 11:31 Changeset [2365] by
- * Finished the libzzuf manual page.
- 11:21 Changeset [2364] by
- * The site looks like shit. Ditch most CSS hacks.
- 10:54 img2rubik edited by
- (diff)
06/12/08:
- 15:50 Changeset [2363] by
- * Added Cards window manager * Thumbnails are now black instead of white …
- 15:45 img2rubik edited by
- put CS2 first (diff)
- 14:42 Changeset [2362] by
- * Added window management skeleton (ctrl-a-w)
- 12:12 img2rubik edited by
- photoshop (diff)
06/11/08:
- 22:55 img2rubik edited by
- +gamma-corrected ordered (diff)
- 20:06 img2rubik edited by
- (diff)
- 20:03 img2rubik edited by
- (diff)
- 20:02 img2rubik edited by
- imagemagick results (diff)
- 19:22 img2rubik edited by
- fixes (diff)
- 19:19 img2rubik edited by
- (diff)
- 19:16 img2rubik edited by
- (diff)
- 18:59 img2rubik edited by
- layout + gamma correction (diff)
- 18:51 img2rubik edited by
- (diff)
- 18:49 Changeset [2361] by
- * Splitted main.c and created effects.c for optionnal features
- 18:30 img2rubik created by
- 18:23 Changeset [2360] by
- * Fixed window borders size
- 18:00 Changeset [2359] by
- * moved thumbnail code to its own function, and added a box around current …
- 17:45 Changeset [2358] by
- * Added a default shell roolback if no arguments are givent * ctrl-a-c …
- 17:13 Changeset [2357] by
- * Reorganised screen management in a list * Minor cosmetic changes * …
- 15:11 Changeset [2356] by
- - Exit when requested by window manager - Exit when all terms are exited - …
06/10/08:
- 18:21 Changeset [2355] by
- * Fix a crash in the realloc() wrapper occurring when dlsym() or dlopen() …
- 18:21 Changeset [2354] by
- * Do not try to free() on buffers that have been allocated with the real …
- 18:21 Changeset [2353] by
- * Started writing a manual page for libzzuf.
Note: See TracTimeline
for information about the timeline view.
