Age | Commit message (Expand) | Author |
2018-06-07 | paragraph for gnunet devs that don't know how to use the web | psyc://loupsycedyglgamf.onion/~lynX |
2018-06-07 | glitch in the license text detected by hyazinthe, thank you! | psyc://loupsycedyglgamf.onion/~lynX |
2018-06-05 | first batch of license fixes (boring) | psyc://loupsycedyglgamf.onion/~lynX |
2018-05-21 | fix crash on unexpected client disconnect on incoming message, remove bogus a... | Christian Grothoff |
2018-01-13 | use assert to guard better against double-close on client side | Christian Grothoff |
2018-01-04 | Fixed useless assignment. | anryko |
2018-01-04 | Fixed Uninitialized Variable warning. | anryko |
2018-01-02 | fix issue with sending BROKEN timeouts early due to wrong timeout calculation | Christian Grothoff |
2017-12-28 | add assertion | Christian Grothoff |
2017-12-27 | Fix handling of GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNELS | David Barksdale |
2017-12-27 | Fix handling of GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERS | David Barksdale |
2017-12-27 | add logging to cadet initiatlizations | Christian Grothoff |
2017-06-25 | Fix debug message. | jah |
2017-04-11 | fix #4985 | Christian Grothoff |
2017-03-13 | renaming CADET APIs to match naming conventions again, now that the old symbo... | Christian Grothoff |
2017-03-13 | rename libgnunetcadetnew -> libgnunetcadet | Christian Grothoff |
2017-03-13 | getting rid of the old cadet client library (pre-MQ) | Christian Grothoff |
2017-03-13 | note about performance issue, indentation fix | Christian Grothoff |
2017-02-08 | Fix open port, copy handlers for use on incoming channels | Bart Polot |
2017-02-08 | - adjust FWD/BCK to new channel numbering | Bart Polot |
2017-02-08 | - code/debug format | Bart Polot |
2017-02-08 | - debug, indentation, legibility | Bart Polot |
2017-02-08 | fix cadet mq api, use proper function arguments | Bart Polot |
2017-02-08 | - fix assertion condition | Bart Polot |
2017-02-08 | - doxygen, debug text | Bart Polot |
2017-02-02 | Only call window_size on incrementing size, allow ACK+1 messages to be taken | Bart Polot |
2017-02-02 | Implement data ack in CADET MQ API | Bart Polot |
2017-01-31 | Implement incoming traffic handling on MQ | Bart Polot |
2017-01-31 | Reconnect to service instead of aborting on a malformed data message | Bart Polot |
2017-01-31 | Refactor reconnect code | Bart Polot |
2017-01-31 | Implement channel cleanup in MQ API, simplify destroy channel | Bart Polot |
2017-01-31 | Fix free of NULL pointer | Bart Polot |
2017-01-31 | Implementation of port opening and handling in MQ | Bart Polot |
2017-01-31 | Implement the connect and create_channel call for mq api | Bart Polot |
2017-01-25 | fix log calls | Christian Grothoff |
2017-01-24 | bitch and continue if we do not have a handler for a message | Christian Grothoff |
2017-01-24 | simplify logic | Christian Grothoff |
2017-01-24 | fix client-client loopback flow control | Christian Grothoff |
2017-01-23 | better logging, prep for having LOCAL_ACKs | Christian Grothoff |
2017-01-23 | avoid cmp pointers, cmp ccn instead, as client may literally be the same | Christian Grothoff |
2017-01-23 | beautify disconnect logic a bit | Christian Grothoff |
2017-01-23 | get rid of redundant, confusing state | Christian Grothoff |
2017-01-23 | allow more than one ACK being given to us at a time | Christian Grothoff |
2017-01-22 | allow client's payload to include more than one message | Christian Grothoff |
2017-01-22 | API code cleanup | Christian Grothoff |
2017-01-21 | some renaming, some code general code cleanup, some logging | Christian Grothoff |
2017-01-21 | renames to avoid ambiguity | Christian Grothoff |
2017-01-21 | remaing remaining mandatory functions for basic operation | Christian Grothoff |
2017-01-20 | working on channel passing data to clients | Christian Grothoff |
2017-01-18 | create matching connection objects for inbound connections | Christian Grothoff |