- ttl is deprecated, don't warn
[oweals/gnunet.git] / src / transport /
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-01 Christian Grothofffix #3630
2015-02-01 Christian Grothoffcleaning up UDP code to use only on address format...
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-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-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-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-24 LRNFix the use of (GNUNET_)strdup and (GNUNET_)free
2015-01-22 Christian Grothofftowards a cleaner ATS scheduling API
2015-01-19 Christian Grothoff-towards improved ATS API, adding return value with...
2015-01-18 Christian Grothoff-fix compile issue due to api change
2015-01-18 Christian Grothoff-remarking on things to fix
2015-01-18 Christian Grothoffremove ATS information from callback from ATS address...
2015-01-18 Christian Grothoffremoving dead logic to copy and pass around unused...
2015-01-18 Christian Grothoff-just indentation, dead code
2015-01-17 Christian Grothoffsimplify ATS API and plugin API by returning the networ...
2015-01-17 Christian Grothoffeliminating callback argument and its implementation...
2015-01-17 Christian Grothoffuse ATS functions to convert quality network type to...
2015-01-17 Christian Grothoff-oops
2015-01-17 Christian Grothoffdo not print two messages, one is enough
2015-01-10 Christian Grothoff-clean up testcase
2015-01-08 Matthias Wachsfixed and improved test for address switching
2015-01-08 Matthias Wachsfixing testcase: task not correctly unset, passes for...
2015-01-05 Christian Grothoff-docu, style fixes
2015-01-05 Christian Grothoff-stylistic fixes, also, only block re-validation for...
2015-01-01 David BarksdaleAdd a test to reproduce issue #3554
2014-12-25 Christian Grothoff-fix doxygen issues
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-23 Christian Grothofffix #3589
2014-12-23 Christian Grothoff-fix call to MHD_start_daemon, properly pass MHD_USE_IP...
2014-12-23 David BarksdaleRemove work-around for bad NULL definition
2014-12-20 Christian Grothoff-doxygen and minor style fixes
2014-12-20 Christian Grothoff-simplify logic
2014-12-20 Christian Grothoff-make static
2014-12-20 Christian Grothoff-use separate message types for TRY_CONNECT and TRY_DIS...
2014-12-20 Christian Grothoff-eliminate duplicate all_zeros globals, eliminated...
2014-12-20 Christian Grothoff-add assertion
2014-12-18 Christian Grothoff-use const in peerstore callback
2014-12-16 Christian Grothoff-adding debug logic for #3555
2014-12-16 Christian Grothoff-fix use of possibly wrong or uninitialized session
2014-12-11 Christian Grothoffadding single location for no_forcestart configuration...
2014-12-11 Christian Grothoff-simplifying configs
2014-12-11 Christian Grothoff-simplifying configs
2014-12-10 Christian Grothoffmoving away from DEFAULTSERVICES to per-section FORCEST...
2014-12-03 Christian Grothoff-simplify logic, eleminate dead code
2014-12-03 Christian Grothoff-fix misc compiler warnings
2014-11-23 Christian Grothoff-fix docs, fix shutdown
2014-11-23 Christian Grothoff-bad printf
2014-11-23 Christian Grothoff-fix misc monitoring issues
2014-11-23 Christian Grothoff-fix sync signalling for plugin monitoring
2014-11-23 Christian Grothoff-fix message type
2014-11-23 Christian Grothoff-indentation, doxygen
2014-11-23 Christian Grothoff-no args for -P
2014-11-22 Christian Grothoff-rename constants
2014-11-22 Christian Grothoff-fix warning
2014-11-22 Christian Grothoffadding TCP STEALTH support (without integrity protectio...
2014-11-22 Christian Grothoff-fixes
2014-11-22 Christian Grothoff-dox
2014-11-22 Christian Grothoffadding TCP STEALTH support to HTTP client (without...
2014-11-22 Christian Grothoffadding support for TCP STEALTH integrity protection
2014-11-22 Christian Grothoff-move welcome creation to startup
2014-11-15 Christian Grothoff-fix #3558
2014-11-07 Christian Grothoffimplement transport plugin session monitoring support...
2014-11-07 Christian Grothoffimplementing plugin session monitoring API (#3452)
2014-11-02 Christian Grothoff-use const for the array
2014-11-02 Christian Grothoffadding TCP_STEALTH option to default configuration
2014-11-02 Christian Grothoffadding TCP_STEALTH support to TCP plugin
2014-10-27 Christian Grothoff-doxygen fixes
2014-10-23 Christian Grothoffimplementing monitoring functionality in transport...
2014-10-23 Christian Grothoffdefine transport plugin monitor IPC format
2014-10-05 Christian Grothoff-fix test logic
2014-10-05 Christian Grothoff-fix leak of sockaddr
2014-10-05 Christian Grothoff-remove dead assignment
2014-09-30 Christian Grothoff-fix typo found by Bertrand Marc
2014-09-22 Matthias Wachsfix for missing receive not done call
2014-09-13 Christian Grothofffixing parallel build, getting rid of useless _DEPENDEN...
2014-09-04 Christian Grothoffaddress Debian #758937: allow use of curl if it is...
2014-09-03 Matthias Wachsfix for neigbours created multiple times
2014-09-02 Matthias Wachsno one cares about this message
next