Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test_dumper.py - Add sio_err everywhere + adjust test_simple | Jessica Favin | 2018-11-04 | 1 | -4/+26 |
| | |||||
* | Fix test_dumper.py - Dumper constructor | Jessica Favin | 2018-11-04 | 1 | -2/+2 |
| | |||||
* | Update test_dumper.py | Jessica Favin | 2018-11-04 | 1 | -2/+4 |
| | |||||
* | use skip_windows decorator consistently | Maximilian Hils | 2018-10-23 | 1 | -4/+2 |
| | |||||
* | Skip file permission test on Windows | Fred Miller | 2018-10-23 | 1 | -0/+4 |
| | |||||
* | Make private keys readable only by the owner | Fred Miller | 2018-10-22 | 1 | -0/+7 |
| | |||||
* | keys.yaml priority over defaultkeys.py. Test for this. | Miroslav | 2018-09-29 | 1 | -0/+15 |
| | |||||
* | Merge pull request #3319 from mhils/issue-3316 | Maximilian Hils | 2018-09-07 | 14 | -297/+310 |
|\ | | | | | Fix #3316 | ||||
| * | fix #3316 | Maximilian Hils | 2018-09-07 | 14 | -297/+310 |
| | | |||||
* | | [test/xss_scanner] add fixtures in tests | David Kremer | 2018-08-15 | 1 | -35/+40 |
|/ | | | | | | | | | | The previous version of that script made a repetitive use of the pytest builtin fixture, with always the same arguments. This is a small refactoring and cleanup, mainly adding the 'function' scope to ensure proper cleaning and using the @pytest.fixture decorator where I could. | ||||
* | session: implemented changes requested after PR review. | madt1m | 2018-08-05 | 1 | -20/+20 |
| | |||||
* | tests: Full coverage. Everything working, ready for review | madt1m | 2018-08-03 | 1 | -17/+51 |
| | |||||
* | tests: 97% coverage reached. Session opportunely patched after emerged defects. | madt1m | 2018-08-02 | 1 | -1/+152 |
| | |||||
* | Merge pull request #3252 from madt1m/session-db | Pietro Francesco Tirenna | 2018-07-24 | 1 | -0/+58 |
|\ | | | | | Session - Hybrid DB | ||||
| * | session: temporary DB is now stored in temporary dir | madt1m | 2018-07-24 | 1 | -2/+6 |
| | | |||||
| * | session: modified schema. Now SessionDB uses tempfile module for temp session | madt1m | 2018-07-24 | 1 | -10/+12 |
| | | |||||
| * | test_linting: removed some unused local variables | madt1m | 2018-07-20 | 1 | -6/+6 |
| | | |||||
| * | tests: SessionDB fully tested | madt1m | 2018-07-20 | 1 | -0/+52 |
| | | |||||
* | | benchmark: some improvements - limit to queue size | madt1m | 2018-07-23 | 1 | -19/+33 |
| | | |||||
* | | benchmark: new protobuf serialization performance profiler | madt1m | 2018-07-22 | 1 | -0/+102 |
| | | |||||
* | | Merge pull request #3245 from madt1m/protobuf-serialization-clean | Aldo Cortesi | 2018-07-21 | 3 | -1/+148 |
|\ \ | | | | | | | Shifting to Protobuf Serialization - Cleaned | ||||
| * | | protobuf: tests implemented, full coverage | Pietro Francesco Tirenna | 2018-07-17 | 3 | -1/+148 |
| |/ | |||||
* | | Some refactoring. New test case. | Miroslav | 2018-07-19 | 1 | -8/+19 |
| | | |||||
* | | Command history implementation | Miroslav | 2018-07-17 | 1 | -0/+51 |
|/ | |||||
* | Merge pull request #3211 from cortesi/tcheck | Thomas Kriechbaumer | 2018-06-17 | 1 | -1/+1 |
|\ | | | | | Add typechecking of Any values for state object | ||||
| * | Add typechecking of Any values for state object | Aldo Cortesi | 2018-06-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | An ugly solution for an ugly little problem. This patch uses JSON's type checker to validate Any values in stateobject, in order to avoid a circular import. Fixes #3180 | ||||
* | | Merge pull request #3202 from madt1m/view-cleanup | Aldo Cortesi | 2018-06-17 | 3 | -19/+35 |
|\ \ | | | | | | | View Cleanup - Initial steps | ||||
| * | | fixed exception type; full coverage on view | madt1m | 2018-06-13 | 1 | -0/+5 |
| | | | |||||
| * | | Added tests for new primitives | madt1m | 2018-06-13 | 1 | -17/+28 |
| | | | |||||
| * | | View API slightly extended; codebase cleaned in some points | madt1m | 2018-06-13 | 2 | -2/+2 |
| |/ | |||||
* | | cibuild: permit non-dev versions on maintenance branches | Aldo Cortesi | 2018-06-16 | 1 | -2/+30 |
| | | | | | | | | | | | | Cater for the corner case where commits are incorporated on a maintenance branch. We should be able to test these without adding a dev suffix to the tool versions. | ||||
* | | cibuild: Match Travis env variable behaviour | Aldo Cortesi | 2018-06-16 | 1 | -8/+18 |
| | | | | | | | | | | | | | | | | Whenever TRAVIS_TAG is non-empty, TRAVIS_BRANCH is over-ridden to match the TRAVIS_TAG value. Adjust our tests to reflect this, and add a sanity check that fails hard if this constraint is ever not met. See https://github.com/travis-ci/travis-ci/issues/4745 | ||||
* | | cibuild: refactor to handle v prefix for release tag names | Aldo Cortesi | 2018-06-16 | 1 | -7/+32 |
|/ | |||||
* | improve websocket frame masking api | Thomas Kriechbaumer | 2018-06-11 | 2 | -7/+1 |
| | |||||
* | Such CI, Very Wow. (#3182) | Maximilian Hils | 2018-06-02 | 2 | -73/+83 |
| | |||||
* | add missing await | Maximilian Hils | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | addons/block: teach block about IPv6 scope suffixes | Aldo Cortesi | 2018-05-27 | 1 | -0/+4 |
| | | | | Fixes #3160 | ||||
* | optmanager: tweaks and cleanups | Aldo Cortesi | 2018-05-27 | 1 | -10/+10 |
| | |||||
* | Use deferral mechanism for cfg file options | Aldo Cortesi | 2018-05-27 | 1 | -3/+6 |
| | | | | Fixes #3162 | ||||
* | cibuild: tweak docker tag, only upload prod builds to pypi | Aldo Cortesi | 2018-05-25 | 1 | -2/+3 |
| | |||||
* | cibuild: start building version awareness | Aldo Cortesi | 2018-05-25 | 1 | -1/+3 |
| | |||||
* | cibuild: more accurate PR test, better dump output | Aldo Cortesi | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | cibuild: fix docker upload condition, expand tests | Aldo Cortesi | 2018-05-24 | 1 | -4/+35 |
| | |||||
* | cibuild: extract upload conditions | Aldo Cortesi | 2018-05-24 | 1 | -1/+8 |
| | |||||
* | cibuild: add docker tag calculation to environ | Aldo Cortesi | 2018-05-24 | 1 | -0/+9 |
| | |||||
* | release: include release directory in coverage | Aldo Cortesi | 2018-05-24 | 1 | -3/+29 |
| | | | | With lots of exclusions for now | ||||
* | cibuild: Consolidate build environment and add tests | Aldo Cortesi | 2018-05-24 | 1 | -0/+95 |
| | |||||
* | clientreplay: fix racy tests harder | Aldo Cortesi | 2018-05-18 | 1 | -0/+3 |
| | |||||
* | websocket: inject messages via flow | Thomas Kriechbaumer | 2018-05-16 | 2 | -0/+55 |
| | |||||
* | fix py36/37 escaping issues | Thomas Kriechbaumer | 2018-05-14 | 1 | -6/+10 |
| | | | | | | | | closes #3122 https://bugs.python.org/issue16285 https://bugs.python.org/issue12910 https://github.com/python/cpython/commit/21024f06622c4c55b666adb130797a4ee205d005 |