aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* console: add command line flag to disable mouse interactionTimothy Elliott2015-08-193-2/+9
| | | | | | Adds the --no-mouse command line option to disable the mouse. Fixes #685
* make dev installation instructions copy-pasteableMaximilian Hils2015-08-191-6/+6
|
* fix virtualenv activationMaximilian Hils2015-08-191-1/+1
|
* fix docs typoMaximilian Hils2015-08-191-2/+2
| | | refs mitmproxy/mitmproxy.org#7
* Merge pull request #732 from FreeArtMan/masterThomas Kriechbaumer2015-08-191-1/+3
|\ | | | | Fixing issue #710. Prety printing in read_dumpfile
| * Fixing issue #710. Prety printing in read_dumpfileFreeArtMan2015-08-191-1/+3
|/
* temporarily disable pypy with new openssl on travisThomas Kriechbaumer2015-08-181-10/+10
|
* temporarily disable pypy on travisThomas Kriechbaumer2015-08-181-1/+1
|
* Small tweaks to read_dumpfile example.Aldo Cortesi2015-08-171-1/+1
|
* Disable mitmweb OSX binary generation for nowAldo Cortesi2015-08-161-0/+0
|
* Adapt mitmdump and mitmweb for certifi and release processAldo Cortesi2015-08-162-12/+22
|
* Adapt mitmproxy.spec for new cryptography, certifi and new release structureAldo Cortesi2015-08-161-6/+11
|
* Remove release toolsAldo Cortesi2015-08-165-402/+0
|
* Merge pull request #720 from Kriechi/cleanupMaximilian Hils2015-08-116-122/+9
|\ | | | | move code to netlib
| * 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
| |