- 30 Sep, 2020 2 commits
-
-
Dragos Haiduc authored
-
Dragos Haiduc authored
-
- 25 Sep, 2020 8 commits
-
-
Ondřej Kuzník authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Saves about 20% CPU time and RAM
-
-
Fix logmsg uuidstr. Shortcut finding start of playback. Allow dup CSNs in log, but with different UUIDs. All non-present deletes in a refresh use the same CSN.
-
-
Quanah Gibson-Mount authored
-
- 24 Sep, 2020 4 commits
-
-
-
-
Avoid using sys_errlist unless there's no other choice
-
After initial contact, don't exit if a server goes down. Also, don't wait forever for responses, use a timeout and mention when a timeout occurs. Simplify csn/sid handling, we know the max we expect so just allocate the space in advance and keep a fixed sid to slot mapping.
-
- 23 Sep, 2020 1 commit
-
-
Ondřej Kuzník authored
-
- 22 Sep, 2020 1 commit
-
-
Howard Chu authored
-
- 21 Sep, 2020 3 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
- 20 Sep, 2020 1 commit
-
-
Howard Chu authored
Use the correct database entry instead of the frontendDB entry
-
- 18 Sep, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 17 Sep, 2020 3 commits
-
-
Howard Chu authored
-
Performance improvement for indexed attributes removal
-
Howard Chu authored
Calling from backend.c only works if back-monitor is a static backend
-
- 16 Sep, 2020 3 commits
-
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
If HAVE_SYS_ERRLIST is false, nothing uses them anyway, so the declarations serve no purpose. Just breaks the compile if the library actually defines them (and we are avoiding using them).
-
- 15 Sep, 2020 2 commits
-
-
Previous commit could cause cmdline cookie to be ignored
-
Howard Chu authored
If the "" glue entry exists and lacks a contextCSN, must perform an additional search to be sure the DB is otherwise empty. If so, skip creating the contextCSN.
-
- 13 Sep, 2020 4 commits
-
-
Quanah Gibson-Mount authored
-
Don't resume pending ops unless there are no other threads waiting to write
-
Howard Chu authored
-
Howard Chu authored
-
- 12 Sep, 2020 3 commits
-
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 11 Sep, 2020 3 commits
-
-
Solaris stdio hates NULL pointers
-
Was overlooked in a0cc1d96
-
Quanah Gibson-Mount authored
-
- 10 Sep, 2020 1 commit
-
-
valgrind didn't like accesses to si->si_connaddr Also fix an array bounds check in ITS#9282 merge_state
-