]> jfr.im git - irc/UndernetIRC/iauthd-c.git/history - src
distclean: Remove unit-tests.log
[irc/UndernetIRC/iauthd-c.git] / src /
2023-03-12  Michael PooleUse pkg-config to check for libevent
2023-02-23  Michael PooleSupport building on Darwin
2021-10-03  Michael PooleRevert "Update autoconfigury for current autoconf"
2021-09-12  Michael PooleEnsure strlcpy() gets declared
2021-09-12  Michael PooleUpdate autoconfigury for current autoconf
2021-03-26  Michael Pooleconfig: Properly replace objects on type change
2021-03-14  Michael Pooleconfig: Avoid use-after-free of removed config nodes
2021-03-14  Michael Pooleconfig: Do not leak libevent addrinfos
2021-03-06  Michael Poolemain: Avoid null derefs on early exits
2021-03-06  Michael PooleReplace sar with evdns calls
2021-03-06  Michael Poolemodule: Unconditionally unload shared libraries
2021-03-06  Michael PooleConvert to libevent2 APIs
2021-03-05  Michael Poolesar: Fix skipping over pointers in answers
2020-11-22  Michael Poolesar: Fix memory leak of cname.
2020-04-24  Michael Pooleconfig: Improve error detection for conf_parse_interval.
2020-04-24  Michael Pooleconfig: Support semicolons after lists of bare tokens.
2020-04-24  Michael Pooleconfig: Save first string in a list of bare tokens.
2020-04-24  Michael Pooleconfig: Fix support for C-style comments
2020-04-24  Michael Pooleconfig: Improve handling of errors from the standard...
2020-04-24  Michael Poolemain: Make sure we get error messages from config loading.
2020-04-23  Michael Poolelog_parse_type_sevset: Add some switch fallthrough...
2020-04-23  Michael Poolelog_vmessage: Improve code clarity for type == NULL.
2020-04-23  Michael Poolesrc: Add missing va_end() calls.
2020-04-23  Michael Pooleset: Fix ordering when using set_compare_int()
2019-12-08  Michael PooleConvert indentation to spaces
2019-06-23  Michael Poolemain: Consistently call_exit_funcs() on exit.
2019-06-23  Michael Pooleset: Add "no_dispose" parameter to set_clear().
2019-06-23  Michael Poolevector.h: Make (lack of) spacing before \ in macro...
2019-06-23  Michael Poolemodule: Actually update the "rdepends" field.
2019-02-13  Michael PooleDo not require git to support the -C command-line option.
2018-01-07  Michael Poolemain: Use the libevent1-compatible signal_set() name.
2017-10-28  Michael Pooleconfig: Avoid crashing on \<EOF> inside a quoted string.
2017-10-28  Michael Poolelog: Avoid buffer overruns of type_name[].
2017-10-28  Michael Poolelog: Always allow log_vmessage(type, LOG_FATAL, ...).
2017-10-28  Michael Pooleconfig: Detect premature EOF between structure members.
2017-10-28  Michael Pooleconfig: Fix conf_parse_get_child() for an existing...
2017-10-28  Michael Pooleconfig: Fix parsing of \xAB in a string.
2017-10-28  Michael Pooleconfig: Fix whitespace parsing near end of file.
2017-10-28  Michael Poolelog: Report failure when opening a log destination.
2017-10-28  Michael Poolesar: Tweak fallthrough comment to pacify gcc 7.
2017-10-28  Michael Poolesar: Check for overflow when appending search domain.
2017-03-28  Michael Pooleconfig: Support syntax like "object { key value }".
2016-10-29  Michael Pooleconfig: Make semicolons optional/intraline separators.
2016-10-29  Michael Pooleconfig: Minor coding style tweaks.
2016-09-08  Michael PooleMakefile: Fix HAS_GIT for out-of-tree builds.
2016-09-08  Michael Pooleconfigure: Improve HAS_GET test.
2016-08-25  Michael PooleMakefile: Pass "make distcheck".
2016-06-26  Michael Poolesar: Various pton/ntop bug fixes.
2016-06-26  Michael Poolemain: Add -n option for debug, clean_exit flag for...
2016-06-26  Michael Poolemain: Terminate on SIGHUP; reload config on SIGUSR1.
2015-05-15  Michael Poolemain: Don't mention the (unimplemented) -s or -n flags.
2015-05-15  Michael Poolefnmatch: Detect in configure, and include partial fallb...
2015-05-15  Michael Pooleaccumulators: New utility file for statistical accumula...
2015-05-15  Michael Poolevector.h: Fix calling VECTOR_reserve() on a zero-length...
2015-05-15  Michael Poolebitset: Add ANDNOT operation.
2015-05-05  Michael Poole*_VECTOR: Make <STRUCTNAME>_reserve() a common method.
2015-05-05  Michael PooleBITSET_ZERO: Set length from sizeof((SET).bits).
2014-08-15  Michael Poolesar: Fix compilation with gcc 4.4's overactive strict...
2014-08-15  Michael PooleFix build for libevent1.
2014-08-01  Michael PooleProperly check for, and document, the dependency on...
2014-04-26  Michael Poolelog: Show config syntax errors when just running as...
2014-04-25  Michael Pooleiauth: Rewrite LoC logic into a generalized XQUERY...
2014-01-23  Michael PooleSplit log_message() into itself and log_vmessage().
2012-06-01  Michael PooleAdd a dummy src/git-version.c.
2012-01-17  Michael PooleAdd set_compare_voidp() function.
2012-01-17  Michael PooleRemove unread variable in src/config.c.
2011-05-15  Michael PooleInitial commit of IAuth framework (with login-on-connec...
2011-05-11  Michael PooleInitial commit. iauthd