]> git.neil.brown.name Git - edlib.git/history - lib-libevent.c
TODO: clean out done items.
[edlib.git] / lib-libevent.c
2023-09-08 NeilBrownEnsure we never call anything after "Close".
2023-09-08 NeilBrownlibevent: switch to embedded data pattern.
2023-07-12 NeilBrownUpdate copyright dates.
2023-06-28 NeilBrownCall pane_refresh() from event:on-idle
2023-06-28 NeilBrownevent: add on-idle support
2023-06-28 NeilBrownlibevent: split out run_list()
2023-06-28 NeilBrownlibevent: split event_list
2023-06-28 NeilBrownlibevent: minor fixes.
2023-06-28 NeilBrownlibevent: don't store mseconds separate from num.
2022-09-03 NeilBrownmisc random fixes
2022-09-03 NeilBrownUpdate the year in some copyright claims
2022-09-03 NeilBrownevents: add support for event:write
2022-02-01 NeilBrownlibevent: always ask for EVLOOP_ONCE
2021-08-11 NeilBrownlibevent: don't continue poll loop after anything happens.
2021-08-11 NeilBrownAdd event:poll, an use for display-x11-xcb
2020-12-31 NeilBrownpython: guard against looping code.
2020-09-26 NeilBrownConvert lots of "return 0" to "return Efallthrough"
2020-09-20 NeilBrownIntroduce DEF_CB() similar to DEF_CMD()
2020-05-11 NeilBrownAllow pane_register() to fail.
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-04 NeilBrownAdd panes and data attached to them to a new mempool
2020-02-22 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-11 NeilBrownlibevent: don't abort until deactivated.
2020-02-11 NeilBrownAdd new event:noblock command.
2020-02-10 NeilBrownlibevent: don't free events while they are active.
2020-02-07 NeilBrownDelay freeing of pane->data
2019-11-17 NeilBrownUpdate copyright dates.
2019-10-30 NeilBrownRemove the 'here' arg from pane_register.
2019-07-24 NeilBrownChange timer event to work in milliseconds.
2019-07-19 NeilBrownAdd time statistics collection.
2019-07-05 NeilBrownupdate dates in copyright messages.
2018-08-07 NeilBrownGive symbolic names for error codes.
2017-10-09 NeilBrownlibevent: use a keymap for handle function.
2017-09-28 NeilBrownAdd event:refresh
2017-09-27 NeilBrowncall_comm: change arg order so comm2 is at fixed place.
2017-09-27 NeilBrownRename 'numeric' and 'extra' to 'num' and 'num2'
2017-09-27 NeilBrownlibevent: register a pane for Notify:Close callbacks.
2017-09-27 NeilBrownlibevent: don't use global variables.
2017-09-23 NeilBrownAdd an event:free interface
2017-09-21 NeilBrowncall macro rework step 5: comm_call
2017-09-21 NeilBrowncall macro rework: step 4 - call_comm
2017-05-03 NeilBrownlib-libevent - work around bug in libevent
2016-08-05 NeilBrownlib-libevent: address smatch/safe warnings
2016-08-04 NeilBrownAdd lots of 'safe' marking to be checked by smatch
2016-07-07 NeilBrownAdd ref-counting to 'struct command'
2016-06-30 NeilBrownRemove unwanted blank lines
2016-06-14 NeilBrownAdd event:timeout functionality
2016-06-13 NeilBrownLibevent fixes
2016-04-24 NeilBrownuse {} for null initializer rather than {0}
2016-04-22 NeilBrownevents: remove loop-break calls.
2016-04-22 NeilBrownChange when 'refresh' is called.
2016-04-22 NeilBrownFix some issues with read events and EOF.
2016-03-25 NeilBrownAutoload event handler
2016-03-25 NeilBrownChange libevent to only activation when an event is...
2016-03-25 NeilBrownchange libevent:activate to attach-libevent
2016-03-08 NeilBrownDiscard "struct editor"
2015-12-11 NeilBrownMake it possible to replace current event handler.
2015-12-11 NeilBrownFirst step to plugable event loops.