aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
Commit message (Collapse)AuthorAge
* improved log messageMatthias Wachs2014-05-20
|
* -fixing hypothetical leak on error pathChristian Grothoff2014-04-07
|
* minor changes for address conversionMatthias Wachs2014-04-01
|
* debug message for assertion to figure out malformed address lengthMatthias Wachs2014-03-31
|
* improved network lookup Matthias Wachs2014-03-27
|
* fix compile warningMatthias Wachs2014-03-21
|
* session end function must include address to notify addressMatthias Wachs2014-03-20
|
* fixing issues:Matthias Wachs2014-02-12
| | | | | | - using uninitialized memory (mantis #3322) - notify only about new session created
* send receive delay rescheduling supportMatthias Wachs2014-01-30
|
* more fixed documentationMatthias Wachs2014-01-16
|
* simplification for tcp pluginMatthias Wachs2014-01-14
|
* fix memory leakMatthias Wachs2014-01-14
|
* fix for creating session Matthias Wachs2014-01-14
|
* implementing 0003268 to inbound information in HELLO addressesMatthias Wachs2014-01-13
| | | | | | | | | | All transport plugin functions are modified to use HELLO addresses instead of peer,address,address_length All plugins are modified to use HELLO addresses internally This commit can break transport functionality: core tests on my system still pass, but transport tests may still fail, errors messages may occurs or crashs Will be fixed asap
* -fix npe (#3248)Christian Grothoff2014-01-02
|
* -styleSree Harsha Totakura2013-12-25
|
* -fix build system issuesChristian Grothoff2013-12-23
|
* -more logging and doxygen fixesChristian Grothoff2013-12-23
|
* -code hygeneChristian Grothoff2013-12-22
|
* -code hygeneChristian Grothoff2013-12-22
|
* malloc -> newLRN2013-12-19
|
* session timeouts for tcpMatthias Wachs2013-12-18
|
* new timeout function and keep alives with noncesMatthias Wachs2013-12-18
|
* Non-uniform keepalive timeout for different pluginsLRN2013-12-15
|
* -fix warningChristian Grothoff2013-12-13
|
* -code cleanup, in particular moving towards using client context for storing ↵Christian Grothoff2013-12-13
| | | | TCP sessions to be more efficient upon receiving
* -removing useless session counting logic, doxygen, code cleanupChristian Grothoff2013-12-13
|
* -crash if this happens, so we at least get a core dumpChristian Grothoff2013-12-13
|
* -move tcp session check into extra checks conditionChristian Grothoff2013-12-13
|
* -fix 3208 by making kills asyncChristian Grothoff2013-12-13
|
* use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriateChristian Grothoff2013-12-13
|
* use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriateChristian Grothoff2013-12-13
|
* -doxygen, style fixesChristian Grothoff2013-12-13
|
* -be stricter during handshake, close sessions with broken interactions ↵Christian Grothoff2013-12-12
| | | | aggressively
* -fix NPEChristian Grothoff2013-12-12
|
* -extend transport plugin API with capability to just disconnect a single ↵Christian Grothoff2013-12-12
| | | | session (not yet used)
* -more logging, etc.Christian Grothoff2013-12-11
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting ATS and transport to compile again (part of #3047)Christian Grothoff2013-09-30
|
* remove dead assignmentsMatthias Wachs2013-08-19
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* remove outputMatthias Wachs2013-08-08
|
* debugging messages due to mantis bug 2980Matthias Wachs2013-08-08
|
* added error messageMatthias Wachs2013-08-08
|
* removing breaks, adding statsMatthias Wachs2013-07-17
|
* while running transport: valgrind showed memory leak due to not removed ↵Matthias Wachs2013-07-15
| | | | | | | resolution processes storing pretty printer requests and removing them after timeout
* -add dv_get_network to DV API, improve signature to use 'struct Session *' ↵Christian Grothoff2013-07-13
| | | | instead of 'void *'
* using inbound stringMatthias Wachs2013-07-12
|
* fix:Matthias Wachs2013-07-11
| | | | | | | | return address length 0 for inbound session - return session only if inbound flag is set: issue because plugin sends TCP_WELCOME messages for incoming connections not only outbount
* changed return type to enumMatthias Wachs2013-07-10
| | | | | added get_network to template