aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * Added ldapsss vefCharles d'Hondt2017-04-281-1/+5
| * fixCharles d'Hondt2017-04-281-1/+1
| * Fixed typoCharles d'Hondt2017-04-281-1/+1
| * Added LDAP AuthCharles d'Hondt2017-04-281-0/+26
* | fix #2310Maximilian Hils2017-05-032-2/+10
* | console: add a two-pane layoutAldo Cortesi2017-05-031-29/+0
* | console: various bugsAldo Cortesi2017-05-022-2/+2
* | commands: options controlAldo Cortesi2017-05-022-6/+35
* | console: globally respected nav commandsAldo Cortesi2017-05-021-0/+1
* | commands: view.setval, view.getval, view.setval.toggleAldo Cortesi2017-05-011-0/+15
* | commands: flow.encode, flow.decode, flow.encode.toggleAldo Cortesi2017-05-011-0/+28
* | keymap: keys can now bind to multiple contextsAldo Cortesi2017-05-012-1/+35
* | command: flow.setAldo Cortesi2017-05-011-0/+39
* | commands: view.order.options, view.marked.toggle, view.createAldo Cortesi2017-04-303-12/+16
* | commands: view.loadAldo Cortesi2017-04-301-1/+20
* | commands: support *args for commandsAldo Cortesi2017-04-302-28/+48
* | Move export to addon, kill Python and Locust exportAldo Cortesi2017-04-3013-329/+110
* | commands: cut.clip copies cuts to system clipboardAldo Cortesi2017-04-301-0/+21
* | Add help text to --commands outputAldo Cortesi2017-04-301-0/+5
* | cut: more flexible cut specification based on attribute pathsAldo Cortesi2017-04-302-4/+25
* | cut: use csv module to encode multi-values for savingAldo Cortesi2017-04-301-3/+30
* | Introduce cuts: a flow dissectorAldo Cortesi2017-04-293-0/+132
* | command: script.runAldo Cortesi2017-04-291-30/+40
* | command: flow.revertAldo Cortesi2017-04-291-0/+11
* | commands: "replay.client.file" and "replay.server.file"Aldo Cortesi2017-04-292-0/+21
* | Rework client and server replayAldo Cortesi2017-04-293-11/+9
* | command: flow.kill, flow.replayAldo Cortesi2017-04-291-0/+20
* | commands: markingAldo Cortesi2017-04-292-0/+20
* | commands: view.goAldo Cortesi2017-04-294-27/+80
* | Commands, core update eventAldo Cortesi2017-04-293-14/+19
|/
* commands: add a command.command decoratorAldo Cortesi2017-04-282-16/+56
* Support unary flow command argumentsAldo Cortesi2017-04-281-3/+10
* console: start migrating hotkeys to keymapAldo Cortesi2017-04-281-0/+5
* command: partialsAldo Cortesi2017-04-281-0/+2
* commands: add the core command addon, and the command "set"Aldo Cortesi2017-04-281-0/+15
* console: add a keymapAldo Cortesi2017-04-281-0/+6
* console: interactive command browserAldo Cortesi2017-04-281-0/+2
* Test coverage ++Aldo Cortesi2017-04-274-0/+67
* command: save.file flowspec path -> NoneAldo Cortesi2017-04-272-2/+23
* addons.streamfile -> addons.saveAldo Cortesi2017-04-271-14/+14
* console: flow resolution commandAldo Cortesi2017-04-272-2/+43
* Basic outline of the command subsystemAldo Cortesi2017-04-272-26/+61
* Merge pull request #2265 from cortesi/addonsAldo Cortesi2017-04-274-120/+93
|\
| * Addons and addon testingAldo Cortesi2017-04-264-120/+93
* | Merge pull request #2269 from mhils/issue-2250Maximilian Hils2017-04-261-0/+4
|\ \
| * | fix #2250, add type info to cookie moduleMaximilian Hils2017-04-261-0/+4
* | | Merge pull request #2258 from mhils/readfileMaximilian Hils2017-04-263-103/+98
|\ \ \
| * | | separate reading from stdin into its own addonMaximilian Hils2017-04-261-54/+63
| * | | integrate readstdin into readfile addonMaximilian Hils2017-04-262-83/+63
| * | | typecheck: add support for typing.AnyMaximilian Hils2017-04-261-0/+6
| | |/ | |/|