aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* define and bump MSRV to 1.49Bryan Newbold2022-08-123-1/+4
* README: mention libsodium-dev dependencyBryan Newbold2022-08-121-0/+7
* cargo: bump reqwest to reduce duplication of depsBryan Newbold2022-08-113-379/+75
* update cargo deps (tokio 1.x, hyper 0.5, etc)Bryan Newbold2022-08-112-61/+296
* re-codegen fatcat-openapi moduleBryan Newbold2022-08-118-2217/+3329
* codegen: update script to use generator v6.0.1Bryan Newbold2022-08-111-2/+2
* CHANGELOG: fix old 0.1.6 entry dateBryan Newbold2022-08-111-1/+1
* minor env_logger usage update (deprecation)Bryan Newbold2022-03-291-1/+1
* cargo: minor dependency updates, and re-lockBryan Newbold2022-03-292-101/+29
* CI: lock to a specific old-ish version of Rust (1.48)Bryan Newbold2022-03-291-1/+1
* add support for updating more release fieldsBryan Newbold2022-02-041-0/+23
* fix typo in fatcat-cli Cargo.tomlBryan Newbold2022-02-041-1/+1
* codespell typo fixesBryan Newbold2021-11-245-7/+7
* bump version to 0.1.6 and update CHANGELOGv0.1.6Bryan Newbold2021-11-193-4/+15
* editgroup description option for batch editingBryan Newbold2021-11-192-4/+26
* add some mutation fields for entities (file, fileset, webcapture)Bryan Newbold2021-11-191-4/+51
* fatcat-openapi: update with v0.5.0 schemaBryan Newbold2021-11-197-4/+52
* API schema updates for v0.5.0Bryan Newbold2021-11-191-1/+10
* specifier: fix file lookup hash orderingBryan Newbold2021-11-171-1/+1
* cargo update (dependencies)v0.1.5Bryan Newbold2021-10-141-178/+175
* update CHANGELOGBryan Newbold2021-10-131-0/+7
* bump versions in Cargo.tomlBryan Newbold2021-10-132-3/+3
* implement ext id changes and editor username lookupBryan Newbold2021-10-131-30/+91
* update library Cargo.tomlBryan Newbold2021-10-131-1/+1
* codegen for API schema v0.4.0Bryan Newbold2021-10-1311-58/+591
* v0.4 schema changes (backport from fatcat repo using openapi2)Bryan Newbold2021-10-131-2/+95
* bump version to 0.1.4v0.1.4Bryan Newbold2021-08-102-2/+2
* update manpage for refs, fulltext searchBryan Newbold2021-08-103-7/+5
* gitignore scratch directoryBryan Newbold2021-08-101-0/+1
* entity JSON fetch mode for scholar searchesBryan Newbold2021-08-102-3/+14
* cargo updateBryan Newbold2021-08-101-167/+166
* changelog entry for refs stuffBryan Newbold2021-08-101-0/+6
* basic refs-in/refs-out --entity-json search supportBryan Newbold2021-08-104-4/+42
* initial fatcat_refs search index supportBryan Newbold2021-08-094-0/+36
* update CHANGELOG for v0.1.3v0.1.3Bryan Newbold2021-05-251-0/+15
* Cargo.toml: bump version to v0.1.3 and update deps (lock)Bryan Newbold2021-05-252-151/+165
* gitignore: don't track local TODO fileBryan Newbold2021-05-251-0/+1
* example.env: CLI-specific, not fatcat API valuesBryan Newbold2021-05-251-10/+3
* add test status badge to READMEBryan Newbold2021-05-251-0/+2
* cargo clippy cleanBryan Newbold2021-05-252-6/+8
* remove TODO; tabwriter auto-resets every so oftenBryan Newbold2021-05-251-1/+0
* download: fix wayback URL rewriting, and add a minimal testBryan Newbold2021-05-251-3/+27
* cargo fmtBryan Newbold2021-05-253-10/+16
* search: add scholar index; improve queries for file and containerBryan Newbold2021-04-304-33/+131
* tests (for CI): ensure debug build has happenedBryan Newbold2021-04-091-1/+1
* reminders on release process (partial)v0.1.2Bryan Newbold2021-04-091-0/+25
* bump version to v0.1.2 and update CHANGELOGBryan Newbold2021-04-093-2/+16
* download: fix concurrency bug at end of batch downloadBryan Newbold2021-04-091-0/+3
* download: use threads for download-from-file same as stdinBryan Newbold2021-04-091-2/+6
* simple preference for IA URLs (if available)Bryan Newbold2021-04-091-3/+15