chiark / gitweb /
hippotat.git
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 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)
2024-10-11 Ian JacksonAvoid nailing-cargo --just-run
2024-10-11 Ian JacksonMakefile: fix an endif comment
2024-10-11 Ian JacksonDecorate rust-toolchain build-deps with !upstream-cargo...
2024-10-11 Ian JacksonUpdate to itertools 0.13 (allow)
2024-10-11 Ian Jacksonbuild.rs: Suppress new cargo features warning
2024-10-11 Ian JacksonBreak out package_cfg construction
2024-10-11 Ian Jacksoncargo update
2024-02-25 Ian JacksonMerge branch 'release' into 'main'
2024-02-25 Ian JacksonFinalise 1.1.11
2024-02-25 Ian Jacksonchangelog: Document changes since 1.1.10
2024-02-25 Ian JacksonMerge branch 'update' into 'main'
2024-02-25 Ian JacksonMerge branch 'nix-2' into 'main'
2024-02-25 Ian JacksonMerge branch 'build-rs-multi' into 'main'
2024-02-25 Ian JacksonUpdate dependencies (cargo update)
2024-02-25 Ian Jacksonnix: Make a compat function for last errno as Errno
2024-02-25 Ian Jacksonbuild.rs: Prepare to handle multiple packages
2024-02-25 Ian JacksonMerge branch 'nix' into 'main'
2024-02-25 Ian JacksonMerge branch 'nix-0' into 'main'
2024-02-25 Ian JacksonUpdate to nix 0.28
2024-02-25 Ian JacksonAllow use of nix 0.28
2024-02-25 Ian Jacksonnix: Provide a compat version of pipe for 0.28
2024-02-25 Ian Jacksonnix: Provide a compat version of write for 0.28
2024-02-25 Ian Jacksonbuild.rs: Set --cfg=nix_ge_0_28
2024-02-25 Ian JacksonMerge branch 'nix-1' into 'main'
2024-02-25 Ian JacksonMerge branch 'metadata' into 'main'
2024-02-25 Ian Jacksonbuild.rs: Set --cfg=nix_ge_0_27, not nix_0_27
2024-02-25 Ian Jacksonnix: Use cfg rather than trait hackery
2024-02-25 Ian Jacksonnix: Introduce a build.rs script
2024-02-25 Ian Jacksondebian/update-build-deps: Handle build-dependencies too
2024-02-24 Ian JacksonMerge branch 'update' into 'main'
2024-02-24 Ian JacksonMerge branch 'clean2' into 'main'
2024-02-24 Ian JacksonDependencies: cargo update
2024-02-24 Ian JacksonMakefile: clean target Remove tmp/
2024-02-24 Ian JacksonMakefile: clean target Move various rm's from debian...
2024-02-24 Ian JacksonMerge branch 'clean' into 'main'
2024-02-24 Peter GreenFix package clean target
2024-02-23 Ian JacksonMerge branch 'release' into 'main'
2024-02-23 Ian JacksonUpdate version to 1.1.10
2024-02-23 Ian Jacksonchangelog: Document changes since 1.1.9
2024-02-23 Ian JacksonMakefile: Add a clean to the release checklist
2024-02-23 Ian JacksonMerge branch 'minimal' into 'main'
next