aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
Commit message (Collapse)AuthorAge
* asserts for 1903:Christian Grothoff2011-11-15
|
* fixing 1891Christian Grothoff2011-11-14
|
* update address on receiveMatthias Wachs2011-11-11
|
* latency measurement with neighbour_keep_alive_taskMatthias Wachs2011-11-10
|
* fix shutdown orderChristian Grothoff2011-11-09
|
* refactoring how we handle peer addresses in peerinfo/ats/transport/hello ↵Christian Grothoff2011-11-08
| | | | subsystems -- use a struct instead of 3--4 arguments
* more code to get latency in ATSI working; not complete, also now generating ↵Christian Grothoff2011-11-07
| | | | a warning -- for a real problem that still needs to be fixed
* LRN: cosmeticsChristian Grothoff2011-11-05
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* + prevent bug https://www.gnunet.org/bugs/view.php?id=1868Matthias Wachs2011-11-02
| | | | | + changes shutdown order to send DISCONNECT Messages
* not expChristian Grothoff2011-11-02
|
* deadChristian Grothoff2011-10-31
|
* moving files from dev to final locationMatthias Wachs2011-10-28
|
* complete state reset functionalityMatthias Wachs2011-10-28
|
* improving r17722Christian Grothoff2011-10-24
|
* (no commit message)Matthias Wachs2011-10-24
|
* fixing quota violation messagesChristian Grothoff2011-10-23
|
* more precise log messageChristian Grothoff2011-10-23
|
* fixing 1836Christian Grothoff2011-10-22
|
* eliminating GNUNET_TRANSPORT_set_quota codeChristian Grothoff2011-10-22
|
* fixing 1792: validate signature in disconnect requestChristian Grothoff2011-10-21
|
* do not destroy session twice, do destroy address on failed connectChristian Grothoff2011-10-20
|
* more loggingChristian Grothoff2011-10-19
|
* fixChristian Grothoff2011-10-18
|
* cleanupChristian Grothoff2011-10-17
|
* bulkChristian Grothoff2011-10-17
|
* more log messagesChristian Grothoff2011-10-17
|
* removing bad reserved field, small refactoringChristian Grothoff2011-10-17
|
* simplifyChristian Grothoff2011-10-17
|
* fixChristian Grothoff2011-10-17
|
* move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_Christian Grothoff2011-10-17
|
* (no commit message)Matthias Wachs2011-10-14
|
* (no commit message)Matthias Wachs2011-10-13
|
* disconnect on zero bandwidth notificationMatthias Wachs2011-10-13
|
* (no commit message)Matthias Wachs2011-10-13
|
* compileMatthias Wachs2011-10-13
|
* new ATS API -- code won't compileChristian Grothoff2011-10-13
|
* ATS API: do inbound and outbound bwChristian Grothoff2011-10-10
|
* fixing list-connections to show correct peer idMatthias Wachs2011-09-29
| | | | | extending neighbour-iterate to return plugin, addr and addresslen
* fix #1796Christian Grothoff2011-09-28
|
* process find peer requests and repliesChristian Grothoff2011-09-27
|
* terminated sessions were never removed from ATSMatthias Wachs2011-09-23
|
* Some FixesDavid Brodski2011-09-21
|
* do latency computation - #1768Christian Grothoff2011-09-19
|
* generate valid disconnect message -- Mantis #1789Christian Grothoff2011-09-19
|
* make new currentChristian Grothoff2011-09-13
|
* LRN: Christian Grothoff2011-09-03
| | | | | | | | | | | | | A bit less dirty transport crash fix Basically, it now also frees mq before returning. The logic is kinda complex for such a small thing, but it's either that, or having two GNUNET_free (mq) statements. Although maybe you can postpone freeing mq until the end of the function (see v2 patch). [this is the v2 patch]
* cleanup API for get_hello and get_hello_cancelChristian Grothoff2011-09-02
|
* LRN: fast and dirty transport crash fixChristian Grothoff2011-09-02
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover