- 28 May, 2013 8 commits
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
-
Quanah Gibson-Mount authored
-
-
-
- 24 May, 2013 11 commits
-
-
Quanah Gibson-Mount authored
-
-
-
Quanah Gibson-Mount authored
-
ldap_init_fd() tried to handle UDP sockets but was missing certain key pieces to make it work. Fill in the address and set the UDP flag correctly.
-
-
-
Quanah Gibson-Mount authored
-
Allow base entry to be added online with targets added later. Add SLAP_SERVER_RUNNING flag to note that main slap_startup has already occurred.
-
-
-
- 17 May, 2013 1 commit
-
-
Quanah Gibson-Mount authored
-
- 15 May, 2013 5 commits
-
-
Howard Chu authored
Needed for <resolv.h>, which is needed for BYTE_ORDER.
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 14 May, 2013 1 commit
-
-
Howard Chu authored
If updating a page's separator triggers a split in its parent, we may have missed adjusting the parent's cursor position.
-
- 13 May, 2013 1 commit
-
-
Howard Chu authored
-
- 10 May, 2013 6 commits
-
-
Quanah Gibson-Mount authored
-
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
Forgot #include <errno.h>
-
Howard Chu authored
-
- 05 May, 2013 2 commits
-
-
Hallvard Furuseth authored
mdb_txn_begin(): Do not free(mt_free_pgs), it needs mdb_midl_free(). mdb_txn_commit(): Catch commit(child) error.
-
Hallvard Furuseth authored
Do not try to scan me_dbxs in a closed/never-opened MDB_env. Broken by 7d643d3a and 151c416b.
-
- 04 May, 2013 5 commits
-
-
Hallvard Furuseth authored
No real change. mdb_cursor_init() checks if it needs mx, so pass it unconditionally. Set C_ALLOCD for shadow cursors, for clarity. (It was always set as it should anyway from the origin cursor, which would have C_ALLOCD.)
-
Hallvard Furuseth authored
Unused function when MDB_DEBUG. Unused 'excl' param.
-
Hallvard Furuseth authored
There was little point in returning EINVAL when not: Comparing (A,B) and (B,A) would claim (A > B && B > A), which could confuse callers.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Catch mdb_cursor_renew(write txn's cursor). Add flag C_UNTRACK, so mdb_cursor_close need not peek inside a possibly-freed readonly txn.
-