summaryrefslogtreecommitdiff
path: root/src/common/procmon.c
AgeCommit message (Expand)Author
2014-06-14New waitpid-handler functions to run callbacks when a child exits.Nick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-11-02Add a PID_T_FORMAT for writing pids to logsNick Mathewson
2012-11-02Compile (with warnings) with mingw64Nick Mathewson
2012-06-04Missing copyright/license statement for procmon.cNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2011-06-01Fix compile error in procmon.cGisle
2011-05-22Unbreak the build on libevent 1.x systemsRobert Ransom
2011-05-23The first argument for a libevent callback should be evutil_socket_tNick Mathewson
2011-05-20Implement __OwningControllerProcess optionRobert Ransom