oweals/gnunet.git
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
2016-11-11 Christian Grothofffix out-of-tree build of GNUnet
2016-11-10 tg(x)configure: --enable-sanitizer
2016-11-09 Bart Polot- ignore test files
2016-11-09 Bart Polot- add subdirectory gitignore files
2016-11-09 Bart Polot- fix handling of HELLO with 0 expiration time
2016-11-09 Bart Polot- autoreconf fails without ChangeLog present
2016-11-08 Christian Grothoffremove obsolete svn to change log script
2016-11-08 Christian Grothoffget rid of ChangeLog generation from svn, start new... initial-import-from-subversion-38251
2016-11-04 Bart Polot- axolotl initialization takes > 1s under valgrind
2016-11-04 Bart Polot- avoid connection timeout in valgrind tests
2016-11-04 Bart Polot- use timing macro instead of log
2016-11-04 Bart Polot-remove dead code
2016-11-04 Bart Polot- simplify logging
2016-11-04 Bart Polot- refactor connection upkeep code, remove unneeded...
2016-11-04 Bart Polot- update doxygen / doc
2016-11-04 Bart Polot- refactor function timing code
2016-11-04 Bart Polot- fix logging
2016-11-04 Bart Polot- simplify ack handling, die if trying to send connecit...
2016-11-04 Bart Polot- always return a queue handle
2016-11-04 Bart Polot- don't complain about retransmitted connection_create...
2016-11-04 Bart Polot- use proper type for N/A
2016-11-04 Bart Polot- sending KX on loopback is very wrong, die
2016-11-04 Bart Polot- doc
2016-10-31 Christian Grothoff-more work towards NAT service
2016-10-31 Christian Grothoffadd template for NAT service
2016-10-29 Bart PolotRefactor encrypted traffic handling
2016-10-29 Bart PolotUn-flag in_flight to avoid integer underflow in GNUNET_...
2016-10-29 Bart Polot- Fix Coverity #153011, abort on NULL path instead...
2016-10-27 Sree Harsha... update documentation
2016-10-27 Sree Harsha... disable more unnecessary services in testcases
2016-10-27 Sree Harsha... propagate barrier status messages to sub controllers
2016-10-27 Sree Harsha... Fix #4718: Do not echo BARRIER_STATUS messages back...
2016-10-27 Sree Harsha... testbed: do not start unnecessary services
2016-10-27 Bart PolotBuild messages fully in tunnel code, avoid copying...
2016-10-27 Bart Polot- measure encryption performance
2016-10-27 Bart Polot- doc
2016-10-27 Bart Polot- reduce log level
2016-10-26 David BarksdaleAvoid double const
2016-10-26 David BarksdaleUse GNUNET_NAT_StatusCode and GNUNET_NAT_status2string
2016-10-26 David BarksdaleMove type check after initialization to make compiler...
2016-10-26 David BarksdaleThis can't be NULL
2016-10-26 David BarksdaleRemove ?: operator to avoid confusion
2016-10-26 David BarksdaleDon't mind me, I'm just going to put this function...
2016-10-26 David BarksdaleUpdate po files
2016-10-26 Bart Polot- add connection info to timing log
2016-10-26 Bart Polot- reset timeout for early keepalive on CONN_ACK
2016-10-26 Bart Polot- improve logging of CONN_ACK
2016-10-26 Bart Polot- remove dead code
2016-10-26 Bart Polot- don't send ACK con CREATE if one is queued
2016-10-26 Bart Polot- don't complain about AX messages pre-KX
2016-10-26 Bart Polot- fix AX/KX CID initialization
2016-10-26 Bart Polot- simplify KX code
2016-10-26 Bart PolotMake a copy of the message on connection level only...
2016-10-26 Bart Polot- simplify connection-level processing of messages...
2016-10-26 Bart Polot- don't allocate message copies on the heap
2016-10-26 Bart Polot- send connection keepalive if tunnel is unable to...
2016-10-26 Bart Polot- cancel maintenance message if connection is confirmed...
2016-10-26 Bart Polot- minor changes, TODO, debug message
2016-10-26 Bart Polot- add queue control in peer and connection to cancel...
2016-10-26 Bart Polot- initialize reserved to 0 to avoid valgrind complaints
2016-10-25 Christian Grothoff-missing commit
2016-10-25 Christian Grothoff-missing commit
2016-10-24 Christian Grothofffinish (untested) new NAT client library
2016-10-24 Christian Grothofftowards implementing autoconfig part of NAT lib
2016-10-24 Christian Grothoffmore work on new nat library
2016-10-24 Christian Grothoffmore work on new nat library
2016-10-24 Christian Grothoffworking towards new NAT client library implementation
2016-10-24 Christian Grothoffput logging into place to diagnose #4737
2016-10-23 Christian Grothoffnew NAT lib client api skeleton
2016-10-23 Christian Grothoffspecing out the NAT service IPC messages'
2016-10-23 Christian Grothoffstart defining IPC messages for NAT
2016-10-23 Christian Grothoffdefine message types for new NAT service
2016-10-23 Christian Grothoffdesign for new NAT service API
2016-10-23 Christian Grothoffmove to new client API: remove old client API
2016-10-23 Christian Grothoffavoid use of CLIENT_service_test which is dying
2016-10-23 Christian Grothoffavoid using dying type for function
2016-10-23 Christian Grothoffsimplify gnunet-namestore / namestore_rest_plugin to...
2016-10-23 Christian Grothoffsimplify gnunet-nse to avoid deprecated CLIENT_service_test
2016-10-22 David Barksdalecadet_api.c uses GNUNET_MQ_impl_current
2016-10-21 Christian Grothoffnew service API will no longer export this function
2016-10-21 Christian Grothoffeliminate last residue of old service api in transport
2016-10-21 Christian Grothoffeliminate last residue of old service api in ARM
2016-10-21 Christian Grothoffmigrate template to new service API
2016-10-21 Christian Grothoffconvert namecache to new service ApI
2016-10-21 Christian Grothofftest needs larger timeout to pass
2016-10-21 Christian Grothoffactivating client_new implementation, seems to mostly...
2016-10-21 Christian Grothoffimprove test shutdown and indentation
2016-10-21 Christian Grothoff-fix misc minor bugs
2016-10-21 Christian Grothoffmisc fixes to new client impl
2016-10-21 Christian Grothoffuse new MQ in_flight API to support cancel in new servi...
2016-10-18 Daniel Gollepsycstore: postgres: add LENGTH checks for signature...
2016-10-18 Daniel Gollepsycstore: postgres: introduce LENGTH check for pub_key...
2016-10-17 Gabor X Tothgnunet-dev.nix: add jansson
2016-10-17 Gabor X Tothgnunet-dev.nix
2016-10-17 Gabor X Tothgnunet-dev.nix
next