aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* Fix warnings and fix/improve logging in network.cLRN2013-03-20
|
* -fixing #2563Christian Grothoff2013-03-20
|
* - doxygenSree Harsha Totakura2013-03-18
|
* DocfixesLRN2013-03-15
|
* Do log messages with wrong sizeLRN2013-03-14
|
* All-encompassing ARM updateLRN2013-03-13
|
* - typoSree Harsha Totakura2013-03-12
|
* -towards pseudonym cryptoChristian Grothoff2013-03-07
|
* -fixChristian Grothoff2013-03-07
|
* -expand pseudonym test to cover cryptoChristian Grothoff2013-03-07
|
* -fixChristian Grothoff2013-03-07
|
* Pseudonym-removal functionLRN2013-03-06
|
* starting major change towards implementing #2564, this breaks some FS tests ↵Christian Grothoff2013-03-05
| | | | and FS APIs
* -improve strings APIChristian Grothoff2013-03-05
|
* -go to more sane ECC curve to be more DoS-resistantChristian Grothoff2013-03-04
|
* add argument to GNUNET_CRYPTO_ecc_decode_key to allow testing to disable key ↵Christian Grothoff2013-03-04
| | | | validation
* -deadChristian Grothoff2013-03-04
|
* Accept time strings where number and unit are not separated by a spaceLRN2013-03-04
| | | | Fixes #2806
* -include time offsets in logging as wellChristian Grothoff2013-03-04
|
* -fixChristian Grothoff2013-03-04
|
* Be able to only-read-not-create RSA keysLRN2013-03-03
|
* Implement and use GNUNET_CRYPTO_rsa_get_public_key_hashLRN2013-03-03
|
* -disable extra checksChristian Grothoff2013-03-02
|
* Silence a warningLRN2013-03-01
|
* - Don't silence WARNINGBart Polot2013-02-21
|
* - fix compileSree Harsha Totakura2013-02-21
|
* It's on stack...LRN2013-02-18
|
* breakMatthias Wachs2013-02-18
|
* Make pipe sanity check work on W32 tooLRN2013-02-16
|
* changesMatthias Wachs2013-02-15
|
* -big endianChristian Grothoff2013-02-15
|
* Detect bad control pipes earlierLRN2013-02-15
|
* Try to fix process spawningLRN2013-02-15
|
* Another highly temporary fix to make os_start_process passLRN2013-02-15
|
* Temporary fix to make test_os_start_process pass againLRN2013-02-14
|
* OopsLRN2013-02-14
|
* Make w32cat pipe-controllableLRN2013-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
* Minimal W32 version to XP, use uniqueness flagLRN2013-02-14
|
* 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
|