aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [web] mock components/ContentViewMatthew Shao2017-05-312-30/+1
* [web] Add tests for js/components/FlowView/Messages.jsxMatthew Shao2017-05-312-0/+718
* [web] Add mock-xmlhttprequest as dependency.Matthew Shao2017-05-312-0/+5
* [web] Add tests for js/components/FlowView/ToggleEdit.jsxMatthew Shao2017-05-302-0/+57
* [web] Add tests for js/components/FlowView/Nav.jsxMatthew Shao2017-05-303-1/+75
* [web] Add tests for js/components/FlowView/Header.jsxMatthew Shao2017-05-303-1/+261
* [web] Add tests for js/components/FlowView/Details.jsxMatthew Shao2017-05-302-0/+324
* [web] Add tests for js/components/EventLog/EventList.jsxMatthew Shao2017-05-292-0/+52
* Merge pull request #2348 from MatthewShao/jest-devMaximilian Hils2017-05-2922-8/+1183
|\
| * [web] Update snapshot.Matthew Shao2017-05-291-1/+1
| * [web] Minor fixes.Matthew Shao2017-05-292-3/+3
| * [web] Add tests for js/components/Header/MainMenu.jsMatthew Shao2017-05-283-1/+117
| * [web] Add tests for js/components/Header/OptionMenu.jsxMatthew Shao2017-05-272-0/+164
| * [web] Add tests for js/components/Header/MenuToogle.jsxMatthew Shao2017-05-272-0/+105
| * [web] Update js/Component/Header/FlowMenu.jsxMatthew Shao2017-05-271-1/+1
| * [web] Add snapshot files.Matthew Shao2017-05-274-0/+173
| * [web] Add tests for js/components/Header/FlowMenu.jsxMatthew Shao2017-05-272-0/+347
| * [web] Add TStore in js/__tests__/ducks/tutils.jsMatthew Shao2017-05-273-8/+65
| * [web] Remove jest-fetch-mock dependency.Matthew Shao2017-05-272-11/+0
| * [web] Add tests for js/components/Header/FilterInput.jsxMatthew Shao2017-05-261-0/+93
| * [web] Add tests for js/components/Header/FileMenu.jsxMatthew Shao2017-05-262-1/+46
| * [web] Add tests for js/components/Header/ConnectionIndicator.jsxMatthew Shao2017-05-262-1/+58
| * [web] js/components/Header/FilterDocs.jsx coverage ++Matthew Shao2017-05-261-11/+10
| * [web] Add tests for js/components/Header/FilterDocs.jsMatthew Shao2017-05-233-0/+30
* | Merge pull request #2358 from mhils/make-mypy-great-againMaximilian Hils2017-05-2713-94/+96
|\ \
| * | fix recursive importMaximilian Hils2017-05-265-46/+51
| * | fix mypy annotationsMaximilian Hils2017-05-2612-50/+47
* | | coverage++Thomas Kriechbaumer2017-05-261-0/+3
* | | Merge pull request #2346 from ujjwal96/test-coverageThomas Kriechbaumer2017-05-264-3/+31
|\ \ \
| * | | Tests for wbxmlUjjwal Verma2017-05-244-3/+31
* | | | http2: prevent KeyErrorThomas Kriechbaumer2017-05-261-8/+9
* | | | fail-safe flowfilterThomas Kriechbaumer2017-05-261-0/+2
* | | | remove old test fileThomas Kriechbaumer2017-05-261-43/+0
| |/ / |/| |
* | | Merge pull request #2356 from mhils/bump-cryptographyMaximilian Hils2017-05-261-2/+2
|\ \ \
| * | | Update setup.pyMaximilian Hils2017-05-261-1/+1
| * | | bump cryptographyMaximilian Hils2017-05-261-1/+1
|/ / /
* | | cleanup old tls_parserThomas Kriechbaumer2017-05-262-209/+0
* | | Merge pull request #2353 from ujjwal96/tls-parserThomas Kriechbaumer2017-05-266-20/+314
|\ \ \
| * | | Added ksy file and updated make.shUjjwal Verma2017-05-262-0/+140
| * | | Using kaitai struct to parse tls client helloUjjwal Verma2017-05-264-20/+174
| |/ /
* | | fix requirementsThomas Kriechbaumer2017-05-261-1/+1
* | | Merge pull request #2351 from Kriechi/fix-warningsMaximilian Hils2017-05-257-53/+32
|\ \ \ | |/ / |/| |
| * | 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