| Commit message (Expand) | Author | Age | Files | Lines |
| * | commands: view.order.options, view.marked.toggle, view.create | Aldo Cortesi | 2017-04-30 | 3 | -12/+16 |
| * | commands: view.load | Aldo Cortesi | 2017-04-30 | 1 | -1/+20 |
| * | commands: support *args for commands | Aldo Cortesi | 2017-04-30 | 2 | -28/+48 |
| * | Move export to addon, kill Python and Locust export | Aldo Cortesi | 2017-04-30 | 13 | -329/+110 |
| * | commands: cut.clip copies cuts to system clipboard | Aldo Cortesi | 2017-04-30 | 1 | -0/+21 |
| * | Add help text to --commands output | Aldo Cortesi | 2017-04-30 | 1 | -0/+5 |
| * | cut: more flexible cut specification based on attribute paths | Aldo Cortesi | 2017-04-30 | 2 | -4/+25 |
| * | cut: use csv module to encode multi-values for saving | Aldo Cortesi | 2017-04-30 | 1 | -3/+30 |
| * | Introduce cuts: a flow dissector | Aldo Cortesi | 2017-04-29 | 3 | -0/+132 |
| * | command: script.run | Aldo Cortesi | 2017-04-29 | 1 | -30/+40 |
| * | 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 |