aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/net
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #2847 from kira0204/key-cookie-issueMaximilian Hils2018-02-121-28/+23
|\
| * keeping consistency, better testingkira02042018-02-111-30/+25
| * fixing logickira02042018-02-071-7/+7
* | use TLS options also for request replay, refs #2840Maximilian Hils2018-02-081-0/+21
|/
* Merge pull request #2793 from kajojify/issue-2399Maximilian Hils2018-01-141-1/+1
|\
| * Other conditionMiroslav2018-01-141-2/+2
| * Fix #2399Miroslav2018-01-141-1/+1
* | improve net.tls.ClientHello API, fix bugs, add testsMaximilian Hils2018-01-131-11/+9
* | move ClientHello and related functions to mitmproxy.net.tlsMaximilian Hils2018-01-121-1/+124
* | avoid TLS/SSL ambiguity for Cert classThomas Kriechbaumer2018-01-072-8/+8
* | rename TLS/SSL-related functionsThomas Kriechbaumer2018-01-061-2/+2
* | rename TLS/SSL-related attributesThomas Kriechbaumer2018-01-061-6/+6
|/
* mitmproxy.types -> mitmproxy.coretypesAldo Cortesi2017-12-178-8/+8
* Bug in expected_http_body_size fix (#2642)Suraj Tripathi2017-11-271-1/+5
* move hostname validation into mitmproxy.net.tlsMaximilian Hils2017-09-042-101/+106
* split TLS parts from net.tcp into net.tlsMaximilian Hils2017-09-032-261/+299
* Fallback correctly to ipv4 when ipv6 is not supportedSimon Vermeersch2017-08-131-0/+2
* nuke old opensslThomas Kriechbaumer2017-07-251-28/+19
* Fixes #2230 (#2361)Ujjwal Verma2017-06-021-1/+6
* fix openssl cipher_list bytes/str deprecationThomas Kriechbaumer2017-05-241-1/+1
* fix various fd/socket leaksThomas Kriechbaumer2017-05-241-0/+2
* fix array.{fromstring,tostring} deprecation warningThomas Kriechbaumer2017-05-241-2/+2
* close existing server_conn before replacing itThomas Kriechbaumer2017-05-241-1/+3
* TCP IPv6: fix leaking socketsThomas Kriechbaumer2017-05-241-0/+2
* Increase net.tcp.py coverage (#2336)Ujjwal Verma2017-05-171-7/+7
* alpn_select_callback must be a callableThomas Kriechbaumer2017-05-171-1/+3
* fix pragmasThomas Kriechbaumer2017-05-171-1/+1
* net.tcp: server should be in shut-down state before startAldo Cortesi2017-05-141-0/+1
* net.http.url.py changesUjjwal Verma2017-05-121-21/+3
* fix #2310Maximilian Hils2017-05-031-1/+2
* Merge pull request #2277 from Kriechi/bump-cryptographyThomas Kriechbaumer2017-04-271-7/+0
|\
| * bump cryptography min-versionThomas Kriechbaumer2017-04-271-7/+0
* | fix #2250, add type info to cookie moduleMaximilian Hils2017-04-262-49/+53
|/
* fixes ipv6 authority form parsing in CONNECTRobert C Jensen2017-04-071-1/+3
* Make mypy succeed with imports on master.pyAldo Cortesi2017-03-175-60/+69
* add Request.makeMaximilian Hils2017-03-151-1/+48
* py3: __ne__ delegates to __eq__ by defaultMaximilian Hils2017-03-141-6/+0
* unify server spec parsingMaximilian Hils2017-03-082-1/+77
* fix constant definitionMaximilian Hils2017-02-241-4/+3
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-243-135/+85
* minor changesMaximilian Hils2017-02-211-3/+6
* Absolute IPv6 addresses supportedUjjwal Verma2017-02-201-1/+8
* Merge pull request #2040 from mhils/request-host-headerMaximilian Hils2017-02-182-7/+43
|\
| * .headers["host"] -> .host_headerMaximilian Hils2017-02-182-8/+7
| * add request.host_header, fix #2036Maximilian Hils2017-02-171-0/+37
* | Merge pull request #2035 from Kriechi/fix-1916Thomas Kriechbaumer2017-02-181-1/+1
|\ \ | |/ |/|
| * fix #1916Thomas Kriechbaumer2017-02-171-1/+1
* | Use existing urlencoding conventions when re-encoding edited form #1946 (#2022)mame822017-02-162-3/+16
|/
* remove FIXMEThomas Kriechbaumer2017-02-091-4/+3
* remove verified remarkThomas Kriechbaumer2017-02-091-1/+0