chiark / gitweb /
hippotat.git
3 days ago Ian JacksonMerge branch 'bjh21-typos' into 'main'
3 days ago Ben HarrisFix typos in config.md
3 days ago Ben HarrisFix typos in install.md
4 days ago Ian JacksonMerge branch 'sd-notify' into 'main'
4 days ago Ian JacksonMerge branch 'update-lockfile' into 'main'
4 days ago Ian JacksonDocument use of systemd notify protocol, in the usage...
4 days ago Ian JacksonUse systemd notify protocol to signal startup, when...
4 days ago Ian JacksonAdd sd-notify dependency
4 days ago Ian JacksonAllow use of nix 0.31 (and use in upstream Cargo.lock)
4 days ago Ian JacksonUpdate upstream deps (Cargo.lock)
2025-10-26 Ian JacksonMerge branch 'update' into 'main'
2025-10-26 Ian Jacksonchangelog: Document the remaining changes for 1.2.3
2025-10-26 Ian JacksonSet cargo package versions to 1.2.3
2025-10-26 Ian Jacksondebian/control: Drop mention of nonexistent hippotat...
2025-10-26 Ian JacksonRoutine cargo update
2025-09-28 Ian JacksonMerge branch 'changelog' into 'main'
2025-09-28 Ian JacksonDocument changes in 1.2.3 (planned Debian-only release)
2025-09-28 Ian JacksonMerge branch 'nix-30-redux' into 'main'
2025-09-28 Ian JacksonAllow use of nix 30
2025-09-28 Ian JacksonUse libc::dup2 and libc::read rather than nix versions
2025-09-28 Ian JacksonUse .into_raw_fd for null_fd for compatibility with...
2025-03-20 Ian JacksonMerge branch 'deftly' into 'main'
2025-03-20 Ian JacksonUpdate version to 1.2.2
2025-03-20 Ian Jacksonmacros: Allow use of syn 2
2025-03-20 Ian Jacksonmacros: Drop unneeded dependency on itertools
2025-03-20 Ian Jacksonconfig: Fix some misspellings
2025-03-20 Ian Jacksonconfig: Remove manual entry for inspecting `link`
2025-03-20 Ian Jacksonconfig derive: Improve docs
2025-03-20 Ian Jacksonconfig derive: Have special no longer take an argument
2025-03-20 Ian Jacksonconfig derive: Improve and properly document InstanceCo...
2025-03-20 Ian Jacksonconfig derive: Use a define
2025-03-20 Ian Jacksonconfig derive: Switch to derive-deftly
2025-03-20 Ian JacksonRoutine cargo update (minimal)
2025-03-20 Ian JacksonRoutine cargo update
2025-03-19 Ian JacksonMakefile: Force pipe-based jobserver
2025-02-05 Ian JacksonMerge branch 'release' into 'main'
2025-02-05 Ian JacksonRelease 1.2.1
2025-02-05 Ian JacksonMerge branch 'fixes' into 'main'
2025-02-05 Ian JacksonMerge branch 'update' into 'main'
2025-02-05 Ian Jacksonautopkgtest: adt-initscript: use restart to start
2025-02-05 Ian Jacksonautopkgtest: adt-initscript: require rsyslog init script
2025-02-05 Ian Jacksonautopkgtest: adt-initscript: turn on set -x in the...
2025-02-05 Ian Jacksonautopkgtest: adt-full: do not start a duplicate uservd
2025-02-05 Ian Jacksonautopkgtest: adt-full: allow systemd-sysv as alt to...
2025-02-05 Ian Jacksonautopkgtest: setup-host unwanted deps: handle | properly
2025-02-05 Ian Jacksonautopkgtest: setup-host: clean out possibly-wrong ...
2025-02-05 Ian Jacksonautopkgtest: setup-host server: fall back to starting...
2025-02-05 Ian JacksonRoutine Cargo.lock update
2025-02-05 Ian Jacksonautopkgtest: properly quote $cs in perl scripts
2025-02-05 Ian Jacksonautopkgtest: redirect stdout to stderr
2025-02-04 Ian JacksonHACKING.md: Document running one test case
2025-02-02 Ian JacksonMerge branch 'release' into 'main'
2025-02-02 Ian JacksonUpdate version to 1.2.0
2025-02-02 Ian JacksonMerge branch 'ci' into 'main'
2025-02-02 Ian Jacksonautopkgtests: Use `isolation-machine` restriction
2025-02-02 Ian JacksonMerge branch 'hyper' into 'main'
2025-02-02 Ian JacksonSwitch to hyper 1.x
2025-02-02 Ian JacksonFix a debug print to use # format for anyhow::Error
2025-02-02 Ian JacksonMake config::startup()'s G callback async
2025-02-02 Ian JacksonAdd hyper-util dependency
2025-02-02 Ian JacksonDrop our explicit hyper-tls dependency
2025-02-02 Ian JacksonPrep for hyper 1: Move saddr conversion earlier
2025-02-02 Ian JacksonPrep for hyper 1: Break out conn.remote_addr() call
2025-02-02 Ian JacksonPrep for hyper 1: Reorganise service_fn call
2025-02-02 Ian Jacksonservice.c: Better handling of clones
2025-02-02 Ian JacksonPrep for hyper 1: break out service_fn call
2025-02-02 Ian JacksonRename addr variable to saddr
2025-02-02 Ian JacksonRename conn variable to caddr
2025-02-02 Ian JacksonPrep for hyper 1: rewrap service_fn call
2025-02-02 Ian JacksonMerge branch 'reqwest' into 'main'
2025-02-01 Ian JacksonSwitch to reqwest in the client
2025-02-01 Ian JacksonSwitch to reqwest in the client (minor pre-reorg)
2025-02-01 Ian JacksonReadLimitedError: Don't demand that the stream is Unpin...
2025-02-01 Ian JacksonReadLimitedError: Make it generic over the error type
2025-02-01 Ian JacksonAdd http-body-util dependency
2025-02-01 Ian JacksonAdd http-body dependency
2025-02-01 Ian JacksonAdd reqwest dependency
2025-02-01 Ian JacksonBump backtrace minimal version
2025-02-01 Ian JacksonCI: Do not mess with Cargo.lock.minimal
2025-02-01 Ian JacksonMerge branch 'makefile' into 'main'
2025-02-01 Ian Jacksonmaint/update-minimal-versions: Be more precise about...
2025-02-01 Ian JacksonMakefile: Add + sigil before cargo invocations
2025-02-01 Ian Jacksonconfig: Replace use of Default with Parseable::Unspecified
2025-02-01 Ian Jacksonconfig: parseable_from_str: always provide default_or_o...
2025-02-01 Ian Jacksonconfig: Clarify Parseable's defaulting
2025-02-01 Ian JacksonMerge branch 'update' into 'main'
2025-01-31 Ian Jacksondeps: allow and use thiserror 2
2025-01-31 Ian Jacksondeps: allow and use educe 0.6
2025-01-31 Ian Jacksondeps: allow and use itertools 0.14
2025-01-31 Ian Jacksoncargo update
2025-01-31 Ian JacksonHACKING.md: New file with some notes in
2024-10-12 Ian JacksonMerge branch 'release' into 'main'
2024-10-12 Ian JacksonBump cargo version
2024-10-11 Ian JacksonMerge branch 'update' into 'main'
2024-10-11 Ian JacksonDocument changes in 1.1.12
2024-10-11 Ian JacksonMove a misplaced comment in cargo.toml
2024-10-11 Ian JacksonUpdate to base64 (allow)
2024-10-11 Ian JacksonUpdate to syslog 7 (allow)
2024-10-11 Ian JacksonUpdate to heck 0.5 (allow)
2024-10-11 Ian JacksonUpdate to nix 0.29 (allow)
next