chiark / gitweb /
hippotat.git
2023-06-15 Ian Jacksonclap: Update to clap 4
2023-06-15 Ian Jacksonclap: Rename hippotat crate's Opts type to CommonOpts
2023-06-15 Ian Jacksonclap: Use ArgAction::Append
2023-06-15 Ian Jacksonclap: Use Command, not App
2023-06-15 Ian Jacksonclap: use value_parser
2023-06-15 Ian Jacksonclap: Use ArgAction::Count for debug level
2023-06-15 Ian Jacksonclap: Factor verify_cli out into utils
2023-06-15 Ian Jacksonclap: Add verify_cli tests
2023-06-15 Ian JacksonMerge branch 'rename' into 'main'
2023-06-15 Ian JacksonMerge branch 'depver' into 'main'
2023-06-15 Ian JacksonCI: rename "test-*" jobs to "package-*"
2023-06-15 Ian Jacksondebian/update-build-deps: Add versions (actual update)
2023-06-15 Ian Jacksondebian/update-build-deps: Add versions
2023-06-15 Ian Jacksondebian/update-build-deps: Scan macros/ too
2023-06-15 Ian JacksonCI: maint-checks: Use default Debian image, not Rust one
2023-06-15 Ian Jacksondebian/update-build-deps: Use a real TOML parser
2023-06-15 Ian JacksonMerge branch 'audit' into 'main'
2023-06-15 Ian JacksonCI: run cargo audit
2023-06-15 Ian JacksonCopy test/via-cargo-install-in-ci from derive-adhoc.git
2023-06-15 Ian JacksonMerge branch 'toml' into 'main'
2023-06-15 Ian JacksonMerge branch 'todo' into 'main'
2023-06-15 Ian JacksonCargo.toml: Remove an obsolete comment
2023-06-15 Ian JacksonMerge branch 'minimal' into 'main'
2023-06-15 Ian JacksonMerge branch 'update' into 'main'
2023-06-15 Ian JacksonAdd a minimal-versions test
2023-06-15 Ian JacksonCI: maint-checks: Do in "check" stage
2023-06-15 Ian JacksonCI: Check for blocking todos (three X comments)
2023-06-15 Ian Jacksonbump deps: tokio
2023-06-15 Ian Jacksonbump deps: hyper
2023-06-15 Ian Jacksonbump deps: itertools
2023-06-15 Ian Jacksonbump deps: mime
2023-06-15 Ian Jacksonbump deps: backtrace
2023-06-15 Ian Jacksonbump deps: either
2023-06-15 Ian Jacksonbump deps: log
2023-06-15 Ian Jacksonbump deps: ipnet
2023-06-15 Ian Jacksonbump deps: thiserror
2023-06-15 Ian Jacksonbump deps: lazy-regex
2023-06-15 Ian Jacksonbump deps: educe
2023-06-15 Ian Jacksoncargo update
2023-06-15 Ian JacksonMerge branch 'ci' into 'main'
2023-06-15 Ian JacksonCI: Expand explanation of allow_failure
2023-06-15 Ian JacksonCI: Target trixie
2023-06-15 Ian JacksonMerge branch 'deps' into 'main'
2023-06-15 Ian Jacksonbuild-deps: Actually get rid of versioned dep on base64
2023-06-15 Ian JacksonMerge branch 'ci' into 'main'
2023-06-15 Ian JacksonMerge branch 'base64' into 'main'
2023-06-15 Ian JacksonCI: Check that build-deps in d/control are as autogenerated
2023-06-15 Ian JacksonCI: Remove unused `early` stage
2023-06-15 Ian Jacksondebian/update-build-deps: Add --check mode
2023-06-15 Ian Jacksondebian/control: Go back to un-versioned dep on base64
2023-06-15 Ian JacksonCargo.toml: drop a now-obsolete comment about versions
2023-06-15 Ian JacksonDo not import the name Engine from base64.
2023-06-15 Ian JacksonCorrect lockfile following base64 version bump
2023-06-15 Peter Michael... Bump base64 dependency to 0.21 and fix code to build...
2023-06-15 Ian JacksonMerge branch 'ci' into 'main'
2023-06-15 Ian JacksonAdd a gitlab CI file
2023-06-15 Ian Jacksontest/capture-log: Make it possible to disable capturing
2023-01-12 Ian JacksonUpdate version to 1.1.7 and document chnages
2023-01-12 Ian Jacksoninit script: Demote userv and $syslog to Should-Start
2023-01-12 Ian Jacksoncargo update
2023-01-12 Ian Jacksondebian: Run dh_missing --fail-missing
2023-01-12 Ian Jacksondebian: ship the hippotat-setup-permissions(8) manpage
2023-01-12 Ian JacksonInstall the hippotat-setup-permissions(8) manpage to...
2023-01-12 Ian JacksonChange source format to 1.0 (native) so we can have...
2023-01-12 Ian Jacksondebian: Declare that we need clap 3, with +derive
2023-01-12 Ian Jacksondebian/update-build-deps: Replacement (override)
2023-01-11 Ian Jacksoncargo: Set version to 1.1.6
2023-01-11 Ian Jacksonchangelog: 1.1.6: Document changes and elide 1.1.5...
2023-01-11 Ian JacksonCargo.toml: write down that there's no base64 0.14
2023-01-11 Ian Jacksoncargo update
2023-01-11 Ian JacksonMakefile: Improve release checklist
2023-01-11 Ian Jacksonautopkgtests: Add an ad-hoc restriction to disable...
2023-01-11 Ian JacksonInstall docs: Mention new script
2023-01-11 Ian JacksonInstall docs: Say to do the hippotat config first
2023-01-11 Ian Jacksoninit script: Add default GROUP setting (for doc purpose...
2023-01-11 Ian JacksonNew configuration setup script: install
2023-01-11 Ian JacksonNew configuration setup script: use in test
2023-01-11 Ian JacksonNew configuration setup script
2023-01-11 Ian JacksonConfig inspection: Print nothing on no associations
2023-01-11 Ian JacksonConfig inspection: tidying
2023-01-11 Ian JacksonConfig inspection: support "server" key on server
2023-01-11 Ian JacksonPass server name to startup code
2023-01-11 Ian JacksonConfig inspection: Document the instance keys
2023-01-11 Ian JacksonConfig inspection: tab-separate the output
2023-01-11 Ian JacksonConfig inspection: Allow printing multiple instances
2023-01-11 Ian JacksonConfig inspection: Break out split()
2023-01-11 Ian JacksonConfig inspection: Make PrintConfigOpt type
2023-01-11 Ian JacksonConfig inspection: Move extra keys into trait
2023-01-11 Ian JacksonImplement Debug manually for LinkName
2023-01-11 Ian JacksonConfig inspection: docs (wip)
2023-01-11 Ian JacksonConfig inspection: "pretty" dump option, replaces ...
2023-01-11 Ian JacksonConfig inspection: Move process::exit call
2023-01-11 Ian JacksonConfig inspection: Centralise loop
2023-01-11 Ian JacksonConfig inspection: Centralise inspectable lookup
2023-01-11 Ian JacksonConfig inspection: --dump-config experimental option
2023-01-11 Ian JacksonConfig inspection: Allow inspection of multiple keys
2023-01-11 Ian JacksonConfig inspection: Support link names on client
2023-01-11 Ian JacksonConfig inspection: Reorganise implement_print_config
2023-01-11 Ian JacksonConfig inspection: make InspectableConfig impl dyn...
2023-01-11 Ian JacksonConfig inspection: Support --print-config in hippotat
next