../
|
debug.c
|
4.2 KB
|
1735
|
15 years
|
Sam Hocevar |
* Fixed a minor warning and commented our printf-like function.
|
debug.h
|
639 bytes
|
1523
|
15 years
|
Sam Hocevar |
* Improved zfd_register() and zfd_* function performances.
* Changed …
|
fd.c
|
7.2 KB
|
1730
|
15 years
|
Sam Hocevar |
* Fixed a few 64-bit issues reported by MSVC.
* More Win32 …
|
fd.h
|
1.1 KB
|
1730
|
15 years
|
Sam Hocevar |
* Fixed a few 64-bit issues reported by MSVC.
* More Win32 …
|
fuzz.c
|
6.7 KB
|
1736
|
15 years
|
Sam Hocevar |
* Fixed more MSVC compilation warnings.
|
fuzz.h
|
719 bytes
|
1732
|
15 years
|
Sam Hocevar |
* Fixed a few signed/unsigned confusions.
|
lib-fd.c
|
12.6 KB
|
1763
|
15 years
|
Sam Hocevar |
* Save errno in offset_check, thanks to Sami Liedes.
|
lib-load.h
|
1.2 KB
|
1701
|
15 years
|
Sam Hocevar |
* Added DLL initialisation code for Win32.
|
lib-mem.c
|
9.9 KB
|
1751
|
15 years
|
Sam Hocevar |
* OS X doesn’t have MAP_ANONYMOUS, alias it to MAP_ANON.
|
lib-signal.c
|
2.7 KB
|
1699
|
15 years
|
Sam Hocevar |
* Put either ORIG() or NEW(() around functions, because the naming …
|
lib-stream.c
|
14.5 KB
|
1730
|
15 years
|
Sam Hocevar |
* Fixed a few 64-bit issues reported by MSVC.
* More Win32 …
|
libzzuf.c
|
3.2 KB
|
1730
|
15 years
|
Sam Hocevar |
* Fixed a few 64-bit issues reported by MSVC.
* More Win32 …
|
libzzuf.h
|
1.5 KB
|
1743
|
15 years
|
Sam Hocevar |
* Use doubles, not float. Fixes an issue when using the default ratio …
|
Makefile.am
|
641 bytes
|
1733
|
15 years
|
Sam Hocevar |
* Reimplemented getopt_long. We use our replacement even if simple …
|
md5.c
|
7.0 KB
|
1761
|
15 years
|
Sam Hocevar |
* Cleaned up md5.c.
* Do not convert words to little endian if the …
|
md5.h
|
697 bytes
|
1623
|
15 years
|
Sam Hocevar |
* Implemented -M/--md5 flag.
|
mygetopt.c
|
2.8 KB
|
1736
|
15 years
|
Sam Hocevar |
* Fixed more MSVC compilation warnings.
|
mygetopt.h
|
748 bytes
|
1733
|
15 years
|
Sam Hocevar |
* Reimplemented getopt_long. We use our replacement even if simple …
|
opts.c
|
1.5 KB
|
1720
|
15 years
|
Sam Hocevar |
* Implemented -f/--fuzzing (fuzzing mode).
|
opts.h
|
1.4 KB
|
1720
|
15 years
|
Sam Hocevar |
* Implemented -f/--fuzzing (fuzzing mode).
|
random.c
|
1.0 KB
|
1547
|
15 years
|
Sam Hocevar |
* No longer use the OS's PRNG, we use our own (based on a Dr Dobbs …
|
random.h
|
581 bytes
|
1523
|
15 years
|
Sam Hocevar |
* Improved zfd_register() and zfd_* function performances.
* Changed …
|
sys.c
|
2.9 KB
|
1701
|
15 years
|
Sam Hocevar |
* Added DLL initialisation code for Win32.
|
sys.h
|
562 bytes
|
1701
|
15 years
|
Sam Hocevar |
* Added DLL initialisation code for Win32.
|
timer.c
|
1.4 KB
|
1727
|
15 years
|
Sam Hocevar |
* Only include <sys/time.h> conditionally.
|
timer.h
|
542 bytes
|
1657
|
15 years
|
Sam Hocevar |
* Change timing functions to gettimeofday() instead of time() for more …
|
zzuf.c
|
31.9 KB
|
1762
|
15 years
|
Sam Hocevar |
* Removed spurious verbosity, thanks to Sami Liedes.
|