summaryrefslogtreecommitdiffstats
path: root/eloop.c
Commit message (Collapse)AuthorAge
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Optimize allocation a little.Roy Marples2009-02-25
|
* Enforce NetBSD KNF style moreRoy Marples2009-02-11
|
* static objects are initialized to 0 by default, so don't explicity do this.Roy Marples2008-10-06
|
* As we now use times to trigger again instead of decreasing timers, ensure ↵Roy Marples2008-09-17
| | | | our lease fits. We may wish to revisit this again if we need decreasing timers once more.
* Move function lower down as it's not that important.Roy Marples2008-09-10
|
* Remove logger and exclusively uses syslog instead. This saves almost 2K on ↵Roy Marples2008-09-05
| | | | NetBSD/amd64 from before changing strerror to %m.
* Mark functions as _noreturn.Roy Marples2008-09-05
|
* Ensure last is set when deleting events.Roy Marples2008-09-04
|
* Add a control socket so that interfaces can be dynamically re-set.Roy Marples2008-09-03
| | | | | | This requires the event loop argument being changed to void * so we can send arguments other than an interface.
* Add an event loop.Roy Marples2008-09-02
Split client.c into smaller files and functions and recode around the event loop. Add multiple interface support using the new event loop. Document changes and outstanding bugs.