aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* - fix use after free in set union (#3178)Florian Dold2013-12-09
|
* - crazyness (see doc)Bart Polot2013-12-09
|
* - fix handle for tunnel queueing during KXBart Polot2013-12-09
|
* - doxygenSree Harsha Totakura2013-12-09
|
* new underlay APISree Harsha Totakura2013-12-09
|
* - relay error to peer, indentationBart Polot2013-12-09
|
* - conditional break already called freom register_neighborsBart Polot2013-12-09
|
* - connection_cancel_queues can destroy connection, make sure to add ↵Bart Polot2013-12-09
| | | | retransmission to queue before calling
* - log condition prior to abortBart Polot2013-12-09
|
* Remove test home at the beginning and at the VERY endLRN2013-12-09
|
* Update W32 GNS helper and NSPLRN2013-12-09
|
* - improve handling of duplicate connection_createBart Polot2013-12-09
|
* - dont allow NULL connections in a tunnelBart Polot2013-12-09
|
* - jummy, multiparts!Christian Fuchs2013-12-09
| | | | - Hatchet
* - more multipart funChristian Fuchs2013-12-09
| | | | - Make it so
* towards multipart msging for bloomfilters in set intersectionChristian Fuchs2013-12-09
|
* - dont show as error (break takes care of that)Bart Polot2013-12-09
|
* make message appear less oftenMatthias Wachs2013-12-09
|
* -doxygen, indentation fixesChristian Grothoff2013-12-09
|
* -doxygen, indentation fixesChristian Grothoff2013-12-09
|
* - dont generate errors on async channel destruction, use stats insteadBart Polot2013-12-09
|
* -doxygenSree Harsha Totakura2013-12-09
|
* -doxygen, indentation fixesChristian Grothoff2013-12-09
|
* -doxygen, indentation fixesChristian Grothoff2013-12-09
|
* - fix #3172Bart Polot2013-12-09
|
* - don't flag as ERROR if channel is loopback (no retransmissions necessary ↵Bart Polot2013-12-09
| | | | in that case)
* -update bcd template and adjust code accordinglyChristian Grothoff2013-12-09
|
* - remove dead codeBart Polot2013-12-09
|
* - fixed 3174: check reliable gap before allowing client to give more dataBart Polot2013-12-09
|
* revert to httpMatthias Wachs2013-12-09
|
* - logBart Polot2013-12-09
|
* - doxygenBart Polot2013-12-09
|
* -fixed 3174 part 1Bart Polot2013-12-09
|
* -increase timeout for slow systemsChristian Grothoff2013-12-09
|
* -remove duplicated returnChristian Grothoff2013-12-08
|
* -assert MHD_VERSION is always above 09E00, remove dead structChristian Grothoff2013-12-08
|
* -clarify prescedenceChristian Grothoff2013-12-08
|
* -clarify prescedenceChristian Grothoff2013-12-08
|
* -make checkers happy by always initializing map, also extra check just in ↵Christian Grothoff2013-12-08
| | | | case the branch conditions are not quite right
* -style fixesChristian Grothoff2013-12-08
|
* -cleanupChristian Grothoff2013-12-08
|
* -cleanupChristian Grothoff2013-12-08
|
* -cleanupChristian Grothoff2013-12-08
|
* -complete commentChristian Grothoff2013-12-08
|
* API cleanup, rename GNUNET_TRANSPORT_check_neighbour_connected to ↵Christian Grothoff2013-12-08
| | | | GNUNET_TRANSPORT_check_peer_connected
* -doxgyen, indentation, code clean upChristian Grothoff2013-12-08
|
* -rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use ↵Christian Grothoff2013-12-08
| | | | GNUNET_MESH_ prefix as we should
* fix #3170, again by cancelling scheduler tasks last so that they cannot be ↵Christian Grothoff2013-12-08
| | | | re-created by callbacks triggered during shutdown of the rest of the struct
* -fix #3168, cancel retry task AFTER GMT_cancel, as that triggers a callback ↵Christian Grothoff2013-12-08
| | | | in gnunet-service-mesh-peer.c:952 which may then CREATE a new task
* Dup the envvar before unsetting, everywhereLRN2013-12-08
|