[datastore] Combine put and update plugin APIs
[oweals/gnunet.git] / src / transport /
2017-03-25 Christian Grothoffrename GNUNET_GETOPT functions to achieve better consis...
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-18 Christian Grothoffuse more modern getopt api to initialize pid
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2017-03-17 Christian GrothoffMerge branch 'getopt'
2017-03-17 Christian GrothoffMerge branch 'master' into getopt
2017-03-16 Christian Grothoffremoving dead/legacy server/connection logic, except...
2017-03-15 Marcello StanisciStill porting to new getopt API.
2017-03-10 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-10 Christian Grothoffcheck GNUNET_PROGRAM_run return value
2017-03-10 Christian Grothofffix memory leak
2017-03-10 Christian Grothoffcheck return value from dup2
2017-03-10 Christian Grothofffix integer overflow test to actually work
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-26 Руслан ИжбулатовTry to fix FTBFS
2017-02-26 Руслан Ижбулатовntohl() return value casts for the testsuite on W32
2017-02-26 Christian Grothoffdocument neighbour_limit option better
2017-02-26 Christian Grothoff#4801 seems solidly fixed now, don't see how it can...
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-24 Christian Grothoffupdate counters properly
2017-02-22 Christian Grothofftimeout -> skip for switch tests
2017-02-22 Christian Grothoffdo not fail hard if this test does not work
2017-02-21 Christian Grothofffix sun_len issue (#4816) by adding test and fixing...
2017-02-19 Christian Grothoffmisc log fixes, plus prevent multiple TCP connections...
2017-02-19 Christian Grothoffmostly logging, avoid having more than one typemap...
2017-02-11 David BarksdaleNo need to mention HOLE_EXTERNAL twice
2017-01-27 Christian Grothoffunset XDG environment variable during testcases, as...
2017-01-21 Christian Grothoffuse new SCHEDULER_add_at API where applicable
2017-01-16 Christian Grothoffsimplify GNUNET_CONTAINER_heap_update_cost API
2017-01-14 Christian Grothofftrying to fix issue reported by Lurchi
2017-01-10 Christian Grothofffix misc compilation issues in nat-auto
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2017-01-08 Christian Grothoffexclude more tests
2017-01-07 Christian Grothofffix calls to test_address, expects a struct sockaddr...
2017-01-07 Christian Grothoffremove legacy NAT library logic, or preserve if it...
2017-01-07 Christian Grothoffremove dependency on old NAT logic from gnunet-transport
2017-01-07 Christian Grothoffmake sure nat-auto code uses NAT_AUTO prefix
2017-01-07 Christian Grothoffmigrate HTTP plugin to new NAT logic
2017-01-07 Christian Grothoffmigrate TCP plugin to new NAT logic
2017-01-07 Christian Grothoffmigrate UDP plugin to new NAT logic
2017-01-07 Christian Grothofffixing uninit sin_addr; now successfully tested externa...
2017-01-05 Christian Grothoffpass section name instead of specific option via IPC
2016-11-11 Christian Grothofffix out-of-tree build of GNUnet
2016-11-09 Bart Polot- add subdirectory gitignore files
2016-10-26 David BarksdaleUse GNUNET_NAT_StatusCode and GNUNET_NAT_status2string
2016-10-21 Christian Grothoffeliminate last residue of old service api in transport
2016-10-21 Christian Grothofftest needs larger timeout to pass
2016-10-21 Christian Grothoffactivating client_new implementation, seems to mostly...
2016-10-12 Christian Grothoffrevert to MHD_USE_SSL for now
2016-10-11 Christian Grothoffdeprecate USE_SSL for USE_TLS, rename in code
2016-09-24 Christian Grothoff-fix compiler warning
2016-09-20 Christian Grothoff-make test more robust
2016-09-20 Christian Grothoffmigrating transport service to new MQ API
2016-08-18 David BarksdaleFix comment
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-13 Christian Grothoff-indeed, fixed
2016-08-12 Carlo von lynXipv6 udp broadcasts are ending up on ipv4
2016-08-11 Christian Grothoff-change log level to DEBUG
2016-08-04 Daniel Golletransport_tcp: make use of GNUNET_HELLO_address_check_o...
2016-07-30 Christian Grothoffremove now obsolete get_hello-API
2016-07-30 Christian Grothoffconverting transport tests to hello_get API
2016-07-30 Christian Grothoffuse different enum for HELLO address classes, deploy...
2016-07-30 Christian Grothoffimplementing new TRANSPORT_hello_get API
2016-07-29 Christian Grothoff-finally able to remove old transport API transmission...
2016-07-29 Christian Grothoffmigrate gnunet-transport-profiler to new API
2016-07-29 Christian Grothoffmigrate gnunet-transport to new API
2016-07-26 Christian Grothoff-dead code elimination
2016-07-26 Christian Grothoff-indentation, logging, style issues
2016-07-25 Christian Grothoff-unregister nat on error, indentation, DCE
2016-07-25 Christian Grothoffswitching transport tests to new MQ-based transport API
2016-07-24 Christian Grothoffconvert last test to new send api
2016-07-24 Christian Grothoff-fix http fix
2016-07-24 Christian Grothofffix http server shutdown sequence
2016-07-23 Christian Grothoffmore refactoring of tests for new send API
2016-07-22 Christian Grothoffmigrate more tests to new transmission API
2016-07-22 Christian Grothoffmigrate more tests to new transmission API
2016-07-22 Christian Grothoffmigrate more tests to new transmission API
2016-07-22 Christian Grothoffmigrate more tests to new transmission API
2016-07-22 Christian Grothoffmigrate more tests to new transmission API
2016-07-21 Christian Grothoffgeneralize send API for transport tests
2016-07-15 Christian Grothofftowards having sending in transport-testing API (not...
2016-07-15 Christian Grothofftowards having sending in transport-testing API (not...
2016-07-15 Christian Grothoffmake more use of testing lib
2016-07-12 Christian Grothoffmore transport testing hacking
2016-07-10 Christian Grothoffadapt test_transport_api_reliability to new testing API
2016-07-10 Christian Grothoffmodify manipulation_cfg test to use new transport-testi...
2016-07-10 Christian Grothoffmodify manipulation_recv_tcp test to use new transport...
2016-07-10 Christian Grothoffremoving dead test
2016-07-10 Christian Grothoffmodify manipulation_send_tcp test to use new transport...
2016-07-10 Christian Grothoff-use new testing API in montior_peers test
2016-07-10 Christian Grothofffold bidirectional test into main test_ats_api
2016-07-10 Christian Grothoffclean up switch tests
2016-07-10 Christian Grothoffremove redundant test
2016-07-10 Christian Grothoffremove redundant test
2016-07-10 Christian Grothoffmore minor fixes
2016-07-10 Christian Grothoff-adapt disconnect test to new testing lib
2016-07-10 Christian Grothoff-towards nicer transport-testing lib
2016-07-09 Christian Grothoff-start to refactor testcases for sanity
2016-07-08 Christian Grothoff-indenting
2016-07-08 Christian Grothoffth is dead in this test
next