93 Ревизии (cbcef2f1733f0afecb1d1d0892da2990dee3a930)
 

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