- Dec 15, 2020
-
-
Howard Chu authored
if pagedResults is in use
-
- Dec 14, 2020
-
-
Howard Chu authored
-
Howard Chu authored
-
- Dec 13, 2020
-
-
Howard Chu authored
-
- Dec 08, 2020
-
-
-
-
-
-
Quanah Gibson-Mount authored
Fix provided by grapvar@gmail.com
-
- Dec 04, 2020
- Dec 03, 2020
-
-
Howard Chu authored
-
- Dec 02, 2020
-
-
Quanah Gibson-Mount authored
-
- Dec 01, 2020
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Nov 30, 2020
-
-
Quanah Gibson-Mount authored
Prevent forks of release branches from triggering CI/CD when pushed. All work in forks should be done in a non-release branch
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Nov 28, 2020
-
-
Howard Chu authored
-
- Nov 27, 2020
-
-
Howard Chu authored
-
Howard Chu authored
-
- Nov 24, 2020
-
-
-
Howard Chu authored
-
- Nov 23, 2020
-
-
Howard Chu authored
Tighten validity checks
-
Howard Chu authored
Regression from fix for ITS#7403
-
- Nov 20, 2020
-
-
Quanah Gibson-Mount authored
-
- Nov 17, 2020
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
This needs to be confirmed: Location based atomics do not imply a full fence of the same level. So to get the code in dispose() read the actual data, it seems we need to initiate a fence.
-
Ondřej Kuzník authored
It is used internally to identify pinned operations and should not be encountered over the wire.
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
If we're idle, there might be objects pending cleanup for the last two epochs. Unless another thread comes in and checks into a new epoch or we shut down, they will linger forever. If one of the objects was a connection, it wouldn't get closed and be stuck in CLOSE_WAIT state, potentially refusing another ligitimate connection if its socket address were to match the one we're yet to close.
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
Reject operations in such a case with LDAP_BUSY. If read_event feature is on, just stop reading from the connection. However this could still result in deadlocks in reasonable situations. Need to figure out better ways to make it safe and still protect ourselves.
-
Ondřej Kuzník authored
Switched off unless thread debugging is on, but still useful for static analysis.
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-