chiark / gitweb /
otter.git
2021-05-15 Ian Jacksonbundles: Remove a not-needed layer of references
2021-05-15 Ian Jacksonbundles: Remove a not-needed layer of references
2021-05-15 Ian Jacksonprogress: Fix width of RHS bar
2021-05-15 Ian Jacksonprogress: Minor presentation improvements
2021-05-15 Ian Jacksonbundles: Use new size and ReadReporter to show upload...
2021-05-15 Ian Jacksonbundles: Pass size through
2021-05-15 Ian Jacksonprogress: provide ReadOriginator (untested as yet)
2021-05-14 Ian Jacksonprogress: Provide test mode for progress bars
2021-05-14 Ian Jacksonprogress: Improve progress bars
2021-05-14 Ian Jacksonprogress: Print progress bars in otter(1) bundle upload
2021-05-13 Ian Jacksonprogress: Rename Originator (from Reporter)
2021-05-13 Ian JacksonExample bundle: Put the lemon in a library
2021-05-13 Ian JacksonExample bundle: Download a lemon
2021-05-13 Ian Jacksonbundles: Skip indices of .tmp's on reload
2021-05-13 Ian Jacksonbundles: Pieces: Actually note in need_svgs
2021-05-13 Ian Jacksonbundles: Pieces: fix order of return values from rsplit
2021-05-13 Ian Jacksonbundles: Initial code for processing svgs
2021-05-13 Ian Jacksonconfig: Provide libexec_dir and usvg_bin
2021-05-13 Ian JacksonGame updates: Provide ClearGame insn
2021-05-13 Ian JacksonGame updates: Make reset_game from clear_game
2021-05-13 Ian JacksonGame updates: Break out clear_game
2021-05-13 Ian JacksonGame updates: Actually delete old aliases when resetting
2021-05-13 Ian Jacksonbundles: Use Into<String> in by_name_caseless
2021-05-13 Ian Jacksonbundles: Say something about the start of upload
2021-05-13 Ian Jacksonbundles: Provide for_progress as a useful trait object...
2021-05-13 Ian Jacksonprogress: Count conversion, rework and Provide more...
2021-05-13 Ian Jacksonbundles: Move Phase enum to toplevel
2021-05-13 Ian Jacksonbundles: Fix Display of ZipIndex to honour format options
2021-05-12 Ian Jacksonbundles: Scan shape libraries
2021-05-12 Ian Jacksonbundles: Implement some more traits for ZipIndex
2021-05-12 Ian Jacksonbundles: Pass &InstanceName to parse_bundle
2021-05-12 Ian Jacksonbundles: Move i() method onto ZipArchive
2021-05-12 Ian Jacksonbundles: Make ZipFile a concrete type
2021-05-12 Ian Jacksonprogress: Rename "item" (from "entry")
2021-05-12 Ian Jacksonprogress: Reowrk, introducing ResponseReporter
2021-05-12 Ian Jacksonprogress: Actually send a progress report
2021-05-12 Ian Jacksonprogress: Refactor/rework. Produces weird spurious...
2021-05-12 Ian Jacksonprogress: Make ProgressInfo have Cow
2021-05-12 Ian Jacksonprogress: Add more fields, wip
2021-05-11 Ian Jacksonbundles: Plumb ProgressReporter
2021-05-11 Ian Jacksonbundles: Try to slightly reduce amount of Zip monomorph...
2021-05-11 Ian Jacksonprogress: Break out into nascent module
2021-05-11 Ian Jacksonshapelib: Reorganise BundleParseErrorHandling
2021-05-11 Ian Jacksonshapelib: Rename lib-loading functions to be less confusing
2021-05-11 Ian Jacksonshapelib: Move catalogue_data into LibrarySource
2021-05-11 Ian Jacksonshapelib: Move read_catalogue out of LibrarySource
2021-05-11 Ian Jacksonshapelib: Provide IndexedZip etc.
2021-05-11 Ian Jacksonshapelib: Document SvgBaseName
2021-05-11 Ian Jacksonshapelib: Introduce and use SvgBaseName::note
2021-05-11 Ian Jacksonshapelib: Introduce and use SvgBaseName
2021-05-11 Ian Jacksonimpl Borrow<str> for GoodItemName
2021-05-10 Ian Jacksonbundles: Reorgsnise by_name_caseless
2021-05-10 Ian Jacksonbundles: Scan the zipfile
2021-05-10 Ian Jacksonbundles: Plumb for_progress through to processing
2021-05-10 Ian Jacksonpacketframe: Prepare for progress updates
2021-05-10 Ian Jacksonmgmtchannel: Prepare for progress updates
2021-05-10 Ian Jacksonmgmtchannel: Prepare for progress updates
2021-05-10 Ian Jacksonmgmtchannel: Break out read_rmp
2021-05-10 Ian JacksonRevert "bundles: Save aux after incorporating"
2021-05-10 Ian Jacksonbundles: Save aux after incorporating
2021-05-10 Ian Jacksonbundles: Prepare for process_bundle, skeleton
2021-05-10 Ian Jacksonbundles: Static type for fn which is monomorphised...
2021-05-10 Ian Jacksonbundles: Use ReloadError for reload
2021-05-10 Ian Jacksonbundles: Move parsing into bulk phase
2021-05-09 Ian Jacksonbundles: Split Uploaded out
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
next