A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via b7a291a488dff3902931559670cf94c7abe2655b (commit) from 1ab08d2f8e4c9baf71e3c146e95d013d7b8bd656 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b7a291a488dff3902931559670cf94c7abe2655b Author: Howard Chu hyc@openldap.org Date: Wed Jul 8 14:22:29 2015 +0100
Experimental syslog() replacement
2-3x faster than libc. Add it to the Makefile yourself if you want to test it.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/overlays/syncprov.c | 3 +- servers/slapd/syslog.c | 329 +++++++++++++++++++++++++++++++++++++ 2 files changed, 331 insertions(+), 1 deletion(-) create mode 100644 servers/slapd/syslog.c