2015-10-27 |
Hallvard Furuseth | ITS#8292 Fix ldif-filter, drop workaround for bug |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Howard Chu | ITS#8289 fix mod Increment with inherited attr type |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Howard Chu | ITS#8216 fix ldif-filter invocation |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Howard Chu | Merge remote-tracking branch 'origin/mdb.RE/0.9' |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Howard Chu | More misc updates |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Howard Chu | ITS#8216 Windows compat |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Fix typo in mdb_tassert(). |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Pavel Medvedev | ITS#8069 char* strings on Windows are ASCII |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Pavel Medvedev | ITS#8067 add ssize_t typedef for MSVC |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Simpler mdb_env_write_meta() |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Kill magic numbers for NUM_METAS, databases |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | ITS#7377 Catch mdb_put() to blocked/read-only txns |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | ITS#7377 Always notice env error on txn startup. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Cleanup: Drop !mt_dbxs hack, use MDB_TXN_FINISHED |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Catch most uses of finished/parent txns. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Move code into mdb_txn_end(). Was mdb_txn_reset0. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Factor me_metas[toggle] out to mdb_env_pick_meta() |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Simpler mdb_node_add() |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | More ESECT declarations |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Add DB_USRVALID, to avoid 'dbi == FREE_DBI' tests |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Simpler flag/DBI checks and MDB_DEBUG |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Simpler mdb_drop(). |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Simpler mdb_node_shrink() |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Simpler mdb_txn_commit(). |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | mdb_txn_begin() cleanup |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | mdb_drop0(): Omit scanning DUPSORT sub-DB leaves |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Use mdb_cmp_long() for FREE_DBI |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | mdb_env_get_flags(): Hide internal flags |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Support robust mutexes/locks. Add mdb_mutex_t etc. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Add MDB_USE_POSIX_MUTEX. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Whitespace (align with mdb.master) |
commit | commitdiff | tree | snapshot |
2015-10-25 |
leo@yuriev.ru | ITS#7969 Use __sync_synchronize() |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Set/clear mp_pad, md_pad (MDB_DUPFIXED data size). |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Cleanup MDB_env.me_txn0. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Copy some env flags to txn. Factor out flags. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
leo@yuriev.ru | ITS#7971 mdb_txn_renew0(): Fix new readers slots. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
David Barbour | ITS#7994 Access to current transaction ID. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | Try to avoid an invalid datafile after failed init |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | For ITS#7789: Ensure mapsize >= pages in use. |
commit | commitdiff | tree | snapshot |
2015-10-25 |
HAMANO Tsukasa | ITS#8114 LDAP MODIFY handling |
commit | commitdiff | tree | snapshot |
2015-10-25 |
HAMANO Tsukasa | ITS#8114 suppress warn message |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Ondřej Kuzník | ITS#8215 Make slapmodify test failures fatal |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Ondřej Kuzník | ITS#8215 Add config tool delete support |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Ondřej Kuzník | ITS#8215 Add mdb tool delete support |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Ondřej Kuzník | ITS#8215 Add bdb tool delete support |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Ondřej Kuzník | ITS#8215 Change BI_tool_entry_delete signature |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Ondřej Kuzník | ITS#8215 Make editing of invalid entries possible |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Ondřej Kuzník | ITS#8215 Do not crash on an empty entry |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Ondřej Kuzník | ITS#8215 Remove a memory leak |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Ondřej Kuzník | ITS#8215 Use the correct transaction |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Ondřej Kuzník | ITS#8215 Add slapmodify manpage |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Ondřej Kuzník | ITS#8215 Manpage fixes |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Howard Chu | ITS#8284 olcRelay needs quotes |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Howard Chu | Merge remote-tracking branch 'origin/mdb.RE/0.9' |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Howard Chu | ITS#8263, 8264, 7771, 8270 |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Ignacio Casal... | ITS#8270 win32: fix conversion error with MSVC |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Howard Chu | ITS#7771 fix cursor tracking on fake pages |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Hallvard Furuseth | ITS#8263 streamline prev patch |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Howard Chu | ITS#8263 fix cursor tracking in cursor_put |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Howard Chu | ITS#8264 fix cursor_del cursor tracking |
commit | commitdiff | tree | snapshot |
2015-10-24 |
Howard Chu | Cleanup |
commit | commitdiff | tree | snapshot |
2015-10-24 |
Howard Chu | ITS#8281 more for prev commit |
commit | commitdiff | tree | snapshot |
2015-10-24 |
Howard Chu | ITS#8281 fix delta-mmr with interrupted refresh |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Howard Chu | ITS#8280 Fix Windows EOL in test output |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Howard Chu | ITS#8277 simpler check for syncrepl on config DB |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Quanah Gibson... | mdb is the recommended backend to OpenLDAP |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Howard Chu | ITS#8273 Windows file:// URL fixup |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Howard Chu | ITS#8258 |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Howard Chu | Merge remote-tracking branch 'origin/mdb.RE/0.9' |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Howard Chu | ITS#8258 fix rebalance/split |
commit | commitdiff | tree | snapshot |
2015-10-02 |
Howard Chu | ITS#8262 more |
commit | commitdiff | tree | snapshot |
2015-10-02 |
Howard Chu | ITS#8262 add ldap_build_*_req functions |
commit | commitdiff | tree | snapshot |
2015-10-01 |
Howard Chu | ITS#8261 change sl_mem_detach to sl_mem_setctx |
commit | commitdiff | tree | snapshot |
2015-09-30 |
Howard Chu | ITS#8259 fix usage ordering |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Howard Chu | Merge remote-tracking branch 'origin/mdb.RE/0.9' |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Howard Chu | ITS#8221 fix typos |
commit | commitdiff | tree | snapshot |
2015-09-27 |
Howard Chu | Merge remote-tracking branch 'origin/mdb.RE/0.9' |
commit | commitdiff | tree | snapshot |
2015-09-27 |
Howard Chu | ITS#8221, #8256 |
commit | commitdiff | tree | snapshot |
2015-09-27 |
Howard Chu | ITS#8221 don't merge branch pages needlessly |
commit | commitdiff | tree | snapshot |
2015-09-27 |
Luke Yeager | ITS#8256 Create install directories if needed |
commit | commitdiff | tree | snapshot |
2015-09-25 |
Howard Chu | ITS#8230 add GnuTLS/nettle support |
commit | commitdiff | tree | snapshot |
2015-09-25 |
Howard Chu | ITS#8230 fix padding count |
commit | commitdiff | tree | snapshot |
2015-09-25 |
Howard Chu | ITS#8230 Don't skip tval on big-endian |
commit | commitdiff | tree | snapshot |
2015-09-22 |
Howard Chu | ITS#8233 (#8251) |
commit | commitdiff | tree | snapshot |
2015-09-17 |
Howard Chu | ITS#8249 add option to return search entry |
commit | commitdiff | tree | snapshot |
2015-09-14 |
Ryan Tandy | ITS#7897 fix admin guide syncrepl TLS defaults |
commit | commitdiff | tree | snapshot |
2015-09-14 |
Howard Chu | ITS#8244 skip client controls in ldap_back_entry_get() |
commit | commitdiff | tree | snapshot |
2015-09-12 |
Howard Chu | ITS#7377, 8237 |
commit | commitdiff | tree | snapshot |
2015-09-12 |
Howard Chu | ITS#8237 fix ITS#7589 regression |
commit | commitdiff | tree | snapshot |
2015-09-12 |
Hallvard Furuseth | ITS#7377 mdb_env_init_meta(): Catch calloc error |
commit | commitdiff | tree | snapshot |
2015-09-12 |
Howard Chu | Revert "Revert "ITS#8240 remove obsolete assert"" |
commit | commitdiff | tree | snapshot |
2015-09-12 |
Howard Chu | Revert "ITS#8240 remove obsolete assert" |
commit | commitdiff | tree | snapshot |
2015-09-09 |
Howard Chu | ITS#8240 remove obsolete assert |
commit | commitdiff | tree | snapshot |
2015-09-07 |
Ryan Tandy | ITS#7964 avoid double-unescaping rewrite rules |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Ryan Tandy | ITS#7889 add olcDropUnrequested to olcRwmConfig |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Ryan Tandy | ITS#8235 fix compiler warnings |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Ryan Tandy | ITS#8234 revert to default policy on failure |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Ryan Tandy | ITS#7537 release entry on failure |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Howard Chu | ITS#8233 reject lines with unbalanced quotes |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Howard Chu | ITS#8226 leave nested ops alone |
commit | commitdiff | tree | snapshot |
next |