oweals/gnunet.git
2015-02-02 Christian Grothoffget_address_latency also does not use session
2015-02-02 Christian GrothoffGST_validation_set_address_use does not need the session
2015-02-02 Christian Grothoffcheck that we support the specified plugin early, not...
2015-02-02 Christian Grothoffremove blacklisted addresses immediately from validatio...
2015-02-02 Christian Grothoffadd statistic on size of validation_map
2015-02-02 Christian Grothoff-removing dead code, chvc_ was not used at all
2015-02-02 Christian Grothoffavoid passing both PeerIdentity and Address (which...
2015-02-02 Christian Grothoff-cleanup
2015-02-02 Christian Grothoffavoid duplication from storing PID in both address...
2015-02-02 Christian Grothoff-doxyen, comments, indentation
2015-02-02 Christian Grothoff-improve logging to help diagnose #3593
2015-02-02 Christian Grothoff-reduce log level, this is expected on shutdown
2015-02-01 David BarksdaleUse configured proportionality factor
2015-02-01 David BarksdaleUse configured stability factor, not constant
2015-02-01 Christian Grothofffix #3630
2015-02-01 Christian Grothoffcleaning up UDP code to use only on address format...
2015-01-30 Christian Grothoff-fix use after free
2015-01-30 Christian Grothoff-fix leak
2015-01-30 Julius Bünger- fixed error in peer selection, never grow smaller...
2015-01-29 Bart Polot- doc
2015-01-28 Julius Bünger- trying to fix issue of not sending push/pulls to...
2015-01-28 Julius Bünger- fixed double free problem
2015-01-28 Julius Bünger- modified .po - files
2015-01-28 Christian Grothoffadd GNUNET_STRINGS_data_to_string_alloc from TALER
2015-01-28 Bart Polot- fixes for NPE
2015-01-28 Bart Polot- memleaks
2015-01-28 Bart Polot- avoid NPE
2015-01-28 Bart Polot- avoid chain-calling the destroy handler to destroy...
2015-01-28 Bart Polot- don't free static memory
2015-01-28 Christian Grothoffadding GNUNET_CRYPTO_eddsa_private_key_from_string
2015-01-28 Bart Polot- RPS sampler destroy also accesses peer_map
2015-01-28 Bart Polot- fix memory mangement when calling cadet to detect...
2015-01-28 Bart Polot- fix memory management of sampler tasks
2015-01-28 Bart Polot- debug script to all gdb with the correct core file...
2015-01-28 Julius Büngerfixed wrong size check
2015-01-28 Bart Polot- doc
2015-01-28 Bart Polot- never resize to 0
2015-01-28 Julius Büngerfixing size problems
2015-01-28 Bart Polot- get size direcly from sampler
2015-01-28 Bart Polot-remove prefixes
2015-01-28 Julius Büngerfixed size problems and removal of channel
2015-01-28 Bart Polot- more documentation
2015-01-28 Bart PolotDocumentation update - fix contradiction
2015-01-28 Bart Polot- alignment, style
2015-01-28 Bart Polot- changes to handling of own identity
2015-01-28 Julius Büngerfixed wrong cancellation
2015-01-27 Julius Büngeroptical changes
2015-01-27 Julius Büngerfixed _seed() funktion
2015-01-27 Christian Grothoffadd GNUNET_CONFIGURATION_get_data from Taler
2015-01-26 Julius Büngerfixed doxygen
2015-01-26 Christian Grothoff-update ignores
2015-01-26 Christian Grothoff-fix logging, set quota to higher for testcase, also...
2015-01-26 Christian Grothoff-fix logging, set quota to higher for testcase
2015-01-26 Christian Grothoff-fc not done here, do not null
2015-01-26 Christian Grothoff-do not send any messages until we have our own MAC...
2015-01-26 Christian Grothoffpatches from Hellekin to fix #3577
2015-01-26 Christian Grothoff-fix indent
2015-01-26 Christian Grothoff-constants first
2015-01-26 Christian Grothoff-style fixes
2015-01-26 Sree Harsha... - fix memleak
2015-01-26 Sree Harsha... - fix docu
2015-01-26 Sree Harsha... -fix doc
2015-01-25 Christian Grothoff-udp broadcasts should not be flagged as inbound
2015-01-25 Christian Grothoff-fix warnings created by ARM opening too many sockets...
2015-01-25 Christian Grothoff-make sure we get the correct errno back after GNUNET_N...
2015-01-25 Christian Grothoff-correct a few overly optimistic assumptions about...
2015-01-25 Christian Grothoff-stupid check, remove
2015-01-25 Christian Grothofffix shutdown order to destroy sessions first, fix logic...
2015-01-25 Christian Grothofffixing wrong assertions
2015-01-25 Christian Grothoff-address dying doesn't depend on bandwidth suggestion...
2015-01-25 Christian Grothoff-indentation
2015-01-25 Christian Grothoff-pass closure, indentation fixes
2015-01-25 Christian Grothoff-use static where applicable
2015-01-25 Christian Grothoffalways create session before giving performance metrics
2015-01-25 Christian Grothoff-indentation
2015-01-25 Christian Grothoff-undo bad commit
2015-01-25 Christian Grothoff-indentation plugin_transport_udp.c
2015-01-25 Christian Grothoffonly add addresses as valid from peerinfo if we have...
2015-01-25 Christian Grothoffstore suggest handles, do not drop
2015-01-25 Christian Grothoffhandle mq being NULL
2015-01-25 Christian Grothoff-fixing testcases
2015-01-25 Christian Grothoff-fix testcase assertions
2015-01-25 Christian Grothoff-eh, static sh plese
2015-01-25 Christian Grothoff-removing useless/dead/redundant tests, adjusting other...
2015-01-24 LRNW32: Remove copy-pasted stray increment
2015-01-24 LRNW32: Also consider ERROR_INVALID_HANDLE when checking...
2015-01-24 LRNFix the use of (GNUNET_)strdup and (GNUNET_)free
2015-01-24 LRNAdd GNUNET_NETWORK_fdset_handle_set_first
2015-01-24 LRNAdd support for selecting on W32 events
2015-01-24 Sree Harsha... -fix assertion checking the encoded s-expressions
2015-01-23 Julius Büngertaking care of send msg size in the api
2015-01-23 Julius Büngermostly taking care about max size we are allowed to...
2015-01-23 Julius Büngercode cleanup
2015-01-22 Christian Grothoff-use static where allowed
2015-01-22 Julius Büngermoved the client request rate estimation in fkt of...
2015-01-22 Christian Grothoffuse const in api, avoid cast
2015-01-22 Christian Grothoffuse statics instead of singleton struct, simplify inter...
2015-01-22 Christian Grothoff-indentation, do not pass stats arg as const just to...
2015-01-22 Christian Grothofffinish ATS reconnect logic to retransmit state on reconnect
2015-01-22 Christian Grothoff-improving docs
next