about summary refs log tree commit homepage
DateCommit message (Expand)
2023-01-08config: do not implicitly set coderepo.*.cgiturl
2023-01-06qspawn: use Perl 5.12 and rely on `perl -w' for warnings
2023-01-06lei_mirror: do not needlessly rewrite project-list
2023-01-06qspawn: fix EINTR with generic PSGI servers
2023-01-06qspawn: consistently return 500 on premature EOF
2023-01-06httpd/async: retry reads properly when parsing headers
2023-01-06qspawn: use fallback response code from CGI program
2023-01-06clone: implement --exit-code
2023-01-06clone: document --project-list and --post-update-hook
2023-01-05www: make coderepo URL generation more consistent
2023-01-05git: pub_urls shows base_url default
2023-01-05git: fix non-empty SCRIPT_NAME handling for PSGI mounts
2023-01-05git: write_all: remove leftover debug messages
2023-01-04www_coderepo: implement /$CODE_REPO/atom/ endpoint
2023-01-04git: fix asynchronous batching for deep pipelines
2023-01-03daemon: don't bother checking for existing FD flags
2023-01-03githttpbackend: avoid copying PSGI env
2023-01-02qspawn: fix process finalization for generic PSGI server
2023-01-02t/httpd-unix.t: stop tail(1) before stopping server
2023-01-01t/solver_git.t: avoid redundant work for snapshot test
2023-01-01t/run.perl: drop branch for a small set of test cases
2023-01-01www: load cgitrc for coderepos for solver
2022-12-30clone: fix --post-update-hook behavior
2022-12-30clone: --dry-run unconditionally runs show-ref
2022-12-30clone: support --post-update-hook= from grokmirror
2022-12-27qspawn: more generic command chaining
2022-12-25syscall: fix i386/i686 detection
2022-12-25test_common: avoid needless fcntl in start_script
2022-12-25spawn_pp: cleanup, error checks and descriptive errors
2022-12-24cleanup pure Perl use
2022-12-23syscall: drop syscall.ph support
2022-12-23syscall: get rid of epoll_defined() sub
2022-12-23httpd/async + qspawn: rename {fh} fields
2022-12-23qspawn: shorten life of {hdr_buf} in generic code path
2022-12-23httpd/async: remove useless undef
2022-12-23httpd: avoid crash on cgit -> coderepo 404 fallback
2022-12-23lei_mirror: allow `git show-ref' failures
2022-12-22tests: add tests for cloning coderepos w/ manifest
2022-12-21git: cap MAX_INFLIGHT value to POSIX minimum
2022-12-19relnotes: 2.0.0 work-in-progress
2022-12-15www_listing: drop "sort options + mbox downloads" bit
2022-12-15search_query: fix warnings on empty "o=" query
2022-12-15solver_git: more descriptive error for "git apply" failures
2022-12-12lei_mirror: break circular references
2022-12-12lei_mirror: trim current symlinks from warning
2022-12-12t/httpd-unix: eliminate some busy waits
2022-12-12tests: replace select/usleep calls with tick()
2022-12-02lei_saved_search: expand only/include/exclude to absolute paths
2022-12-02lei: stricter external checks for valid $GIT_DIR/objects
2022-11-28lei_mirror: handle forkgroup changes