even nicer indentation, thanks to LRN's indent patch
[oweals/gnunet.git] / src / transport / plugin_transport_tcp.c
2011-08-16 Christian Grothoffeven nicer indentation, thanks to LRN's indent patch
2011-08-15 Christian Grothoffindentation
2011-08-15 Christian Grothoffindentation
2011-08-12 Christian Grothofffinishing neighbours
2011-08-04 Christian Grothoffreport issue better
2011-07-15 Matthias WachsMantis 1736
2011-07-14 Matthias Wachsaddiional checks
2011-07-14 Matthias Wachsremove reverse dns timeout code
2011-07-13 Matthias Wachsprinter: print ip if dns timeout occurs
2011-07-12 Matthias Wachs(no commit message)
2011-07-11 Nathan S. Evansadd set delay for TCP send and receive welcome
2011-07-02 Christian Grothofftowards fixing 1714
2011-06-29 Matthias Wachsneed more checks
2011-06-28 Matthias Wachsbug hunting
2011-06-28 Matthias Wachsmemory leak
2011-06-26 Christian Grothoffpartial fix of the NAT troubles
2011-06-25 Christian Grothoffthe big NAT change
2011-06-17 Matthias Wachs(no commit message)
2011-06-17 Matthias Wachsmem leak
2011-06-16 Nathan S. Evansfix memory leak
2011-06-16 Nathan S. Evansfix memory leak
2011-06-16 Christian Grothoffresolver API change
2011-06-16 Christian Grothoffadd connection limit to TCP
2011-06-14 Christian Grothoffcleaner
2011-06-10 Matthias Wachsfix segfault
2011-06-10 Christian Grothoffrefuse connections from self
2011-06-09 Christian Grothofffixes
2011-06-09 Christian Grothoffpass cfg to nat
2011-06-09 Matthias Wachsfix for mantis bug 1686
2011-06-09 Christian Grothoffmoving NAT options into their own section
2011-06-06 Christian Grothoffdisable warning if we intentionally throttle a connection
2011-06-06 Christian Grothoffindentation fixed, logging
2011-06-04 Christian Grothofffix
2011-06-01 Christian Grothofffix
2011-05-19 Matthias WachsNEW: local addresses are filtered
2011-05-16 Matthias WachsAnother fix for specific bind addresses
2011-05-16 Matthias Wachsmore fixes in address handling
2011-05-16 Matthias Wachsbug fix: ipv6 did not check bind address
2011-05-16 Matthias Wachsfixed bug breaking transport
2011-05-12 Christian Grothofffixing bug with connections that go down not coming...
2011-05-12 Christian Grothofffixing bug with connections that go down not coming...
2011-04-20 Matthias WachsSHUTDOWN
2011-01-26 Christian Grothoffindenting
2010-12-21 Matthias Wachsdoxygen fixes
2010-12-21 Christian Grothofffix
2010-12-21 Nathan S. Evansspeeling and coverity fix
2010-12-21 Nathan S. Evansdon't know how this could have worked before
2010-12-07 Nathan S. Evansmissing nat server check before trying to kill process
2010-12-06 Matthias Wachs- modified transport plugin interface to support ATS
2010-11-29 Christian Grothoffallowing DynDNS for external IP specification, option...
2010-11-24 Christian Grothofffix
2010-11-24 Christian Grothoffadding UPnP/PMP library calls/support to TCP transport
2010-11-24 Christian Grothoffstyle
2010-11-24 Christian Grothoffstyle
2010-11-23 Christian Grothoffcleaning up TCP code, incomplete
2010-11-16 Nathan S. EvansTesting changes required to work with new core api...
2010-11-05 Christian Grothoffmoving plugin headers
2010-11-05 Nathan S. Evansbig scheduler refactoring, expect some issues
2010-11-03 Christian Grothoffstyle improvments wrt Mantis 1614 patch
2010-11-03 Christian Grothofforiginal patch from Mantis 1614
2010-10-27 Matthias WachsRefactoring gnunet time
2010-10-12 Christian Grothofffixing issue pointed out by amatus
2010-09-23 Christian Grothoffmantis 1606
2010-09-21 Christian Grothoffno SUID on W32
2010-09-15 Nathan S. Evanssafe stdin/stdout inheritance under windows
2010-09-15 Nathan S. Evansfix for api change in disk.c, thanks to patch from LRN
2010-09-14 Nathan S. Evansdon't ignore sessions marked as inbound when checking...
2010-09-14 Nathan S. Evansremove crazy debugging
2010-09-14 Nathan S. Evansverbose debugging for NAT tests
2010-09-08 Nathan S. Evanspossible fix for buildbot failure on NAT test case...
2010-09-02 Nathan S. Evansfix for not accepting pong with address null errors...
2010-09-01 Nathan S. Evanstransport service hello reduction, klocwork fixes
2010-08-22 Christian Grothoffwhitespace
2010-08-19 Nathan S. Evansremove un-needed fake pong
2010-08-17 Nathan S. Evansfixing tcp nat implementation, WINDOWS SUPPORT NOTWITHS...
2010-08-17 Nathan S. Evanstrying to debug
2010-08-17 Nathan S. Evanssome nat fixes
2010-08-15 Christian Grothoffleak
2010-07-18 Christian Grothofffixing UDP bug
2010-07-02 Christian Grothoffredundant cases
2010-07-02 Nathan S. Evansremove max buffer size from socket create calls
2010-07-02 Christian Grothoffgpl3
2010-06-29 David BarksdaleRemove the 2 padding bytes (that are currently filled...
2010-06-28 Christian Grothoffimplementing local address check for tcp/udp
2010-06-28 Christian Grothofffixes to plugin API for DV
2010-06-25 Christian Grothoffmarking performance issues
2010-06-25 Christian Grothofffixing common off-by-one error with respect to maximum...
2010-06-25 Christian Grothoffclenaer
2010-06-25 Christian Grothoffnew transport address validation code -- see Mantis...
2010-06-23 Nathan S. Evansextra check for blacklist, spelling
2010-06-18 Christian Grothoffcleanup
2010-06-17 Christian Grothofffixes
2010-06-11 Nathan S. Evansalways add user provided external addresses (duh)
2010-06-11 Nathan S. Evansexplicitly add user provided external address to known...
2010-06-10 Nathan S. Evansadd support for using both NAT and non-NAT addresses...
2010-06-10 Nathan S. Evansworking TCP PWNAT implementation (at least on my machin...
2010-06-09 Nathan S. Evansfirst implementation of NAT punching for TCP transport...
2010-05-31 Christian Grothofffixes
2010-05-31 Christian Grothofftestcase
2010-05-21 Christian Grothoffmore FBSD fixes
next