aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util_process.c
AgeCommit message (Expand)Author
2020-03-17Run "make autostyle"teor
2020-02-06Use parentheses to avoid mis-indentations of stringified macro argsNick Mathewson
2020-01-09Remove all usage of the NS*() macros in test*.cNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Code Style: Delete PRIVATE defines that are never usedteor
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-06-28Extract process-management functionality into a new lib/processNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-09-08Simplify log_test_helpers interfaceNick Mathewson
2016-09-08Resolve more BUG warnings in the unit testsNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-01Make all unit tests independent of log message order and countteor (Tim Wilson-Brown)
2015-10-22Compilation was off by one characterNick Mathewson
2015-10-22Fix windows build: do not assume util_process works on windowsNick Mathewson
2015-10-21Fix valgrind errors in test_util_processNick Mathewson
2015-10-21Fix whitespacesNick Mathewson
2015-10-05Test behavior on success, and fix spacesOla Bini
2015-09-15Add tests for util_processOla Bini