- 26 Mar, 2021 1 commit
-
-
Howard Chu authored
Just no-op if trying to close a connection that's already being closed.
-
- 22 Mar, 2021 1 commit
-
-
Howard Chu authored
Since c_mutex is now always inited at startup time, we no longer need connections_mutex to protect from uninit'd structures
-
- 11 Mar, 2021 1 commit
-
-
Howard Chu authored
-
- 08 Feb, 2021 1 commit
-
-
Howard Chu authored
-
- 11 Jan, 2021 1 commit
-
-
Quanah Gibson-Mount authored
-
- 12 Nov, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 29 Oct, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 24 Sep, 2020 1 commit
-
-
Avoid using sys_errlist unless there's no other choice
-
- 21 Sep, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 13 Sep, 2020 1 commit
-
-
Don't resume pending ops unless there are no other threads waiting to write
-
- 18 Aug, 2020 1 commit
-
-
Howard Chu authored
Reallocates sockets from old to new listener threads
-
- 21 Jun, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 14 May, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 23 Apr, 2020 1 commit
-
-
Isaac Boukris authored
Add LDAP_OPT_X_SASL_CBINDING option to define the binding type to use, defaults to "none". Add "tls-endpoint" binding type implementing "tls-server-end-point" from RCF 5929, which is compatible with Windows. Fix "tls-unique" to include the prefix in the bindings as per RFC 5056.
-
- 28 Jan, 2020 1 commit
-
-
Ondřej Kuzník authored
-
- 09 Jan, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 28 Oct, 2019 1 commit
-
-
Howard Chu authored
And additional debug code for tracking errant close()s
-
- 10 Jul, 2019 1 commit
-
-
Howard Chu authored
-
- 28 Feb, 2019 1 commit
-
-
- 15 Feb, 2019 1 commit
-
-
Ondřej Kuzník authored
-
- 14 Jan, 2019 1 commit
-
-
Quanah Gibson-Mount authored
-
- 22 Mar, 2018 1 commit
-
-
Quanah Gibson-Mount authored
-
- 08 Sep, 2017 1 commit
-
-
Howard Chu authored
Fix op_finish, must resched connection to pick up pending ops. Fix op completion counter.
-
- 07 Sep, 2017 1 commit
-
-
Howard Chu authored
Tell frontend the op will finish asynchronously, leave it alone
-
- 16 Mar, 2017 1 commit
-
-
Howard Chu authored
Show time spent in conn+threadpool queues before an op actually executes. Also clean up timestamp handling
-
- 03 Jan, 2017 1 commit
-
-
Quanah Gibson-Mount authored
-
- 29 Jan, 2016 1 commit
-
-
Quanah Gibson-Mount authored
-
- 29 Aug, 2015 1 commit
-
-
Howard Chu authored
-
- 11 Feb, 2015 1 commit
-
-
Quanah Gibson-Mount authored
-
- 14 Jan, 2015 1 commit
-
-
Howard Chu authored
-
- 15 Sep, 2014 1 commit
-
-
Howard Chu authored
Only in back-mdb; back-bdb needs work but it's deprecated; not worth the effort. In particular txn, retry after deadlocks makes the whole thing too messy.
-
- 25 Jan, 2014 1 commit
-
-
Kurt Zeilenga authored
-
- 10 Oct, 2013 1 commit
-
-
Howard Chu authored
-
- 07 Sep, 2013 2 commits
-
-
Howard Chu authored
Writer threads do their own wait using select/poll instead of asking the listener thread. Eliminates one mutex+one condvar per conn plus multiple wakeups of the listener thread. Also fixes writetimeout to wait an exact time, instead of the approximation used in the listener thread.
-
Howard Chu authored
Note: I could not test the MozNSS patch due to the absence of NSS PEM support on my machine. Given the review comments in https://bugzilla.mozilla.org/show_bug.cgi?id=402712 I doubt that trustworthy PEM support will be appearing for MozNSS any time soon.
-
- 27 Aug, 2013 1 commit
-
-
Howard Chu authored
Currently only implemented for OpenSSL. Needs an option to set the criticality flag.
-
- 18 Mar, 2013 1 commit
-
-
Hallvard Furuseth authored
-
- 02 Jan, 2013 1 commit
-
-
Kurt Zeilenga authored
-
- 23 Jan, 2012 2 commits
-
-
Hallvard Furuseth authored
connection_<first/next>() takes a ber_socket_t *index, not int*.
-
Hallvard Furuseth authored
Code comments belong in the code, not in commit messages.
-