aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* pathod: fix leaking fdsThomas Kriechbaumer2017-05-243-9/+7
* pathod: properly verify certificate in testsThomas Kriechbaumer2017-05-242-30/+14
* fix openssl cipher_list bytes/str deprecationThomas Kriechbaumer2017-05-241-1/+1
* cleanupThomas Kriechbaumer2017-05-242-3/+0
* fix various fd/socket leaksThomas Kriechbaumer2017-05-2410-24/+33
* connections tests: fix leaking socketsThomas Kriechbaumer2017-05-242-8/+9
* proxy tests: fix leaking socketsThomas Kriechbaumer2017-05-241-2/+1
* http1 tests: fix leaking socketsThomas Kriechbaumer2017-05-241-0/+1
* http2 tests: fix leaking socketsThomas Kriechbaumer2017-05-241-84/+88
* websocket tests: fix leaking socketsThomas Kriechbaumer2017-05-241-60/+62
* upgrade pytest and remove our pytest.raises wrapperThomas Kriechbaumer2017-05-241-18/+0
* fix typoThomas Kriechbaumer2017-05-241-1/+1
* auto-close file after readingThomas Kriechbaumer2017-05-241-4/+5
* Merge pull request #2342 from MatthewShao/jest-devMaximilian Hils2017-05-221-0/+18
|\
| * [web] Set some value as constant, so _tflow.js would not change.Matthew Shao2017-05-221-3/+9
| * [web] TFlow minor improved.Matthew Shao2017-05-211-1/+2
| * [web] Fix minior lint problem.Matthew Shao2017-05-191-0/+1
| * [web] Add _tflow.js generator in test_app.pyMatthew Shao2017-05-191-1/+11
* | Increase net.tcp.py coverage (#2336)Ujjwal Verma2017-05-172-5/+45
* | Increased mitmproxy.controller coverageUjjwal Verma2017-05-171-0/+2
* | Increased xml_html contentview coverageUjjwal Verma2017-05-173-0/+66
* | Increase contentviews api coverageUjjwal Verma2017-05-171-4/+11
|/
* Increase io.compat coverageUjjwal Verma2017-05-121-3/+37
* Increased net.http.cookies.py and net.http.message.py coverageUjjwal Verma2017-05-122-0/+9
* Fixed LDAP Auth (#2333)charlesdhdt2017-05-121-29/+26
* Handle head request on onboarding app: Fix #2324 (#2325)Ujjwal Verma2017-05-091-4/+18
* Merge pull request #2286 from charlesdhdt/masterMaximilian Hils2017-05-041-1/+37
|\
| * fixed lintCharles d'Hondt2017-05-041-3/+2
| * Added ldap mock testCharles d'Hondt2017-05-041-12/+19
| * 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