- Sep 16, 2020
-
-
- Sep 15, 2020
-
-
Quanah Gibson-Mount authored
-
- Sep 10, 2020
-
-
Fix a regression in delta-sync, was returning error on old CSNs instead of ignoring them
-
Ondřej Kuzník authored
-
- Sep 09, 2020
-
-
Don't log cookiecsn at top, it was already logged on receipt. Only log the "srs csn" and "too old" message once for each sid. Fix log output for empty UUID.
-
Quanah Gibson-Mount authored
-
Using cs_pmutex. Reverts the addition of cs_modmutex in ITS#9330, use cs_pmutex for both delta and plain writes. Note that plain syncrepl already used cs_pmutex when a cookie CSN was present in the op. Now it is used for all writes, regardless of presence of cookie.
-
-
Don't depend on accesslog overlay's serialization
-
Quanah Gibson-Mount authored
-
- Sep 07, 2020
-
- Sep 04, 2020
-
-
Quanah Gibson-Mount authored
-
-
-
-
Quanah Gibson-Mount authored
-
- Sep 03, 2020
-
-
-
Quanah Gibson-Mount authored
-
The mutex_lock was being skipped in the lockout case, but still calling mutex_unlock at the end.
-
- Sep 02, 2020
-
-
Quanah Gibson-Mount authored
This reverts commit 9f8a408c. It unfortunately relies on logging only available in 2.5 and later.
-
-
- Sep 01, 2020
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
- Aug 31, 2020
-
-
Quanah Gibson-Mount authored
-
Don't assume si_cookieState is always newer
-
In a standard Refresh present phase, the provider sends no cookie since it is only listing the entries that existed as of the time in the cookie the consumer sent. In this case the consumer only needs to check entryCSNs against its last sent cookie.
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- Aug 28, 2020
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
- Aug 27, 2020
-
-
Quanah Gibson-Mount authored
-
-
- Aug 26, 2020
-
-
Quanah Gibson-Mount authored
-
libldap doesn't use a connected socket for UDP sessions, but 3rd parties can, passed in with ldap_init_fd().
-
Quanah Gibson-Mount authored
-
A bit uglier but more straightforward.
-