Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | commands: add the core command addon, and the command "set" | Aldo Cortesi | 2017-04-28 | 1 | -0/+15 | |
* | console: add a keymap | Aldo Cortesi | 2017-04-28 | 1 | -0/+6 | |
* | console: interactive command browser | Aldo Cortesi | 2017-04-28 | 1 | -0/+2 | |
* | Test coverage ++ | Aldo Cortesi | 2017-04-27 | 4 | -0/+67 | |
* | command: save.file flowspec path -> None | Aldo Cortesi | 2017-04-27 | 2 | -2/+23 | |
* | addons.streamfile -> addons.save | Aldo Cortesi | 2017-04-27 | 1 | -14/+14 | |
* | console: flow resolution command | Aldo Cortesi | 2017-04-27 | 2 | -2/+43 | |
* | Basic outline of the command subsystem | Aldo Cortesi | 2017-04-27 | 2 | -26/+61 | |
* | Merge pull request #2265 from cortesi/addons | Aldo Cortesi | 2017-04-27 | 4 | -120/+93 | |
|\ | ||||||
| * | Addons and addon testing | Aldo Cortesi | 2017-04-26 | 4 | -120/+93 | |
* | | Merge pull request #2269 from mhils/issue-2250 | Maximilian Hils | 2017-04-26 | 1 | -0/+4 | |
|\ \ | ||||||
| * | | fix #2250, add type info to cookie module | Maximilian Hils | 2017-04-26 | 1 | -0/+4 | |
* | | | Merge pull request #2258 from mhils/readfile | Maximilian Hils | 2017-04-26 | 3 | -103/+98 | |
|\ \ \ | ||||||
| * | | | separate reading from stdin into its own addon | Maximilian Hils | 2017-04-26 | 1 | -54/+63 | |
| * | | | integrate readstdin into readfile addon | Maximilian Hils | 2017-04-26 | 2 | -83/+63 | |
| * | | | typecheck: add support for typing.Any | Maximilian Hils | 2017-04-26 | 1 | -0/+6 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #2268 from mhils/issue-2257 | Maximilian Hils | 2017-04-26 | 3 | -62/+98 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | fix #2257 | Maximilian Hils | 2017-04-26 | 3 | -62/+98 | |
| |/ | ||||||
* / | fix #2228 | Maximilian Hils | 2017-04-26 | 2 | -3/+2 | |
|/ | ||||||
* | Merge pull request #2262 from Kriechi/reduced-coverage++ | Aldo Cortesi | 2017-04-26 | 11 | -18/+16 | |
|\ | ||||||
| * | improve tests | Thomas Kriechbaumer | 2017-04-25 | 11 | -18/+16 | |
* | | configure(options, updated) -> configure(updated) | Aldo Cortesi | 2017-04-26 | 6 | -11/+15 | |
* | | Move options into ctx | Aldo Cortesi | 2017-04-26 | 3 | -147/+150 | |
* | | Remove watchdog, solidify script testing | Aldo Cortesi | 2017-04-26 | 5 | -117/+78 | |
* | | Revamp how addons work | Aldo Cortesi | 2017-04-25 | 18 | -228/+202 | |
|/ | ||||||
* | Fixes #2109 | Ujjwal Verma | 2017-04-09 | 1 | -0/+7 | |
* | fixes ipv6 authority form parsing in CONNECT | Robert C Jensen | 2017-04-07 | 1 | -0/+1 | |
* | Add tests for set_focus | Nikhil Soni | 2017-03-29 | 1 | -0/+16 | |
* | addon loader: add boot_into, which replaces returning from start() | Aldo Cortesi | 2017-03-25 | 6 | -12/+114 | |
* | addons: start -> load throughout | Aldo Cortesi | 2017-03-25 | 7 | -26/+26 | |
* | bump h2 | Thomas Kriechbaumer | 2017-03-24 | 1 | -3/+11 | |
* | Merge pull request #2207 from nikofil/scripts-redirect-stdout | Aldo Cortesi | 2017-03-24 | 2 | -6/+23 | |
|\ | ||||||
| * | scripts: redirect stdout to ctx.log.warn | Nikos Filippakis | 2017-03-24 | 2 | -6/+23 | |
* | | optmanager: make serialization and loading more robust | Aldo Cortesi | 2017-03-24 | 1 | -0/+14 | |
|/ | ||||||
* | move examples tests (#2199) | Thomas Kriechbaumer | 2017-03-22 | 4 | -85/+115 | |
* | Factor out an io module | Aldo Cortesi | 2017-03-20 | 5 | -3/+3 | |
* | options: reraise when there's an error with a partial update | Aldo Cortesi | 2017-03-19 | 1 | -2/+6 | |
* | options: choices for content views and tighten console order spec | Aldo Cortesi | 2017-03-19 | 1 | -5/+3 | |
* | dumper, mitmdump: kill filtstr | Aldo Cortesi | 2017-03-19 | 2 | -4/+4 | |
* | streamfile: add streamfile_filter and use it instead of filtstr | Aldo Cortesi | 2017-03-19 | 1 | -3/+5 | |
* | optmanager: test coverage | Aldo Cortesi | 2017-03-19 | 1 | -1/+8 | |
* | console options: add an overlay grid editor for sequence options | Aldo Cortesi | 2017-03-19 | 1 | -0/+12 | |
* | optmanager: cope with bound methods in .subscribe | Aldo Cortesi | 2017-03-19 | 1 | -0/+15 | |
* | options cleanups | Aldo Cortesi | 2017-03-19 | 1 | -3/+3 | |
* | Rip out master handler mechanism | Aldo Cortesi | 2017-03-17 | 1 | -1/+0 | |
* | Merge pull request #2168 from cortesi/handlers | Maximilian Hils | 2017-03-16 | 17 | -160/+113 | |
|\ | ||||||
| * | Rip out master handler mechanism | Aldo Cortesi | 2017-03-16 | 12 | -57/+43 | |
| * | Remove last handlers in test suite | Aldo Cortesi | 2017-03-16 | 1 | -35/+21 | |
| * | Remove test handlers by using taddons.RecordingMaster | Aldo Cortesi | 2017-03-16 | 8 | -68/+49 | |
| * | Move dump handlers to addon | Aldo Cortesi | 2017-03-16 | 1 | -1/+1 |