- 05 Nov, 2013 7 commits
-
-
Howard Chu authored
Closing a connection can abandon its ops without going thru the threadpool, so make sure to lock the si_ops_mutex before walking the list.
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu authored
-
Don't lock other threads while trying to connect to remote node.
-
Howard Chu authored
-
- 02 Nov, 2013 1 commit
-
-
Howard Chu authored
-
- 01 Nov, 2013 4 commits
-
-
Howard Chu authored
Introduced in commit 48cdd54d
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu authored
Tweak split_indx check, go one slot further.
-
- 31 Oct, 2013 1 commit
-
-
Howard Chu authored
In d8eccb35
-
- 28 Oct, 2013 3 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
David Wilson authored
-
- 24 Oct, 2013 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 21 Oct, 2013 2 commits
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
Return the environment's filedescriptor. Useful when the caller is doing their own locking.
-
- 18 Oct, 2013 1 commit
-
-
Howard Chu authored
-
- 14 Oct, 2013 1 commit
-
-
Howard Chu authored
USE_POSIX_SEM must define USE_HASH
-
- 12 Oct, 2013 11 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Also, check the split point on branch pages as well as leaf pages.
-
Howard Chu authored
There may be other uses for it besides semaphore names.
-
- 10 Oct, 2013 4 commits
-
-
Don't try to parse the result of a CLDAP bind request. Since these are faked, no message is actually returned.
-
Howard Chu authored
-
LDAP_CONNECTIONLESS code assumed that the size of an peer address is equal to or smaller than sizeof (struct sockaddr). Fix to use struct sockaddr_storage instead which is intended for this purpose. Use getnameinfo() where appropriate so we don't assume anything about the contents of struct sockaddr
-
Howard Chu authored
-
- 09 Oct, 2013 3 commits
-
-
Howard Chu authored
Don't need to reindex all the attr values if there were no deletes.
-
Howard Chu authored
Their completion was making slap_graduate_commit_csn() cleanup their parent op's CSN, thus preventing that CSN from propagating to any consumers.
-
Howard Chu authored
Other cursors being fixed up are not necessarily height 1.
-