aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* -typoChristian Grothoff2012-09-19
|
* -short hash output funcMartin Schanzenbach2012-09-18
|
* - fix segfault mantis 0002550Matthias Wachs2012-09-18
|
* -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
|
* -use blocking wait as the pipe might be faster than the process cleanupChristian Grothoff2012-09-17
|
* -trying to fix bb errorsChristian Grothoff2012-09-17
|
* -fix warningChristian Grothoff2012-09-17
|
* fixing #1551/#2503Christian Grothoff2012-09-17
|
* fix for "bad address " issue with wlan helperMatthias Wachs2012-09-17
|
* -fixing #2546Christian Grothoff2012-09-16
|
* new getopt helper function to parse relative time command line argumentChristian Grothoff2012-09-09
|
* mark fcntl return value as intentionally uncheckedChristian Grothoff2012-09-04
|
* always allow rootChristian Grothoff2012-09-03
|
* - Fix memory posioning on OS X (MSIZE is pre-defined to 256, doesnt ↵Bart Polot2012-08-29
| | | | HAVE_MALLOC_USABLE_MEMORY -> compile error)
* only use control pipe with helpers IF the helper actually supports itChristian Grothoff2012-08-29
|
* Use pipe control for helper processesLRN2012-07-27
| | | | | This fixes testbed service leak in testbed tests. Either this, or NOT using helper API for testbed helper.
* -fixesChristian Grothoff2012-07-25
|
* -check return valueChristian Grothoff2012-07-25
|
* -nocapsChristian Grothoff2012-07-25
|
* -preserve errnoChristian Grothoff2012-07-25
|
* -check return valueChristian Grothoff2012-07-25
|
* -doxygenChristian Grothoff2012-07-22
|
* -cleanupChristian Grothoff2012-07-20
|
* Fix arm-lsocks protocol violation on W32LRN2012-07-18
|
* -minor code cleanupChristian Grothoff2012-07-18
|
* helper exception callback lesser parametersSree Harsha Totakura2012-07-17
|
* extended HELPER api to notify when child crashesSree Harsha Totakura2012-07-16
|
* -m memory leakMatthias Wachs2012-07-16
|
* - fixMatthias Wachs2012-07-16
|
* -do not use signal pipe as gnunet-rsa is likely to be in a gcrypt select loopChristian Grothoff2012-07-16
|
* -fixbuildChristian Grothoff2012-07-15
|
* -adding support for heap stats gaugeringChristian Grothoff2012-07-15
|
* -cleanupChristian Grothoff2012-07-15
|
* -cleanupChristian Grothoff2012-07-15
|
* -only test for exist, not for readChristian Grothoff2012-07-14
|
* -code cleanupChristian Grothoff2012-07-14
|
* -new API for asyncronous generation of private RSA keysChristian Grothoff2012-07-14
|
* -adding gnunet-config toolChristian Grothoff2012-07-14
|
* -pass stderr to helpers:Christian Grothoff2012-07-14
|
* -test for execinfo.h instead of LINUXChristian Grothoff2012-07-13
|
* W32: correct handling of crazy W32 process quirksLRN2012-07-13
|
* Handle peek errors more appropriately in w32 selectLRN2012-07-13
|
* Safer handling of corner-cases in w32 selectLRN2012-07-13
|
* Demote WARNING to INFO, preserve errnoLRN2012-07-13
|
* W32: safer process terminationLRN2012-07-12
|
* A small fix for W32catLRN2012-07-11
|
* -dos2unixChristian Grothoff2012-07-11
|
* -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