aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
...
* More flexible native->GNUnet_handle file openingLRN2013-02-14
| | | | | | Can now open not just FILEs, but also integer fds and native Windows handles. The last two will be used later by the new pipe control code.
* Fix file close to work on pipe ends correctlyLRN2013-02-14
|
* Make pipe ends detachable, fix W32 corner-casesLRN2013-02-14
| | | | | | | Now pipe ends are fully-functional FileHandles. You can detach them from the pipe, and closing pipe will not affect them afterwards. Tightened W32 implementation (make it close events!)
* 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).
* fix for 0002797Matthias Wachs2013-02-14
|
* stop helpers by closing stdinSree Harsha Totakura2013-02-12
|
* -key gen perfChristian Grothoff2013-02-12
|
* -trying to address #2791Christian Grothoff2013-02-11
|
* switching to ECDHE cryptography f, implementation is incomplete and ↵Christian Grothoff2013-02-05
| | | | INSECURE, do not use for anything but testing
* -clarifying what we need for ECCChristian Grothoff2013-02-05
|
* -do not assert on logChristian Grothoff2013-02-05
|
* -do not fail hard on log skip checksChristian Grothoff2013-02-05
|
* -ECDH testChristian Grothoff2013-02-05
|
* -export ecc generation functionChristian Grothoff2013-02-03
|
* -zero out cdata here as wellChristian Grothoff2013-02-03
|
* Discard large metadata items firstLRN2013-02-02
|
* Fix a memory leak in MD serializerLRN2013-02-02
|
* Fix a buffer overflowLRN2013-02-02
|
* -cleanupChristian Grothoff2013-01-31
|
* -check for EINPROGRESS for UNIX, hopefully fixing #2741Christian Grothoff2013-01-30
|
* -undo 25844Christian Grothoff2013-01-21
|
* -try force binding client socket to loopback/localhost for localhost ↵Christian Grothoff2013-01-21
| | | | connections to facilitate access control checks
* -no need to be niceChristian Grothoff2013-01-17
|
* -we are not msChristian Grothoff2013-01-17
|
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* -must not log in signal handlersChristian Grothoff2012-12-20
|
* -respect vfork semanticsChristian Grothoff2012-12-17
|
* -do not print warning if file does not exist yetChristian Grothoff2012-12-17
|
* -vfork is backChristian Grothoff2012-12-17
|
* -fixing heap walkerChristian Grothoff2012-12-16
|
* -allow NULL if n=0Christian Grothoff2012-12-14
|
* - log pipe name while receiving signalSree Harsha Totakura2012-12-14
|
* - fixSree Harsha Totakura2012-12-13
|
* - loggingSree Harsha Totakura2012-12-13
|
* - loggingSree Harsha Totakura2012-12-13
|
* - loggingSree Harsha Totakura2012-12-13
|
* - osx fixesSree Harsha Totakura2012-12-13
|
* -dos2unixChristian Grothoff2012-12-13
|
* adding function to compute configuration differences in memoryChristian Grothoff2012-12-12
|
* -fixChristian Grothoff2012-12-12
|
* -fixChristian Grothoff2012-12-10
|
* Unnecessary argumentLRN2012-12-10
|
* one more timeMatthias Wachs2012-12-10
|
* mem leak in line 193configuration.cMatthias Wachs2012-12-10
|
* mistakeMatthias Wachs2012-12-10
|
* mem leakMatthias Wachs2012-12-10
|
* Fix configuration parsingLRN2012-12-10
| | | | | | | | * Don't leak strndup'ed lines. * Trim leading whitespace, not just trailing * Do whitespace trimming _before_ discarding commented lines (now # or % does not need to be the first character in the line). .
* adding GNUNET_DISK_file_backup function; fixing #2646Christian Grothoff2012-12-09
|
* look in ↵Christian Grothoff2012-12-08
| | | | /opt/jdk1.6.0_22/bin:/usr/lib/jvm/java-6-sun//bin:.:/home/grothoff/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games for gnunet-arm before trying /proc/exe
* fixing #2680 -- config file lines can now have any lengthChristian Grothoff2012-12-08
|