aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * [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
|\ | | | | improve flow_detail help text
| * 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] Add _flow.js for component tests.
| * | [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
|\| | | | | | | | [WIP][web] Add tests for UI components
| * | [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
| | | | | | | | | | | | | | | | | | Many Components requires a flow object when being rendered, so we put a TFlow class here, currently has the minimize structure, only contains the attributes we needed in the components to be tested.
| * | [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
|\ \ \ | | | | | | | | Increased test coverage
| * | | 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 start
| * | net.tcp: server should be in shut-down state before startAldo Cortesi2017-05-141-0/+1
| | | | | | | | | | | | | | | | | | | | | The .configure and .tick events can be called before the server is running. If an addon calls ctx.master.shutdown() at this point, the server hangs forever waiting on __is_shutdown_set. This patch fixes this by starting off with it already set.
* | | Merge pull request #2327 from MatthewShao/jest-devMaximilian Hils2017-05-1520-7/+642
|\ \ \ | |/ / |/| | [WIP][web] Add tests for UI components
| * | [web] Add tests for js/components/helpers/AutoScroll.jsMatthew Shao2017-05-151-0/+41
| | |
| * | [web] Add tests for js/components/helpers/VirtualScroll.jsMatthew Shao2017-05-151-0/+21
| | |
| * | [web] Add tests for js/components/common/Splitter.jsxMatthew Shao2017-05-152-0/+96
| | |
| * | [web] Minor fix for FileChooser.jsxMatthew Shao2017-05-131-1/+1
| | |
| * | [web] Add tests for js/components/common/ToggleInputButton.jsxMatthew Shao2017-05-122-0/+74
| | |
| * | [web] Add tests for js/components/common/ToggleButton.jsxMatthew Shao2017-05-122-0/+40
| | |