starting re-implementation of CADET service
[oweals/gnunet.git] / src /
2017-01-15 Christian Grothoffstarting re-implementation of CADET service
2017-01-15 Christian Grothoffcleaning up some CADET logic, improving types used
2017-01-15 Christian Grothofffix format string issue
2017-01-15 Christian Grothoffindentation fixes
2017-01-15 Christian Grothoffblock size of 0 is also valid
2017-01-14 Christian Grothofftrying to fix issue reported by Lurchi
2017-01-13 Christian Grothoffdegrade warning to DEBUG statement, include logging...
2017-01-13 Christian Grothoffimplement -T option for gnunet-arm (#4854)
2017-01-12 Markus Teichauction: add test for auction-create
2017-01-12 Markus Teichauction: check for empty pricelist
2017-01-12 Markus Teichauction: add pricemap validation
2017-01-12 Christian Grothoffhandle case upnpc not found nicely
2017-01-12 Christian Grothoffspacing
2017-01-12 Christian Grothoffcorrect section is nat-auto
2017-01-12 Markus TeichMerge remote-tracking branch 'origin/master'
2017-01-12 Christian Grothoffforce non-zero
2017-01-12 Christian Grothoffuse sane default
2017-01-12 Markus TeichMerge branch 'master' into auction
2017-01-12 Markus Teichinclude json dependency
2017-01-12 Markus Teichadd basic cmdline checking
2017-01-12 Christian Grothofffix section name
2017-01-12 Markus Teichupdate cmdline parsing
2017-01-11 Daniel Golleadd empty auctions.conf to satisfy build system
2017-01-11 Christian Grothofffix FTBFS
2017-01-11 Markus Teichcmdline for auction-create
2017-01-11 Markus Teichinitial gnunet-auction commit
2017-01-10 Christian Grothoffremove old nat_lib header to avoid problems
2017-01-10 Christian Grothofffix misc compilation issues in nat-auto
2017-01-10 Christian Grothoffremove dead legacy decls
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2017-01-10 Christian Grothoffeliminating dead cth field
2017-01-10 Daniel Golledon't attempt to build set profilers if testing is...
2017-01-10 Daniel Golledon't attempt to build dht-profiler if testing is disabled
2017-01-10 Daniel Golledon't attempt to build ats-tests if testing is disabled
2017-01-10 Daniel Golleats-tests: fix compile
2017-01-09 Christian Grothoffcosmetics
2017-01-09 Christian Grothoffdo not attempt to publish empty HELLOs
2017-01-09 Christian Grothoffremove obsolete options
2017-01-09 Christian Grothoffimprove comments
2017-01-09 Christian Grothoffcosmetics
2017-01-09 Christian Grothoffenable upnpc by default
2017-01-09 Christian Grothoffeliminate dead NAT options
2017-01-09 Christian Grothofffix link issue
2017-01-09 Christian Grothofflog at DEBUG level
2017-01-09 Christian Grothoffrename new client API implementation to name of standar...
2017-01-09 Christian Grothoffrename new core API implementation to name of standard...
2017-01-09 Christian Grothoffremove legacy core api code (now dead)
2017-01-09 Christian Grothoffignore zonefiles dir
2017-01-09 Christian Grothoffdead code elimination
2017-01-09 Christian Grothoffhandle transmissions initiated during disconnect callba...
2017-01-09 Christian Grothoffcancel potentially dangling reconnect task
2017-01-09 Christian Grothoffout-of-order PIDs are not exactly protocol violations...
2017-01-09 Christian Grothoffproperly handle case of should-drop by asynchronously...
2017-01-09 Christian GrothoffDLL remove already done inside of call_peer_cont()
2017-01-09 Christian Grothofffix format string issue
2017-01-09 Christian Grothofffix more field initialziation order issues
2017-01-09 Christian Grothofffix crashes caused by DLL removes preceeding DLL inserts
2017-01-08 Christian Grothoffeven more .gitignore updates
2017-01-08 Christian Grothoffexclude more tests
2017-01-08 Christian Grothoffignore util tests
2017-01-08 Christian Grothofffix potential free-of-null
2017-01-08 Christian Grothofffix potential NPE
2017-01-08 Christian Grothoffremove unnecessary calls to gnunet-peerinfo that also...
2017-01-07 Christian Grothoffreserve protocol number range for TMCG
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 Grothoffmigrate gnunet-nat-server to new NAT lib
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-07 Christian Grothofffix free of statically allocated value
2017-01-07 Christian Grothoffwas tested
2017-01-06 Christian Grothofffix bad cast, add additional assertions that AF is...
2017-01-06 Christian Grothofffix NPE if hole-external option is not set
2017-01-06 Christian Grothofffix format string issue
2017-01-06 Christian Grothoffseparate service for autoconfiguration from NAT traversal
2017-01-06 Christian Grothoffseparate service for autoconfiguration from NAT traversal
2017-01-05 Christian Grothoffpass section name instead of specific option via IPC
2017-01-05 Christian Grothoffinclude zonemaster in build
2017-01-05 Christian Grothofffix uninit variable causing crash on 0 value
2017-01-05 Christian Grothoffupdate comments
2017-01-05 Christian Grothoffhandle 'AUTO' option in manual hole punching setup
2017-01-05 Christian Grothoffmove external IP logic to separate file
2017-01-05 Christian Grothoffproperly handle DynDNS lookup results
2017-01-05 Christian Grothoffnotes
2017-01-05 Christian Grothoffsplitting off ant_api_auto.c from main nat_api.c
2017-01-05 Christian Grothoffwork towards supporting manual hole punching in new...
2017-01-05 Christian Grothoffwork towards supporting manual hole punching in new...
2017-01-04 Christian Grothoffadd ignore file
2017-01-04 Christian Grothoffmove functionality of publishing namestore zone in...
2017-01-02 Christian Grothofffixes for starting and stopping gnunet-helper-nat-server
2017-01-02 Christian Grothoffpreparations for proper manual hole punching support...
2017-01-02 Christian Grothoffimprove/fix handling of NAT server logic for ICMP-based...
2017-01-02 Christian Grothofffix compiler warning for format string
2016-12-25 Christian Grothoffnotes for next steps with NAT
2016-12-25 Christian Grothoffensure nat clients get notifications on disconnect...
2016-12-25 Christian Grothoffworking on proper IP address filtering logic
next