-indentation
[oweals/gnunet.git] / src / transport / gnunet-service-transport_neighbours.c
2014-05-26 Matthias Wachsremove breaks not required anymore
2014-05-21 Matthias Wachsfix for address switching when both peers switch at...
2014-05-19 Matthias Wachsremove debugging output
2014-05-19 Matthias Wachsnew api
2014-04-08 Matthias Wachswrong checks
2014-04-07 Matthias Wachsfixing unchecked return values
2014-04-07 Matthias Wachsremove unused value
2014-04-07 Matthias Wachsobtain papi only once
2014-04-03 Matthias Wachsdoxygen docu
2014-03-31 Matthias Wachsfix for connection counter
2014-03-31 Matthias Wachsfix duplicate connect notifications
2014-03-31 Matthias Wachsfixed check for session_ack handling
2014-03-29 Matthias Wachsno need to be an error
2014-03-28 Matthias Wachschanges to switch when connected
2014-03-28 Matthias Wachscancel delayed disconnect task on free
2014-03-28 Matthias Wachschanges in ACK handling
2014-03-28 Matthias Wachsfixing crash: cancel dead task 1004493731513019834!
2014-03-27 Matthias Wachsadded functionality to use the CLI to disconnect peers
2014-03-27 Matthias WachsWe do not need the address and session here
2014-03-27 Matthias Wachsremove blacklist check in neighbours on CONNECT
2014-03-27 Matthias Wachssome testing code for debugging
2014-03-27 Matthias WachsAddress was not deleted if SEND_CONNECT in FAST RECONNE...
2014-03-26 Matthias Wachserror handling for failed CONNECT messages in CONNECT_S...
2014-03-26 Matthias Wachswe do not need this address in neighbours: was already...
2014-03-26 Matthias Wachsremove CONNECT_SWITCHING_BLACKLIST state
2014-03-26 Matthias Wachsremoving GNUNET_TRANSPORT_PS_CONNECT_RECV_BLACKLIST...
2014-03-26 Matthias Wachsremove debug break
2014-03-26 Matthias Wachsremoving blacklist state not required anymore
2014-03-25 Matthias WachsDo blacklist checks on CONNECT before giving CONNECT...
2014-03-24 Matthias Wachschecking incoming connection behaviour:
2014-03-24 Matthias WachsFIX:
2014-03-24 Matthias Wachschecking incoming connections
2014-03-21 Matthias Wachsremove unsued INIT_BLACKLIST state: blacklist check...
2014-03-21 Matthias Wachsfix initialized value in udp on invalid address
2014-03-20 Matthias Wachswhen switching addresses in connect_sent: no blacklist...
2014-03-20 Matthias Wachsadditional log info
2014-03-20 Matthias Wachsremove testing breaks and add documentation for checks
2014-03-19 Matthias Wachsaddtional check for failed CONNECT messages + some...
2014-03-19 Matthias Wachsunsetting primary address on when free'ing address...
2014-03-19 Matthias Wachsremoving duplicate state transission
2014-03-19 Matthias Wachschanges to connect behabviour and a lot iof improved...
2014-03-17 Matthias Wachsfast reconnect: new state is reconnect, not init
2014-03-17 Matthias WachsRemove blacklist check after address switch: blacklist...
2014-03-17 Matthias Wachsfixed clean up and improved logging
2014-03-17 Matthias Wachsno set_state to DISCONNECT_FINISHED required before...
2014-03-17 Matthias Wachsimproved messages
2014-02-12 Matthias WachsContinue with address suggestion after try connect...
2014-02-04 Matthias Wachsfixing 3299: use after free caused by shutdown order...
2014-01-30 Matthias Wachssend receive delay rescheduling support
2014-01-30 Matthias Wachsextending bandwidth tracker api to support notifications
2014-01-20 Matthias Wachsblacklist check on try connect
2014-01-16 Matthias Wachsperform blacklist before address switch
2014-01-16 Matthias Wachsmore fixed documentation
2014-01-15 Matthias Wachstransport validation monitoring API (not yet complete...
2014-01-14 Matthias Wachsimproved checking for direction
2014-01-14 Matthias Wachsimproved log messages
2014-01-13 Matthias Wachsimplementing 0003268 to inbound information in HELLO...
2014-01-10 Matthias Wachsnaming conventions for peer states
2014-01-09 Matthias Wachsextending ATS api suggest callback with peer id
2014-01-09 Matthias Wachsrenaming states according to naming convenations
2014-01-08 Matthias Wachsneighbour monitoring api implemented
2014-01-08 Matthias Wachsimplementing monitoring api
2014-01-07 Matthias Wachsnew monitoring API
2013-12-23 Christian Grothoff-fix-ftbfs
2013-12-23 Christian Grothoff-more logging and doxygen fixes
2013-12-22 Christian Grothoff-code hygene
2013-12-18 Christian Grothoff-more logging
2013-12-18 Matthias Wachsdisable debugging messages
2013-12-18 Christian Grothoffpass ATS information for incoming sessions immediately...
2013-12-18 Matthias Wachsfix for bt plugin and set nonce to 0
2013-12-18 Matthias Wachsnew timeout function and keep alives with nonces
2013-12-15 LRNNon-uniform keepalive timeout for different plugins
2013-12-13 Christian Grothoff-cleanup, doxygen
2013-12-13 Christian Grothoff-simplify logic to help diagnose #2858
2013-12-13 Matthias Wachsreduce switch log level, increase ats timeout log level
2013-12-13 Christian Grothoff-fix 3208 by making kills async
2013-12-13 Matthias Wachscomment
2013-12-13 Matthias Wachsremove addresses we cannot connect to
2013-12-13 Matthias WachsDestroy address and session if blacklist denies connection
2013-12-13 Matthias Wachsthis is not possible, since identity check is enforced...
2013-12-12 Christian Grothoff-be stricter during handshake, close sessions with...
2013-12-12 Christian Grothoff-extend transport plugin API with capability to just...
2013-12-12 Matthias Wachsbe more descriptive for debugging
2013-12-11 Christian Grothoff-more logging, etc.
2013-12-11 Christian Grothoff-indentation, doxygen, logging
2013-12-10 Christian Grothoff-doxygen fixes
2013-12-09 Christian Grothoff-doxygen, indentation fixes
2013-12-09 Christian Grothoff-doxygen, indentation fixes
2013-12-09 Christian Grothoff-doxygen, indentation fixes
2013-12-09 Christian Grothoff-doxygen, indentation fixes
2013-12-05 Matthias Wachsfixed public key and identity comparison in disconnect...
2013-11-28 Matthias Wachsfix div by zero
2013-10-18 Matthias Wachsfixing crash
2013-10-18 Matthias Wachspayload and data
2013-10-18 Matthias Wachs(no commit message)
2013-10-18 Matthias Wachsclean up code and code for utilization
2013-10-18 Matthias Wachs- fix assertion in scheduling
2013-10-18 Matthias Wachsbasic utilization implementation
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-06 Christian Grothoff-remove trailing whitespace
next