71 Révisions (v0.2.5)
 

Auteur SHA1 Message Date
  JustAnotherArchivist 17fc3499ff Fix infinite loop in workaround for aiohttp issue 4630 il y a 3 ans
  JustAnotherArchivist b6003af1e5 Work around aiohttp bug on parsing chunked transfer encoding responses when the buffer ends in an unfortunate spot il y a 4 ans
  JustAnotherArchivist 1678075a89 Log traceback on exceptions raised from an item il y a 4 ans
  JustAnotherArchivist 4ff8b260a1 Don't close raw data tempfiles until the response gets GC'd il y a 4 ans
  JustAnotherArchivist 4d9e4d8fe8 Fix ClientResponse._read returning more than nbytes if the entire response fits into the first block fed into the parser il y a 4 ans
  JustAnotherArchivist 2895f4bfdf Catch TypeError in Content-Length parsing il y a 4 ans
  JustAnotherArchivist 8358ba9131 Add support for only reading part of the response into memory il y a 4 ans
  JustAnotherArchivist 939978beec Handle EOF from the HTTP payload parser correctly il y a 4 ans
  JustAnotherArchivist b1a1c03f7e Handle STOP file and high memory usage before full disk to allow stopping while the disk is above the limit il y a 4 ans
  JustAnotherArchivist dd44d9b174 Adjust logging levels: log individual request failures only at WARNING and cancelled tasks at ERROR level il y a 4 ans
  JustAnotherArchivist 820384fe1e Stop deduping small responses il y a 4 ans
  JustAnotherArchivist 91035d769c Catch exceptions in Item.process and mark the items as errors instead of crashing il y a 4 ans
  JustAnotherArchivist 69984765b3 Fix taskType typo silencing cancellation warnings il y a 4 ans
  JustAnotherArchivist 461cedbbde Avoid temporary files created by warcio due to not knowing the record payload length il y a 4 ans
  JustAnotherArchivist c263ad0b03 Return ClientResponse object from fetch only if the retrieval was successful il y a 4 ans
  JustAnotherArchivist cb0d11284e Write only successful retrievals (i.e. ones that don't cause an exception) to WARC il y a 4 ans
  JustAnotherArchivist 1214409a0b Flush big responses to a temporary file instead of trying to keep everything in-memory il y a 4 ans
  JustAnotherArchivist 37dbcfad21 Don't write responses to WARC that triggered an exception il y a 4 ans
  JustAnotherArchivist 93df9cd18d Get rid of the temporary extra log file and read the plain file instead il y a 4 ans
  JustAnotherArchivist 08c3d55376 Add comment on block digest workaround (cf. f14a664b) il y a 4 ans
  JustAnotherArchivist 413435b7fb Work around warcio not writing the correct WARC-Profile header for revisit records on WARC/1.1 il y a 4 ans
  JustAnotherArchivist 08d96b37c5 Support deep/multiple inheritance from Item il y a 4 ans
  JustAnotherArchivist 9d8de13775 Add Item.flush_subitems to flush the new subitems to the database while the item is still being processed il y a 4 ans
  JustAnotherArchivist 50b936b18c Refactor QWARC class to keep relevant variables in instance attributes instead of local variables il y a 4 ans
  JustAnotherArchivist c5d8d93166 Remove stray whitespace il y a 4 ans
  JustAnotherArchivist 8ee9b20718 Remove WARC-Target-URI header from warcinfo record il y a 4 ans
  JustAnotherArchivist f14a664b1c Work around warcio not writing a block digest for warcinfo records (https://github.com/webrecorder/warcio/issues/87) il y a 4 ans
  JustAnotherArchivist 7d53577522 Add parameter for disabling SSL/TLS certificate validation il y a 4 ans
  JustAnotherArchivist 7e049423a4 The memory leak has vanished as of CPython 3.7.3 il y a 4 ans
  JustAnotherArchivist bd14ab3901 Fix crash due to closing the log handler on reaching the max WARC size il y a 4 ans
  JustAnotherArchivist 08117630b0 Remove warcinfo record in each data WARC and refer to the process's warcinfo record in the meta WARC instead il y a 4 ans
  JustAnotherArchivist 26aab15605 urn:X-qwarc instead of urn:qwarc il y a 4 ans
  JustAnotherArchivist 50d46ad51c Use log filename in the target URI of the log resource record il y a 4 ans
  JustAnotherArchivist e093211496 Set content type for resource records il y a 4 ans
  JustAnotherArchivist ae46b53401 Always write a WARC-Warcinfo-ID header il y a 4 ans
  JustAnotherArchivist 23fcdd4026 Write microsecond dates for request and response records il y a 4 ans
  JustAnotherArchivist 3030ad10ab Mark private API accordingly il y a 4 ans
  JustAnotherArchivist e0b4104d21 Remove log handler before writing log record since that requires closing the stream il y a 4 ans
  JustAnotherArchivist 6cfd352f68 Write WARC/1.1 files il y a 4 ans
  JustAnotherArchivist e1ad5c232e Write warcinfo and resource records in meta WARC on firing up qwarc rather than at the end il y a 4 ans
  JustAnotherArchivist f038cf91db Fix unfound distribution handling il y a 4 ans
  JustAnotherArchivist a5dfd5c805 Write spec file + its dependencies and command line to meta WARC il y a 4 ans
  JustAnotherArchivist e99e2304c9 Write meta WARC with log file il y a 4 ans
  JustAnotherArchivist d751844626 Fix starting another item before stopping on STOP file or memory limit exceedance il y a 4 ans
  JustAnotherArchivist 2b0778f9b5 Remove leftovers from initial code rewrite il y a 4 ans
  JustAnotherArchivist 85d78cee13 Add warcinfo record with version information on Python, system, and dependencies il y a 4 ans
  JustAnotherArchivist 9eaa7be4c8 Python 3.7 compatibility il y a 4 ans
  JustAnotherArchivist 9cff6bd5c1 Only open a WARC file when necessary to avoid producing empty WARCs at the end il y a 4 ans
  JustAnotherArchivist 21cf784102 Use setuptools_scm for versioning il y a 4 ans
  JustAnotherArchivist ab22966fef Add to log which item a message is coming from il y a 4 ans