Posted
over 16 years
ago
by
[email protected]
Fix option group name for Firefox and ogg123 fuzzers
|
Posted
over 16 years
ago
by
[email protected]
Fix AttachProcess?/AttachProcessPID for Windows: raise a
NotImplementedError?() instead of getting errors because of
missings imports
AttachProcess?/AttachProcessPID: replace RUNNING_LINUX
by HAS_PROC because BSD may also have /proc directory
with the Linux emulation
Update README.windows.txt
|
Posted
over 16 years
ago
by
[email protected]
ClamAV: fix option parser (replace Mplayer by ClamAV)
|
Posted
over 16 years
ago
by
[email protected]
Commit missing part of previous commit: create FileWatch?.close() method
Update doc/events.rst: process_done() is replaced by process_exit()
Update ChangeLog?
|
Posted
over 16 years
ago
by
[email protected]
Rewrite StdoutFile? agent as a CreateProcess?.createStdout() method
Close stdout output (from Fusil process, not the child process) just after
the process is created
process_stdout(process, filename) event now contains the filename and not
an open
|
Posted
over 16 years
ago
by
[email protected]
Use WARNING log level to display "Use python-ptrace debugger"
|
Posted
over 16 years
ago
by
[email protected]
Create DEV_NULL_FILENAME (/dev/null on Linux and :NUL on Windows) in fusil.process.tools
|
Posted
over 16 years
ago
by
[email protected]
Catch errors in setupProject() and make sure that the project is cleaned at exit
|
Posted
over 16 years
ago
by
[email protected]
Application: disable fusil user feature if SUPPORT_UID is False
|
Posted
over 16 years
ago
by
[email protected]
Application:
Use ApplicationLogger?.unlinkFile()
Use ERROR log level to display message "Log written to ..."
|