- 28 Dec, 2004 2 commits
-
-
Pierangelo Masarati authored
-
Kurt Zeilenga authored
-
- 11 Dec, 2004 2 commits
-
-
Pierangelo Masarati authored
improve usability of global ovrlays for write operations; may need to anticipate SLAPI accordingly. More work needed for add (overlays need to understand they're global and call slap_mods2entry() explicitly)
-
Pierangelo Masarati authored
-
- 09 Dec, 2004 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 27 Nov, 2004 1 commit
-
-
Howard Chu authored
define OPERATION_BUFFER_SIZE for dummy Operations
-
- 25 Nov, 2004 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
remove syncrepl stuff from Operation struct
-
- 24 Nov, 2004 1 commit
-
-
Jong Hyuk Choi authored
-
- 23 Nov, 2004 1 commit
-
-
Howard Chu authored
-
- 06 Oct, 2004 1 commit
-
-
Howard Chu authored
-
- 01 Oct, 2004 1 commit
-
-
Howard Chu authored
-
- 26 Sep, 2004 2 commits
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- 12 Sep, 2004 1 commit
-
-
Pierangelo Masarati authored
lots of cleanup; few improvements; fix RDN selection bug when creating connection dynamic entries; rework entries ordering - now it's more intuitive and regular; optimize counters update
-
- 11 Sep, 2004 1 commit
-
-
Pierangelo Masarati authored
-
- 04 Sep, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Aug, 2004 2 commits
-
-
Luke Howard authored
-
Luke Howard authored
SLAPI always assigning connection and operation IDs of zero for internal operations, such operations would cause a stale contextCSN to be returned from slap_get_commit_csn(). As a result, SLAPI internal updates would be invisible to replicas until an external update was made. Also, SLAPI internal operations never called slap_graduate_commit_csn() which leaked pending CSNs. Also included in this patch is a general cleanup of some of the SLAPI code. Note that we need to use a separate mutex on conn_nextid to avoid a deadlock where a post-operation plugin tries to acquire connections_mutex, having locked the per-connection mutex, while the listener thread tries to acquire the per-connection mutex (having locked connections_mutex). connection.c needs to be fixed to acquire mutexes in the same order.
-
- 12 Aug, 2004 1 commit
-
-
Pierangelo Masarati authored
-
- 26 Jul, 2004 1 commit
-
-
Pierangelo Masarati authored
frontend stuff moved into a database structure, essentially to allow overlays to be processed before database selection; passes all tests (ITS#3080)
-
- 29 Jun, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 23 Jun, 2004 1 commit
-
-
Kurt Zeilenga authored
misc other cleanup
-
- 22 Jun, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 21 Jun, 2004 1 commit
-
-
Pierangelo Masarati authored
clear pagedresults_state if reusing an inactive connection; prepare for more consistent behavior of pagedResults control
-
- 26 Apr, 2004 1 commit
-
-
Howard Chu authored
-
- 20 Apr, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 07 Apr, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 24 Mar, 2004 1 commit
-
-
Howard Chu authored
-
- 17 Mar, 2004 2 commits
-
-
Kurt Zeilenga authored
-
Howard Chu authored
-
- 14 Mar, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 12 Mar, 2004 1 commit
-
-
Howard Chu authored
-
- 10 Feb, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 09 Feb, 2004 1 commit
-
-
Kurt Zeilenga authored
Also, took away abandon operations blank check against deferment. Abandon must be deferred in some cases (such as when other operations are pending) and should be deferred in some other cases (such as too many threads).
-
- 15 Jan, 2004 1 commit
-
-
Howard Chu authored
-
- 01 Jan, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 29 Dec, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 28 Dec, 2003 1 commit
-
-
Luke Howard authored
-