Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-01-07 | Log Chrome’s responses to WARC by default | Lars-Dominik Braun | 1 | -5/+0 |
2019-01-03 | browser: Turn Item into RequestResponsePair | Lars-Dominik Braun | 1 | -54/+42 |
2018-12-25 | warc: Add tests | Lars-Dominik Braun | 1 | -15/+14 |
2018-12-24 | Use f-strings where possible | Lars-Dominik Braun | 1 | -9/+10 |
2018-12-21 | Parse URLs by default | Lars-Dominik Braun | 1 | -11/+7 |
2018-11-19 | Coding style | Lars-Dominik Braun | 1 | -2/+2 |
2018-11-06 | Switch single mode to asyncio | Lars-Dominik Braun | 1 | -23/+9 |
2018-08-04 | Properly handle failure to retrieve request body | Lars-Dominik Braun | 1 | -1/+15 |
2018-08-04 | Reference warcinfo record in every other record | Lars-Dominik Braun | 1 | -18/+30 |
2018-08-04 | Add package information to warcinfo | Lars-Dominik Braun | 1 | -1/+5 |
2018-08-04 | Reintroduce WARC logging | Lars-Dominik Braun | 1 | -4/+34 |
2018-06-25 | warc: Add metadata to truncated records | Lars-Dominik Braun | 1 | -22/+28 |
2018-06-25 | warc: Save DOM-/image screenshot as WARC conversion | Lars-Dominik Braun | 1 | -9/+30 |
2018-06-21 | Fix a few issues pointed out by pylint | Lars-Dominik Braun | 1 | -4/+0 |
2018-06-20 | Add __slots__ to classes | Lars-Dominik Braun | 1 | -0/+2 |
2018-06-20 | Synchronous SiteLoader event handling | Lars-Dominik Braun | 1 | -101/+64 |
2018-05-04 | Move page archiving logic to SinglePageController | Lars-Dominik Braun | 1 | -3/+3 |
2018-05-04 | Move header unfolding into Item | Lars-Dominik Braun | 1 | -21/+2 |
2018-05-04 | Fetch request POST body | Lars-Dominik Braun | 1 | -7/+5 |
2018-04-14 | Fix base64 body detection | Lars-Dominik Braun | 1 | -1/+1 |
2018-03-25 | Move getResponseBody call to Item wrapper | Lars-Dominik Braun | 1 | -11/+2 |
2017-12-25 | Increase default body size | Lars-Dominik Braun | 1 | -2/+4 |
2017-12-24 | Refactor behavior scripts | Lars-Dominik Braun | 1 | -2/+3 |
2017-12-22 | Add simple stats-keeping SiteLoader | Lars-Dominik Braun | 1 | -4/+6 |
2017-12-22 | Don’t write WARC record if body cannot be retrieved | Lars-Dominik Braun | 1 | -19/+48 |
2017-12-20 | Fix HTTP headers using the same key more than once | Lars-Dominik Braun | 1 | -2/+15 |
2017-12-19 | Serialize WARC writing | Lars-Dominik Braun | 1 | -0/+35 |
2017-12-17 | Don’t fetch redirected request body | Lars-Dominik Braun | 1 | -8/+12 |
2017-11-29 | Use Chrome’s timestamps as WARC-Date | Lars-Dominik Braun | 1 | -0/+6 |
2017-11-29 | Refactoring | Lars-Dominik Braun | 1 | -0/+174 |