aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pathod: fix leaking fdsThomas Kriechbaumer2017-05-245-23/+18
* pathod: properly verify certificate in testsThomas Kriechbaumer2017-05-242-30/+14
* fix openssl cipher_list bytes/str deprecationThomas Kriechbaumer2017-05-242-2/+2
* Merge pull request #2350 from Kriechi/improve-testsThomas Kriechbaumer2017-05-2426-241/+249
|\
| * cleanupThomas Kriechbaumer2017-05-243-4/+3
| * fix various fd/socket leaksThomas Kriechbaumer2017-05-2413-29/+45
| * connections tests: fix leaking socketsThomas Kriechbaumer2017-05-242-8/+9
| * proxy tests: fix leaking socketsThomas Kriechbaumer2017-05-243-14/+15
| * 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
| * fix array.{fromstring,tostring} deprecation warningThomas Kriechbaumer2017-05-241-2/+2
| * close existing server_conn before replacing itThomas Kriechbaumer2017-05-242-1/+7
| * upgrade pytest and remove our pytest.raises wrapperThomas Kriechbaumer2017-05-242-35/+10
| * fix typoThomas Kriechbaumer2017-05-241-1/+1
| * auto-close file after readingThomas Kriechbaumer2017-05-241-4/+5
| * TCP IPv6: fix leaking socketsThomas Kriechbaumer2017-05-241-0/+2
|/
* Merge pull request #2347 from MatthewShao/jest-devMaximilian Hils2017-05-225-1/+196
|\
| * [web] Add tests for js/components/FlowTable/FlowTableHead.jsMatthew Shao2017-05-223-1/+128
| * [web] Add tests for js/components/FlowTable/FlowRow.jsMatthew Shao2017-05-222-0/+68
|/
* Merge pull request #2191 from LuD1161/Issue#2139Maximilian Hils2017-05-221-1/+7
|\
| * Update options.pyThomas Kriechbaumer2017-05-191-2/+5
| * Added the level definition that can be usedLuD11612017-03-201-1/+4
* | Merge pull request #2342 from MatthewShao/jest-devMaximilian Hils2017-05-225-62/+162
|\ \
| * | [web] Fix 100% coverage for js/components/FlowTable/FlowColumns.jsMatthew Shao2017-05-222-1/+17
| * | [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-215-15/+18
| * | [web] Add js/__tests__/ducks/_tflow.jsMatthew Shao2017-05-191-0/+97
| * | [web] Fix minior lint problem.Matthew Shao2017-05-191-0/+1
| * | [web] Updates test to use the new _tflow.js.Matthew Shao2017-05-193-63/+30
| * | [web] Add _tflow.js generator in test_app.pyMatthew Shao2017-05-191-1/+11
* | | disable double requires-io-master CI buildsThomas Kriechbaumer2017-05-192-1/+9
* | | Merge pull request #2337 from MatthewShao/jest-devMaximilian Hils2017-05-187-0/+529
|\| |
| * | [web] Update snapshot.Matthew Shao2017-05-182-2/+2
| * | [web] Minor fixes for component tests.Matthew Shao2017-05-183-5/+4
| * | [web] Add tests for js/components/FlowTable/FlowColumnsSpec.jsMatthew Shao2017-05-172-0/+259
| * | [web] Add a TFlow class to js/ducks/tutils.jsMatthew Shao2017-05-171-0/+27
| * | [web] Add tests for src/js/components/ValueEditor/ValueEditor.jsMatthew Shao2017-05-162-0/+176
| * | [web] Add tests for js/components/ValueEditor/ValidateEditor.jsMatthew Shao2017-05-162-0/+68
* | | [requires.io] dependency update (#2328)Maximilian Hils2017-05-181-1/+1
* | | Increase net.tcp.py coverage (#2336)Ujjwal Verma2017-05-176-18/+56
* | | Merge pull request #2338 from ujjwal96/test-covThomas Kriechbaumer2017-05-176-8/+79
|\ \ \
| * | | Updated setup.cfgUjjwal Verma2017-05-171-4/+0
| * | | 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
|/ / /
* | | alpn_select_callback must be a callableThomas Kriechbaumer2017-05-171-1/+3
* | | fix pragmasThomas Kriechbaumer2017-05-172-5/+5
* | | Merge pull request #2335 from cortesi/shutdownThomas Kriechbaumer2017-05-161-0/+1
|\ \ \ | |/ / |/| |
| * | net.tcp: server should be in shut-down state before startAldo Cortesi2017-05-141-0/+1