Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | command: flow.revert | Aldo Cortesi | 2017-04-29 | 1 | -0/+11 |
* | commands: "replay.client.file" and "replay.server.file" | Aldo Cortesi | 2017-04-29 | 2 | -0/+21 |
* | Rework client and server replay | Aldo Cortesi | 2017-04-29 | 3 | -11/+9 |
* | command: flow.kill, flow.replay | Aldo Cortesi | 2017-04-29 | 1 | -0/+20 |
* | commands: marking | Aldo Cortesi | 2017-04-29 | 2 | -0/+20 |
* | commands: view.go | Aldo Cortesi | 2017-04-29 | 4 | -27/+80 |
* | Commands, core update event | Aldo Cortesi | 2017-04-29 | 3 | -14/+19 |
* | commands: add a command.command decorator | Aldo Cortesi | 2017-04-28 | 2 | -16/+56 |
* | Support unary flow command arguments | Aldo Cortesi | 2017-04-28 | 1 | -3/+10 |
* | console: start migrating hotkeys to keymap | Aldo Cortesi | 2017-04-28 | 1 | -0/+5 |
* | command: partials | Aldo Cortesi | 2017-04-28 | 1 | -0/+2 |
* | 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 |