]> git.meshlink.io Git - meshlink/history - src/event.c
Avoid allocating packet buffers unnecessarily.
[meshlink] / src / event.c
2020-03-29 Guus SliepenUpdate UTCP and replace gettimeofday() with clock_getti...
2020-03-27 Guus SliepenReduce how often we have to poll the packet queue.
2019-10-31 Guus SliepenAvoid compiler warnings when compiling with -DNDEBUG.
2019-10-30 Guus SliepenFix another case of assert() with side-effects.
2019-10-30 Guus SliepenFix signal pipe creation when compiling with -DNDEBUG.
2019-10-13 Guus SliepenRemove some more superfluous parentheses.
2019-10-05 Guus SliepenAdd assert() calls to the library.
2019-10-04 Guus SliepenFix memory leaks from timers.
2019-09-25 Guus SliepenUpdate mesh->loop.now right after select() returns.
2019-09-05 Guus SliepenFix a potential crash when restarting the mesh.
2019-07-19 Guus SliepenReorganize structs for better packing and access patterns.
2017-10-02 Guus SliepenUpdate astylerc and reformat the code.
2017-10-02 Guus SliepenFix compiling with -Wall -W.
2017-08-13 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2017-06-25 Guus SliepenFix race condition when calling meshlink_stop() immedia...
2014-10-31 Guus SliepenCall utcp_timeout() once every iteration of the event...
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-13 Niklas HofmannMerge branch 'mesh_topology_output' into roles
2014-08-09 Aaron KrebsReplaced node_mutex with mesh_mutex.
2014-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-08 Guus SliepenHandle io_t's being deleted out of order while going...
2014-07-25 Guus SliepenRemove global variables past_request_tree and past_requ...
2014-06-10 Guus SliepenFix crash when calling meshlink_close().
2014-06-01 Saverio ProtoMake meshlink_send return immediately. Implemented...
2014-06-01 Saverio ProtoRevert "Remove support for UNIX signals in the event...
2014-05-25 Guus SliepenMerge branch 'meshlink_blacklist2'
2014-05-25 Guus SliepenRemove support for UNIX signals in the event library.
2014-04-26 Guus SliepenRemove temporary global variable "loop".
2014-04-26 Guus SliepenRemove global variable "now".
2014-04-26 Guus SliepenRemove global variables from the event loop code.
2014-04-13 Saverio ProtoMerge branch 'master' into saverio
2014-04-12 Guus SliepenRemove everything GPL that is not copyright Guus Sliepe...
2014-04-12 Guus SliepenChange my email address.
2013-08-13 Guus SliepenUpdate copyright notices.
2013-03-01 Guus SliepenFlush output buffers in the tap reader thread on Windows.
2013-02-20 Guus SliepenFix compiler warnings on Windows.
2012-12-03 Guus SliepenMore fixes for Windows.
2012-12-03 Guus SliepenFix crash in timeout handling.
2012-11-29 Guus SliepenFix check for expired events.
2012-11-29 Guus SliepenAllow multiple timeouts to expire at the exact same...
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-04 Loïc GreniéNearly tickless tinc.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-01-20 Guus SliepenUse a global list to track outgoing connections.
2009-01-19 Guus SliepenChange flush_events() to expire_events().
2008-12-22 Guus SliepenUpdate copyright information.
2007-02-27 Scott LambRename "event_t" to "tevent_t", along with associated...
2007-02-14 Guus SliepenApply patch from Scott Lamb preventing an infinite...
2006-11-11 Guus SliepenNodes use events, so event system should be initialised...
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-05-04 Guus SliepenUpdate copyright notices.
2004-03-21 Guus SliepenUpdate copyrights, links, email addresses and let Subve...
2004-03-21 Guus SliepenMove CABAL branch to its rightful place: the trunk.
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-07-24 Guus SliepenSprinkle around a lot of const and some C99 initialisers.
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-05-02 Ivo TimmermansMoved event.c/h
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-03-01 Guus Sliepen- Global time_t now, so that we don't have to call...
2002-02-11 Guus SliepenForgot to merge new files from pre5.