oweals/gnunet.git
2017-02-18 Christian Grothofflogging fixes, nicer comments
2017-02-18 lurchiloglevel MESSAGE for the incoming connection message...
2017-02-18 Christian Grothoffupdate gitignore
2017-02-18 Christian Grothoffterminate instantly, even on failure
2017-02-18 Christian Grothofffix testcase
2017-02-18 Christian Grothofffix ignore file
2017-02-18 Christian Grothoffmisc bugfixes
2017-02-18 lurchino prefix for set either
2017-02-17 Christian Grothoffno prefix in Git
2017-02-17 Christian GrothoffFix cleanup issues and some leak
2017-02-17 Christian Grothofffix loopback disconnect signalling and a few memory...
2017-02-17 Christian Grothoffmisc fixes in new CADET API, porting gnunet-cadet to...
2017-02-17 Christian Grothoffignore tests
2017-02-17 Christian Grothoffmissing 'const'
2017-02-17 Christian Grothofffix crash issues in SET
2017-02-17 Christian Grothoffmove SET to use new MQ API properly
2017-02-17 Christian Grothoffget FS test with CADET to finally pass again
2017-02-17 Christian Grothoffhacking up 'new' CADET API without legacy logic
2017-02-17 Christian Grothoffconvert to new CADET API, not working due to CADET...
2017-02-17 Christian Grothoffassertion was inverted, also probably too strict
2017-02-16 Christian Grothoffignore perf files
2017-02-16 Christian Grothofffirst, very rough conversion of SET service to new...
2017-02-16 Christian Grothoffmigrate SET service to new SERVICE API
2017-02-16 Christian Grothoffthis actually happens and is fine
2017-02-16 Christian Grothoffintroduce loose state, fix channel state machine
2017-02-16 Christian Grothoffproperly clean up unbound channels
2017-02-16 Christian Grothofffix log
2017-02-16 Christian Grothoffdo not respond to BROKEN messages with BROKEN messages
2017-02-16 Christian Grothofffix log message format str
2017-02-16 Christian Grothoffset type correctly in nat auto test
2017-02-16 Christian Grothoffcancel existing last_control_qe handle before schedulin...
2017-02-16 Christian Grothoffextra asserts
2017-02-16 Christian Grothoffuse force when required
2017-02-15 Christian Grothofffix #4895: set highbit always for the returned cn,...
2017-02-15 Christian Grothoffspell out message types more, use correct conversion...
2017-02-15 Christian Grothofffix typos in log msgs
2017-02-15 Christian Grothofffixing #4878 -- by avoiding allocation in the first...
2017-02-15 Christian Grothoffupdate ignore file
2017-02-15 Christian Grothoffintroducing GNUNET_CRYPTO_ecdhe_create2() to avoid...
2017-02-15 Christian Grothofffix format string bug
2017-02-15 Christian Grothofffix #4890
2017-02-13 Christian Grothoffpass correct pointer to GNUNET_NAT_register
2017-02-13 Christian Grothoffadd assertion that we do not release path that is still...
2017-02-12 xrsset up multicast group with origin and member
2017-02-11 David BarksdaleNo need to mention HOLE_EXTERNAL twice
2017-02-11 Florian Doldfix use-after-free in postgres error message
2017-02-09 xrsfixed crash on test_multicast_multipeer
2017-02-08 Bart PolotAdd mq test
2017-02-08 Bart PolotFix open port, copy handlers for use on incoming channels
2017-02-08 Bart Polot- adjust FWD/BCK to new channel numbering
2017-02-08 Bart Polot- code/debug format
2017-02-08 Bart Polot- debug, indentation, legibility
2017-02-08 Bart Polotfix cadet mq api, use proper function arguments
2017-02-08 Bart Polot- fix assertion condition
2017-02-08 Bart Polot- doxygen, debug text
2017-02-08 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-02-07 lurchifix psyc service being unwilling to shutdown
2017-02-02 Bart PolotOnly call window_size on incrementing size, allow ACK...
2017-02-02 Bart PolotImplement data ack in CADET MQ API
2017-02-02 psyc://loupsycedyglg... gnunet-social CLI: porcelain status and psyc messages
2017-02-02 psyc://loupsycedyglg... don't let further circuits disrupt 'gnunet-cadet -o'
2017-02-02 psyc://loupsycedyglg... find /bin/ip
2017-02-02 Christian Grothofffix sanity check in dht_api: we are passing 32-byte...
2017-02-02 Christian Grothoffhave sanity checks for DHT path construction
2017-02-02 Christian Grothoffset PATH during testcase
2017-02-01 Christian Grothoffforce attachment if connection is still there
2017-02-01 Christian Grothoffpreserve invariants while calling GCP_detatch_path...
2017-02-01 Christian Grothoffuse NULL as flag for evaluation of query, ensure we...
2017-02-01 Christian Grothofflog if we get a redundant KX_AUTH, do not assert
2017-02-01 Christian Grothoffpath heap could be null here during shutdown
2017-02-01 Christian Grothoffinit worst, to avoid valgrind warning (otherwise harmless)
2017-02-01 Christian Grothofffix peer destruction triggers
2017-02-01 Christian Grothoffanother channel-add destroy-cancel fix
2017-01-31 Christian Grothoffstop destroy task if connection goes up
2017-01-31 Christian Grothoffuse observed RTT as starting point for retransmissions
2017-01-31 Christian Grothoffimplement no-buffer option at route level
2017-01-31 Christian Grothofffix lower_rung() logic
2017-01-31 Christian Grothofffix rung prev injection
2017-01-31 Christian Grothofffix loop detection logic
2017-01-31 Christian Grothoffinitialize direction in rung DLL
2017-01-31 Christian Grothoffuse modern time specification for expiration
2017-01-31 Christian Grothoffadd method to record and print DHT routes to DHT comman...
2017-01-31 Christian Grothoffupdating gitignores and POTFILES
2017-01-31 Christian GrothoffFix off-by-one
2017-01-31 Christian Grothoffmore statistics
2017-01-31 Christian Grothoffinit rung field
2017-01-31 Christian Grothoffdo not recompute off if we can just pass it in
2017-01-31 Christian Grothoffdo not test against unset cpath values that we skipped
2017-01-31 Christian Grothoffcancel tunnel destruction if we get another channel...
2017-01-31 Bart PolotImplement incoming traffic handling on MQ
2017-01-31 Bart PolotReconnect to service instead of aborting on a malformed...
2017-01-31 Bart PolotRefactor reconnect code
2017-01-31 Bart PolotImplement channel cleanup in MQ API, simplify destroy...
2017-01-31 Bart PolotFix free of NULL pointer
2017-01-31 Bart PolotImplementation of port opening and handling in MQ
2017-01-31 Bart PolotAdd note for clarification
2017-01-31 Bart PolotImplement the connect and create_channel call for mq api
2017-01-31 Bart PolotCADET MQ API documentation improvements
2017-01-30 Christian Grothofffair, global message buffer implemented
2017-01-30 Christian Grothoffputting into place the data structures for a global...
next