- make sure handle is NULL
[oweals/gnunet.git] / src / transport /
2014-04-09 Matthias Wachslog level
2014-04-09 Matthias Wachsmore information why nat tests fail
2014-04-08 Matthias Wachswrong checks
2014-04-08 Christian Grothoffversion bumping for 0.10.1
2014-04-07 Matthias Wachsfix for unchecked return value
2014-04-07 Matthias Wachsfixing unchecked return values
2014-04-07 Matthias Wachsremove unused value
2014-04-07 Matthias Wachsfix for coverity
2014-04-07 Matthias Wachsobtain papi only once
2014-04-07 Christian Grothoff-fixing hypothetical leak on error path
2014-04-07 Matthias Wachsremove break
2014-04-07 Matthias Wachsfixing mantis #3362
2014-04-07 Matthias Wachsfixng crash on shutdown
2014-04-03 Matthias Wachsdefragmentation context not freed when session is deleted
2014-04-03 Matthias Wachsdoxygen docu
2014-04-01 Matthias Wachsminor changes for address conversion
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-31 Matthias Wachsdebug message for assertion to figure out malformed...
2014-03-29 Matthias Wachsno need to be an error
2014-03-29 Matthias Wachsdebuggging message for "send ACK but no session found...
2014-03-29 Matthias Wachsdestroy session if connect fails
2014-03-28 Claudiu OlteanuFixed the overflow problems reported in issue 3350
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 Wachsmake plugin fail if bind fails ...
2014-03-28 Matthias Wachsre-add address on connect
2014-03-28 Matthias Wachsfixing crash in unix
2014-03-28 Matthias Wachsimproved printing
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 Wachsimproved network lookup
2014-03-27 Matthias Wachsone break to break it all:
2014-03-27 Matthias Wachsblacklist checks have to be cancelled when session...
2014-03-27 Matthias Wachsremove blacklist check in neighbours on CONNECT
2014-03-27 Matthias Wachsreformat
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 debugging breaks
2014-03-26 Matthias Wachsremove debug break
2014-03-26 Matthias Wachsremoving blacklist state not required anymore
2014-03-26 Matthias Wachsfix compile warning
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-24 Matthias Wachstask was not marked as canceled when canceled
2014-03-21 Matthias Wachsremove unsued INIT_BLACKLIST state: blacklist check...
2014-03-21 Matthias Wachsfix compile warning
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 Wachsdoxygen fixes
2014-03-20 Matthias Wachsimproved log message
2014-03-20 Matthias Wachssession end function must include address to notify...
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 Wachsformatting
2014-03-19 Matthias Wachsadditional condition for logging
2014-03-19 Matthias Wachsremoving duplicate state transission
2014-03-19 Matthias Wachschanges to connect behabviour and a lot iof improved...
2014-03-18 Matthias Wachsfixed configuration testing: NAT testing was not working
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-03-10 Florian DoldAdd missing stub definitions of structs to the correspo...
2014-03-07 Florian Doldadd missing ifdefs in header files
2014-03-07 Christian Grothoff-fix linkage issue that could cause a transport service...
2014-02-20 Sree Harsha TotakuraAllow redirection of STDERR when starting processes.
2014-02-12 Matthias Wachsfixing issues:
2014-02-12 Matthias WachsContinue with address suggestion after try connect...
2014-02-10 Matthias Wachsstop notifications on delete
2014-02-10 Matthias Wachsabstract unix domain socket support
2014-02-10 Sree Harsha Totakura- create the directory for the UNIX socket file before...
2014-02-09 Sree Harsha TotakuraCreate UNIX domain sockets as abstract sockets when...
2014-02-09 Christian Grothoff-eliminate odd global variable, indentation, doxygen...
2014-02-09 Christian Grothoffimplementing #3296
2014-02-07 Matthias Wachsunix domain sockets used hardcoded path instead of...
2014-02-06 Christian Grothoff-doxygen, indentation, code cleanup
2014-02-04 Matthias Wachsfix for 3300: remember to call client_receive_done...
2014-02-04 Matthias Wachsfixing 3299: use after free caused by shutdown order...
2014-02-02 Christian Grothoffadd API for #3296
2014-02-02 Christian Grothoffremoving depreated 'priority' argument from GNUNET_TRAN...
2014-02-02 LRNFix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX...
2014-01-30 Matthias Wachssend receive delay rescheduling support
2014-01-30 Christian Grothofffix #3284: support lib/MULTIARCH/ paths in installation...
2014-01-30 Matthias Wachsextending bandwidth tracker api to support notifications
2014-01-28 Matthias Wachsfix compile error
2014-01-24 Sree Harsha Totakurafix #3275 with solution from https://gnunet.org/bugs...
2014-01-20 Matthias Wachsblacklist check on try connect
next