-fix callback after cancellation issue
[oweals/gnunet.git] / src /
2015-02-12 Christian Grothoff-fix callback after cancellation issue
2015-02-12 Christian Grothoff-reduce loglevel (#3682)
2015-02-12 Christian Grothoff-fix memory leak of address on shutdown
2015-02-12 Christian Grothoff-fix leak on transmission error in combination with...
2015-02-12 Christian Grothofflog TCP server suspends
2015-02-12 Christian Grothoff-nicer logging
2015-02-12 Christian Grothoff-fix shutdown issue
2015-02-12 Christian Grothoffgenerate our own HELLO before starting validations
2015-02-12 Christian Grothoff-fix typo
2015-02-12 Christian Grothoff-better stats for KEEPALIVEs
2015-02-12 Christian Grothoff-better stats for KEEPALIVEs
2015-02-12 Christian Grothoffreset blocking time for addresses upon successful conne...
2015-02-12 Christian Grothoffkeep track of number of temporarily blocked addresses
2015-02-11 Christian Grothoff-improve logging
2015-02-11 Christian Grothoff-style
2015-02-11 Christian Grothoff-allow UINT64_MAX without crashing
2015-02-11 Christian Grothoff-allow UINT64_MAX without crashing
2015-02-11 Christian Grothofffinish implementing reservation test, and fix bandwidth...
2015-02-11 Christian Grothoff-remove unused exported symbol
2015-02-11 Christian Grothoffadd proper test for bandwidth reservation
2015-02-11 Christian Grothoffadd command to test reservations
2015-02-11 Christian Grothoff-testcase was long dead
2015-02-11 Christian Grothoff-testcase was long dead
2015-02-11 Christian Grothoff-testcase was long dead
2015-02-11 Christian Grothoff-fix badness
2015-02-11 Christian Grothoff-also obsolete
2015-02-11 Christian Grothoffnew testsuite, obsoleting (most of) the old one
2015-02-11 Christian Grothoff-check for in_destroy when looking up session IDs
2015-02-11 Christian Grothoff-dead flags
2015-02-11 Christian Grothoffeliminate dead call from API
2015-02-11 Christian Grothoffdo not call receive before sending first message
2015-02-11 Christian Grothoffpass correct closure
2015-02-11 Christian Grothoff-fix NPE
2015-02-11 Christian Grothoff-fix crash
2015-02-10 Christian Grothofffixing #3657 (replace ATS_Information with struct)...
2015-02-10 Christian Grothoff-check RV
2015-02-10 Christian Grothoff-fix typo
2015-02-10 Christian Grothoff-fixing some memory leaks from #3667, also reindentatio...
2015-02-10 Christian Grothoff-fix #3665: hello can theoretically still be NULL
2015-02-10 Christian Grothofffix #3664: during PS_RECONNECT_ATS, primary address...
2015-02-10 Christian Grothoff-do not reschedule validation if in_use did not change
2015-02-10 Christian Grothoff-just eliminate useless check, can just be false
2015-02-10 Christian Grothoff-fix
2015-02-09 Christian Grothoff-improve UDP logging
2015-02-09 Christian Grothoff-eliminate dead argument, do use quota immediately
2015-02-09 Christian Grothoff-reorder tests to have slow ones go last
2015-02-09 Christian Grothoff-report if testcase failure is because switching is...
2015-02-09 Christian Grothoff-do not continue in case of transmission error
2015-02-09 Christian Grothoff-minor indentation/logging fixes
2015-02-09 Christian Grothoffdo proper check for stability, in particular UINT32_MAX...
2015-02-09 Christian Grothoffperform proper locking and unlocking
2015-02-09 Christian Grothoff-do only send HELLO to clients once on startup, do...
2015-02-09 Christian Grothoff-tolerateNAT instant reporting
2015-02-09 Christian Grothoff-instantly report addresses during NAT initialization...
2015-02-09 Christian Grothoff-better debug output, indentation
2015-02-09 Christian Grothoff-use backoff for reconnects
2015-02-09 Christian Grothoff-that the tests do not catch bugs like this is a real...
2015-02-08 Christian Grothoff-fix shutdown
2015-02-08 Christian Grothoff-fix shutdown order
2015-02-08 Christian Grothoff-fin, mention future work in TODO
2015-02-08 Christian Grothoff-updating comments
2015-02-08 Christian Grothoff-cleaning up bandwidth allocation routine
2015-02-08 Christian Grothoff-when selecting addresses, kick out peers with insuffic...
2015-02-08 Christian Grothoff-further simplify
2015-02-08 Christian Grothoff-further simplify
2015-02-08 Christian Grothoff-further simplify
2015-02-08 Christian Grothoff-getting there...
2015-02-08 Christian Grothoff-simplify flow, redistribute bandwidth after adding...
2015-02-08 Christian Grothoffdo not force disconnect just because client does not...
2015-02-08 Christian Grothoff-simplify flow
2015-02-08 Christian Grothoff-simplify flow
2015-02-08 Christian Grothoff-simplify logic
2015-02-08 Christian Grothoff-useless assertion removal
2015-02-08 Christian Grothoff-indent
2015-02-08 Christian Grothoffchanging s_get API to return void instead of address...
2015-02-08 Christian Grothoff-simplify logic, convert breaks into asserts
2015-02-08 Christian Grothoff-restructuring, adding comments
2015-02-08 Christian Grothoff-remove fprintf
2015-02-08 Christian Grothoffeliminate super-lazy functions
2015-02-08 Christian Grothoffclean up find_quality_property_index and get_active_add...
2015-02-08 Christian Grothoffcleaning up get_active_address
2015-02-08 Christian Grothoffcleaning up address_decrement
2015-02-08 Christian Grothoffcheck for nan
2015-02-08 Christian Grothoffremoving dead argument
2015-02-08 Christian Grothoffavoid several linear scans and allocations by combining...
2015-02-08 Christian Grothoffuse new 'get_connectivity' API which is also RC-countin...
2015-02-08 Christian Grothoffexpose connectivity desire of clients to ATS plugins
2015-02-08 Christian Grothoffadding FIXME about 'struct Session'
2015-02-08 Christian Grothoff-clarify API
2015-02-08 Christian Grothoffcleaning up preference_peers as well once they are...
2015-02-08 Christian Grothoffcleaning up gnunet-service-ats_preferences.c
2015-02-08 Christian Grothoffcleaning up gnunet-service-ats_preferences.c
2015-02-08 Christian Grothoff-adding comments, minor cleanup start
2015-02-08 Christian Grothoff-fix config, shutdown issue
2015-02-08 Christian Grothoff-rename for naming consistency
2015-02-08 Christian Grothofffix testcase FTBFS
2015-02-08 Christian Grothoffsimplify normalization logic, also have clients access...
2015-02-08 Christian Grothoffmore dead and duplicate code elimination
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
next