93 Commits (cbcef2f1733f0afecb1d1d0892da2990dee3a930)
 

Autor SHA1 Mensaje Fecha
  JustAnotherArchivist cbcef2f173 Add Linux classifier hace 3 años
  JustAnotherArchivist 733506aed7 Remove obsolete TODO hace 3 años
  JustAnotherArchivist c7fac0ec3f Add WARC journalling with rollback on errors hace 3 años
  JustAnotherArchivist a4cf1a4225 Fix str_get_all_between yielding half-overlapping matches hace 3 años
  JustAnotherArchivist 15203bd991 Handle redirect traps/loops hace 3 años
  JustAnotherArchivist f8f5258197 Track redirect depth hace 3 años
  JustAnotherArchivist a3d6fb35f8 Turn response handlers into kwarg-only functions for easier extendability without breaking existing code hace 3 años
  JustAnotherArchivist a91cc23d47 Simplify get_software_info's signature to just the extra dependency packages hace 3 años
  JustAnotherArchivist 6cc4adb901 Remove stray TODO hace 3 años
  JustAnotherArchivist c5604ef965 Simplify header merging hace 3 años
  JustAnotherArchivist 59ae1183d2 Add fromResponse parameter for URL completion and automatic Referer header hace 3 años
  JustAnotherArchivist 2324216016 Add baseUrl and evaluate incomplete URLs relative to it hace 3 años
  JustAnotherArchivist b30ccf8bf8 Move response/exception history to ClientResponse.qhistory hace 3 años
  JustAnotherArchivist e69527c715 Add defaultResponseHandler on the Item level hace 3 años
  JustAnotherArchivist 03336e4988 Add item to response handler arguments (e.g. for logging) hace 3 años
  JustAnotherArchivist 005999fcb9 Disable aiohttp's Content-Type checking on JSON parsing by default hace 3 años
  JustAnotherArchivist 6bdcfe71f0 Refactor database creation and item generation: call `Item.generate()` on every qwarc run and dedupe its output, allowing the addition of further items by modifying the spec file hace 3 años
  JustAnotherArchivist c878241f24 Switch from concurrent.futures.CancelledError to asyncio.CancelledError hace 3 años
  JustAnotherArchivist 749158b97a Use the Future's result directly rather than awaiting again hace 3 años
  JustAnotherArchivist 5c6169ee4d Bump Python version classifiers hace 3 años
  JustAnotherArchivist a85e80ffa2 Configurable request timeout hace 3 años
  JustAnotherArchivist 429ac94689 Make it possible to override and remove headers hace 3 años
  JustAnotherArchivist e40be54578 Document verify_ssl parameter hace 3 años
  JustAnotherArchivist d3437bde19 Move default headers to qwarc.const hace 3 años
  JustAnotherArchivist 17fc3499ff Fix infinite loop in workaround for aiohttp issue 4630 hace 3 años
  JustAnotherArchivist b6003af1e5 Work around aiohttp bug on parsing chunked transfer encoding responses when the buffer ends in an unfortunate spot hace 4 años
  JustAnotherArchivist 1678075a89 Log traceback on exceptions raised from an item hace 4 años
  JustAnotherArchivist 4ff8b260a1 Don't close raw data tempfiles until the response gets GC'd hace 4 años
  JustAnotherArchivist 4d9e4d8fe8 Fix ClientResponse._read returning more than nbytes if the entire response fits into the first block fed into the parser hace 4 años
  JustAnotherArchivist 2895f4bfdf Catch TypeError in Content-Length parsing hace 4 años
  JustAnotherArchivist 8358ba9131 Add support for only reading part of the response into memory hace 4 años
  JustAnotherArchivist 939978beec Handle EOF from the HTTP payload parser correctly hace 4 años
  JustAnotherArchivist b1a1c03f7e Handle STOP file and high memory usage before full disk to allow stopping while the disk is above the limit hace 4 años
  JustAnotherArchivist dd44d9b174 Adjust logging levels: log individual request failures only at WARNING and cancelled tasks at ERROR level hace 4 años
  JustAnotherArchivist 820384fe1e Stop deduping small responses hace 4 años
  JustAnotherArchivist 91035d769c Catch exceptions in Item.process and mark the items as errors instead of crashing hace 4 años
  JustAnotherArchivist 69984765b3 Fix taskType typo silencing cancellation warnings hace 4 años
  JustAnotherArchivist 461cedbbde Avoid temporary files created by warcio due to not knowing the record payload length hace 4 años
  JustAnotherArchivist c263ad0b03 Return ClientResponse object from fetch only if the retrieval was successful hace 4 años
  JustAnotherArchivist cb0d11284e Write only successful retrievals (i.e. ones that don't cause an exception) to WARC hace 4 años
  JustAnotherArchivist 1214409a0b Flush big responses to a temporary file instead of trying to keep everything in-memory hace 4 años
  JustAnotherArchivist 37dbcfad21 Don't write responses to WARC that triggered an exception hace 4 años
  JustAnotherArchivist 93df9cd18d Get rid of the temporary extra log file and read the plain file instead hace 4 años
  JustAnotherArchivist 08c3d55376 Add comment on block digest workaround (cf. f14a664b) hace 4 años
  JustAnotherArchivist 413435b7fb Work around warcio not writing the correct WARC-Profile header for revisit records on WARC/1.1 hace 4 años
  JustAnotherArchivist 08d96b37c5 Support deep/multiple inheritance from Item hace 4 años
  JustAnotherArchivist 9d8de13775 Add Item.flush_subitems to flush the new subitems to the database while the item is still being processed hace 4 años
  JustAnotherArchivist 50b936b18c Refactor QWARC class to keep relevant variables in instance attributes instead of local variables hace 4 años
  JustAnotherArchivist c5d8d93166 Remove stray whitespace hace 4 años
  JustAnotherArchivist 8ee9b20718 Remove WARC-Target-URI header from warcinfo record hace 4 años