aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cleaner Exceptions, ssl -> tls, upstream proxy modeMaximilian Hils2015-08-1114-68/+145
|
* add reverseproxy mode, fix bugsMaximilian Hils2015-08-115-15/+35
|
* simplify layer code, add yield_from_callback decoratorMaximilian Hils2015-08-112-40/+69
|
* apply fixes from proxy-refactor-cb branchMaximilian Hils2015-08-117-35/+38
|
* minor fixesMaximilian Hils2015-08-114-8/+7
|
* add auto layer, multiple other fixesMaximilian Hils2015-08-116-165/+183
|
* move files aroundMaximilian Hils2015-08-118-196/+215
|
* add ssl layerMaximilian Hils2015-08-113-14/+247
|
* first initial proof-of-conceptMaximilian Hils2015-08-113-8/+282
|
* 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
| |
* | 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
| |