Posted
about 16 years
ago
by
[email protected]
replay.py:
use input() instead of raw_input() to ask safetly confirmation
set HOME environment for the gdb program
|
Posted
about 16 years
ago
by
[email protected]
fix changelog
|
Posted
about 16 years
ago
by
[email protected]
Network clients: use shutdown(SHUT_RDRW) on close()
Network server: use a backlog of 5 clients (instead of 1)
|
Posted
about 16 years
ago
by
[email protected]
fusil-firefox:
Add session index in filename URL to avoid Firefox caching
Use <embeded> for SVG
|
Posted
about 16 years
ago
by
[email protected]
Rewrite ServerClient?.sendBytes():
Don't send small chunk of 4 KB: try to send the whole data once
Fix the function: read socket.send() result to get the real size
|
Posted
about 16 years
ago
by
[email protected]
Update network doc
|
Posted
about 16 years
ago
by
[email protected]
Fix HTTP server:
Set HTTP version to "HTTP/1.0" was "HTTP/1.x"
servceData() uses only one call to client.sendBytes()
|
Posted
about 16 years
ago
by
[email protected]
fusil-firefox:
Support SVG image
Create --test option to test the fuzzer (don't touch files)
Write the HTML page into index.html
Add new lines to the HTML code
|
Posted
about 16 years
ago
by
[email protected]
Create DummyMangle?: agent with MangleFile? API but don't touch file content
to test the fuzzer
|
Posted
about 16 years
ago
by
[email protected]
Fusil now requires Python 2.5
|