- Feb 03, 2012
-
-
- Feb 02, 2012
-
-
-
Temporary fix...
-
-
- Jan 30, 2012
-
-
- Jan 27, 2012
-
-
Treat LDAP_NO_SUCH_OBJECT as success, otherwise the consumer will abort and start a new refresh for no good reason.
-
- Jan 24, 2012
-
-
-
-
-
connection_<first/next>() takes a ber_socket_t *index, not int*.
-
Code comments belong in the code, not in commit messages.
-
- Jan 23, 2012
-
-
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.
-
-
-
- Jan 20, 2012
-
-
-
Partial revert of 9e00b6cc:connection.c.
-
-
- Dec 21, 2011
-
-
- Dec 15, 2011
-
-
Additional fix for a66fb163
-
- Dec 12, 2011
-
-
- Nov 29, 2011
-
-
-
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...
-
- Nov 25, 2011
-
-
- Nov 23, 2011
-
-
- Nov 22, 2011
-
-
-
No mutex needed since config ops are single-threaded. Don't send Unavailable message if we're shutting down.
-
-
init fop.o_extra, copying from s_op is not guaranteed.
-
- Nov 17, 2011
-
-
Howard Chu authored
-