aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_os_start_process.c
Commit message (Collapse)AuthorAge
* Another highly temporary fix to make os_start_process passLRN2013-02-15
|
* Temporary fix to make test_os_start_process pass againLRN2013-02-14
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* coverity bugsMatthias Wachs2012-09-24
|
* -LRN: Another take on std descriptor inheritanceChristian Grothoff2012-07-09
| | | | | | | | | | Now descriptors are not inherited by default, you have to pass a set of flags to make it so. When pipes are given, flags have no effect. gnunet-arm now has two options to block stdout and stderr from being passed to gnunet-service-arm
* -LRN: Wincat:Christian Grothoff2012-06-23
| | | | | | | | | | | I've been experimenting with an alternative non-MSYS buildsystem for a while, and GNUNET_os_start_process() test kept failing due to lack of cat. Wincat is a minimal cat implementation in pure WinAPI. It's not named "cat.exe" to avoid clashing with MSYS cat (which can lead to some very weird issues).
* -cleaning up VERBOSE and check nonsense in util testsChristian Grothoff2012-06-13
|
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* -additional tests for process startsChristian Grothoff2012-03-09
|
* enabling use of pipes for signal communication also on UNIX to enable future ↵Christian Grothoff2012-02-27
| | | | integration with Java services
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* LRN: enable more fine-grained control over blocking/non-blocking pipe operationChristian Grothoff2012-01-14
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* style improvments wrt Mantis 1614 patchChristian Grothoff2010-11-03
|
* original patch from Mantis 1614Christian Grothoff2010-11-03
|
* (no commit message)Matthias Wachs2010-09-15
|
* 0001602: A patch to fix process spawning with redirected std streams Matthias Wachs2010-09-15
|
* gpl3Christian Grothoff2010-07-02
|
* fixChristian Grothoff2010-04-17
|
* synChristian Grothoff2010-04-17
|
* change process priority based on scheduling priorityChristian Grothoff2010-04-17
|
* MinGW pipesNils Durner2010-04-17
|
* don't bypass GNUnet IONils Durner2010-04-17
|
* fixing leaksChristian Grothoff2010-02-22
|
* test case cleanupNathan S. Evans2010-02-18
|
* use gnunet read function for testcase (mostly to give me an example), add ↵Nathan S. Evans2010-02-17
| | | | dwFlags as instructed by Nils
* actually add test case, and added proper stdin support to os_start_process ↵Nathan S. Evans2010-02-16
function...