aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* removed raw-pipe checking code for windows. this will always fail new Christian Fuchs2013-04-05
| | | | | windows. functionality will be replaced with windows-dryrun checking
* Don't wcscmp a NULL pointerLRN2013-04-05
|
* - 80 char alignBart Polot2013-04-05
|
* -simplifyChristian Grothoff2013-03-23
|
* -cleanupChristian Grothoff2013-03-23
|
* -fixing string decoder issue for input sizes of a multiple of 5Christian Grothoff2013-03-22
|
* -cleanupChristian Grothoff2013-03-22
|
* more checkMatthias Wachs2013-03-22
|
* failing testMatthias Wachs2013-03-22
|
* -never assert on bogus input, return error codeChristian Grothoff2013-03-22
|
* -updating pseudonym crypto implementationChristian Grothoff2013-03-21
|
* 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
|