Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-07-13 | Cookie injection support | Lars-Dominik Braun | 1 | -8/+8 |
2019-07-06 | controller: Add missing import | Lars-Dominik Braun | 1 | -1/+1 |
2019-07-04 | Rename cli utils | Lars-Dominik Braun | 1 | -17/+55 |
2019-06-26 | Allow turning off cert validation | Lars-Dominik Braun | 1 | -6/+16 |
2019-06-18 | Re-inject behavior scripts on site reload | Lars-Dominik Braun | 1 | -24/+50 |
2019-06-18 | Fix idle state tracking race condition | Lars-Dominik Braun | 1 | -33/+54 |
2019-05-30 | controller: Fix -recursive stats | Lars-Dominik Braun | 1 | -2/+5 |
2019-05-30 | controller: Correctly re-raise exceptions | Lars-Dominik Braun | 1 | -1/+2 |
2019-05-30 | controller: Fix DepthLimit | Lars-Dominik Braun | 1 | -11/+31 |
2019-05-05 | irc: Add job info to warcinfo record | Lars-Dominik Braun | 1 | -1/+5 |
2019-05-05 | cli: Allow adding extra data to warcinfo record | Lars-Dominik Braun | 1 | -2/+7 |
2019-03-16 | Add more debug messages | Lars-Dominik Braun | 1 | -2/+10 |
2019-03-05 | Replace mutable default arguments | Lars-Dominik Braun | 1 | -2/+2 |
2019-01-27 | recursive: Avoid deadlock if unknown exception occurs | Lars-Dominik Braun | 1 | -0/+9 |
2019-01-27 | Increase subprocess’ StreamReader limits | Lars-Dominik Braun | 1 | -1/+1 |
2019-01-26 | controller: Make sure idleTimeout is always applied | Lars-Dominik Braun | 1 | -1/+3 |
2019-01-05 | controller: Fix PrefixLimit | Lars-Dominik Braun | 1 | -1/+1 |
2019-01-03 | browser: Turn Item into RequestResponsePair | Lars-Dominik Braun | 1 | -6/+6 |
2018-12-24 | Use f-strings where possible | Lars-Dominik Braun | 1 | -1/+1 |
2018-12-22 | Fix recursive mode’s URL parsing | Lars-Dominik Braun | 1 | -1/+2 |
2018-12-22 | Switch -recursive to asyncio’s .cancel() | Lars-Dominik Braun | 1 | -53/+55 |
2018-12-21 | Remove unused EventHandler property | Lars-Dominik Braun | 1 | -6/+0 |
2018-12-21 | Parse URLs by default | Lars-Dominik Braun | 1 | -5/+4 |
2018-12-08 | controller: Reraise queue processing errors early | Lars-Dominik Braun | 1 | -1/+7 |
2018-12-08 | tools: Add version info to merged WARCs | Lars-Dominik Braun | 1 | -11/+4 |
2018-12-02 | controller: Add only enabled behavior scripts to warcinfo | Lars-Dominik Braun | 1 | -5/+5 |
2018-12-02 | controller: Remove unused argument | Lars-Dominik Braun | 1 | -4/+3 |
2018-11-25 | single: Graceful ^C | Lars-Dominik Braun | 1 | -1/+8 |
2018-11-24 | behavior: Fix scrolling | Lars-Dominik Braun | 1 | -2/+2 |
2018-11-22 | controller: Improve idle waiting | Lars-Dominik Braun | 1 | -16/+27 |
2018-11-19 | controller: Add parameters to warcinfo | Lars-Dominik Braun | 1 | -0/+7 |
2018-11-19 | Coding style | Lars-Dominik Braun | 1 | -20/+16 |
2018-11-14 | Async chrome process startup | Lars-Dominik Braun | 1 | -66/+66 |
2018-11-06 | Switch single mode to asyncio | Lars-Dominik Braun | 1 | -103/+75 |
2018-10-30 | recursive: Actually stop the grab when canceled | Lars-Dominik Braun | 1 | -1/+3 |
2018-10-30 | Reduce idle wait time after stopping page | Lars-Dominik Braun | 1 | -4/+4 |
2018-10-23 | single: Set and recursive: check exit status | Lars-Dominik Braun | 1 | -7/+14 |
2018-10-14 | irc: Add PoC dashboard | Lars-Dominik Braun | 1 | -6/+12 |
2018-10-11 | recursive: Gracefully shut down on SIGINT/TERM | Lars-Dominik Braun | 1 | -3/+14 |
2018-10-03 | controller: Depth limit does not work with i>1 | Lars-Dominik Braun | 1 | -1/+3 |
2018-09-29 | Add documentation | Lars-Dominik Braun | 1 | -2/+3 |
2018-09-25 | Prevent recursing into arbitrary schemes | Lars-Dominik Braun | 1 | -1/+9 |
2018-09-25 | Parallelize recursive grabs | Lars-Dominik Braun | 1 | -4/+14 |
2018-09-25 | Add recursive controller | Lars-Dominik Braun | 1 | -1/+129 |
2018-09-25 | Log extracted links | Lars-Dominik Braun | 1 | -0/+23 |
2018-08-21 | Remove celery and recursion | Lars-Dominik Braun | 1 | -118/+3 |
2018-08-04 | Add package information to warcinfo | Lars-Dominik Braun | 1 | -6/+16 |
2018-08-04 | Reintroduce WARC logging | Lars-Dominik Braun | 1 | -23/+33 |
2018-06-25 | warc: Save DOM-/image screenshot as WARC conversion | Lars-Dominik Braun | 1 | -7/+1 |
2018-06-20 | Add __slots__ to classes | Lars-Dominik Braun | 1 | -0/+22 |