aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/protocol
Commit message (Expand)AuthorAgeFilesLines
...
* move files aroundMaximilian Hils2015-08-308-658/+1137
* remove old codeMaximilian Hils2015-08-305-877/+18
* restructure code, remove cruftMaximilian Hils2015-08-301-82/+1
* clean up config/cmdline, fix bugs, remove cruftMaximilian Hils2015-08-281-1/+1
* request -> request_methodMaximilian Hils2015-08-242-17/+9
* adapt netlib changesThomas Kriechbaumer2015-08-212-5/+5
* http2: fix connection preface and wrappersThomas Kriechbaumer2015-08-191-26/+10
* various fixesMaximilian Hils2015-08-181-0/+1
* move code to netlibThomas Kriechbaumer2015-08-101-13/+0
* fix testsThomas Kriechbaumer2015-08-021-5/+14
* fix imports for encodingThomas Kriechbaumer2015-08-011-2/+2
* reimplement streaming for HTTP/1Thomas Kriechbaumer2015-08-011-54/+55
* revert hard-coded HTTP/2 protocol changesThomas Kriechbaumer2015-08-011-7/+8
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-012-284/+48
* attach application protocol to connectionThomas Kriechbaumer2015-07-302-43/+58
* move code to netlib and implement protocolsThomas Kriechbaumer2015-07-302-177/+44
* refactor connection & protocol handlingThomas Kriechbaumer2015-07-302-891/+849
* Merge pull request #548 from macmantrl/no_serverconnMaximilian Hils2015-07-262-3/+5
|\
| * Prevent unecessary upstream server connectsTerry Long2015-07-032-3/+5
* | fix module importsThomas Kriechbaumer2015-07-251-8/+8
* | refactor to use netlib.http protocolsThomas Kriechbaumer2015-07-221-18/+36
* | use new netlib module namesThomas Kriechbaumer2015-07-221-19/+21
* | use netlib.http_semantics for generic dataThomas Kriechbaumer2015-07-221-6/+6
|/
* Remove stray print & massage whitespace a bitAldo Cortesi2015-06-251-9/+6
* changed error handling (ssl spoof mode)iroiro1232015-06-231-1/+6
* SSL Spoof modeiroiro1232015-06-211-3/+8
* Spoof modeiroiro1232015-06-201-3/+6
* HTTP Transparent Proxyiroiro1232015-06-181-1/+14
* Handle invalid IDNA encoding in hostnamesAldo Cortesi2015-06-121-6/+8
* Add coding style check, reformat.Aldo Cortesi2015-05-305-31/+93
* Merge pull request #584 from dlethin/feature/http_1_0Aldo Cortesi2015-05-181-1/+2
|\
| * Make sure proxy returns the httpversion specified in the request ratherDoug Lethin2015-05-151-1/+2
* | Accurately timestamp start of requestNick Raptis2015-05-081-0/+5
|/
* pretty_size now lives in netlib.utilsAldo Cortesi2015-04-301-1/+4
* Missed some un-needed variable declarationsAldo Cortesi2015-04-211-3/+1
* HTTP request reading moves to netlibAldo Cortesi2015-04-211-105/+64
* Adjust for ODict interface changeAldo Cortesi2015-04-151-2/+2
* Add set_cookies method to HTTPResponseAldo Cortesi2015-04-141-0/+19
* New get_cookies for HttpResponseAldo Cortesi2015-04-141-13/+14
* New get_cookie and set_cookie implementations for HTTPRequestAldo Cortesi2015-04-141-9/+16
* Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxyAldo Cortesi2015-04-141-4/+29
|\
| * fix pretty_host if no host is presentMaximilian Hils2015-04-101-2/+4
| * fix #553Maximilian Hils2015-04-101-2/+25
* | Housekeeping and cleanupsAldo Cortesi2015-04-141-14/+14
|/
* Merge pull request #515 from krzysiekbielicki/masterMaximilian Hils2015-03-261-1/+20
|\
| * [#514] Add support for ignoring payload params in multipart/form-dataKrzysztof Bielicki2015-03-101-1/+20
* | structure componentsMaximilian Hils2015-03-211-0/+2
|/
* fix #319Maximilian Hils2015-02-271-9/+13
* Correct typo; https://github.com/mitmproxy/mitmproxy/issues/319Youhei Sakurai2015-02-271-1/+1
* Change from checking __call__ to using callable;Youhei Sakurai2015-02-271-1/+1