aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* -fixSree Harsha Totakura2013-05-11
|
* - complement HELPER API with functions to kill and wait on the helper processSree Harsha Totakura2013-05-09
| | | | | | - To shutdown quickly, have testbed first kill all sub-controller's helper processes first and wait later instead of kill & wait per each processes.
* -commentsChristian Grothoff2013-04-30
|
* Fix test_os_startprocessLRN2013-04-30
| | | | | Previous code wrongly assumed that the message will be read from the pipe completely in one go. It does not happen like that _every_ time.
* work on gnunet-set, isolated bug in streamFlorian Dold2013-04-27
|
* implemented GNUNET_CRYPTO_get_host_identityFlorian Dold2013-04-27
|
* -make sure result is 0-terminated for UDSChristian Grothoff2013-04-24
|
* - Support flushing of buffered dataSree Harsha Totakura2013-04-23
|
* Allow callback to stop a DISK_scan with no error, similar to other er APIsBart Polot2013-04-22
|
* Better mingw-w64 compatibility for win.cLRN2013-04-21
|
* Add filename getopt operatorBart Polot2013-04-18
|
* -likely also deadChristian Grothoff2013-04-18
|
* -dead option eliminationChristian Grothoff2013-04-18
|
* set close-on-exec file for opened disk file descriptorsChristian Grothoff2013-04-17
|
* - 32-bit key hashmapSree Harsha Totakura2013-04-17
|
* -move data resourceChristian Grothoff2013-04-15
|
* -no booleanChristian Grothoff2013-04-15
|
* -no booleanChristian Grothoff2013-04-15
|
* extended the GNUNET_OS_check_helper_binary parameters to do previlege Christian Fuchs2013-04-15
| | | | | | | | | | | | | | checking in windows. To do so, tested binaries must still be supplied with valid commandline arguments, but on windows gnunet will utilize the -d flag to run the programs initialization phase or privileged operations only. In these modes, a program will not enter its mainloop or communicate with the outside. updated relevant function calls gnunet-wide to meet the extended function parameters.
* -move pseudonym code to fs, mark fs as experimental for nowChristian Grothoff2013-04-14
|
* -towards proper pseudonym supportChristian Grothoff2013-04-11
|
* 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