aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move code to netlibThomas Kriechbaumer2015-08-106-122/+9
|
* dev script: fix Linux+vagrant+virtualenvMaximilian Hils2015-08-071-1/+1
|
* dev script: fix Windows+vagrant+virtualenvMaximilian Hils2015-08-071-1/+1
|
* remove evil unicode_literalsMaximilian Hils2015-08-061-1/+1
|
* fix #705Maximilian Hils2015-08-031-4/+8
|
* fix testsThomas Kriechbaumer2015-08-022-7/+15
|
* fix imports for encodingThomas Kriechbaumer2015-08-014-7/+9
|
* move encoding tests from mitmproxy to netlibThomas Kriechbaumer2015-08-011-33/+0
|
* reimplement streaming for HTTP/1Thomas Kriechbaumer2015-08-013-59/+59
|
* revert hard-coded HTTP/2 protocol changesThomas Kriechbaumer2015-08-011-7/+8
|
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-0115-779/+134
|
* revert ALPN-related changes to fix masterThomas Kriechbaumer2015-08-011-9/+11
| | | | | In the future this should be added again to support HTTP/2.
* Merge pull request #698 from Kriechi/http2-wipAldo Cortesi2015-08-0117-1105/+943
|\ | | | | [WIP] Protocol Refactoring for HTTP/2
| * attach application protocol to connectionThomas Kriechbaumer2015-07-305-46/+67
| |
| * move code to netlib and implement protocolsThomas Kriechbaumer2015-07-3015-296/+132
| |
| * refactor connection & protocol handlingThomas Kriechbaumer2015-07-304-925/+906
| |
* | Merge pull request #699 from onlywade/bugfix/docs_update_shortcut_keysMaximilian Hils2015-07-307-21/+24
|\ \ | |/ |/| Update docs to reflect current shortcut keys for features which have …
| * Update docs to reflect current shortcut keys for features which have been ↵Wade Catron2015-07-297-21/+24
|/ | | | moved into the options menu.
* Merge pull request #548 from macmantrl/no_serverconnMaximilian Hils2015-07-264-4/+21
|\ | | | | Prevent unnecessary upstream server connects
| * Prevent unecessary upstream server connectsTerry Long2015-07-034-4/+21
| | | | | | | | | | | | 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.
* | Bump version for devAldo Cortesi2015-07-261-1/+1
| |
* | Changelog for v0.13Aldo Cortesi2015-07-261-0/+30
| |
* | fix module importsThomas Kriechbaumer2015-07-251-8/+8
| |
* | remove debug output in testsThomas Kriechbaumer2015-07-241-3/+0
| |
* | Merge pull request #675 from Kriechi/protocol-refactorMaximilian Hils2015-07-247-75/+101
|\ \ | | | | | | HTTP protocol refactoring
| * | refactor to use netlib.http protocolsThomas Kriechbaumer2015-07-225-27/+49
| | |
| * | use new netlib module namesThomas Kriechbaumer2015-07-226-47/+57
| | |
| * | use netlib.http_semantics for generic dataThomas Kriechbaumer2015-07-222-16/+10
| | |
* | | fix testsMaximilian Hils2015-07-241-1/+3
| | |
* | | improve inline scripts, fix #683, fix #684Maximilian Hils2015-07-247-153/+170
| | |
* | | minor style improvementsMaximilian Hils2015-07-221-6/+6
|/ /
* | update build scriptMaximilian Hils2015-07-221-69/+97
| |
* | make build script amazingMaximilian Hils2015-07-225-98/+170
| |
* | make build script executable on *nixMaximilian Hils2015-07-221-0/+0
| |
* | fix text selection hintMaximilian Hils2015-07-221-1/+1
| |
* | bump versionMaximilian Hils2015-07-222-29/+40
| |
* | preliminary release scriptMaximilian Hils2015-07-212-54/+87
| |
* | streamline build processMaximilian Hils2015-07-214-8/+134
| |
* | fix slack badgeMaximilian Hils2015-07-171-1/+1
| |
* | Add Slack to README.Maximilian Hils2015-07-151-3/+6
| |
* | Merge pull request #677 from isra17/json_errorMaximilian Hils2015-07-141-1/+2
|\ \ | | | | | | Use `ensure_ascii` in wep.app#broadcast
| * | Use `ensure_ascii` in wep.app#broadcastisra172015-07-131-1/+2
| | | | | | | | | | | | Otherwise, a non-unicode character in a flow cause mitmweb to crash.
* | | Merge pull request #676 from isra17/masterMaximilian Hils2015-07-142-3/+35
|\ \ \ | |/ / |/| | Add source address filter
| * | Add ~src ~dst REGEX filtersisra172015-07-132-3/+35
|/ / | | | | | | | | | | | | | | | | 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`.
* | Merge pull request #673 from jlhonora/masterMaximilian Hils2015-07-084-11/+11
|\ \ | | | | | | Match g/G shortcuts to less
| * | Match g/G shortcuts to less, fix #631jlhonora2015-07-084-11/+11
|/ /
* | improve dependency management in setup.pyMaximilian Hils2015-07-041-19/+24
| |
* | fix #648Maximilian Hils2015-07-041-2/+2
| |
* | clarify docsMaximilian Hils2015-07-041-2/+3
| |
* | fix #653Maximilian Hils2015-07-041-10/+15
|/