chiark / gitweb /
otter.git
2021-05-19 Ian Jacksonaccounts: PermSet: Fix to actually shift (!)
2021-05-19 Ian Jacksonmgmtchannel: Better error from AlterGame failure
2021-05-19 Ian Jacksonapitest: Explode: print the error chain too
2021-05-18 Ian Jacksonspecs: Pass a spec-obtainer closure to reset_game_from_spec
2021-05-18 Ian Jacksonspecs: Parse the spec after accessing the game
2021-05-18 Ian Jacksonspecs: Break out reset_game_from_spec
2021-05-18 Ian Jacksoncargo update: Update to latest thirtyfour
2021-05-18 Ian Jacksoncargo update: Update to latest ArrayVec, const generics
2021-05-18 Ian Jacksonbundles: Do not use ArrayVec to unpack a possibly-too...
2021-05-18 Ian Jacksoncargo update; Use Url::Into<String> rather than into_string
2021-05-18 Ian Jacksonapitest: Test new big bundle
2021-05-18 Ian Jacksonapitest: bundles: Abstract over bundle name
2021-05-18 Ian Jacksonapitest: Move much bundle processing into main.rs
2021-05-18 Ian Jacksonapitest: Test save/load of a bundle
2021-05-18 Ian Jacksonapitest: Break out stop_and_restart_gameserver
2021-05-18 Ian Jacksonapitest: Delete and reintroduce a lemon
2021-05-18 Ian Jacksoncommands: Move MGI etc. into prelude
2021-05-18 Ian Jacksonapitest: Track whether library markers have been added
2021-05-18 Ian Jacksonapitest: Consolidate reset_game and provide in UsualCtx
2021-05-17 Ian Jacksonapitest: Consolidate UsualCtx::prepare_game
2021-05-17 Ian Jacksonapitest: Fold placing markers into some_library_add
2021-05-17 Ian Jacksonapitest: check_library_item: Check count of matches
2021-05-17 Ian Jacksonapitest: Break out check_library_item
2021-05-17 Ian Jacksonapitest: Move bundles test to at-bundles
2021-05-17 Ian Jacksonapitest: Make some methods public for reuse
2021-05-17 Ian Jacksonapitest: at-bundles: Use UsualCtx
2021-05-17 Ian Jacksonapitest: Move setup code to apitest/main
2021-05-17 Ian Jacksonapitest: Move a lot of code from at-otter to apitest...
2021-05-17 Ian Jacksonapitest: Provide @examples@
2021-05-17 Ian Jacksonapitest: Prepare for at-bundles
2021-05-17 Ian Jacksonapitest: Move ok printing to end of main (portmanteau...
2021-05-17 Ian Jacksonapitest: Un-clone-and-hack api early arg test predicate
2021-05-17 Ian Jacksonapitest: Make it also a portmanteau
2021-05-17 Ian JacksonMakefile: Fix example test bundle building not to produ...
2021-05-17 Ian Jacksonapitest: Move portmanteau machinery from wdriver
2021-05-17 Ian JacksonMakefile: tidy bundle output
2021-05-17 Ian Jacksonbig-bundle example: Restore renaming of wikipedia
2021-05-17 Ian Jacksonbig-bundle example: Comment out the scraper bits in...
2021-05-17 Ian Jacksonbig-bundle example: Use only the bits we want
2021-05-17 Ian Jacksonmedia-scraper: Provide LIBRARY_FILE_INPUTS
2021-05-17 Ian Jacksonprogress: Flush so the progress info is actually timely
2021-05-17 Ian JacksonMakefile: Provide an example big bundle
2021-05-17 Ian JacksonMakefile: Clean files *.tmp
2021-05-17 Ian JacksonMakefile: Clean the test bundle zipfile
2021-05-17 Ian Jacksonif_let: Remove the "match" from the general case
2021-05-17 Ian Jacksonbundles: Print the bundle name after we have uploaded it
2021-05-17 Ian Jacksonif_let: Provide the logically-necessary fourth case
2021-05-17 Ian Jacksonprogress: Minor change to byte count output formatting
2021-05-17 Ian Jacksonprogress: Use threads to do concurrent progress reports.
2021-05-17 Ian Jacksonprogress: Make ProgressMode come from MgmtChannel
2021-05-17 Ian Jacksonprogress: Introduce ProgressMode
2021-05-17 Ian JacksonRevert "progress: Disable the upload progress for now"
2021-05-17 Ian Jacksonbundles progress: Rework to do the duplex disablement...
2021-05-17 Ian Jacksonmgmtchannel: Add threadsafety bounds to the bulk writer
2021-05-17 Ian Jacksonpacketframe: Use concrete types in two places
2021-05-17 Ian Jacksonprogress: Call termprogress::clear() before examining...
2021-05-17 Ian Jacksonprogress: Provide termprogress::clear()
2021-05-17 Ian Jacksonprogress: Make cmd_withbulk take termprogress::Reporter...
2021-05-17 Ian Jacksonbundles: Truncate bundle files before deleting them
2021-05-17 Ian Jacksonif_let: Provide a way to get at the error
2021-05-17 Ian Jacksonbundles: Break out scan_game_bundles
2021-05-17 Ian Jacksonbundles: A todo
2021-05-17 Ian Jacksoncmdlistener: Apply an idle timeout and an upload timeout
2021-05-17 Ian Jacksoncmdlistener: Use a concrete type for the read stream
2021-05-17 Ian JacksonReader access: Add some methods to get at the inner...
2021-05-17 Ian Jacksontimedread: Remove some unnecessary braces
2021-05-17 Ian Jacksonmgmtchannel: Change contained type to a TimedFdReader
2021-05-17 Ian Jacksontimedfd: Add note re nonblock open-file
2021-05-17 Ian Jacksontimedfd: Provide TimedFdWriter too
2021-05-17 Ian Jacksontimedfd: Refactor to prep for writing too (2)
2021-05-17 Ian Jacksontimedfd: Refactor to prep for writing too (1)
2021-05-17 Ian Jacksontimedfd: Rename from timedread
2021-05-17 Ian Jacksontimedread: Add to prelude
2021-05-17 Ian Jacksontimedread: Retry on EINTR from poll
2021-05-17 Ian Jacksonpacketframe: Fuse: Do not persist EINTR or EWOULDBLOCK
2021-05-17 Ian Jacksontimereader: Minor refactoring
2021-05-17 Ian Jacksontimereader: Provide useful methods
2021-05-17 Ian Jacksontimereader: mio: Add another feature which we need
2021-05-17 Ian Jacksontimereader: New module - does not work properly yet
2021-05-16 Ian Jacksoncmdlistener: Break out write_error
2021-05-16 Ian Jacksonpacketframe: Provide get_even_broken method
2021-05-16 Ian Jacksonpacketframe: Fuse: retain the inner RW when broken
2021-05-16 Ian Jacksonmgmtchannel: Drop BufReader and BufWriter
2021-05-16 Ian Jacksonprogress: Disable the upload progress for now
2021-05-15 Ian JacksonDrop some done todos
2021-05-15 Ian JacksonDrop some todos: Library listing
2021-05-15 Ian JacksonDrop a todo: MultiSpec
2021-05-15 Ian Jacksonerrors: Abolish obsolete MgmtError::GameCorrupted
2021-05-15 Ian Jacksonotter: Dedup library items before adding them
2021-05-15 Ian Jacksonbundles: No, we don't need to delete them, they'll...
2021-05-15 Ian Jacksonbundles: Punt on src field in metadata
2021-05-15 Ian Jacksonotter: Show bundle in library information
2021-05-15 Ian Jacksonotter: Uwe the prelude alias for ItemSpec
2021-05-15 Ian Jacksonshapelib: Provide and use ItemEnquiryData -> ItemSpec
2021-05-15 Ian Jacksonshapelib: Put LibraryEnquiryData in ItemEnquiryData
2021-05-15 Ian Jacksonshapelib: Put *EnquiryData in the prelude
2021-05-15 Ian Jacksonlibrary listing: Rework library patterns
2021-05-15 Ian Jacksonotter: Change to fehler in a function
2021-05-15 Ian Jacksonlibrary listing: Provide for listing libs on the server...
2021-05-15 Ian JacksonItemEnquiryData: Put the lib name in it
next