- Jan 24, 2012
-
-
Quanah Gibson-Mount authored
-
connection_<first/next>() takes a ber_socket_t *index, not int*.
-
Code comments belong in the code, not in commit messages.
-
Only wait out already-started pauses, not pause reqests. ltp_pause now says whether a pause is requested or has started. This reduces the chance that slapd:send_ldap_ber() will start a pause in the middle of an operation.
-
- Jan 23, 2012
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Use PERL_SYS_INIT3() after all. There appears to be no correct way to do this, so we should as least follow the documentation.
-
Use PERL_SYS_INIT() instead of broken PERL_SYS_INIT3(,,NULL). Pass its output variables to perl_parse(). Fix argument type 'char *(*argv)[3]' to 'char ***argv'. NULL-terminate argv in case that is needed.
-
Quanah Gibson-Mount authored
-
-
-
-
Track allocations and invalid accesses to freed tmp pages.
-
Fix for failure when committing a txn that is a child of some parent txn.
-
-
Don't compare cursors that aren't deep enough to match the current cursor.
-
-
- Jan 20, 2012
-
-
Quanah Gibson-Mount authored
-
-
-
Quanah Gibson-Mount authored
-
Partial revert of 9e00b6cc:connection.c.
-
-
-
-
- Jan 03, 2012
-
-
Quanah Gibson-Mount authored
-
-
- Dec 21, 2011
-
-
Quanah Gibson-Mount authored
-
-
- Dec 15, 2011
-
-
Quanah Gibson-Mount authored
-
Additional fix for a66fb163
-
- Dec 12, 2011
-
-
Quanah Gibson-Mount authored
-
-
- Nov 30, 2011
-
-
Quanah Gibson-Mount authored
-
-
- Nov 29, 2011
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Should not do anything in tool mode.
-
Originally, overlays were not supposed to take effect in tool mode. Apparently that's no longer the case...
-