- 26 Oct, 2022 1 commit
-
-
Howard Chu authored
-
- 20 Oct, 2022 3 commits
-
-
Howard Chu authored
Add check for trivial input string.
-
Howard Chu authored
Must dup arg since subtree may also come from parsed URL.
-
Howard Chu authored
Harmless, length check at end of routine would have returned an error anyway.
-
- 14 Oct, 2022 1 commit
-
-
Howard Chu authored
If a writer is blocked and a config pause is pending, just close the blocked connection. Don't wait around for a slow client to catch up.
-
- 13 Oct, 2022 1 commit
-
-
Use #elif defined(...) for HAVE_WINSOCK and MACOS. All other instances of these macros use #ifdef or similar. A compiler may warn about them not being defined. In libraries/liblber/sockbuf.c, (DOS && PCNFS) and (DOS && NCSA) were replaced with HAVE_PCNFS and HAVE_NCSA, respectively. It seems logical to do the same at the only remaining occurrence of DOS, PCNFS, and NCSA. Use #if HARDCODE_DATA consistently, replacing two instances of #ifdef. HARDCODE_DATA is always defined, and this way you can set HARDCODE_DATA to 0 and have it work, rather than it going down the wrong branch and failing in these two cases.
-
- 12 Oct, 2022 1 commit
-
-
- 11 Oct, 2022 5 commits
-
-
Howard Chu authored
-
Howard Chu authored
Git doesn't recreate empty directories, make it explicitly
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- 09 Oct, 2022 3 commits
-
-
Howard Chu authored
Don't prevent returning dynamic lists if dynamic groups were part of search.
-
Howard Chu authored
Was broken if only dynamic lists were configured, and not groups. Also, optional config URIs were being ignored.
-
Howard Chu authored
-
- 06 Oct, 2022 2 commits
-
-
Create them when running the test script instead.
-
Ondřej Kuzník authored
-
- 04 Oct, 2022 2 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
- 03 Oct, 2022 3 commits
-
-
Quanah Gibson-Mount authored
-
The options -h and -p got removed from client tools in commit 66af4cfd. However, they were still present in the options[] array in several client tools source files. So, if one of those tools got executed with -h or -p followed by a value, this lead to the error "unrecognized option -", without mentioning which option was problematic. Removing 'h' and 'p' from options[] fixes this.
-
Quanah Gibson-Mount authored
-
- 29 Sep, 2022 1 commit
-
-
memory alloc'd by bvarray_dup must be freed by bvarray_free, not regular free.
-
- 27 Sep, 2022 1 commit
-
-
ITS#9919 - Mark infrequently used functions as cold rather than manually putting them in a separate section
-
- 26 Sep, 2022 5 commits
-
-
Since the task is not rescheduled until a new operation comes in, close a race where the reschedule chooses to stop it while the new item is being added.
-
Quanah Gibson-Mount authored
-
-
-
Howard Chu authored
-
- 23 Sep, 2022 1 commit
-
-
It also contains the cacheflush function declaration.
-
- 19 Sep, 2022 1 commit
-
-
- 15 Sep, 2022 2 commits
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
- 08 Sep, 2022 3 commits
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
Some tasks need to be run once at a given time or the earliest opportunity, also currently, using interval == 0 on a task triggers a busy loop inside the scheduling task, halting progress for other tasks and any other work usually serviced by that thread. This change deals with both issues at the same time.
-
- 07 Sep, 2022 1 commit
-
-
Ondřej Kuzník authored
-
- 02 Sep, 2022 3 commits
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-