aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/net
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3420 from rjt-gupta/multipart-fixMaximilian Hils2019-11-152-3/+41
|\
| * test coverage improvedrjt-gupta2019-02-061-0/+19
| * multipart encoder and testsrjt-gupta2019-02-062-4/+22
| * multipart-fixrjt-gupta2019-02-061-2/+3
* | minor improvements and sans-io adjustmentsMaximilian Hils2019-11-111-1/+1
* | bump depsThomas Kriechbaumer2019-09-281-3/+3
* | Merge pull request #3464 from rjt-gupta/url-fixThomas Kriechbaumer2019-09-281-0/+16
|\ \
| * | non ascii fix and testsrjt-gupta2019-02-031-0/+16
| |/
* | encoding: add support for zstd (zstandard)Tero Saaristo2019-09-051-0/+1
* | update formatdate for cookies and tests to use GMT formattingAnthony Biondo2019-04-161-1/+1
|/
* Fix several DeprecationWarning: invalid escape sequenceMickaƫl Schoentgen2019-01-052-3/+3
* charset in meta tags (#3411)Rajat Gupta2018-12-131-0/+10
* bump dependenciesThomas Kriechbaumer2018-12-021-1/+1
* fix #3316Maximilian Hils2018-09-079-142/+142
* improve websocket frame masking apiThomas Kriechbaumer2018-06-111-1/+1
* fix py36/37 escaping issuesThomas Kriechbaumer2018-05-141-6/+10
* cadir -> confdirAldo Cortesi2018-05-101-1/+1
* test: shift test_data out of our public APIAldo Cortesi2018-04-232-30/+35
* Merge pull request #2868 from kira0204/data-crashMaximilian Hils2018-03-041-2/+2
|\
| * Testingkira02042018-02-191-1/+1
| * Adding testkira02042018-02-161-1/+1
* | Misc. typosluz.paz2018-02-241-1/+1
* | Fix #2829Tran Tien Dat2018-02-211-0/+21
|/
* keeping consistency, better testingkira02042018-02-112-6/+22
* fixing logickira02042018-02-071-0/+4
* Merge pull request #2793 from kajojify/issue-2399Maximilian Hils2018-01-141-0/+1
|\
| * Fix #2399Miroslav2018-01-141-0/+1
* | store ClientHello extensions with client connectionMaximilian Hils2018-01-131-1/+1
* | improve net.tls.ClientHello API, fix bugs, add testsMaximilian Hils2018-01-131-6/+84
* | move ClientHello and related functions to mitmproxy.net.tlsMaximilian Hils2018-01-121-0/+24
* | rename TLS/SSL-related functionsThomas Kriechbaumer2018-01-064-29/+29
* | rename TLS/SSL-related attributesThomas Kriechbaumer2018-01-061-1/+1
* | fix test flow timestamps to values that don't overflow in certain timezonesMaximilian Hils2018-01-051-2/+2
|/
* command cuts: add completionAldo Cortesi2017-12-171-2/+2
* fix #2664Thomas Kriechbaumer2017-12-131-1/+8
* Bug in expected_http_body_size fix (#2642)Suraj Tripathi2017-11-271-0/+11
* skip ipv6 tests on sudo-enabled travis buildsMaximilian Hils2017-10-201-0/+2
* move hostname validation into mitmproxy.net.tlsMaximilian Hils2017-09-042-33/+36
* split TLS parts from net.tcp into net.tlsMaximilian Hils2017-09-032-34/+38
* nuke old opensslThomas Kriechbaumer2017-07-251-31/+10
* Fixes #2230 (#2361)Ujjwal Verma2017-06-023-27/+56
* fix openssl cipher_list bytes/str deprecationThomas Kriechbaumer2017-05-241-1/+1
* fix various fd/socket leaksThomas Kriechbaumer2017-05-241-4/+6
* connections tests: fix leaking socketsThomas Kriechbaumer2017-05-241-4/+1
* auto-close file after readingThomas Kriechbaumer2017-05-241-4/+5
* Increase net.tcp.py coverage (#2336)Ujjwal Verma2017-05-171-5/+38
* Increased net.http.cookies.py and net.http.message.py coverageUjjwal Verma2017-05-122-0/+9
* fix #2310Maximilian Hils2017-05-031-0/+8
* fix #2250, add type info to cookie moduleMaximilian Hils2017-04-261-0/+4
* improve testsThomas Kriechbaumer2017-04-251-1/+0