oweals/gnunet.git
2017-01-08 Christian Grothoffeven more .gitignore updates
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 Grothoffupdate README, was ancient
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 tg(x)buildbot: ssh config
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-05 ng0AUTHORS: Remove myself from Gentoo.
2017-01-04 t3sseraktadded ssh key
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
2016-12-24 Christian Grothoffstart to list relevant cases in man page, document...
2016-12-24 Christian Grothofffix upnpc invocation for port mapping with upnpc
2016-12-23 Christian Grothoffimprove types, eliminate compiler warning for unused...
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-18 Christian Grothoffimplement writing of configuration file in autoconfigur...
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 Christian Grothoffdisambiguate option flag -l
2016-12-16 Christian Grothofffix shutdown, fix size calculation
2016-12-16 Christian Grothofffix minor bugs
2016-12-16 Christian Grothoffupdates to potfiles
2016-12-16 Christian Grothoffadd PORT to NAT configuration, generate nat.conf from...
2016-12-02 Schanzenbach... -fix memcpy
2016-12-02 Markus Teichlibgnunetutil: add GNUNET_assert_from()
2016-11-30 Christian GrothoffMerge branch 'master' of git+ssh://gnunet.org/gnunet
2016-11-30 tg(x)configure: -fsanitize-recovery is on by default, removi...
2016-11-30 tg(x)guix: configure flags
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-client helper...
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-11-27 Christian Grothoffremove FIXME that has been addressed
2016-11-27 Christian Grothoffclarify gnunet-nat man page
2016-11-27 Christian Grothoffimplement reading STUN data from interface in gnunet...
2016-11-27 Christian Grothoffimplement reading STUN data from interface in gnunet-nat
2016-11-27 Christian Grothoffchange return value to use -1 on error, as 0 is a legal...
2016-11-27 Christian Grothoffadd output
2016-11-27 Christian Grothoffadd draft man page for gnunet-nat
2016-11-27 Christian Grothofflargely completing gnunet-nat tool, using new service...
2016-11-27 Christian Grothoffwork on new gnunet-nat tool, towards new NAT API
2016-11-25 tg(x)service_new: ready_confirm_fd
2016-11-25 tg(x)configure: -fsanitize
2016-11-22 lurchifix creation of PHONE records with gnunet-namestore
2016-11-21 Florian Doldinclude postgres db url in error message
2016-11-19 ng0guix-env.scm: build gnunet with hardening. taler-0.2.0
2016-11-18 David BarksdaleSometimes it's OK if multiplication overflows
2016-11-18 David BarksdaleAvoid undefined left-shift
2016-11-17 David BarksdaleCheck return value of GNUNET_NETWORK_socket_create
2016-11-11 Christian Grothofffix out-of-tree build of GNUnet
next