aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
Commit message (Collapse)AuthorAge
* -fixChristian Grothoff2012-12-12
|
* - mem debugMatthias Wachs2012-12-04
|
* - mem leak debugging: monitor allocations in udpMatthias Wachs2012-11-30
|
* Be more specific about UDP read failuresLRN2012-11-24
|
* -fix the fixChristian Grothoff2012-11-15
|
* - fix for mantis 2639Matthias Wachs2012-11-15
|
* fixMatthias Wachs2012-11-15
|
* - bug huntingMatthias Wachs2012-11-15
|
* more changesMatthias Wachs2012-10-26
|
* fixMatthias Wachs2012-10-24
|
* fixMatthias Wachs2012-10-24
|
* -strange branch, strange codeChristian Grothoff2012-10-24
|
* -fixesChristian Grothoff2012-10-24
|
* coverityMatthias Wachs2012-10-24
|
* - coverityMatthias Wachs2012-10-24
|
* timeout statsMatthias Wachs2012-10-23
|
* - fixMatthias Wachs2012-10-23
|
* - removal for fragmented messagesMatthias Wachs2012-10-23
|
* -fixing fragChristian Grothoff2012-10-22
|
* -trying to fix fragmentation / udp performance, not working yetChristian Grothoff2012-10-22
|
* - dangerous things for a friday: fragmented message timeoutMatthias Wachs2012-10-19
|
* coverityMatthias Wachs2012-10-19
|
* preliminary workaround for 0002549Matthias Wachs2012-10-18
|
* new statisticsMatthias Wachs2012-10-18
|
* statMatthias Wachs2012-10-17
|
* -removeMatthias Wachs2012-10-17
|
* new statistic values and fixesMatthias Wachs2012-10-17
|
* minorsMatthias Wachs2012-10-17
|
* clean up and fixesMatthias Wachs2012-10-17
|
* improve code while debuggingMatthias Wachs2012-10-17
|
* doxygenMatthias Wachs2012-10-16
|
* changesMatthias Wachs2012-10-16
|
* stats + delayMatthias Wachs2012-10-16
|
* changesMatthias Wachs2012-10-16
|
* overhead reportingMatthias Wachs2012-10-16
|
* changesMatthias Wachs2012-10-16
|
* documentation and preparationMatthias Wachs2012-10-16
|
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* new statistics value to measure payloadMatthias Wachs2012-09-27
|
* - statistics values for all pluginsMatthias Wachs2012-09-26
|
* fixing udp busyloop reported by LRN on #gnunet on 8-27Christian Grothoff2012-09-17
|
* changes to address notificationMatthias Wachs2012-08-24
|
* - typoMatthias Wachs2012-06-29
|
* improved error messages when no network connectivity and fancy interval timeMatthias Wachs2012-06-29
|
* - fixed session codeMatthias Wachs2012-06-29
|
* - fixMatthias Wachs2012-06-18
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -LRN: fix udp plugin on W32Christian Grothoff2012-06-08
|
* -doxygenChristian Grothoff2012-05-28
|
* renaming GNUNET_TIME_relative_get_forever and ↵Christian Grothoff2012-05-27
| | | | GNUNET_TIME_absolute_get_forever methods, adding underscore, to make it clear that the respective #defines should be used instead; replacing use of direct function calls with respective macros where applicable; adding additional GNUNET_TIME_relative_get_xxx-functions to avoid calls to GNUNET_TIME_relative_multiply, which turn out to have gotten performance-relevant