aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
Commit message (Collapse)AuthorAge
...
* - modified transport plugin interface to support ATSMatthias Wachs2010-12-06
| | | | | - modified transport plugins to support ATS
* allowing DynDNS for external IP specification, option clean upChristian Grothoff2010-11-29
|
* fixChristian Grothoff2010-11-24
|
* adding UPnP/PMP library calls/support to TCP transportChristian Grothoff2010-11-24
|
* styleChristian Grothoff2010-11-24
|
* styleChristian Grothoff2010-11-24
|
* cleaning up TCP code, incompleteChristian Grothoff2010-11-23
|
* Testing changes required to work with new core api. Revert ↵Nathan S. Evans2010-11-16
| | | | GNUNET_CORE_iterate_peers call to work properly.
* moving plugin headersChristian Grothoff2010-11-05
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* style improvments wrt Mantis 1614 patchChristian Grothoff2010-11-03
|
* original patch from Mantis 1614Christian Grothoff2010-11-03
|
* Refactoring gnunet timeMatthias Wachs2010-10-27
|
* fixing issue pointed out by amatusChristian Grothoff2010-10-12
|
* mantis 1606Christian Grothoff2010-09-23
|
* no SUID on W32Christian Grothoff2010-09-21
|
* safe stdin/stdout inheritance under windowsNathan S. Evans2010-09-15
|
* fix for api change in disk.c, thanks to patch from LRNNathan S. Evans2010-09-15
|
* don't ignore sessions marked as inbound when checking whether addresses matchNathan S. Evans2010-09-14
|
* remove crazy debuggingNathan S. Evans2010-09-14
|
* verbose debugging for NAT testsNathan S. Evans2010-09-14
|
* possible fix for buildbot failure on NAT test case; once a 'NAT' address is ↵Nathan S. Evans2010-09-08
| | | | used and a connection established, the new connection doesn't have a 'NAT' address (port 0) any longer, because it was built off of an inbound connection from the NAT'd peer. However, since we initiated the connection we expect that whatever address transport gives us should match.
* fix for not accepting pong with address null errors in NAT test caseNathan S. Evans2010-09-02
|
* transport service hello reduction, klocwork fixesNathan S. Evans2010-09-01
|
* whitespaceChristian Grothoff2010-08-22
|
* remove un-needed fake pongNathan S. Evans2010-08-19
|
* fixing tcp nat implementation, WINDOWS SUPPORT NOTWITHSTANDINGNathan S. Evans2010-08-17
|
* trying to debugNathan S. Evans2010-08-17
|
* some nat fixesNathan S. Evans2010-08-17
|
* leakChristian Grothoff2010-08-15
|
* fixing UDP bugChristian Grothoff2010-07-18
|
* redundant casesChristian Grothoff2010-07-02
|
* remove max buffer size from socket create callsNathan S. Evans2010-07-02
|
* gpl3Christian Grothoff2010-07-02
|
* Remove the 2 padding bytes (that are currently filled with junk) at the end ↵David Barksdale2010-06-29
| | | | of the tcp/udp/http transport addresses.
* implementing local address check for tcp/udpChristian Grothoff2010-06-28
|
* fixes to plugin API for DVChristian Grothoff2010-06-28
|
* marking performance issuesChristian Grothoff2010-06-25
|
* fixing common off-by-one error with respect to maximum message sizeChristian Grothoff2010-06-25
|
* clenaerChristian Grothoff2010-06-25
|
* new transport address validation code -- see Mantis 1556Christian Grothoff2010-06-25
|
* extra check for blacklist, spellingNathan S. Evans2010-06-23
|
* cleanupChristian Grothoff2010-06-18
|
* fixesChristian Grothoff2010-06-17
|
* always add user provided external addresses (duh)Nathan S. Evans2010-06-11
|
* explicitly add user provided external address to known addresses when used ↵Nathan S. Evans2010-06-11
| | | | with NAT
* add support for using both NAT and non-NAT addresses, fix bug when multiple ↵Nathan S. Evans2010-06-10
| | | | ICMP probes received
* working TCP PWNAT implementation (at least on my machine), also base ↵Nathan S. Evans2010-06-10
| | | | testcase and reliability testcase
* first implementation of NAT punching for TCP transport plugin... doubt that ↵Nathan S. Evans2010-06-09
| | | | it works, but testcases that do NOT use NAT still work. not to be viewed by anyone.
* fixesChristian Grothoff2010-05-31
|