aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* -vpn should use crc16 from utilChristian Grothoff2012-01-02
|
* adding crc16 to gnunet_crypto_lib.hChristian Grothoff2012-01-02
|
* -licenseChristian Grothoff2012-01-02
|
* -dceChristian Grothoff2012-01-02
|
* -using new GNUNET_HELPER_ API inside of VPN, also eliminating bugs with ↵Christian Grothoff2012-01-02
| | | | partial writes as part of this
* -adding new GNUNET_HELPER_ API for communication with (SUID) helper binaries ↵Christian Grothoff2012-01-02
| | | | via stdin/stdout using standard GNUNET messages
* adding new GNUNET_HELPER_ API for communication with (SUID) helper binaries ↵Christian Grothoff2012-01-02
| | | | via stdin/stdout using standard GNUNET messages
* adding GNUNET_OS_start_process_vap functionChristian Grothoff2012-01-02
|
* -again moving towards DNS API sanityChristian Grothoff2012-01-02
|
* -again moving towards DNS API sanityChristian Grothoff2012-01-02
|
* -moving dns plugin to dns directoryChristian Grothoff2012-01-02
|
* -small steps towards saner DNS APIChristian Grothoff2012-01-02
|
* dns hijacker code reviewChristian Grothoff2012-01-02
|
* -fixChristian Grothoff2012-01-02
|
* -commentsChristian Grothoff2012-01-01
|
* first quick hack to extract an initial DNS service APIChristian Grothoff2012-01-01
|
* -copyrightChristian Grothoff2012-01-01
|
* -renameChristian Grothoff2012-01-01
|
* -some code cleanupChristian Grothoff2012-01-01
|
* -moving DNS code into its own directoryChristian Grothoff2012-01-01
|
* -moving DNS structs to gnunet-dns-parser.hChristian Grothoff2012-01-01
|
* changing scheduler priorities to revert to DEFAULT instead of inheriting ↵Christian Grothoff2012-01-01
| | | | parent-task priority unless something else is explicitly specified
* -I guess this can happen, but should be incredibly rare (or could be ↵Christian Grothoff2012-01-01
| | | | provoked by attacker); let's just count instead of break - #2055
* -trying to pick better order of includesChristian Grothoff2012-01-01
|
* -LRN: 64-bit offsets for file locking on W32Christian Grothoff2011-12-31
|
* -LRN: ino diffChristian Grothoff2011-12-31
|
* -LRN: fixing issues that slipped through earlierChristian Grothoff2011-12-31
|
* -LRN: OFF_T/off_t patch for 64-bit files on W32Christian Grothoff2011-12-31
|
* -fixing format stringsChristian Grothoff2011-12-30
|
* -LRN: plibc header update - #2051Christian Grothoff2011-12-30
|
* -LRN: utf8-ization, #2051Christian Grothoff2011-12-30
|
* -LRN: use FOPEN/CLOSE instead of fopen/close - #2051Christian Grothoff2011-12-30
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* LRN: normalize keywords (decapitalize, split) using libunistring - #2052Christian Grothoff2011-12-30
|
* -LRN: fix syscall nameChristian Grothoff2011-12-30
|
* -LRN: Also break on commasChristian Grothoff2011-12-30
|
* -LRN: better size mismatch reportsChristian Grothoff2011-12-30
|
* -more missing files for extra distChristian Grothoff2011-12-26
|
* -cleaning up after mwachsChristian Grothoff2011-12-26
|
* -cleaning up for distingChristian Grothoff2011-12-26
|
* -version bumps for releaseChristian Grothoff2011-12-26
|
* -dceChristian Grothoff2011-12-26
|
* adding GNUNET_FS_time_to_year function to FS APIChristian Grothoff2011-12-26
|
* -fixing #2036Christian Grothoff2011-12-26
|
* -also break at some other tokensChristian Grothoff2011-12-25
|
* -remove code for keyword caonicalization/normalization, makes no sense in ↵Christian Grothoff2011-12-25
| | | | international application, normalization methods are questionable to begin with
* -LRN: fix normal child death restart.Christian Grothoff2011-12-25
| | | | | | | | | It does work in the sense that child process is restarted. However, i didn't have an opportunity to test it for non-default processes (default processes are restarted immediately; non-default processes should be restarted on demand).
* -maybe not the best default for nowChristian Grothoff2011-12-25
|
* -better loggingChristian Grothoff2011-12-25
|
* fixing migration stop delay calculation, largely by first calculating ↵Christian Grothoff2011-12-25
| | | | datastore load correctly and then by better distinguishing between datastore full, datastore timeout and success and finally by adding per-peer tracking of the current block interval to adjust to repeated undesireable behavior. See #2029.