aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* -fix loggingChristian Grothoff2015-05-26
|
* -doxygen, indentChristian Grothoff2015-05-26
|
* -doxygen, indentChristian Grothoff2015-05-26
|
* -fix (harmless) use of uninit 'nick'Christian Grothoff2015-05-26
|
* -avoid qe double-freeChristian Grothoff2015-05-26
|
* -check for NULLChristian Grothoff2015-05-26
|
* -initialize GNS DNS interception in testcase, so that curl will actually get ↵Christian Grothoff2015-05-26
| | | | GNS resolution
* -dns_root option is now deadChristian Grothoff2015-05-26
|
* -document subsystem aliases, add gns-intercept alias for GNS DNS ↵Christian Grothoff2015-05-26
| | | | interception, support gns-intercept alias for GNS DNS interception
* -use UNIXONLYChristian Grothoff2015-05-26
|
* -comments, doxygen, indentation, style fixes, working on test_gns_vpnChristian Grothoff2015-05-25
|
* notify cadet when we are done - for flow control and to get next packetChristian Grothoff2015-05-25
|
* -fix indentChristian Grothoff2015-05-25
|
* -fix channel initialization with regex involvmentChristian Grothoff2015-05-25
|
* -logging, doxygenChristian Grothoff2015-05-25
|
* -loggingChristian Grothoff2015-05-25
|
* -loggingChristian Grothoff2015-05-25
|
* -better splitted brahms sampler and modified oneJulius Bünger2015-05-23
|
* -eh, typoChristian Grothoff2015-05-22
|
* -do pass local_address_info flag from/to ATS also for performance monitorChristian Grothoff2015-05-22
|
* -explicitly initializeChristian Grothoff2015-05-22
|
* -fix cmpChristian Grothoff2015-05-22
|
* -fix cmpChristian Grothoff2015-05-22
|
* -adding missing const's and a commentChristian Grothoff2015-05-22
|
* -nicer loggingChristian Grothoff2015-05-22
|
* -doxygen, loggingChristian Grothoff2015-05-22
|
* -log conclusion of exit searchChristian Grothoff2015-05-22
|
* do not generate wildcard '.' transitions in policy regex, be preciseChristian Grothoff2015-05-22
|
* add logging and in particular checks to make sure no '.' wildcards are ↵Christian Grothoff2015-05-22
| | | | during initial transitions of the DFA
* -improving testcaseChristian Grothoff2015-05-22
|
* -adding integration testChristian Grothoff2015-05-22
|
* -more verboseChristian Grothoff2015-05-22
|
* -fix policy string generationChristian Grothoff2015-05-22
|
* -fix configs to comply with current versionChristian Grothoff2015-05-22
|
* -do listen to v6Christian Grothoff2015-05-22
|
* -diagnose tunnel issuesChristian Grothoff2015-05-22
|
* -stupid bugChristian Grothoff2015-05-22
|
* -fix bad leftover peerid to string conversionChristian Grothoff2015-05-22
|
* -fix regex shutdown: clean up clients before DHT disconnectChristian Grothoff2015-05-22
|
* -log warning if channel unreadyChristian Grothoff2015-05-22
|
* -do not print this garbageChristian Grothoff2015-05-22
|
* -fix assertion: channel could be NULL (especially if we're dealing with a regex)Christian Grothoff2015-05-22
|
* -use flag to disable key generation test for libgcrypt > 1.7Christian Grothoff2015-05-22
|
* -increase timeouts, some system really need longerChristian Grothoff2015-05-21
|
* -better error reporting, use varsChristian Grothoff2015-05-21
|
* fix assertion failure when two requests were concurrently submitted if the ↵Christian Grothoff2015-05-21
| | | | first one was cancelled before receiving a reply
* -fix testcaseChristian Grothoff2015-05-21
|
* -also use NONE instead of INBOUND for WLANChristian Grothoff2015-05-21
|
* with respect to #3615: we might (theoretically) get a migration stop before ↵Christian Grothoff2015-05-21
| | | | we finished the peerstore lookup; in that case, we would do a GSF_push_start() twice (once via revive migration, and once from peerstore lookup succeeding), and then on disconnect only stop once, keeping the migration going for a disconnected peer. That still does not explain the bug report, as the '*cp' in the report doesn't show BADFOOD, and we'd expect a free'd cp in this case to be used for the transmission. Still, this is a possible issue which can be fixed by ignoring migration stop messages until after peerstore lookup succeeded
* -no need to abort iterations on reconnect if they are not yet runningChristian Grothoff2015-05-21
|