Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [web] Add TStore in js/__tests__/ducks/tutils.js | Matthew Shao | 2017-05-27 | 3 | -8/+65 | |
| * | [web] Remove jest-fetch-mock dependency. | Matthew Shao | 2017-05-27 | 2 | -11/+0 | |
| * | [web] Add tests for js/components/Header/FilterInput.jsx | Matthew Shao | 2017-05-26 | 1 | -0/+93 | |
| * | [web] Add tests for js/components/Header/FileMenu.jsx | Matthew Shao | 2017-05-26 | 2 | -1/+46 | |
| * | [web] Add tests for js/components/Header/ConnectionIndicator.jsx | Matthew Shao | 2017-05-26 | 2 | -1/+58 | |
| * | [web] js/components/Header/FilterDocs.jsx coverage ++ | Matthew Shao | 2017-05-26 | 1 | -11/+10 | |
| * | [web] Add tests for js/components/Header/FilterDocs.js | Matthew Shao | 2017-05-23 | 3 | -0/+30 | |
* | | Merge pull request #2358 from mhils/make-mypy-great-again | Maximilian Hils | 2017-05-27 | 13 | -94/+96 | |
|\ \ | ||||||
| * | | fix recursive import | Maximilian Hils | 2017-05-26 | 5 | -46/+51 | |
| * | | fix mypy annotations | Maximilian Hils | 2017-05-26 | 12 | -50/+47 | |
* | | | coverage++ | Thomas Kriechbaumer | 2017-05-26 | 1 | -0/+3 | |
* | | | Merge pull request #2346 from ujjwal96/test-coverage | Thomas Kriechbaumer | 2017-05-26 | 4 | -3/+31 | |
|\ \ \ | ||||||
| * | | | Tests for wbxml | Ujjwal Verma | 2017-05-24 | 4 | -3/+31 | |
* | | | | http2: prevent KeyError | Thomas Kriechbaumer | 2017-05-26 | 1 | -8/+9 | |
* | | | | fail-safe flowfilter | Thomas Kriechbaumer | 2017-05-26 | 1 | -0/+2 | |
* | | | | remove old test file | Thomas Kriechbaumer | 2017-05-26 | 1 | -43/+0 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #2356 from mhils/bump-cryptography | Maximilian Hils | 2017-05-26 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Update setup.py | Maximilian Hils | 2017-05-26 | 1 | -1/+1 | |
| * | | | bump cryptography | Maximilian Hils | 2017-05-26 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | cleanup old tls_parser | Thomas Kriechbaumer | 2017-05-26 | 2 | -209/+0 | |
* | | | Merge pull request #2353 from ujjwal96/tls-parser | Thomas Kriechbaumer | 2017-05-26 | 6 | -20/+314 | |
|\ \ \ | ||||||
| * | | | Added ksy file and updated make.sh | Ujjwal Verma | 2017-05-26 | 2 | -0/+140 | |
| * | | | Using kaitai struct to parse tls client hello | Ujjwal Verma | 2017-05-26 | 4 | -20/+174 | |
| |/ / | ||||||
* | | | fix requirements | Thomas Kriechbaumer | 2017-05-26 | 1 | -1/+1 | |
* | | | Merge pull request #2351 from Kriechi/fix-warnings | Maximilian Hils | 2017-05-25 | 7 | -53/+32 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | pathod: fix leaking fds | Thomas Kriechbaumer | 2017-05-24 | 5 | -23/+18 | |
| * | | pathod: properly verify certificate in tests | Thomas Kriechbaumer | 2017-05-24 | 2 | -30/+14 | |
| * | | fix openssl cipher_list bytes/str deprecation | Thomas Kriechbaumer | 2017-05-24 | 2 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #2350 from Kriechi/improve-tests | Thomas Kriechbaumer | 2017-05-24 | 26 | -241/+249 | |
|\ \ | |/ |/| | ||||||
| * | cleanup | Thomas Kriechbaumer | 2017-05-24 | 3 | -4/+3 | |
| * | fix various fd/socket leaks | Thomas Kriechbaumer | 2017-05-24 | 13 | -29/+45 | |
| * | connections tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 2 | -8/+9 | |
| * | proxy tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 3 | -14/+15 | |
| * | http1 tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 1 | -0/+1 | |
| * | http2 tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 1 | -84/+88 | |
| * | websocket tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 1 | -60/+62 | |
| * | fix array.{fromstring,tostring} deprecation warning | Thomas Kriechbaumer | 2017-05-24 | 1 | -2/+2 | |
| * | close existing server_conn before replacing it | Thomas Kriechbaumer | 2017-05-24 | 2 | -1/+7 | |
| * | upgrade pytest and remove our pytest.raises wrapper | Thomas Kriechbaumer | 2017-05-24 | 2 | -35/+10 | |
| * | fix typo | Thomas Kriechbaumer | 2017-05-24 | 1 | -1/+1 | |
| * | auto-close file after reading | Thomas Kriechbaumer | 2017-05-24 | 1 | -4/+5 | |
| * | TCP IPv6: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 1 | -0/+2 | |
|/ | ||||||
* | Merge pull request #2347 from MatthewShao/jest-dev | Maximilian Hils | 2017-05-22 | 5 | -1/+196 | |
|\ | ||||||
| * | [web] Add tests for js/components/FlowTable/FlowTableHead.js | Matthew Shao | 2017-05-22 | 3 | -1/+128 | |
| * | [web] Add tests for js/components/FlowTable/FlowRow.js | Matthew Shao | 2017-05-22 | 2 | -0/+68 | |
|/ | ||||||
* | Merge pull request #2191 from LuD1161/Issue#2139 | Maximilian Hils | 2017-05-22 | 1 | -1/+7 | |
|\ | ||||||
| * | Update options.py | Thomas Kriechbaumer | 2017-05-19 | 1 | -2/+5 | |
| * | Added the level definition that can be used | LuD1161 | 2017-03-20 | 1 | -1/+4 | |
* | | Merge pull request #2342 from MatthewShao/jest-dev | Maximilian Hils | 2017-05-22 | 5 | -62/+162 | |
|\ \ | ||||||
| * | | [web] Fix 100% coverage for js/components/FlowTable/FlowColumns.js | Matthew Shao | 2017-05-22 | 2 | -1/+17 |