aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Collapse)AuthorAge
...
* | Fix use-after-free in some transport testsDavid Barksdale2017-10-09
| |
* | Fix memory leak in transport-testingDavid Barksdale2017-10-09
| |
* | Fix overflow in transport-testingDavid Barksdale2017-10-09
| |
* | Don't start multiple blacklist checks per veDavid Barksdale2017-10-08
| | | | | | | | This fixes a use-after-free I was seeing.
* | fix transport crash from util-legacy-server refactoring of tcp pluginChristian Grothoff2017-10-04
|/
* [transport] Fix EBADF in select()David Barksdale2017-06-25
| | | | This fixes issue #3691.
* Fix quota compliance tests.jah2017-06-25
|
* Ensure peer started callback recvs PeerContextjah2017-06-25
|
* [transport] copy-paste error, nothing to see hereDavid Barksdale2017-06-15
| | | | So embarassing!
* [transport] Don't exit with suspended connectionsDavid Barksdale2017-06-15
|
* [transport] suspend connection to avoid busy-waitDavid Barksdale2017-06-12
|
* [transport] http(s) are stableDavid Barksdale2017-06-08
|
* mark dv/http/https/wlan/bt as experimentalChristian Grothoff2017-06-06
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* use more modern getopt api to initialize pidChristian Grothoff2017-03-19
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* Merge branch 'master' into getoptChristian Grothoff2017-03-17
|\
| * removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | | | | | plugins (which will be updated 'later')
* | Still porting to new getopt API.Marcello Stanisci2017-03-15
|/
* check GNUNET_PROGRAM_run return valueChristian Grothoff2017-03-10
|
* fix memory leakChristian Grothoff2017-03-10
|
* check return value from dup2Christian Grothoff2017-03-10
|
* fix integer overflow test to actually workChristian Grothoff2017-03-10
|
* Try to fix FTBFSРуслан Ижбулатов2017-02-26
| | | | It seems that a ccc-> was missing here
* ntohl() return value casts for the testsuite on W32Руслан Ижбулатов2017-02-26
|
* document neighbour_limit option betterChristian Grothoff2017-02-26
|
* #4801 seems solidly fixed now, don't see how it can happen anymoreChristian Grothoff2017-02-26
|
* update counters properlyChristian Grothoff2017-02-24
|
* timeout -> skip for switch testsChristian Grothoff2017-02-22
|
* do not fail hard if this test does not workChristian Grothoff2017-02-22
|
* fix sun_len issue (#4816) by adding test and fixing typoChristian Grothoff2017-02-21
|
* misc log fixes, plus prevent multiple TCP connections from wrecking havoc by ↵Christian Grothoff2017-02-19
| | | | creating a missunderstanding about which one is active
* mostly logging, avoid having more than one typemap in transmission queue, ↵Christian Grothoff2017-02-19
| | | | accept port=0 as not an error, tolerate link-local addrs
* No need to mention HOLE_EXTERNAL twiceDavid Barksdale2017-02-11
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* use new SCHEDULER_add_at API where applicableChristian Grothoff2017-01-22
|
* simplify GNUNET_CONTAINER_heap_update_cost APIChristian Grothoff2017-01-16
|
* trying to fix issue reported by LurchiChristian Grothoff2017-01-14
|
* fix misc compilation issues in nat-autoChristian Grothoff2017-01-10
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* exclude more testsChristian Grothoff2017-01-08
|
* fix calls to test_address, expects a struct sockaddr, not an in_addrChristian Grothoff2017-01-07
|
* remove legacy NAT library logic, or preserve if it might still be usefulChristian Grothoff2017-01-07
|
* remove dependency on old NAT logic from gnunet-transportChristian Grothoff2017-01-07
|
* make sure nat-auto code uses NAT_AUTO prefixChristian Grothoff2017-01-07
|
* migrate HTTP plugin to new NAT logicChristian Grothoff2017-01-07
|
* migrate TCP plugin to new NAT logicChristian Grothoff2017-01-07
|
* migrate UDP plugin to new NAT logicChristian Grothoff2017-01-07
|
* fixing uninit sin_addr; now successfully tested external hole punching ↵Christian Grothoff2017-01-07
| | | | support in new NAT code; documenting options to be used in the future
* pass section name instead of specific option via IPCChristian Grothoff2017-01-05
|