chiark / gitweb /
usvg: Pass default options even during bundle processing.
[otter.git] / src / bundles.rs
2022-05-22 Ian Jacksonusvg: Pass default options even during bundle processing.
2022-05-22 Ian Jacksonusvg: Refactor code that runs it in bundles.rs
2022-05-15 Ian Jacksonbundles: Fix a bug which could cause IE on bundle load
2022-05-14 Ian Jacksonsupport: Move digestrw and timedfd
2022-05-14 Ian Jacksonsupport: Move config
2022-05-14 Ian Jacksonsupport: Move packetframe et al.
2022-05-14 Ian Jacksonshapelib: Break out LibrarySvgNoter
2022-05-04 Ian Jacksonmaterials format: Plumb through to load_catalogue
2022-05-04 Ian JacksonSwitch to deriving Deref
2022-05-04 Ian Jacksonshapelib: Rename Catalogue from Contents
2022-05-04 Ian Jacksonutils: svg_parse_size: Take &HtmlStr, not &str
2022-05-02 Ian Jacksonsvg size handling: Replace bundles.rs version
2022-05-02 Ian Jacksonutils: Tidy up and move DigestRead and DigestWrite
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 Jacksonclippy: Miscellaneous minor changes, and allow lints
2022-03-31 Ian Jacksonclippy: Miscellaneous minor changes
2022-03-30 Ian JacksonRemove one use of TAIT
2022-03-27 Ian JacksonRocket cleanup: Call our tera tera
2022-03-27 Ian JacksonMutex debug: Introduce DebugIdentify trait
2022-03-06 Ian Jacksoncargo: upgrade digest sha2
2021-06-10 Ian Jacksoncargo deps: Update to usvg 0.14 and adjust all command...
2021-06-08 Ian Jacksonspecs: spec_macroexpand diagnostic facility
2021-06-08 Ian Jacksonspecs: Break out spec_macroexpand
2021-06-08 Ian Jacksonspecs: Add a templating facility for game specs
2021-06-08 Ian Jacksonbundles: Restructure zip load_spec_to_read
2021-05-30 Ian Jacksonauthproofs: Rename methods with proof obligation to...
2021-05-30 Ian Jacksonutils: Break out format_by_fmt_hex
2021-05-22 Ian Jacksonbundles: Improve metadata in bundle-generated svgs
2021-05-22 Ian Jacksonbundles: Include some metadata in bundle-generated...
2021-05-22 Ian Jacksonbundles: base64 the SVGs from bundles
2021-05-22 Ian Jacksonbundles: Make Base64Meta sizes be f64
2021-05-22 Ian Jacksonbundles: Move BufReader back into image_usvg
2021-05-22 Ian Jacksonbundles: Split out base64_usvg
2021-05-22 Ian Jacksonbundles: Move BufReader out of image_usvg
2021-05-22 Ian Jacksonbundles: Parse size: Small refactoring
2021-05-22 Ian Jacksonbundles: Parse size of out of our generated usvgs,...
2021-05-22 Ian Jacksonbundles: Allow differing source file name
2021-05-22 Ian Jacksonshapelib: Plumb src_name through to make_usvg
2021-05-22 Ian Jacksonshapelib: Make note_svg fallible
2021-05-22 Ian Jacksonshapelib: Pass src file name to note_svg
2021-05-22 Ian JacksonRevert "images in bundles: Support jpeg"
2021-05-22 Ian Jacksonimages in bundles: Support jpeg
2021-05-22 Ian Jacksonbundles: When we didn't find the file, lowercase the...
2021-05-22 Ian Jacksonimages in bundles: Support png
2021-05-22 Ian Jacksonbundles: Introduce local PictureFormat alias
2021-05-21 Ian Jacksonbundles: Call updated() when clearing bundles
2021-05-21 Ian Jacksonbundles: Clear: Do not produce spurious error in log...
2021-05-21 Ian Jacksonotter(1) reset: Bundle uploading: Scan to see if we...
2021-05-20 Ian Jacksonbundles: Display hashes more nicely
2021-05-20 Ian Jacksonbundles: Record and return and display hashes
2021-05-20 Ian Jacksonutils: Rename [Index]Vec::get_or_extend_with and soup up
2021-05-20 Ian Jacksonutils: Break out [Index]Vec::ensure_element_with ext...
2021-05-20 Ian Jacksonbundles: Redo progress phases and enums
2021-05-20 Ian Jacksonbundles: Box progress so we can pass it to finish_upload
2021-05-20 Ian Jacksonbundles: Implement finding specs in bundles
2021-05-20 Ian Jacksonbundles: Refactor slightly to make room for specs
2021-05-20 Ian Jacksonspecs: Change error handling for load_spec_to_read...
2021-05-19 Ian Jacksonspecs: Change error handling for load_spec_to_read
2021-05-19 Ian Jacksonspecs: Support ResetFromNamesSpec
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-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 Jacksonprogress: Introduce ProgressMode
2021-05-17 Ian Jacksonbundles progress: Rework to do the duplex disablement...
2021-05-17 Ian Jacksonbundles: Truncate bundle files before deleting them
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-15 Ian JacksonDrop some done todos
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 Jacksonbundles: Further improve error printing
2021-05-15 Ian Jacksonotter: Further improve error printing
2021-05-15 Ian Jacksonbundles: Actually implement shape loading
2021-05-15 Ian Jacksonbundles: Reset the access key on clear
2021-05-15 Ian Jacksonbundles: clear: When unexpected leftover stuff, print it
2021-05-15 Ian Jacksonbundles: Implement ClearBundles
2021-05-15 Ian Jacksonbundles: Write a comment about bundle states
2021-05-15 Ian Jacksonbundles: Plumb libs into incorporate_bundle
2021-05-15 Ian Jacksonbundles: Drop various traits from Parsed
2021-05-15 Ian Jacksonbundles: Note some todos
2021-05-15 Ian Jacksonbundles: Remove a not-needed layer of references
2021-05-15 Ian Jacksonbundles: Use new size and ReadReporter to show upload...
2021-05-15 Ian Jacksonbundles: Pass size through
2021-05-13 Ian Jacksonprogress: Rename Originator (from Reporter)
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 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
next