- Feb 08, 2023
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
- Jan 30, 2023
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
-
Quanah Gibson-Mount authored
-
We can't rlock if we've registered ourselves as a writer. We can only figure that out by checking if we're the thread that initiated the pause: is the server paused already?
-
Quanah Gibson-Mount authored
This reverts commit 393308ac.
-
- Jan 19, 2023
-
-
We're in a much better place now and there is only a single task active for a given syncinfo_t plus the task that's just scheduled it and is wrapping up. Any remaining times this wouldn't be true are probably bugs to be fixed.
-
Quanah Gibson-Mount authored
-
-
epoch_append should be called at the point the object is not reachable anymore, otherwise a thread from a "future" might still access it post reclamation.
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
Use cn=config format of TRUE/FALSE instead of slapd.conf format on/off
-
Quanah Gibson-Mount authored
-
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
-
- Jan 09, 2023
-
-
Quanah Gibson-Mount authored
-
Same as ITS#9358 but for ordering matching rule, not just equality
-
- Dec 15, 2022
-
-
Howard Chu authored
-
- Dec 05, 2022
-
-
Quanah Gibson-Mount authored
-
-
-
-
For simple (non-nested) member compares, avoid unnecessary fetches of dyngroups that can't match the filter. cache filter/entry instance info across multiple dyn entries to avoid refetching each filter entry for each dyngruop test.
-
Minimize cost of dynamic lists while still making them filterable: require their attrs to be explicitly mapped if filtering is to be supported. Also check config scope in compare op
-