aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
Commit message (Collapse)AuthorAge
* -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
* -process in logical orderChristian Grothoff2014-04-07
|
* -doxygen improvementsChristian Grothoff2014-04-07
|
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* Fix W32 process spawning to use CREATE_NO_WINDOW only when there's no consoleLRN2014-01-08
|
* Remove CREATE_NO_WINDOW flag, allow children to get our consoleLRN2014-01-08
|
* malloc -> newLRN2013-12-19
|
* - doxygenSree Harsha Totakura2013-12-09
|
* -doxygenSree Harsha Totakura2013-12-09
|
* -doxygenfixesChristian Grothoff2013-12-07
|
* - move do_start_process to util/Sree Harsha Totakura2013-11-29
|
* - raise a signal after receiving it from the control pipe by calling the ↵Sree Harsha Totakura2013-11-28
| | | | respective callback registered with GNUNET_SIGNAL_handler_install().
* - 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
|
* Change console inheritance on W32LRN2013-09-23
| | | | | | This allows std handles to be properly inherited in case when they are console handles (DETACHED_PROCESS completely forbids access to the console and overrides anything)
* -eliminate LISTEN_PID check, silly idea anyway, better to just unset the ↵Christian Grothoff2013-09-09
| | | | LISTEN_FDS after use; also this is needed to make things work with gdb/valgrind/monkey/etc.
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* -fix loglevelChristian Grothoff2013-07-13
|
* Removed GNUNET_OS_set_process_priority since it's not used.David Barksdale2013-06-23
|
* -fix double close/freeChristian Grothoff2013-06-21
|
* -need to unset control pipe on OSX, check for bad FD in environment variableChristian Grothoff2013-05-22
|
* -no booleanChristian Grothoff2013-04-15
|
* extended the GNUNET_OS_check_helper_binary parameters to do previlege Christian Fuchs2013-04-15
| | | | | | | | | | | | | | checking in windows. To do so, tested binaries must still be supplied with valid commandline arguments, but on windows gnunet will utilize the -d flag to run the programs initialization phase or privileged operations only. In these modes, a program will not enter its mainloop or communicate with the outside. updated relevant function calls gnunet-wide to meet the extended function parameters.
* Silence a warningLRN2013-03-01
|
* It's on stack...LRN2013-02-18
|
* Make pipe sanity check work on W32 tooLRN2013-02-16
|
* Detect bad control pipes earlierLRN2013-02-15
|
* Try to fix process spawningLRN2013-02-15
|
* OopsLRN2013-02-14
|
* Use passed-by-fd pipe to control chilrenLRN2013-02-14
| | | | | | | | | | | | Removes npipe_*() functions. Uses normal GNUnet pipe for child control (the pipe is anonymous on *nix, named-with-unique-name on W32). Also tighten W32 code (close pipes correctly on errors). Remove some FIXME NILS comments. Convert #if MINGW -> #if defined (WINDOWS) in some places. Better start_process() debug logging on W32
* W32: Don't leak stdin/stdout when spawningLRN2013-02-14
| | | | | | If stdin/stdout pipe is provided by us, AND we tell start_process() to pass along our own current stdin/stdout, our current stdin/stdout will be leaked to the child (child will have a copy, but won't know about it).
* -respect vfork semanticsChristian Grothoff2012-12-17
|
* -vfork is backChristian Grothoff2012-12-17
|
* - log pipe name while receiving signalSree Harsha Totakura2012-12-14
|
* - loggingSree Harsha Totakura2012-12-13
|
* coverity bugsMatthias Wachs2012-09-24
|
* -use blocking wait as the pipe might be faster than the process cleanupChristian Grothoff2012-09-17
|
* -use blocking wait as the pipe might be faster than the process cleanupChristian Grothoff2012-09-17
|
* -doxygenChristian Grothoff2012-07-22
|
* Fix arm-lsocks protocol violation on W32LRN2012-07-18
|
* -minor code cleanupChristian Grothoff2012-07-18
|
* -cleanupChristian Grothoff2012-07-15
|
* -cleanupChristian Grothoff2012-07-15
|
* W32: correct handling of crazy W32 process quirksLRN2012-07-13
|
* W32: safer process terminationLRN2012-07-12
|
* -never start child processes on UNIX without stdin/stdout/stderr, pass ↵Christian Grothoff2012-07-10
| | | | /dev/null instead if we want to decouple the child
* -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
* -reverting SVN 22558 (new insights...)Christian Grothoff2012-07-09
|