aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
Commit message (Expand)AuthorAge
* fixes for neighbor:Matthias Wachs2014-06-27
* reduced debug levelMatthias Wachs2014-06-26
* if suggested address == primary address only update quotasMatthias Wachs2014-06-26
* detecting duplicate connectsMatthias Wachs2014-06-26
* remove breaks not required anymoreMatthias Wachs2014-05-26
* fix for address switching when both peers switch at about the same time and a...Matthias Wachs2014-05-21
* remove debugging outputMatthias Wachs2014-05-19
* new apiMatthias Wachs2014-05-19
* wrong checksMatthias Wachs2014-04-08
* fixing unchecked return valuesMatthias Wachs2014-04-07
* remove unused valueMatthias Wachs2014-04-07
* obtain papi only onceMatthias Wachs2014-04-07
* doxygen docuMatthias Wachs2014-04-03
* fix for connection counterMatthias Wachs2014-03-31
* fix duplicate connect notificationsMatthias Wachs2014-03-31
* fixed check for session_ack handlingMatthias Wachs2014-03-31
* no need to be an errorMatthias Wachs2014-03-29
* changes to switch when connectedMatthias Wachs2014-03-28
* cancel delayed disconnect task on freeMatthias Wachs2014-03-28
* changes in ACK handlingMatthias Wachs2014-03-28
* fixing crash: cancel dead task 1004493731513019834!Matthias Wachs2014-03-28
* added functionality to use the CLI to disconnect peersMatthias Wachs2014-03-27
* We do not need the address and session hereMatthias Wachs2014-03-27
* remove blacklist check in neighbours on CONNECTMatthias Wachs2014-03-27
* some testing code for debugging Matthias Wachs2014-03-27
* Address was not deleted if SEND_CONNECT in FAST RECONNECT failedMatthias Wachs2014-03-27
* error handling for failed CONNECT messages in CONNECT_SWITCHINGMatthias Wachs2014-03-26
* we do not need this address in neighbours: was already added when CONNECT was...Matthias Wachs2014-03-26
* remove CONNECT_SWITCHING_BLACKLIST stateMatthias Wachs2014-03-26
* removing GNUNET_TRANSPORT_PS_CONNECT_RECV_BLACKLIST stateMatthias Wachs2014-03-26
* remove debug breakMatthias Wachs2014-03-26
* removing blacklist state not required anymore Matthias Wachs2014-03-26
* Do blacklist checks on CONNECT before giving CONNECT to neighbours.Matthias Wachs2014-03-25
* checking incoming connection behaviour:Matthias Wachs2014-03-24
* FIX:Matthias Wachs2014-03-24
* checking incoming connectionsMatthias Wachs2014-03-24
* remove unsued INIT_BLACKLIST state: blacklist check is done before switchingMatthias Wachs2014-03-21
* fix initialized value in udp on invalid addressMatthias Wachs2014-03-21
* when switching addresses in connect_sent: no blacklist check required, switch...Matthias Wachs2014-03-20
* additional log infoMatthias Wachs2014-03-20
* remove testing breaks and add documentation for checksMatthias Wachs2014-03-20
* addtional check for failed CONNECT messages + some testingMatthias Wachs2014-03-19
* unsetting primary address on when free'ing address for monitoringMatthias Wachs2014-03-19
* removing duplicate state transissionMatthias Wachs2014-03-19
* changes to connect behabviour and a lot iof improved debug messagesMatthias Wachs2014-03-19
* fast reconnect: new state is reconnect, not initMatthias Wachs2014-03-17
* Remove blacklist check after address switch: blacklist check is now performed...Matthias Wachs2014-03-17
* fixed clean up and improved loggingMatthias Wachs2014-03-17
* no set_state to DISCONNECT_FINISHED required before free_neighbour Matthias Wachs2014-03-17
* improved messagesMatthias Wachs2014-03-17