../
|
debug.c
|
4.7 KB
|
2326
|
13 years
|
Sam Hocevar |
* Cosmetic: remove trailing spaces from the source code.
|
debug.h
|
692 bytes
|
1790
|
14 years
|
Sam Hocevar |
* Allow to use debug() everywhere in the code; it'll just do nothing …
|
fd.c
|
8.1 KB
|
2326
|
13 years
|
Sam Hocevar |
* Cosmetic: remove trailing spaces from the source code.
|
fd.h
|
1.2 KB
|
1858
|
13 years
|
Sam Hocevar |
* Network destination port choosing with -p/--ports.
* Renamed …
|
fuzz.c
|
5.9 KB
|
2324
|
13 years
|
Sam Hocevar |
* Improve overall randomness. Now even close seeds have very different …
|
fuzz.h
|
792 bytes
|
1858
|
13 years
|
Sam Hocevar |
* Network destination port choosing with -p/--ports.
* Renamed …
|
lib-fd.c
|
15.7 KB
|
2326
|
13 years
|
Sam Hocevar |
* Cosmetic: remove trailing spaces from the source code.
|
lib-load.h
|
1.2 KB
|
1701
|
14 years
|
Sam Hocevar |
* Added DLL initialisation code for Win32.
|
lib-mem.c
|
10.0 KB
|
1791
|
14 years
|
Sam Hocevar |
* Added -p flag to cherry pick file descriptors that get fuzzed.
|
lib-signal.c
|
2.7 KB
|
1699
|
14 years
|
Sam Hocevar |
* Put either ORIG() or NEW(() around functions, because the naming …
|
lib-stream.c
|
16.7 KB
|
2331
|
13 years
|
Sam Hocevar |
* Implement fgets_unlocked() and fread_unlocked().
|
libzzuf.c
|
3.3 KB
|
1858
|
13 years
|
Sam Hocevar |
* Network destination port choosing with -p/--ports.
* Renamed …
|
libzzuf.h
|
1.6 KB
|
2272
|
13 years
|
Sam Hocevar |
* Set minimal fuzzing ratio to 0.000000001% (less than one bit changed …
|
Makefile.am
|
706 bytes
|
1866
|
13 years
|
Sam Hocevar |
* Link libzzuf with winsock because of our use of htons.
|
md5.c
|
7.0 KB
|
1761
|
14 years
|
Sam Hocevar |
* Cleaned up md5.c.
* Do not convert words to little endian if the …
|
md5.h
|
697 bytes
|
1623
|
14 years
|
Sam Hocevar |
* Implemented -M/--md5 flag.
|
mygetopt.c
|
2.8 KB
|
1736
|
14 years
|
Sam Hocevar |
* Fixed more MSVC compilation warnings.
|
mygetopt.h
|
748 bytes
|
1733
|
14 years
|
Sam Hocevar |
* Reimplemented getopt_long. We use our replacement even if simple …
|
opts.c
|
1.5 KB
|
1858
|
13 years
|
Sam Hocevar |
* Network destination port choosing with -p/--ports.
* Renamed …
|
opts.h
|
1.4 KB
|
1858
|
13 years
|
Sam Hocevar |
* Network destination port choosing with -p/--ports.
* Renamed …
|
random.c
|
1.0 KB
|
1547
|
14 years
|
Sam Hocevar |
* No longer use the OS's PRNG, we use our own (based on a Dr Dobbs …
|
random.h
|
581 bytes
|
1523
|
14 years
|
Sam Hocevar |
* Improved zfd_register() and zfd_* function performances.
* Changed …
|
ranges.c
|
2.3 KB
|
1794
|
14 years
|
Sam Hocevar |
* Renamed ranges_static into static_ranges.
|
ranges.h
|
612 bytes
|
1792
|
14 years
|
Sam Hocevar |
* Factored common range-parsing code.
|
sys.c
|
2.9 KB
|
1701
|
14 years
|
Sam Hocevar |
* Added DLL initialisation code for Win32.
|
sys.h
|
562 bytes
|
1701
|
14 years
|
Sam Hocevar |
* Added DLL initialisation code for Win32.
|
timer.c
|
1.4 KB
|
1727
|
14 years
|
Sam Hocevar |
* Only include <sys/time.h> conditionally.
|
timer.h
|
542 bytes
|
1657
|
14 years
|
Sam Hocevar |
* Change timing functions to gettimeofday() instead of time() for more …
|
zzuf.c
|
34.8 KB
|
2327
|
13 years
|
Sam Hocevar |
* No longer require the "--" trick to separate zzuf's flags and the …
|