aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_os_start_process.c
Commit message (Collapse)AuthorAge
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* Remove win32 and cygwin supportng02019-09-09
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* tolerate failure to start gnunet-service-resolver, make resolver not crash ↵Christian Grothoff2018-08-15
| | | | if /etc/resolv.conf does not exist
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* Fix test_os_startprocessLRN2013-04-30
| | | | | Previous code wrongly assumed that the message will be read from the pipe completely in one go. It does not happen like that _every_ time.
* - 80 char alignBart Polot2013-04-05
|
* 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
|