aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to new literal escaping style in pathodAldo Cortesi2015-05-031-3/+1
|
* Adapt to new Pathoc API - silence output to stdout.Aldo Cortesi2015-05-022-8/+18
|
* pretty_size now lives in netlib.utilsAldo Cortesi2015-04-301-10/+5
|
* Fudge a rare race condition in the test suiteAldo Cortesi2015-04-191-1/+4
|
* Whitespace, formattingAldo Cortesi2015-04-151-23/+33
|
* Add set_cookies method to HTTPResponseAldo Cortesi2015-04-141-0/+11
|
* New get_cookies for HttpResponseAldo Cortesi2015-04-142-54/+56
|
* New get_cookie and set_cookie implementations for HTTPRequestAldo Cortesi2015-04-141-7/+15
|
* Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxyAldo Cortesi2015-04-142-1/+23
|\
| * add flowwriter exampleMaximilian Hils2015-04-121-1/+1
| |
| * add testsMaximilian Hils2015-04-101-0/+14
| |
| * fix #553Maximilian Hils2015-04-101-0/+8
| |
* | Housekeeping and cleanupsAldo Cortesi2015-04-146-68/+74
|/ | | | | | | | - No output to stdout on load in examples - they muck up the test suite. - Use the odict module directly, rather than aliasing it. The small convenience this gives to scripters is not worth it. - Move the cookie tests from the flow test module to the protocol_http test module.
* add yappi benchmark toolMaximilian Hils2015-04-082-0/+51252
|
* Merge pull request #547 from macmantrl/blank_valuesMaximilian Hils2015-04-081-5/+9
|\ | | | | Keep blank query values for flow hashing
| * Keep blank query values for flow hashingTerry Long2015-04-021-5/+9
| |
* | fix testsMaximilian Hils2015-04-081-0/+2
| |
* | console: All palettes now explicitly set a background colourAldo Cortesi2015-04-071-1/+3
|/ | | | | There's a new option --palette-transparent to turn this off if you want to use your own terminal background.
* Fix timestamps in detail viewAldo Cortesi2015-03-311-6/+6
| | | | | | | - Fix a crash when connection timestamps don't exist yet - Fix display of response timestamps - Get rid of those colossal ternaries. I want a device that pokes people in the eye every time they try to use a ternary operator.
* Zap old search testsAldo Cortesi2015-03-291-178/+0
|
* Merge pull request #515 from krzysiekbielicki/masterMaximilian Hils2015-03-262-1/+39
|\ | | | | [#514] Add support for ignoring payload params in multipart/form-data
| * Added testsKrzysztof Bielicki2015-03-162-1/+39
| |
* | Replace far-too-clever decorator LRU cache with something simplerAldo Cortesi2015-03-222-18/+18
| |
* | Fix unit testsAldo Cortesi2015-03-221-2/+2
| |
* | Refactor status bar prompting to use signal systemAldo Cortesi2015-03-221-5/+5
| |
* | Pull PathEdit out into its own file.Aldo Cortesi2015-03-202-43/+48
| |
* | Nicer Solarized palettes, using the correct terminal valuesAldo Cortesi2015-03-191-5/+5
| |
* | No output to stdout in the test suite, please.Aldo Cortesi2015-03-191-3/+4
| |
* | Revamp palette specificationAldo Cortesi2015-03-192-0/+20
| | | | | | | | | | | | | | - Split low-color and high-color specifications in palettes. - Split off light, dark, lowlight and lowdark palettes. Lowlight and lowdark will be the low-color base for most subsequent palettes. - Add a small script that makes test pattern requests to pathod.
* | test/test_console_help.py fixedMarcelo Glezer2015-03-181-1/+9
| |
* | Merge remote-tracking branch 'onlywade/master'Maximilian Hils2015-03-151-17/+27
|\ \ | | | | | | | | | | | | | | | Conflicts: libmproxy/console/__init__.py libmproxy/console/flowlist.py
| * | Adding a server replay option to ignore host when searching for matching ↵Wade Catron2015-03-081-17/+27
| |/ | | | | | | requests
* / Test suite should pass even if example dependencies are not presentAldo Cortesi2015-03-121-2/+8
|/
* fixed formatting and added a 'test' (sort of)Marcelo Glezer2015-03-021-0/+2
|
* Merge pull request #489 from tekii/feature-487Maximilian Hils2015-03-021-0/+13
|\ | | | | added time elapsed between request sent and response received
| * added to flowlist / flowdetail time elapsed between request sent and ↵Marcelo Glezer2015-02-261-0/+13
| | | | | | | | response received
* | fix #319Maximilian Hils2015-02-272-0/+13
| |
* | fix #479Maximilian Hils2015-02-272-2/+33
|/
* disable replay from ui for live flowsMaximilian Hils2015-02-071-0/+3
|
* fix #451Maximilian Hils2015-02-071-3/+0
|
* fix tests, re-enable pypy, do housekeepingMaximilian Hils2015-02-071-1/+1
|
* fix testsMaximilian Hils2015-02-051-6/+12
|
* clean up flow readingMaximilian Hils2015-02-051-1/+1
|
* Merge remote-tracking branch 'base/master'Marcelo Glezer2015-01-121-0/+24
|\
| * fix #443Maximilian Hils2015-01-091-0/+24
| |
* | first steps in scenario supportMarcelo Glezer2015-01-051-3/+3
|/
* Fix unit testsAldo Cortesi2015-01-021-2/+2
|
* Consolidate reading flows from file, use in mitmweb.Aldo Cortesi2015-01-021-3/+11
|
* Move onboarding app to TornadoAldo Cortesi2014-12-271-2/+2
| | | | | | | Two reasons for this. First, this removes flask and its dependencies, which are quite sizeable. Second, pyinstaller now barfs on simplejson, which is a Flask dependency. I just don't have time to fix this upstream, so doing what we should be doing anyway is a no-brainer.
* fix tests, experimental travis speedupMaximilian Hils2014-12-242-2/+5
|