Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 26 | -26/+82 | |
| | ||||||
* | cleanup imports | Thomas Kriechbaumer | 2016-01-27 | 9 | -21/+7 | |
| | ||||||
* | Merge pull request #872 from bazzinotti/inline-tcp | Maximilian Hils | 2016-01-17 | 2 | -0/+15 | |
|\ | | | | | Add "tcp_message" Inline Script Hook | |||||
| * | Add Inline Script Hooks to TCP mode | Michael J. Bazzinotti | 2016-01-10 | 2 | -0/+15 | |
| | | ||||||
* | | fix #659 | Maximilian Hils | 2016-01-02 | 1 | -1/+7 | |
|/ | ||||||
* | clientcert tests: fix whitespace | Michael J. Bazzinotti | 2015-12-29 | 1 | -0/+2 | |
| | ||||||
* | client-cert: Simplify and cleanup | Michael J. Bazzinotti | 2015-12-29 | 3 | -17/+18 | |
| | | | | | | simplify the error message when cert path does not exist. During tests, reset the clientcerts proxy config setting to None Remove now-unused clientcerts code from class ProxTestBase | |||||
* | [docs/libmproxy/test] Support single client-side cert file as argument to | Michael J. Bazzinotti | 2015-12-28 | 2 | -1/+14 | |
| | | | | --client-certs | |||||
* | test flow conversion | Maximilian Hils | 2015-12-03 | 3 | -0/+87 | |
| | ||||||
* | add tnetstring inspection tool | Maximilian Hils | 2015-12-02 | 1 | -0/+32 | |
| | ||||||
* | disable concurrency tests on appveyor | Maximilian Hils | 2015-11-29 | 2 | -2/+3 | |
| | ||||||
* | lessen test race conditions | Maximilian Hils | 2015-11-29 | 2 | -2/+2 | |
| | ||||||
* | remove unnecessary race conditions in tests | Maximilian Hils | 2015-11-27 | 1 | -8/+2 | |
| | ||||||
* | add memoryleak debug script | Maximilian Hils | 2015-11-26 | 1 | -0/+38 | |
| | ||||||
* | skip timing tests on appveyor | Maximilian Hils | 2015-11-24 | 3 | -5/+18 | |
| | ||||||
* | fix appveyor race conditions in tests | Maximilian Hils | 2015-11-14 | 1 | -6/+4 | |
| | ||||||
* | structure libmproxy.script | Maximilian Hils | 2015-11-14 | 2 | -13/+14 | |
|\ | ||||||
* \ | Merge pull request #833 from zbuc/contentview_scripts | Maximilian Hils | 2015-11-13 | 3 | -0/+68 | |
|\ \ | | | | | | | Contentview scripts | |||||
| * | | Feedback from PR #832 | Chris Czub | 2015-11-13 | 3 | -22/+17 | |
| | | | ||||||
| * | | Add custom content view plugin support for mitmproxy/mitmdump | Chris Czub | 2015-11-13 | 2 | -0/+59 | |
| | | | ||||||
| * | | Add new contentviews' content type mappings | Chris Czub | 2015-11-13 | 1 | -0/+1 | |
| | | | ||||||
| * | | Add "add" ContentView method & test | Chris Czub | 2015-11-13 | 1 | -0/+13 | |
| |/ | ||||||
* / | Fix failing protobuf contentview test | Chris Czub | 2015-11-06 | 1 | -1/+1 | |
|/ | ||||||
* | try to fix appveyor race conditions in tests | Maximilian Hils | 2015-11-01 | 1 | -16/+4 | |
| | ||||||
* | fix #773 | Maximilian Hils | 2015-09-28 | 1 | -0/+5 | |
| | ||||||
* | Merge branch 'http-models' | Maximilian Hils | 2015-09-28 | 4 | -99/+20 | |
|\ | ||||||
| * | move tests to netlib | Maximilian Hils | 2015-09-27 | 1 | -79/+0 | |
| | | ||||||
| * | adjust to netlib response changes + docs | Maximilian Hils | 2015-09-26 | 4 | -11/+11 | |
| | | ||||||
| * | adjust to netlib request changes + docs | Maximilian Hils | 2015-09-26 | 3 | -8/+8 | |
| | | ||||||
* | | handle Expect: 100-continue header, fix #770 | Maximilian Hils | 2015-09-28 | 1 | -0/+28 | |
|/ | ||||||
* | experimental: run tests using py.tests | Maximilian Hils | 2015-09-21 | 5 | -7/+8 | |
| | ||||||
* | fix minor bugs, add py.test compatibility | Maximilian Hils | 2015-09-21 | 4 | -71/+24 | |
| | ||||||
* | experimental: don't interfere with headers, fix #93 | Maximilian Hils | 2015-09-18 | 1 | -34/+20 | |
| | ||||||
* | code -> status_code, httpversion -> http_version | Maximilian Hils | 2015-09-17 | 3 | -12/+12 | |
| | ||||||
* | use new netlib exceptions | Maximilian Hils | 2015-09-17 | 2 | -17/+3 | |
| | ||||||
* | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 8 | -80/+65 | |
| | ||||||
* | Merge pull request #765 from mitmproxy/such-colors-very-wow | Maximilian Hils | 2015-09-12 | 2 | -83/+92 | |
|\ | | | | | Improve Content Views | |||||
| * | fix tests | Maximilian Hils | 2015-09-12 | 2 | -66/+46 | |
| | | ||||||
| * | simplify contentview api | Maximilian Hils | 2015-09-12 | 2 | -9/+2 | |
| | | ||||||
| * | mitmdump: colorize output, add content views | Maximilian Hils | 2015-09-11 | 1 | -11/+47 | |
| | | ||||||
* | | relax test suite time tests | Maximilian Hils | 2015-09-12 | 1 | -4/+5 | |
|/ | ||||||
* | clean up tests | Maximilian Hils | 2015-09-11 | 3 | -7/+0 | |
| | ||||||
* | fix bugs | Maximilian Hils | 2015-09-11 | 1 | -16/+13 | |
| | ||||||
* | Merge branch 'master' into contentviews | Maximilian Hils | 2015-09-11 | 7 | -135/+112 | |
|\ | ||||||
| * | fix chunked encoding | Maximilian Hils | 2015-09-11 | 1 | -2/+2 | |
| | | ||||||
| * | fix tests | Maximilian Hils | 2015-09-05 | 1 | -4/+4 | |
| | | ||||||
| * | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 7 | -132/+109 | |
| | | ||||||
| * | remove ServerConnectionMixin.reconnect | Maximilian Hils | 2015-09-03 | 1 | -1/+1 | |
| | | ||||||
* | | PR #700 | Chris Czub | 2015-09-02 | 2 | -1/+6 | |
|/ | | | | | Start moving the contentview up a level Started shifting the contentview class up to libmproxy | |||||
* | we don't support socks auth, refs #738 | Maximilian Hils | 2015-08-31 | 1 | -0/+3 | |
| |