aboutsummaryrefslogtreecommitdiffstats
path: root/src/loop.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "combine flushes when reading large amounts of data"Jesse Luehrs2017-02-121-45/+0
* combine flushes when reading large amounts of dataJesse Luehrs2017-02-121-0/+45
* allow canceling timers before they expireJesse Luehrs2016-06-051-1/+19
* add a message type for killing the daemonJesse Luehrs2016-05-161-0/+5
* convert to libeventJesse Luehrs2016-05-121-60/+49
* refactor how submodules are handledJesse Luehrs2016-05-101-2/+9
* the event loop shouldn't care about terms at allJesse Luehrs2016-05-071-11/+11
* be a bit more explicit about dependencies between modulesJesse Luehrs2016-05-071-0/+1
* no reason to expose the loop_data struct anymore eitherJesse Luehrs2016-05-011-10/+18
* actually, this should just happen during term initJesse Luehrs2016-05-011-7/+0
* the event loop should own the terminal, not the other way aroundJesse Luehrs2016-05-011-21/+22
* pull the remainder of the libuv code into loop.cJesse Luehrs2016-05-011-0/+43
* factor out timer setting back into loop.cJesse Luehrs2016-04-301-0/+40
* pull event loop handling into its own fileJesse Luehrs2016-04-301-0/+24