aboutsummaryrefslogtreecommitdiff
path: root/src/common/procmon.c
AgeCommit message (Expand)Author
2017-03-15Run the copyright update script.Nick Mathewson
2016-07-04Address review comments from cypherpunksSebastian Hahn
2016-07-04Raise libevent dependency to 2.0.10-stable or newerSebastian Hahn
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-10-07Fix "make check-spaces"Nick Mathewson
2015-10-05Fix spacesOla Bini
2015-09-15Fix procmon_new to correctly use zeroed memory - otherwise it can blow up if ...Ola Bini
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
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