- 28 Nov, 2001 7 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
--- Copyright 2001, Igor Khavkine, All rights reserved. This is free software; you can redistribute and use it under the same terms as OpenLDAP itself.
-
Kurt Zeilenga authored
-
- 27 Nov, 2001 11 commits
-
-
Howard Chu authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
SLAP_MR_ASSERTION_SYNTAX_MATCH SLAP_MR_VALUE_SYNTAX_MATCH SLAP_MR_VALUE_SYNTAX_CONVERTED_MATCH, add supporting evaluation macros, and update code as needed. Misc other code cleanup included.
-
Howard Chu authored
overflow/fragmentation. (This is now 16K vs default 4K.) It turns out that the entries' on-disk format is quite space-inefficient, storing 4 bytes per pointer or integer when typically >50% of those bytes are zero. Oh well. It's about a 2:1 space increase over ldbm now, vs 4:1 before when all the entries were overflowing the 4K pages.
-
Howard Chu authored
order, so the lastid is always the same as the last entry's ID. This is an incompatible db file change.
-
Howard Chu authored
returned from the backend.
-
Howard Chu authored
-
Howard Chu authored
-
Kurt Zeilenga authored
-
Howard Chu authored
(Concurrent Data Store mode) instead of DB_INIT_TXN. Faster, but tends to impede writers.
-
Howard Chu authored
tranasaction.
-
- 26 Nov, 2001 1 commit
-
-
Howard Chu authored
now take only two arguments instead of 3, overwriting the result onto the first argument. (glibc2.0.7 defaults to a 2MB stack per thread; 3 IDLs at 1.5MB plus various other runtime overhead is enough to trash the stack.) Also pass in a tmp IDL from search_candidates instead of allocating it in each candiate function.
-
- 24 Nov, 2001 6 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
bugs in indexing. Uncommented #define to turn on indexing in back-bdb.h. It looks like it's working.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 21 Nov, 2001 1 commit
-
-
Mark Adamson authored
-
- 17 Nov, 2001 8 commits
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
fix misinitialized UNDEFINED attribute type; reordered members of AttributeType because I don't know a portable way to statically initialize a mutex :)
-
Pierangelo Masarati authored
-
Howard Chu authored
-
Howard Chu authored
compile cleanly when BDB_FILTER_INDICES is defined, but I have not yet seen whether any of it actually works. In particular, I don't understand the "range" argument to the candidate functions...
-
Howard Chu authored
-
- 16 Nov, 2001 6 commits
-
-
Kurt Zeilenga authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-