2004-11-19 |
Howard Chu | Use exop_is_write() macro
|
commit | commitdiff | tree |
2004-11-19 |
Howard Chu | Overlay for serializing modifications of a specific...
|
commit | commitdiff | tree |
2004-11-19 |
Howard Chu | Add SLAP_EXOP_WRITES flag, expose flags in Operation,
|
commit | commitdiff | tree |
2004-11-19 |
Howard Chu | Fix waking test
|
commit | commitdiff | tree |
2004-11-18 |
Howard Chu | Fix prev commit
|
commit | commitdiff | tree |
2004-11-18 |
Howard Chu | Check for sys/epoll.h
|
commit | commitdiff | tree |
2004-11-18 |
Howard Chu | Add check for epoll(), sys/epoll.h
|
commit | commitdiff | tree |
2004-11-18 |
Howard Chu | shutdown on failure in epoll_ctl when adding a socket...
|
commit | commitdiff | tree |
2004-11-18 |
Howard Chu | Fix prev commit, didn't mean to have HAVE_EPOLL hardcoded
|
commit | commitdiff | tree |
2004-11-18 |
Howard Chu | epoll support works
|
commit | commitdiff | tree |
2004-11-18 |
Howard Chu | Fix epoll compilation
|
commit | commitdiff | tree |
2004-11-18 |
Howard Chu | First pass at macro-izing event handling method. Still...
|
commit | commitdiff | tree |
2004-11-18 |
Howard Chu | Allow a small number of waking events to be outstanding...
|
commit | commitdiff | tree |
2004-11-18 |
Howard Chu | Count writers, don't pass w fd_set if there are none
|
commit | commitdiff | tree |
2004-11-17 |
Howard Chu | Fix include path for backend.h when using separate...
|
commit | commitdiff | tree |
2004-11-17 |
Howard Chu | Avoid trashing client memory when socket is greater...
|
commit | commitdiff | tree |
2004-11-17 |
Howard Chu | Fix BDB 4.3 fasttool, flag must be set before opening...
|
commit | commitdiff | tree |
2004-11-16 |
Howard Chu | Avoid filling the wake_sds when massive numbers of...
|
commit | commitdiff | tree |
2004-11-15 |
Howard Chu | Fix prev commit. I wonder if we should convert the...
|
commit | commitdiff | tree |
2004-11-14 |
Howard Chu | Slight tweak for select descriptor checking
|
commit | commitdiff | tree |
2004-11-13 |
Howard Chu | fasttool: BDB 4.3 uses DB_LOG_INMEMORY instead of DB_TXN_NOT...
|
commit | commitdiff | tree |
2004-11-13 |
Howard Chu | Update BDB 4.3 errcall prototype again to silence warnings
|
commit | commitdiff | tree |
2004-11-13 |
Howard Chu | BDB 4.3 detection, new static backend handler
|
commit | commitdiff | tree |
2004-11-10 |
Howard Chu | Fix bind_anon keyword
|
commit | commitdiff | tree |
2004-11-10 |
Howard Chu | Delete incorrect comments
|
commit | commitdiff | tree |
2004-11-09 |
Howard Chu | A bit more...
|
commit | commitdiff | tree |
2004-11-08 |
Howard Chu | Better cache counting, partially revert 1.85
|
commit | commitdiff | tree |
2004-11-08 |
Howard Chu | Assist in cache debugging
|
commit | commitdiff | tree |
2004-11-05 |
Howard Chu | Only use libltdl #if SLAPD_MODULES is defined, otherwise...
|
commit | commitdiff | tree |
2004-11-05 |
Howard Chu | ITS#3376 fix subordinate keyword
|
commit | commitdiff | tree |
2004-11-05 |
Howard Chu | ITS#3376 Fix prev commit, handling of replogfile
|
commit | commitdiff | tree |
2004-11-05 |
Howard Chu | ITS#3376 table-driven config engine
|
commit | commitdiff | tree |
2004-11-04 |
Howard Chu | Minor cleanup of prev commit
|
commit | commitdiff | tree |
2004-11-04 |
Howard Chu | Consolidate redundant code
|
commit | commitdiff | tree |
2004-11-02 |
Howard Chu | Incomplete skeleton
|
commit | commitdiff | tree |
2004-10-31 |
Howard Chu | Fix hdb cache kid counts
|
commit | commitdiff | tree |
2004-10-31 |
Howard Chu | ITS#3356 - when purging cache, free entryInfo if node...
|
commit | commitdiff | tree |
2004-10-30 |
Howard Chu | Don't access entry after commit; it may be gone if...
|
commit | commitdiff | tree |
2004-10-27 |
Howard Chu | ITS#3369 - be is seldom NULL, now test for be == frontendDB
|
commit | commitdiff | tree |
2004-10-27 |
Howard Chu | ITS#3365 - fix leaking bdb locks when evaluating dynamic...
|
commit | commitdiff | tree |
2004-10-27 |
Howard Chu | ITS#3358 - make bdb_cache_lru_add skip entries that...
|
commit | commitdiff | tree |
2004-10-19 |
Howard Chu | Fix typo in select call
|
commit | commitdiff | tree |
2004-10-16 |
Howard Chu | BDB 4.3 compatibility
|
commit | commitdiff | tree |
2004-10-16 |
Howard Chu | define DB_VERSION_FULL to simplify version checks
|
commit | commitdiff | tree |
2004-10-16 |
Howard Chu | Free old op->o_sync_csn before allocating new one....
|
commit | commitdiff | tree |
2004-10-16 |
Howard Chu | BDB 4.3 compatibility, if the reader TXN is deadlocked...
|
commit | commitdiff | tree |
2004-10-07 |
Howard Chu | Add ppolicy_hash_cleartext config keyword, hash Adds...
|
commit | commitdiff | tree |
2004-10-07 |
Howard Chu | Add a retry for entry_get too. (oops)
|
commit | commitdiff | tree |
2004-10-06 |
Howard Chu | Fix prev commit
|
commit | commitdiff | tree |
2004-10-06 |
Howard Chu | Revert ITS#3353 patch, it needs to be reworked.
|
commit | commitdiff | tree |
2004-10-02 |
Howard Chu | More per Ando's suggestion
|
commit | commitdiff | tree |
2004-10-01 |
Howard Chu | Add a retry for failed connections
|
commit | commitdiff | tree |
2004-10-01 |
Howard Chu | Add a retry for failed connections
|
commit | commitdiff | tree |
2004-10-01 |
Howard Chu | ITS#3353 consolidate slapd globals into a single struct
|
commit | commitdiff | tree |
2004-09-28 |
Howard Chu | Add SLAP_MR_ORDERED_INDEX - support for inequality...
|
commit | commitdiff | tree |
2004-09-28 |
Howard Chu | Add some more comments to time conversion
|
commit | commitdiff | tree |
2004-09-28 |
Howard Chu | Move time parsers from ppolicy.c to liblutil; preserve...
|
commit | commitdiff | tree |
2004-09-28 |
Howard Chu | Rename slap_tm to lutil_tm...
|
commit | commitdiff | tree |
2004-09-28 |
Howard Chu | Move time parsers from ppolicy.c to liblutil; preserve...
|
commit | commitdiff | tree |
2004-09-28 |
Howard Chu | ITS#2588, ITS#2661 docs.
|
commit | commitdiff | tree |
2004-09-28 |
Howard Chu | Tweak exact hashing in prev commit
|
commit | commitdiff | tree |
2004-09-28 |
Howard Chu | ITS#2661: configurable substring index lengths
|
commit | commitdiff | tree |
2004-09-21 |
Howard Chu | Make ppolicy_add consistent with ppolicy_modify - don...
|
commit | commitdiff | tree |
2004-09-02 |
Howard Chu | ITS#3309 better fix, add op->ord_csn in frontend and...
|
commit | commitdiff | tree |
2004-09-01 |
Howard Chu | Avoid gratuitous reindexing of cn and objectclass in...
|
commit | commitdiff | tree |
2004-09-01 |
Howard Chu | ITS#3309 fix syncrepl psearch propagation of Delete...
|
commit | commitdiff | tree |
2004-08-28 |
Howard Chu | Forced Commit - prev commit (1.56) also fixes ITS#3263...
|
commit | commitdiff | tree |
2004-08-28 |
Howard Chu | fix uninit'd be_context_csn for syncrepl
|
commit | commitdiff | tree |
2004-08-25 |
Howard Chu | ITS#3301 fix prev commit, don't fail op on DB_NOTFOUND
|
commit | commitdiff | tree |
2004-08-25 |
Howard Chu | ITS#3301 check for dn2entry failure
|
commit | commitdiff | tree |
2004-08-19 |
Howard Chu | ITS#3289 - add SLAP_AT_DYNAMIC flag for dynamically...
|
commit | commitdiff | tree |
2004-08-19 |
Howard Chu | ITS#3291 delay use of slap_known_controls until all...
|
commit | commitdiff | tree |
2004-08-18 |
Howard Chu | Reworked fix for ITS#3140 - add access parameter to...
|
commit | commitdiff | tree |
2004-08-18 |
Howard Chu | More for ITS#3288 be_pcl_mutex fixes
|
commit | commitdiff | tree |
2004-08-18 |
Howard Chu | More fixes for prev commit
|
commit | commitdiff | tree |
2004-08-18 |
Howard Chu | Delete unused be_context_csn_mutex
|
commit | commitdiff | tree |
2004-08-18 |
Howard Chu | Fix ITS#3288: use be_pcl_mutexp instead of be_pcl_mutex
|
commit | commitdiff | tree |
2004-08-15 |
Howard Chu | Revert rev 1.92, AI_ADDRCONFIG is not a legal flag...
|
commit | commitdiff | tree |
2004-08-15 |
Howard Chu | Fix crash on modify if userpassword didn't exist yet
|
commit | commitdiff | tree |
2004-07-25 |
Howard Chu | Fix ITS#3255, boi_bdb comparisons
|
commit | commitdiff | tree |
2004-07-25 |
Howard Chu | Fix spurious warning for fasttool keyword when running...
|
commit | commitdiff | tree |
2004-07-24 |
Howard Chu | ITS#3250 don't call select unnecessarily
|
commit | commitdiff | tree |
2004-07-22 |
Howard Chu | More info about linearindex and slapadd
|
commit | commitdiff | tree |
2004-07-22 |
Howard Chu | Added linearindex option for slapindex. Improves performance...
|
commit | commitdiff | tree |
2004-07-22 |
Howard Chu | ITS#3178 add "fasttool" option to disable transaction...
|
commit | commitdiff | tree |
2004-07-22 |
Howard Chu | Minor cleanup
|
commit | commitdiff | tree |
2004-07-20 |
Howard Chu | One more Windows tweak
|
commit | commitdiff | tree |
2004-07-20 |
Howard Chu | Windoes compatibility tweaks
|
commit | commitdiff | tree |
2004-07-19 |
Howard Chu | Required by backover.c -r1.22
|
commit | commitdiff | tree |
2004-07-19 |
Howard Chu | Required by backover.c -r1.22
|
commit | commitdiff | tree |
2004-07-18 |
Howard Chu | strptime is unreliable, just parse time ourselves
|
commit | commitdiff | tree |
2004-07-18 |
Howard Chu | Make sure hdb gets signed chars for len comparison
|
commit | commitdiff | tree |
2004-07-17 |
Howard Chu | Hide WINAPI entry points from slapd/symdummy
|
commit | commitdiff | tree |
2004-07-12 |
Howard Chu | Add backend_startup_one()
|
commit | commitdiff | tree |
2004-07-12 |
Howard Chu | Don't bother logging lock failures for tryOnly mode
|
commit | commitdiff | tree |
2004-07-12 |
Howard Chu | Release cache locker on db close
|
commit | commitdiff | tree |
2004-07-12 |
Howard Chu | Fix for non-thread run
|
commit | commitdiff | tree |
2004-07-10 |
Howard Chu | Make sure DB result codes are returned to caller; add...
|
commit | commitdiff | tree |
2004-07-10 |
Howard Chu | Remove redundant code from previous patch
|
commit | commitdiff | tree |
2004-07-10 |
Howard Chu | Minor cleanup
|
commit | commitdiff | tree |
next |