aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
Commit message (Collapse)AuthorAge
* 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
|
* -LRN: Our std handles are not created by us, and thus are inheritable by ↵Christian Grothoff2012-07-09
| | | | | | | | | default. We don't want them to be passed to our child processes, because our parent might be waiting for them to be closed, which would mean that our process is dead.
* -LRN: Better process termination for W32:Christian Grothoff2012-06-23
| | | | | | | Avoids spewing warnings about killing processes that are already dead. Also removes a FIXME.
* -fixes and cleanupChristian Grothoff2012-06-13
|
* -minor optimizationChristian Grothoff2012-06-13
|
* -fixing #2240, untested on W32Christian Grothoff2012-06-13
|
* -better errno handlingChristian Grothoff2012-05-30
|
* - fixMatthias Wachs2012-05-25
|
* - missingMatthias Wachs2012-05-25
|
* - LRN's patchMatthias Wachs2012-05-25
|
* -help seaspider some moreChristian Grothoff2012-05-15
|
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* -docuChristian Grothoff2012-05-08
|
* - Clarify doxygenBart Polot2012-05-07
|
* -fixesChristian Grothoff2012-04-19
|
* -fixChristian Grothoff2012-03-11
|
* -LRN: Fix killChristian Grothoff2012-03-11
| | | | | | | | Use the same code for killing processes without a control pipe AND the processes for which a control pipe write has failed. Use PLIBC_KILL() instead of kill().
* -closing of control pipe is no errorChristian Grothoff2012-03-10
|
* -avoid problems with partial reads by using 1 byte for signalsChristian Grothoff2012-03-10
|
* -additional tests for process startsChristian Grothoff2012-03-09
|
* -fix memory leakChristian Grothoff2012-02-29
|
* -LRN: set control_pipe to NULL if not controlledChristian Grothoff2012-02-29
|
* -LRN: fixChristian Grothoff2012-02-29
|
* -LRN: Add missing declarationChristian Grothoff2012-02-28
|
* LRN: Apparently cleanup is not for W32Christian Grothoff2012-02-28
|
* LRN: W32 pipe name generation needs randomChristian Grothoff2012-02-28
|