chiark / gitweb /
otter.git
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-31 Ian Jacksonapitest: Fix a write() call that should be write_all()
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian JacksonUpdate TODOs
2022-03-31 Ian JacksonUse Educe to impl Default on a couple of types in clisu...
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksonparse_slice_hex: Fix to properly handle odd-length...
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-31 Ian JacksonPlayerUpdates: Rename update log starting functions...
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksontermprogress: Rename reporter() functions returning...
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksonpacketframe: Fix a write() call that should be write_all()
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-31 Ian Jacksonclippy: Suppress a buggy lint
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-31 Ian JacksonRawToken: Replace constructor with a From impl
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-31 Ian Jacksonclippy: Prefer .len() > 0 to ! .is_empty()
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian JacksonInstanceBundles: impl Default and use that for new()
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksonasseturl: Fix a wrong call to write, to be write_all
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-30 Ian Jacksonzcoord: Move from_str impl for Mutable to be FromStr...
2022-03-30 Ian Jacksonzcoord: Move from_str impl to be (only) in FromStr...
2022-03-30 Ian Jacksonzcoord: Remove redundant to_string method
2022-03-30 Ian Jacksonclippy: allow some lints
2022-03-30 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-30 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-30 Ian JacksonHtml type: impl Default and derive new()
2022-03-30 Ian JacksonMakefile: Support for controlling the Rust version
2022-03-30 Ian Jacksonclippy: allow some lints
2022-03-30 Ian Jacksonclippy: wip machinery, and transfer the one allowed...
2022-03-30 Ian Jacksonactix: Drop a leftover dbg
2022-03-30 Ian JacksonDrop remaining feature enablements.
2022-03-30 Ian JacksonRemove one use of TAIT
2022-03-30 Ian JacksonDrop IteratorExt extension trait
2022-03-30 Ian Jacksonactix: Document the situation with HEAD etc.
2022-03-30 Ian Jacksondaemon: Remove a stray commented-out import thing.
2022-03-30 Ian Jacksonactix Files: Work around content-type breakage
2022-03-30 Ian Jacksonactix Files: Do our content-type mangling first
2022-03-30 Ian Jacksonactix Files: Break out FILES_PATH
2022-03-30 Ian Jacksonactix Files: change error handling for middleware fixup fn
2022-03-30 Ian Jacksonactix files content-type fixup: wip, call fn middlware
2022-03-30 Ian Jacksondaemon: Fix whitespace error
2022-03-29 Ian JacksonAbolish JsonLen and json_len
2022-03-29 Ian JacksonSSE: Adjust error handling somewhat
2022-03-29 Ian JacksonSSE: Redo buffer handling
2022-03-28 Ian JacksonRefine a TODO
2022-03-28 Ian Jacksonserver: Support explicit specification of addresses...
2022-03-28 Ian Jacksonserver: Move listening address config resolution to...
2022-03-28 Ian Jacksonserver: Listen on localhost only by default, regardless...
2022-03-28 Ian Jacksonserver: Listen on port 8000 by default, regardless...
2022-03-28 Ian JacksonNote a TODO
2022-03-28 Ian Jacksonactix routing: Use a conventional prefix for route...
2022-03-28 Ian Jacksonresource leaf routing: Document why we're leaving it...
2022-03-28 Ian JacksonRevert "resource leaf routing: Attempt via impl FromReq...
2022-03-28 Ian Jacksonresource leaf routing: Attempt via impl FromRequest
2022-03-28 Ian JacksonTidying: Simplify a unit error struct
2022-03-28 Ian Jacksonactix cleanup: import futures::future
2022-03-28 Ian Jacksonactix cleanup: Minor reformattint
2022-03-28 Ian JacksonCargo.nail: Drop our own directory
2022-03-28 Ian Jacksonweb templates: Use stem for template names (without...
2022-03-28 Ian Jacksonweb templates: Provide our own directory scanner
2022-03-27 Ian JacksonRocket cleanup: Call our tera tera
2022-03-27 Ian Jacksonactix cleanup: Note a done todo
2022-03-27 Ian Jacksonactix cleanup: Remove actix test programs
2022-03-27 Ian JacksonRevert "Mutex debug: Enable it (for demo and testing)"
2022-03-27 Ian JacksonMutex debug: Actually add some debug messages.
2022-03-27 Ian JacksonMutex debug: Use Debug for DebugIdentify, not Display
2022-03-27 Ian JacksonMutex debug: Introduce DebugIdentify trait
2022-03-27 Ian JacksonMutex debug: Enable it (for demo and testing)
2022-03-27 Ian JacksonMutex debug: Add example (commented out) of engaging it
2022-03-27 Ian JacksonMutex debug: Introduce Mutex and guard types
2022-03-27 Ian Jacksonactix: add Debug bound to Deserialize trait for Parse
2022-03-27 Ian Jacksonactix conversion: Update docs
2022-03-27 Ian JacksonRocket cleanup: Remove some workarounds from config...
2022-03-27 Ian JacksonRocket cleanup: Remove Rocket dependencies
2022-03-27 Ian JacksonRocket cleanup: Remove rocket_workers config variable
2022-03-27 Ian Jacksonactix: Log an error if we have an internal server error
2022-03-27 Ian Jacksonactix: Add logging
2022-03-27 Ian Jacksonactix: Reorder calls on App to put the neader middlewar...
2022-03-27 Ian Jacksonactix: Replace Rocket
2022-03-27 Ian Jacksonactix: Final dependencies for conversion
2022-03-27 Ian Jacksonactix: experiments: Test program: CORS
2022-03-27 Ian Jacksonactix: experiments: Test program: nosniff header
2022-03-27 Ian Jacksonactix: experiments: Files test with not found handler
2022-03-27 Ian Jacksonactix: experiments: Files test example program
2022-03-27 Ian Jacksonactix: experiments: More test example program, with...
next