chiark / gitweb /
otter.git
2021-05-09 Ian Jacksonbundles: Reorganise bundle error handling
2021-05-09 Ian Jacksonbundles: Break up load_bundle and introduce incorporate...
2021-05-09 Ian Jacksonbundles: Move BufReader into parse_bundle
2021-05-09 Ian Jacksonbundles: Rework loading (wip)
2021-05-09 Ian Jacksonbundles: Some todos done
2021-05-09 Ian Jacksonlibrary bundles: Introduce LibrarySource trait (wip)
2021-05-07 Ian JacksonRevert "libraries: Prepare for multiple libraries with...
2021-05-05 Ian Jacksonlibraries: Prepare for multiple libraries with the...
2021-05-05 Ian Jacksonlibraries: LibraryItemNotPrepared: Make this a separate...
2021-05-05 Ian Jacksonlibraries: LibraryItemNotFound: Make it contain the...
2021-05-05 Ian Jacksonapitest: Fix off-by-one error in fd closing
2021-05-05 Ian Jacksonshapelib: Move ItemSpec to specs.rs
2021-05-05 Ian Jacksonotterlib: Refactor shape library iteration to be less...
2021-05-05 Ian Jacksonshapelib: Report correct "for" name
2021-05-04 Ian Jacksonbundles: Sort out private/public types etc.
2021-05-04 Ian Jacksonbundles: Reorganise file to tidy it up
2021-05-04 Ian Jacksonasseturl: Break out this module from bundles
2021-05-04 Ian Jacksonbundles: Drop now-unneeded #![allow(dead_code)]
2021-05-04 Ian Jacksonzipfile: Better reporting of missing members
2021-05-04 Ian Jacksonzipfile: Actually read bundle metadata
2021-05-04 Ian JacksonMakefile: Make the test bundle depend on the Makefile...
2021-05-04 Ian Jacksonzipfile: Add dependency
2021-05-04 Ian Jacksonbundles: Make test-bundle.zip not have an internal...
2021-05-04 Ian Jacksonbundles: Make the test bundle be an actual zipfile
2021-05-04 Ian Jacksonbundles download: Fix http status codes
2021-05-04 Ian Jacksonbundles download: Explicitly drop ig to release lock...
2021-05-04 Ian Jacksonbundles download: Use Namedfile
2021-05-04 Ian Jacksonbundles download: Use BDE type alias
2021-05-04 Ian Jacksonbundles download: Provide a path() more useful for...
2021-05-04 Ian Jacksonbundles download: swap locking order
2021-05-04 Ian Jacksonbundles download: Token as query parameter rather than...
2021-05-04 Ian Jacksonbundles: Check that download link works
2021-05-04 Ian Jacksonbundles download: Send url to web clients (fix)
2021-05-04 Ian Jacksonbundles download: Send url to web clients (wip)
2021-05-04 Ian Jacksonbundles download: Pass &Instance to info_pane renderer
2021-05-04 Ian Jacksonbundles download: Add download route
2021-05-04 Ian JacksonAssetUrlKey: save and restore
2021-05-04 Ian JacksonAssetUrlKey: make token
2021-05-04 Ian JacksonAssetUrlKey: check
2021-05-04 Ian JacksonAssetUrlKey: parse and display
2021-05-04 Ian JacksonAssetUrlKey: wip, more
2021-05-04 Ian JacksonAssetUrlKey: wip
2021-05-04 Ian Jacksonbundles: Use a different test string so it doesn't...
2021-05-04 Ian Jacksonpacketframe: Delete an obsolete thing
2021-05-04 Ian Jacksonorganise: Some todos were done
2021-05-04 Ian Jacksonbundles: Move authproof into open_by_name
2021-05-04 Ian Jacksonbundles: Require and provide an authproof for opening
2021-05-03 Ian Jacksonbundles: Test Id parsing and printing
2021-05-03 Ian Jacksonbundles: Rename NotBundle from NotBundleError
2021-05-03 Ian Jacksonbundles: Introduce NotBundleError
2021-05-03 Ian Jacksonapitest: Test save/load, at least a bit
2021-05-03 Ian Jacksonapitest: Make prepare_gameserver do the for_game call
2021-05-03 Ian Jacksonapitest: Move cleanup_notify::Handle into SetupCore
2021-05-03 Ian Jacksonapitest: Split up prepare_gameserver
2021-05-03 Ian Jacksonapitest: Move command_socket into global DirSubst
2021-05-03 Ian Jacksonat-otter: Reorder functions in chronological order
2021-05-03 Ian Jacksonwdriver: Provide url in Window
2021-05-03 Ian Jacksonprovide DigestWrite::of
2021-05-03 Ian Jacksonprovide bundles::DigestWrite
2021-05-03 Ian Jacksonutils: provide DigestWrite::sink
2021-05-03 Ian Jacksonbundles: Go via the a element
2021-05-03 Ian Jacksontests: Change many error types to Explode
2021-05-03 Ian Jacksonapitest: Reorganise did() in preparation for a lot...
2021-05-03 Ian Jacksonbundles: Add wdt test to see that things show up in...
2021-05-03 Ian Jacksonbundles: Fix info pane formatting, remove spurious #
2021-05-03 Ian Jacksonprovide apitest::example_bundle
2021-05-03 Ian Jacksonbundles: Show in web UI
2021-05-03 Ian Jacksonat-otter: Swap bundles and put-back
2021-05-03 Ian Jacksonnwtemplates: Better error logging when rendering fails
2021-05-03 Ian Jacksonbundles: Move and centralise update()
2021-05-03 Ian Jacksonat-otter: Put the test game back at the end for ad...
2021-05-03 Ian Jacksonbundles: Save the bundle list in the ig for ready access
2021-05-03 Ian Jacksonpacketframe: Add some not miri annotations
2021-05-03 Ian Jacksonbundles: Break out InstanceBundles::iter()
2021-05-03 Ian Jacksonupdate: Use &Html rather than &Arc<Html>
2021-05-03 Ian Jacksonbundles: Better output from list-bundles
2021-05-03 Ian Jacksonbundles: test download too
2021-05-03 Ian Jacksonbundles: test, wip
2021-05-03 Ian Jacksonapitest: New Explode error
2021-05-03 Ian Jacksonapitest: Allow reading OtterOutput to a string
2021-05-03 Ian Jacksonapitest: Fix logging levels
2021-05-03 Ian Jacksonapitest: Capture and return the output from otter(1...
2021-05-03 Ian Jacksonapitest: Capture and return the output from otter(1)
2021-05-03 Ian Jacksonutils: Provide and use <T as Seek>::rewind()
2021-05-03 Ian JacksonCHANGELOG: document chdir fixes
2021-05-03 Ian Jacksonlogging env vars: Rename (tidying) and document
2021-05-03 Ian Jacksonpath resolution tests: Tidy direct use of su_rc to...
2021-05-03 Ian Jacksonbundles: Implement DownloadBundle
2021-05-03 Ian Jacksonbundles: Provide Id::open
2021-05-03 Ian Jacksonbundles: Make bundles::Id more open
2021-05-03 Ian Jacksonpath resolution: Rename types and variables to mention...
2021-05-03 Ian Jacksonpath resolution tests: cd to / for library_load and...
2021-05-03 Ian Jacksonpath resolution tests: Plumb rctx to various places...
2021-05-03 Ian Jacksonconfig: Only chdir in server, rework entirely
2021-05-03 Ian Jacksonconfig: Only chdir in server (!), fix sense (!)
2021-05-03 Ian Jacksonconfig: Add a trace_dbg
2021-05-03 Ian Jacksonconfig: Only chdir in server (!), fix
2021-05-03 Ian Jacksonconfig: Only chdir in server (!), actually
2021-05-02 Ian Jacksonconfig: Only chdir in server (!)
2021-05-02 Ian Jacksonconfig: Make ServerConfigSpec::resolve() not TryFrom
next