chiark / gitweb /
Merge branch 'release' into 'main'
[hippotat.git] / src /
2025-02-02 Ian JacksonMerge branch 'hyper' into 'main'
2025-02-02 Ian JacksonSwitch to hyper 1.x
2025-02-02 Ian JacksonMake config::startup()'s G callback async
2025-02-02 Ian JacksonDrop our explicit hyper-tls dependency
2025-02-02 Ian JacksonMerge branch 'reqwest' into 'main'
2025-02-01 Ian JacksonSwitch to reqwest in the client
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 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
2024-02-25 Ian JacksonMerge branch 'update' into 'main'
2024-02-25 Ian JacksonMerge branch 'nix-2' into 'main'
2024-02-25 Ian Jacksonnix: Make a compat function for last errno as Errno
2024-02-25 Ian JacksonMerge branch 'nix-0' into 'main'
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 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-23 Ian JacksonMerge branch 'nix' into 'main'
2024-02-23 Ian Jacksonnix: Gross hack to enable compat with 0.26 *and* 0.27
2023-06-16 Ian JacksonMerge branch 'update' into 'main'
2023-06-16 Ian JacksonMerge branch 'base64' into 'main'
2023-06-16 Ian Jacksonbase64: Tolerate lack of padding when decoding
2023-06-15 Ian JacksonMerge branch 'clap4' into 'main'
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 JacksonMerge branch 'ci' into 'main'
2023-06-15 Ian JacksonMerge branch 'base64' into 'main'
2023-06-15 Ian JacksonDo not import the name Engine from base64.
2023-06-15 Peter Michael GreenBump base64 dependency to 0.21 and fix code to build...
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: 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: "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: 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: Move --print-config implementation...
2023-01-11 Ian JacksonConfig inspection: Introduce InspectableConfig trait
2023-01-08 Ian JacksonShow ipif command (debug when we start it, error if...
2023-01-08 Ian JacksonFix error message from syslog startup
2023-01-08 Ian JacksonIntroduce DisplayError
2022-12-14 Ian Jacksonclippy (mostly suppressions)
2022-12-14 Ian JacksonAdd lib.rs rustdoc stub documentation
2022-12-14 Ian Jacksondependencies: Switch to easy-ext from extend
2022-12-14 Ian Jacksondependencies: Switch to clap from structopt
2022-12-14 Ian Jacksondependencies: Replace cervine with either
2022-12-14 Ian JacksonQueuedBuf: Use educe to derive Default
2022-12-14 Ian JacksonQueuedBuf: Introduce QueuedBytes type aliases
2022-09-27 Ian JacksonApply OpenSSL exception to files with Eyre content
2022-09-27 Ian JacksonApply OpenSSL exception to Hippotat files
2022-09-27 Ian JacksonOpenSSL exception as agreed, with new SPDX expression
2022-09-27 Ian Jacksondraft OpenSSL exception - not signed off yet!
2022-09-25 Ian Jacksonupdate sha2 (sadly, API change)
2022-09-25 Ian Jacksonconfig: Drop mention of DEFAULT here too
2022-09-25 Ian Jacksonprint config value
2022-09-25 Ian Jacksonconfig: inspectable config keys
2022-09-25 Ian Jacksonconfig: Fix up some indent
2022-09-25 Ian JacksonMerge remote-tracking branch 'python/master' into old...
2022-09-25 Ian JacksonUpdate copyright dates
2022-09-25 Ian Jacksonsyslog: printing level in messages
2022-09-25 Ian Jacksonsyslog: prep for printing level: Make a copy of the...
2022-09-25 Ian Jacksonsyslog: prep for printing level: Move max level handling
2022-09-25 Ian Jacksonsyslog: prep for printing level: Move debug handling
2022-09-25 Ian Jacksonsyslog: prep for printing level: Rename LogWrapper
2022-09-25 Ian Jacksonsyslog: Add syslog support
2021-08-22 Ian Jacksonwork around lack of io::ErrorKind::IsADirectory
2021-08-22 Ian Jacksonfix tests
2021-08-22 Ian Jacksonfix tests
2021-08-22 Ian Jacksonpanic handling in webserver task too
2021-08-22 Ian Jacksonsome done todos
2021-08-22 Ian Jacksonresponse plumbing
2021-08-22 Ian Jacksonwip queue
2021-08-22 Ian Jacksonrename methods etc.
2021-08-22 Ian Jacksonown http body type
2021-08-22 Ian Jacksonwip packetqueue
2021-08-22 Ian Jacksonrename [Frame]QueueBuf
2021-08-22 Ian Jacksonslip: reamee processn and process1
2021-08-22 Ian Jacksonforward
2021-08-21 Ian Jacksonbreak out Ipif::next_frame
2021-08-21 Ian Jacksonmake route_packet infallible
2021-08-21 Ian Jacksonslip: ip_packet_addr: clarify arg name
next