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-01-05 | Fixed int to unsigned casting warning. | anryko |
2018-01-04 | fix UDP memory leak | Christian Grothoff |
2017-03-17 | more renamings relating to 'new' service now just being the 'normal' service | Christian Grothoff |
2017-03-16 | removing dead/legacy server/connection logic, except for in tcp/wlan/bt plugi... | Christian Grothoff |
2017-03-10 | fix integer overflow test to actually work | Christian Grothoff |
2017-02-19 | mostly logging, avoid having more than one typemap in transmission queue, acc... | Christian Grothoff |
2017-01-16 | simplify GNUNET_CONTAINER_heap_update_cost API | Christian Grothoff |
2017-01-07 | fix calls to test_address, expects a struct sockaddr, not an in_addr | Christian Grothoff |
2017-01-07 | migrate UDP plugin to new NAT logic | Christian Grothoff |
2016-07-25 | -unregister nat on error, indentation, DCE | Christian Grothoff |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff |
2016-05-03 | Fix printf format causing SEISEGV | Bart Polot |
2016-04-30 | implementing new scheduler shutdown semantics | Christian Grothoff |
2016-04-09 | small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex... | Christian Grothoff |
2016-01-19 | -fix (C) notices | Christian Grothoff |
2015-10-26 | -fix udp transmission, avoid scheduling when unready | Christian Grothoff |
2015-10-18 | -fix log call | Christian Grothoff |
2015-10-18 | -log ACK delay vs. last frag transmit | Christian Grothoff |
2015-10-18 | -log expected transmission time on enqueue, together with queue size | Christian Grothoff |
2015-10-18 | -smoother calculation of flow delays, base it on the current message not the ... | Christian Grothoff |
2015-10-18 | -use UINT32_MAX to mean disconnect, for real | Christian Grothoff |
2015-10-18 | -more logging, avoid duplicate re-scheduling | Christian Grothoff |
2015-10-18 | -use LOG instead of GNUNET_log | Christian Grothoff |
2015-10-18 | -only schedule select once per fragmented message | Christian Grothoff |
2015-10-18 | rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv... | Christian Grothoff |
2015-10-17 | fix misscalculation of per-session flow delays and apply flow delays properly... | Christian Grothoff |
2015-10-07 | determine network scope for ATS even if we do not yet have a session and only... | Christian Grothoff |
2015-10-07 | -do not leave PPT timeout tasks behind | Christian Grothoff |
2015-10-05 | fix #3986 | Christian Grothoff |
2015-08-21 | Forget to commit some files | Bruno Cabral |
2015-07-18 | Get STUN to work with UDP plugin | Bruno Cabral |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff |
2015-05-21 | -this does not help #3719, likely diagnosis was wrong as well, undo | Christian Grothoff |
2015-05-20 | set inbound flag which should fix #3719 (assuming diagnostic is correct) at t... | Christian Grothoff |
2015-05-18 | -avoid theoretical use after free | Christian Grothoff |
2015-05-01 | -simplify socket NULL check | Christian Grothoff |
2015-04-29 | -lower to debug level (#3783) | Christian Grothoff |
2015-04-09 | fix: compiler warning for uninitialized value | Matthias Wachs |
2015-03-17 | consistently call deq before qc | Christian Grothoff |
2015-03-13 | -doxygen fix | Christian Grothoff |
2015-03-07 | this can be very harmless, reduce logging | Christian Grothoff |
2015-03-07 | trying to fix #3694: reduce duplicate ACKing | Christian Grothoff |
2015-03-07 | fix #3704 | Christian Grothoff |
2015-03-07 | trying to fix #3702 by removing session from session map earlier -- and addin... | Christian Grothoff |
2015-03-02 | fix #3649/#3591 | Christian Grothoff |
2015-03-01 | major code cleanup in UDP plugin, seems to also fix bugs; specifically, I thi... | Christian Grothoff |
2015-03-01 | -simplifying event loop for UDP, separting v4/v6 for better performance (in t... | Christian Grothoff |