Commit Graph

266 Commits

Author SHA1 Message Date
Sam Hocevar
1c8a34708d * Fuck notepad and its fucking CRLFs. 2007-02-01 19:27:21 +00:00
Sam Hocevar
16d1d7fa48 * Fixed a few 64-bit issues reported by MSVC.
* More Win32 portability fixes.
2007-02-01 18:19:03 +00:00
Sam Hocevar
9ceac7d6b3 * Added an MSVC project. 2007-02-01 16:41:54 +00:00
Sam Hocevar
4ee57fba0a * Check for <unistd.h>, too. MSVC doesn't have it. 2007-02-01 16:08:33 +00:00
Sam Hocevar
4c58925d80 * Only include <sys/time.h> conditionally. 2007-02-01 15:57:10 +00:00
Sam Hocevar
e03887313c * Version 0.7.
* Updated NEWS and ChangeLog.
2007-01-28 01:17:49 +00:00
Sam Hocevar
7426def162 * Merged fdcat and streamcat into zzcat. 2007-01-28 00:53:19 +00:00
Sam Hocevar
dc895f2511 * Print "EOF" instead of -1 when it means EOF. 2007-01-28 00:50:53 +00:00
Sam Hocevar
412784a97c * Oops, fixed syntax error. 2007-01-28 00:22:23 +00:00
Sam Hocevar
32ab6e10e2 * Better debug messages for special cases (eg. fgetc returning -1). 2007-01-28 00:21:58 +00:00
Sam Hocevar
2ebb906a12 * Updated testsuite to use our own files instead of /dev/*. 2007-01-27 21:40:31 +00:00
Sam Hocevar
5e6b423865 * Implemented -f/--fuzzing (fuzzing mode). 2007-01-27 19:05:46 +00:00
Sam Hocevar
b4fbf4c088 * Better ungetc() implementation. Now we don't need to care about the
fuzzing method.
2007-01-27 15:13:34 +00:00
Sam Hocevar
f0610fc22b * Carry DEBUG_FILENO in the ZZUF_DEBUG environment variable. 2007-01-25 22:34:28 +00:00
Sam Hocevar
6ad48cbcc8 * Initialise malloc-related functions earlier. They're needed for regex
initialisation amongst others.
2007-01-25 22:07:23 +00:00
Sam Hocevar
daf6737383 * Put a few debug messages in malloc-related functions when they use our
custom buffer.
2007-01-25 21:43:37 +00:00
Sam Hocevar
544759779f * Updated NEWS. 2007-01-25 20:18:34 +00:00
Sam Hocevar
37c9de4c4a * Crap! Fixed memory manager initialisation. And sticking that into the
0.6.1 tarball, no one will notice! (ha ha ha)
2007-01-25 19:55:20 +00:00
Sam Hocevar
19cd94ee16 * Version 0.6.1.
* Updated NEWS and ChangeLog.
2007-01-25 16:56:22 +00:00
Sam Hocevar
ffe8f79739 * More verbosity in fread(). 2007-01-25 15:33:22 +00:00
Sam Hocevar
b2ff2843f8 * Fixed an index inconsistency bug in fread(). 2007-01-25 15:28:24 +00:00
Sam Hocevar
7c54c295cf * Grrr, fixed a bug in finfo() that corrupted the display. 2007-01-25 14:56:18 +00:00
Sam Hocevar
6b8e38ac1f * Version 0.6.
* Updated NEWS and ChangeLog.
2007-01-25 13:28:40 +00:00
Sam Hocevar
ae257d0233 * Added a networking example using socat. 2007-01-25 12:15:47 +00:00
Sam Hocevar
284fe9a9e4 * Oops, fix in-tree preloading! 2007-01-25 11:59:33 +00:00
Sam Hocevar
2a52319707 * Put opts->bytes handling in the right place. 2007-01-25 11:47:44 +00:00
Sam Hocevar
68446780ce * Implemented -b/--bytes to restrict fuzzing to specific offsets. 2007-01-25 11:40:27 +00:00
Sam Hocevar
8830524877 * Fixed ifdef typo. 2007-01-25 02:16:00 +00:00
Sam Hocevar
7686f7b128 * Updated TODO list. 2007-01-25 01:10:10 +00:00
Sam Hocevar
0d2e0f587f * Added DLL injection to the Win32 port attempt. 2007-01-24 15:06:17 +00:00
Sam Hocevar
760befa464 * Added DLL initialisation code for Win32. 2007-01-23 15:38:18 +00:00
Sam Hocevar
c4ae8c412d * Fix minor memory leak. 2007-01-23 12:16:50 +00:00
Sam Hocevar
e9e1a7dfe7 * Put either ORIG() or NEW(() around functions, because the naming scheme is
likely to change for the Win32 port.
2007-01-23 08:45:47 +00:00
Sam Hocevar
0f82d17c66 * Minor documentation updates. 2007-01-18 21:04:34 +00:00
Sam Hocevar
bfcb30f795 * Minor improvement in the locking mechanism. 2007-01-18 18:45:58 +00:00
Sam Hocevar
73c3d08de7 * Check recv() return type: int on Linux, ssize_t on OS X. 2007-01-18 12:32:31 +00:00
Sam Hocevar
351b447bfa * Added enough autoconf checks and #ifdefs so that libzzuf builds on Win32.
zzuf itself doesn't build yet, though.
2007-01-18 00:21:07 +00:00
Sam Hocevar
52bdf5ff3e * Replaced _zz_disabled with a less stinky API. Still not thread safe, does
not recover very well from errors, but why care?
2007-01-17 21:52:44 +00:00
Sam Hocevar
b0d8650bec * Added aio_read() and aio_return(). They don’t work well yet, I’ll need
to fix the _zz_disabled mess first.
2007-01-17 21:12:27 +00:00
Sam Hocevar
db2e00738e * Reorganised code, got rid of global variables. 2007-01-17 19:48:23 +00:00
Sam Hocevar
47671a30be * recvmsg() support by Rémi Denis-Courmont.
* Minor code reorganisation.
2007-01-17 17:14:22 +00:00
Sam Hocevar
644846527a * Improved recvfrom() debug information.
* Implemented recv().
2007-01-17 16:32:45 +00:00
Sam Hocevar
1e692f5e44 * Add %x to the format string parameters supported by debug(). 2007-01-17 16:26:40 +00:00
Sam Hocevar
383ef37246 * Improved %c usage in our custom fprintf() implementation. 2007-01-17 15:31:40 +00:00
Sam Hocevar
0518c124e7 * Use __func__ wherever possible. 2007-01-17 15:21:09 +00:00
Sam Hocevar
29a063f7fd * recvfrom() support from Dominik Kuhlen. 2007-01-17 15:07:35 +00:00
Sam Hocevar
b2bd02189a * Print "NULL" instead of "(nil)" when printing null pointers. 2007-01-17 15:02:05 +00:00
Sam Hocevar
714f88e8f7 * Allow -r 0.0 again. Fixed the testsuite accordingly. 2007-01-17 14:35:12 +00:00
Sam Hocevar
bb4cc96f00 * Moved files around. 2007-01-17 13:46:38 +00:00
Sam Hocevar
246189c39a * Suggest jot instead of seq in the examples. 2007-01-17 13:42:18 +00:00