rename connecT -> connect now that the old API is dead
[oweals/gnunet.git] / src / transport / transport_api_monitor_peers.c
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-07-06 Christian Grothoffconverting GNUNET_TRANSPORT_monitor_peers implementatio...
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-02-11 Christian Grothoff-style
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-02 Christian Grothoff-fix fix
2015-02-02 Christian Grothoffavoid passing both PeerIdentity and Address (which...
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-11-23 Christian Grothoff-fix misc monitoring issues
2014-11-07 Christian Grothoffimplementing plugin session monitoring API (#3452)
2014-08-28 Matthias Wachsrename switching state
2014-08-28 Matthias Wachsusing tcp terminology for 3 way handshake: syn/syn_ack/ack
2014-06-22 Christian Grothoff-split up transport_api_monitoring into monitor_peers...