REST: nothing triggers rest
[oweals/gnunet.git] / src / nat / gnunet-service-nat.c
2019-04-26 Julius Büngermemcmp() -> GNUNET_memcmp(), first take
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2018-05-14 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-05-13 Christian Grothoffget rid of plain memcpy calls
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-09 Christian Grothofffix issue with NAT logic overwriting port specified...
2017-01-25 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-01-23 Christian Grothofffix unaligned access
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-12 Christian Grothoffhandle case upnpc not found nicely
2017-01-12 Christian Grothoffspacing
2017-01-09 Christian Grothofflog at DEBUG level
2017-01-08 Christian Grothofffix potential free-of-null
2017-01-07 Christian Grothoffremove legacy NAT library logic, or preserve if it...
2017-01-07 Christian Grothofffixing uninit sin_addr; now successfully tested externa...
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 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 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 Grothoffwork towards supporting manual hole punching in new...
2017-01-05 Christian Grothoffwork towards supporting manual hole punching in new...
2017-01-04 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
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...
2016-12-27 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
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
2016-12-24 Christian Grothofffix upnpc invocation for port mapping with upnpc
2016-12-18 Christian Grothoffdisambiguate -L option to gnunet-nat
2016-12-18 Christian Grothoffupdate todos
2016-12-18 Christian Grothoffproperly process external IP addresses from upnpc-based...
2016-12-17 Christian Grothofffinish external-ip client notification, but not yet...
2016-12-17 Christian Grothofftowards notifying clients about external-ip results
2016-12-17 Christian Grothoffenable sending only differences for autoconfiguration
2016-12-17 Christian Grothoffneed to strdup as this will be freed
2016-12-17 Christian Grothoffinit 'ch' field
2016-12-17 Christian Grothoffmisc. improvements to new NAT service, starting with...
2016-12-16 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2016-12-16 Christian Grothofffix shutdown, fix size calculation
2016-12-16 Christian Grothofffix minor bugs
2016-12-16 Christian Grothoffadd PORT to NAT configuration, generate nat.conf from...
2016-12-02 Adnan HMerge branch 'credentials' of git+ssh://gnunet.org...
2016-12-02 Schanzenbach, MartinMerge branch 'credentials' of git+ssh://gnunet.org...
2016-12-01 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2016-11-30 Christian GrothoffMerge branch 'master' of git+ssh://gnunet.org/gnunet
2016-11-30 Christian Grothoffimplement keeping and timeout of NAT STUN data
2016-11-30 Christian Grothoffthis is now done
2016-11-30 Christian Grothoffdecided to keep NAT test logic in client library
2016-11-30 Christian Grothoffmoving basic logic for launching nat-server helper...
2016-11-30 Christian Grothofftowards moving STUN logic into new NAT service
2016-11-30 Christian Grothoffhandle ports for interface scan data properly
2016-11-27 Christian Grothoffnote that port is not patched
2016-11-27 Christian Grothofffix proper setting of scope information for IPv6
2016-11-27 Christian Grothoffexpand logic for address class detection, including...
2016-11-27 Christian Grothofftowards implementing notification for peer addresses
2016-10-31 Christian Grothoff-more work towards NAT service
2016-10-31 Christian Grothoffadd template for NAT service