Go to file
Howard Chu a63b8908cd ITS#2389 - stop reading requests on a conn if it has more than
connection_pool_max/2 operations already executing. May want to tune
this to a higher value, e.g. connection_pool_max - XX, etc. Fix in
result.c throttles the connection too late, all threads are already
consumed by the time the send buffer blocks.
2003-03-20 12:40:11 +00:00
build Edit portable.nt to update OPENLDAP_VERSION 2003-03-19 02:01:49 +00:00
clients Use ol_version.h 2003-03-19 01:31:42 +00:00
contrib Add copyright notice 2003-03-09 01:03:41 +00:00
doc document -u option 2003-03-18 10:38:23 +00:00
include Use OPENLDAP_PACKAGE instead of _OLV_PKG 2003-03-19 01:39:05 +00:00
libraries ITS#2388 fix if() conditions. 2003-03-20 11:07:53 +00:00
servers ITS#2389 - stop reading requests on a conn if it has more than 2003-03-20 12:40:11 +00:00
tests Fix initializer 2003-03-04 21:52:23 +00:00
acconfig.h Rework #ifdef'ing of expermental controls to ease release engineering 2003-02-08 21:53:05 +00:00
acinclude.m4 Happy new year 2003-01-03 20:20:47 +00:00
aclocal.m4 Happy new year 2003-01-03 20:20:47 +00:00
configure rebuild 2003-03-06 00:38:42 +00:00
configure.in For IPv6 check for getnameinfo as well as getaddrinfo 2003-03-05 01:32:41 +00:00
COPYRIGHT Happy new year 2003-01-03 20:20:47 +00:00
INSTALL Change "-Ddef" example to something harmless and hopefully more obvious. 2003-02-13 23:58:54 +00:00
LICENSE Update to 2.7 2001-09-08 04:30:14 +00:00
Makefile.in Happy new year 2003-01-03 20:20:47 +00:00
README

OpenLDAP Devel README
	This software was obtained from the development branch (HEAD) of
	the OpenLDAP Software Repository.  This copy is likely already
	not current, the development branch changes frequently.  These
	changes include code implementing experimental features and
	unproven bug fixes.  Please do NOT redistribute copies of the
	development branch.

	The OpenLDAP Developer's FAQ is available at:
		http://www.openldap.org/faq/index.cgi?file=4

	Client developers seeking a suitable development platform
	should use "release" or "stable" versions.
		http://www.openldap.org/software/

---
$OpenLDAP$