aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #675 from Kriechi/protocol-refactorMaximilian Hils2015-07-243-28/+28
|\ \ | | | | | | HTTP protocol refactoring
| * | refactor to use netlib.http protocolsThomas Kriechbaumer2015-07-223-8/+12
| | |
| * | use new netlib module namesThomas Kriechbaumer2015-07-222-15/+17
| | |
| * | use netlib.http_semantics for generic dataThomas Kriechbaumer2015-07-221-10/+4
| | |
* | | fix testsMaximilian Hils2015-07-241-1/+3
| | |
* | | improve inline scripts, fix #683, fix #684Maximilian Hils2015-07-245-115/+122
|/ /
* / Add ~src ~dst REGEX filtersisra172015-07-131-0/+17
|/ | | | | | | | | This filter allow to match on the request source and destination address in the form of `<IP>:<Port>`. Also fixed the parsing grammar to add a `WordEnd` after each filter name. That way, `~src` doesn't match `~s` instead and keep the behavior consistent with `~hq` != `~h`.
* fix #593, fix #656, coverage++Maximilian Hils2015-07-032-27/+75
|
* fix windows compatibilityMaximilian Hils2015-07-032-2/+28
|
* Enabling upstream server verification. Added flags --verify_upstream_cert,Kyle Morton2015-06-297-0/+157
| | | | --upstream-trusted-cadir, and --upstream-trusted-ca.
* remove certforward featureMaximilian Hils2015-06-262-10/+0
| | | | | | | | The certforward feature was implemented to support #gotofail, which only works on unpatched iOS devices. Given that many apps don't support iOS 7 anymore, jailbreak+ssl killswitch is usually the better option. By removing certforward, we can make netlib a pure python module again, which significantly simplifies distribution.
* changed error handling (ssl spoof mode)iroiro1232015-06-231-7/+2
|
* add unit tests for spoof modeiroiro1232015-06-233-0/+103
|
* Handle invalid IDNA encoding in hostnamesAldo Cortesi2015-06-121-0/+4
| | | | Fixes #622
* console: convert add_event to a signal.Aldo Cortesi2015-06-021-6/+0
|
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2015-05-3131-342/+697
|\
| * Add coding style check, reformat.Aldo Cortesi2015-05-3031-342/+697
| |
* | add bench tool for windowsMaximilian Hils2015-05-312-1/+1
|/
* 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