Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-03-16 | browser: Raise exception if navigation failed | Lars-Dominik Braun | 1 | -0/+5 |
2019-03-16 | browser: Use different UUID for loadingFinished/Failed | Lars-Dominik Braun | 1 | -1/+1 |
2019-01-07 | Log Chrome’s responses to WARC by default | Lars-Dominik Braun | 1 | -9/+21 |
2019-01-05 | browser: Do not overwrite request data when prefetching | Lars-Dominik Braun | 1 | -2/+0 |
2019-01-03 | browser: Turn Item into RequestResponsePair | Lars-Dominik Braun | 1 | -111/+215 |
2018-12-24 | Use f-strings where possible | Lars-Dominik Braun | 1 | -1/+1 |
2018-12-21 | Parse URLs by default | Lars-Dominik Braun | 1 | -17/+11 |
2018-11-24 | browser: Ignore load failures for nonexisting requests | Lars-Dominik Braun | 1 | -2/+3 |
2018-11-22 | controller: Improve idle waiting | Lars-Dominik Braun | 1 | -2/+38 |
2018-11-19 | Coding style | Lars-Dominik Braun | 1 | -4/+2 |
2018-11-17 | browser: clearBrowserCookies is supported unconditionally | Lars-Dominik Braun | 1 | -4/+1 |
2018-11-14 | Async chrome process startup | Lars-Dominik Braun | 1 | -72/+0 |
2018-11-06 | Switch site loader to async DevTools communication | Lars-Dominik Braun | 1 | -107/+126 |
2018-08-05 | test_browser: Properly handle failed requests | Lars-Dominik Braun | 1 | -5/+4 |
2018-08-04 | Properly handle failure to retrieve request body | Lars-Dominik Braun | 1 | -1/+3 |
2018-08-04 | Reintroduce WARC logging | Lars-Dominik Braun | 1 | -18/+30 |
2018-06-25 | warc: Save DOM-/image screenshot as WARC conversion | Lars-Dominik Braun | 1 | -3/+7 |
2018-06-21 | Fix a few issues pointed out by pylint | Lars-Dominik Braun | 1 | -6/+3 |
2018-06-20 | Move tests to pytest | Lars-Dominik Braun | 1 | -162/+0 |
2018-06-20 | Add __slots__ to classes | Lars-Dominik Braun | 1 | -0/+11 |
2018-06-20 | Synchronous SiteLoader event handling | Lars-Dominik Braun | 1 | -252/+165 |
2018-06-08 | browser: Replace --remote-debugging-socket-fd | Lars-Dominik Braun | 1 | -23/+19 |
2018-05-04 | Support --browser again for local crawls | Lars-Dominik Braun | 1 | -1/+1 |
2018-05-04 | browser: Replace context manager decorator | Lars-Dominik Braun | 1 | -51/+66 |
2018-05-04 | Move header unfolding into Item | Lars-Dominik Braun | 1 | -0/+22 |
2018-05-04 | Fetch request POST body | Lars-Dominik Braun | 1 | -1/+15 |
2018-05-04 | Test chained redirects | Lars-Dominik Braun | 1 | -12/+32 |
2018-04-14 | Fix base64 body detection | Lars-Dominik Braun | 1 | -9/+9 |
2018-04-14 | Add timeout to request body fetch | Lars-Dominik Braun | 1 | -3/+4 |
2018-04-14 | Handle JavaScript dialogs | Lars-Dominik Braun | 1 | -2/+37 |
2018-03-25 | Add a few simple tests | Lars-Dominik Braun | 1 | -0/+190 |
2018-03-25 | Replace deprecated logger.warn | Lars-Dominik Braun | 1 | -3/+3 |
2018-03-25 | ChromeService: Close listening socket | Lars-Dominik Braun | 1 | -0/+1 |
2018-03-25 | Move getResponseBody call to Item wrapper | Lars-Dominik Braun | 1 | -2/+19 |
2018-03-18 | browser: Don’t overwrite LogEntry’s args | Lars-Dominik Braun | 1 | -1/+1 |
2017-12-27 | Log messages from browser console | Lars-Dominik Braun | 1 | -0/+12 |
2017-12-23 | Set fake finished response for redirects | Lars-Dominik Braun | 1 | -1/+4 |
2017-12-23 | Drain tab event queue before stopping | Lars-Dominik Braun | 1 | -0/+2 |
2017-12-22 | Add simple stats-keeping SiteLoader | Lars-Dominik Braun | 1 | -2/+33 |
2017-12-22 | SiteLoader: Save entire finished response | Lars-Dominik Braun | 1 | -2/+9 |
2017-12-17 | Add distributed archiving | Lars-Dominik Braun | 1 | -6/+15 |
2017-12-06 | Start Chrome browser instance | Lars-Dominik Braun | 1 | -0/+52 |
2017-11-29 | Add missing timestamp to response data for redirects | Lars-Dominik Braun | 1 | -1/+1 |
2017-11-29 | Use Chrome’s timestamps as WARC-Date | Lars-Dominik Braun | 1 | -8/+8 |
2017-11-29 | Refactoring | Lars-Dominik Braun | 1 | -0/+209 |