aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* No need to mention HOLE_EXTERNAL twiceDavid Barksdale2017-02-11
* fix use-after-free in postgres error messageFlorian Dold2017-02-11
* fixed crash on test_multicast_multipeerxrs2017-02-09
* Add mq testBart Polot2017-02-08
* Fix open port, copy handlers for use on incoming channelsBart Polot2017-02-08
* - adjust FWD/BCK to new channel numberingBart Polot2017-02-08
* - code/debug formatBart Polot2017-02-08
* - debug, indentation, legibilityBart Polot2017-02-08
* fix cadet mq api, use proper function argumentsBart Polot2017-02-08
* - fix assertion conditionBart Polot2017-02-08
* - doxygen, debug textBart Polot2017-02-08
* Merge branch 'master' of git+ssh://gnunet.org/gnunetBart Polot2017-02-08
|\
| * fix psyc service being unwilling to shutdownlurchi2017-02-07
| * gnunet-social CLI: porcelain status and psyc messagespsyc://loupsycedyglgamf.onion/~lynX2017-02-02
| * don't let further circuits disrupt 'gnunet-cadet -o'psyc://loupsycedyglgamf.onion/~lynX2017-02-02
| * find /bin/ippsyc://loupsycedyglgamf.onion/~lynX2017-02-02
* | Only call window_size on incrementing size, allow ACK+1 messages to be takenBart Polot2017-02-02
* | Implement data ack in CADET MQ APIBart Polot2017-02-02
|/
* fix sanity check in dht_api: we are passing 32-byte PIDs, not 64-byte hashesChristian Grothoff2017-02-02
* have sanity checks for DHT path constructionChristian Grothoff2017-02-02
* set PATH during testcaseChristian Grothoff2017-02-02
* force attachment if connection is still thereChristian Grothoff2017-02-01
* preserve invariants while calling GCP_detatch_path while reorging pathsChristian Grothoff2017-02-01
* use NULL as flag for evaluation of query, ensure we pass non-NULL for reply_b...Christian Grothoff2017-02-01
* log if we get a redundant KX_AUTH, do not assertChristian Grothoff2017-02-01
* path heap could be null here during shutdownChristian Grothoff2017-02-01
* init worst, to avoid valgrind warning (otherwise harmless)Christian Grothoff2017-02-01
* fix peer destruction triggersChristian Grothoff2017-02-01
* another channel-add destroy-cancel fixChristian Grothoff2017-02-01
* stop destroy task if connection goes upChristian Grothoff2017-01-31
* use observed RTT as starting point for retransmissionsChristian Grothoff2017-01-31
* implement no-buffer option at route levelChristian Grothoff2017-01-31
* fix lower_rung() logicChristian Grothoff2017-01-31
* fix rung prev injectionChristian Grothoff2017-01-31
* fix loop detection logicChristian Grothoff2017-01-31
* initialize direction in rung DLLChristian Grothoff2017-01-31
* use modern time specification for expirationChristian Grothoff2017-01-31
* add method to record and print DHT routes to DHT command-line toolsChristian Grothoff2017-01-31
* updating gitignores and POTFILESChristian Grothoff2017-01-31
* Fix off-by-oneChristian Grothoff2017-01-31
* more statisticsChristian Grothoff2017-01-31
* init rung fieldChristian Grothoff2017-01-31
* do not recompute off if we can just pass it inChristian Grothoff2017-01-31
* do not test against unset cpath values that we skippedChristian Grothoff2017-01-31
* cancel tunnel destruction if we get another channel during the grace periodChristian Grothoff2017-01-31
* Implement incoming traffic handling on MQBart Polot2017-01-31
* Reconnect to service instead of aborting on a malformed data messageBart Polot2017-01-31
* Refactor reconnect codeBart Polot2017-01-31
* Implement channel cleanup in MQ API, simplify destroy channelBart Polot2017-01-31
* Fix free of NULL pointerBart Polot2017-01-31