aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* update inline script hooksMaximilian Hils2015-08-312-4/+7
|
* move files aroundMaximilian Hils2015-08-306-72/+68
|
* remove http2http referencesMaximilian Hils2015-08-302-6/+6
|
* always insert tls layer for inline script upgradesMaximilian Hils2015-08-302-8/+0
|
* restructure code, remove cruftMaximilian Hils2015-08-303-17/+10
|
* fix bugs, fix testsMaximilian Hils2015-08-293-63/+26
|
* fix streamingMaximilian Hils2015-08-291-2/+2
|
* clean up config/cmdline, fix bugs, remove cruftMaximilian Hils2015-08-285-77/+20
|
* fix inline script redirectsMaximilian Hils2015-08-271-23/+28
|
* request -> request_methodMaximilian Hils2015-08-242-5/+5
|
* fix bugs, fix testsMaximilian Hils2015-08-242-15/+9
|
* adapt netlib changesThomas Kriechbaumer2015-08-211-4/+5
|
* various fixesMaximilian Hils2015-08-181-1/+1
|
* move code to netlibThomas Kriechbaumer2015-08-102-46/+1
|
* fix testsThomas Kriechbaumer2015-08-021-2/+1
|
* fix imports for encodingThomas Kriechbaumer2015-08-012-3/+5
|
* move encoding tests from mitmproxy to netlibThomas Kriechbaumer2015-08-011-33/+0
|
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-018-387/+76
|
* move code to netlib and implement protocolsThomas Kriechbaumer2015-07-307-97/+62
|
* refactor connection & protocol handlingThomas Kriechbaumer2015-07-301-32/+44
|
* Merge pull request #548 from macmantrl/no_serverconnMaximilian Hils2015-07-261-0/+11
|\ | | | | Prevent unnecessary upstream server connects
| * Prevent unecessary upstream server connectsTerry Long2015-07-031-0/+11
| | | | | | | | | | | | Selectively connect to upstream server based on no_upstream_cert option. When no_upstream_cert is used during server replay, prevent connecting to the upstream server unless absolutely necessary.
* | remove debug output in testsThomas Kriechbaumer2015-07-241-3/+0
| |
* | 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
|\