aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* -doxygenChristian Grothoff2012-03-22
|
* - old value was only 8hMatthias Wachs2012-03-21
|
* -new short hashes, new short hash cmpMartin Schanzenbach2012-03-19
|
* -LRN: calculate file size for single files when needed and use ↵Christian Grothoff2012-03-19
| | | | GNUNET_DISK_file_size instead of STAT
* adding API for short (256-bit) hash codesChristian Grothoff2012-03-19
|
* -removing code duplicationChristian Grothoff2012-03-17
|
* -removing duplicate codeChristian Grothoff2012-03-17
|
* -clone elimination, adding some documentationChristian Grothoff2012-03-17
|
* -doxygenChristian Grothoff2012-03-17
|
* -doxygenChristian Grothoff2012-03-16
|
* -doxygen fixes, add 'const'Christian Grothoff2012-03-15
|
* -check return valueChristian Grothoff2012-03-15
|
* -never a clear warning, use INFOChristian Grothoff2012-03-15
|
* add -P option for printing peer identities with gnunet-rsaChristian Grothoff2012-03-15
|
* - improve documentationMatthias Wachs2012-03-15
|
* - new program_run and run_2Matthias Wachs2012-03-15
|
* -LRN: use plibc SSCANF instead of sscanfChristian Grothoff2012-03-11
|
* -LRN: Generalize ip-address str->addr conversionChristian Grothoff2012-03-11
|
* -fixChristian Grothoff2012-03-11
|
* -fixChristian Grothoff2012-03-11
|
* -LRN: Fix killChristian Grothoff2012-03-11
| | | | | | | | Use the same code for killing processes without a control pipe AND the processes for which a control pipe write has failed. Use PLIBC_KILL() instead of kill().
* -closing of control pipe is no errorChristian Grothoff2012-03-10
|
* -avoid problems with partial reads by using 1 byte for signalsChristian Grothoff2012-03-10
|
* -additional tests for process startsChristian Grothoff2012-03-09
|
* -fixing leaks/use after freeChristian Grothoff2012-03-08
|
* - mem leakMatthias Wachs2012-03-08
|
* -trying to fix #2198 -- or at least a related bugChristian Grothoff2012-03-07
|
* - docuMatthias Wachs2012-03-07
|
* -LRN: file checking routinesChristian Grothoff2012-03-05
|
* -adding GNUNET_CONFIGURATION_load_fromChristian Grothoff2012-03-04
|
* -fixChristian Grothoff2012-03-04
|
* -fixChristian Grothoff2012-03-04
|
* adding gnunet-rsa, a new tool to create RSA keys and to print the public keyChristian Grothoff2012-03-04
|
* -fixChristian Grothoff2012-03-04
|
* -renamingChristian Grothoff2012-03-04
|
* -adding conversion of public key to string and backChristian Grothoff2012-03-04
|
* LRN: adding generic functions for conversion of binary data to ascii and ↵Christian Grothoff2012-03-04
| | | | back: GNUNET_CRYPTO_string_to_data and GNUNET_CRYPTO_data_to_string
* LRN: updates to pseudonym API from #1952, change pseudonym managementChristian Grothoff2012-03-01
|
* serialize privat keyMatthias Wachs2012-02-29
|
* -fix memory leakChristian Grothoff2012-02-29
|
* -LRN: set control_pipe to NULL if not controlledChristian Grothoff2012-02-29
|
* -LRN: fixChristian Grothoff2012-02-29
|
* adding GNUNET_CRYPTO_setup_hostkey to setup a hostkey ahead of time, using ↵Christian Grothoff2012-02-28
| | | | this function in the VPN testcases to avoid timeouts in cases where creating a hostkey just takes too long --- such as on our UltraSprac
* -LRN: Add missing declarationChristian Grothoff2012-02-28
|
* LRN: Apparently cleanup is not for W32Christian Grothoff2012-02-28
|
* LRN: W32 pipe name generation needs randomChristian Grothoff2012-02-28
|
* -fix compiler warningChristian Grothoff2012-02-28
|
* -version bumps in anticipation of releaseChristian Grothoff2012-02-27
|
* -do use non-blocking opening of the pipe FD, and try again if it failsChristian Grothoff2012-02-27
|
* -make disk IO blocking, otherwise opening signal pipe may fail because child ↵Christian Grothoff2012-02-27
| | | | did not have time to start