]> granicus.if.org Git - sudo/history - lib/util/event.c
Add SPDX-License-Identifier to files.
[sudo] / lib / util / event.c
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
2018-10-26 Todd C. MillerConvert PVS-Studio comment to ANSI C.
2018-10-21 Todd C. MillerAdd comments in .c files so PVS-Studio will check them.
2018-10-17 Todd C. Millertv_nsec can never be negative after timespecsub.
2018-08-26 Todd C. MillerBackward ABI compatibility for even functions that...
2018-08-26 Todd C. MillerUse a monotonic timer for the event subsystem.
2018-08-26 Todd C. MillerUse struct timespec, not struct timeval in the event...
2018-02-19 Todd C. MillerAdd sudo_ev_dispatch(), a wrapper for ev_loop() with...
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2017-09-06 Todd C. MillerThe read and write sides of signal_pipe[] were swapped...
2017-07-14 Todd C. MillerIf we free the default base in sudo_ev_base_free()...
2017-07-13 Todd C. MillerAdd the ability to set a default event base, to be...
2017-06-01 Todd C. MillerMove the bits to fill in the new event base to sudo_ev_...
2017-05-12 Todd C. MillerActivate the sigevents inside the signal pipe callback...
2017-05-12 Todd C. MillerHandle the possibility of the siginfo parameter in...
2017-05-12 Todd C. MillerAdd support for signal events in sudo's event subsystem
2016-05-20 Todd C. MillerImprove debug info in sudo_ev_add() and sudo_ev_del()
2015-07-14 Todd C. MillerAdd line number to debug log for memory allocation...
2015-07-02 Todd C. MillerThere's no need to conditionalize the #include <unistd...
2015-06-20 Todd C. MillerOnly include stddef.h where it is needed.
2015-06-19 Todd C. MillerWe require ANSI C so stop using the obsolete STDC_HEADERS.
2015-06-05 Todd C. MillerAdd debugging output on memory alloc failure.
2015-05-20 Todd C. MillerUse non-exiting allocators.
2015-02-01 Todd C. MillerGo back to a 2 args debug_decl and just use the "defaul...
2014-10-22 Todd C. MillerAdd support for multiple Debug lines per program. ...
2014-09-02 Todd C. MillerRemove confusing comment.
2014-08-29 Todd C. MillerDon't allow sudo_ev_loopcont() to override sudo_ev_loop...
2014-08-29 Todd C. MillerAdd some internal convenience functions.
2014-07-22 Todd C. MillerRename missing.h -> sudo_compat.h
2014-07-22 Todd C. MillerVersion the functions in libsudo_util
2014-07-21 Todd C. MillerRename fatal.h -> sudo_fatal.h
2014-07-10 Todd C. Millerefree -> sudo_efree for consistency
2014-06-27 Todd C. MillerAdd sudo_ prefix to alloc.c functions and rename alloc...
2014-06-26 Todd C. MillerTop level directory reorg