aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* http2: implement request targetThomas Kriechbaumer2015-08-181-5/+76
* http2: add support for too large header framesThomas Kriechbaumer2015-08-181-1/+15
* http2: add support for too large data framesThomas Kriechbaumer2015-08-181-6/+11
* fix request-target testsThomas Kriechbaumer2015-08-181-11/+4
* Remove stray prints from test suiteAldo Cortesi2015-08-163-3/+0
* fix minor style offencesThomas Kriechbaumer2015-08-101-1/+0
* cleanup whitespaceThomas Kriechbaumer2015-08-103-7/+6
* cleanup importsThomas Kriechbaumer2015-08-105-10/+9
* add move tests and code from mitmproxyThomas Kriechbaumer2015-08-106-277/+691
* fix mitmproxy/mitmproxy#705Maximilian Hils2015-08-031-9/+15
* move encoding tests from mitmproxy to netlibThomas Kriechbaumer2015-08-011-0/+32
* fix tutils importsThomas Kriechbaumer2015-08-0112-24/+18
* move code from mitmproxy to netlibThomas Kriechbaumer2015-08-015-120/+336
* http2: improve protocolThomas Kriechbaumer2015-07-301-4/+7
* add on-the-wire representation methodsThomas Kriechbaumer2015-07-291-18/+45
* move code from mitmproxy to netlibThomas Kriechbaumer2015-07-272-4/+4
* Merge pull request #81 from Kriechi/protocol-refactorMaximilian Hils2015-07-2413-241/+276
|\
| * fix bugsThomas Kriechbaumer2015-07-221-6/+3
| * http2: make proper use of odictThomas Kriechbaumer2015-07-221-4/+4
| * reduce public interfaceThomas Kriechbaumer2015-07-221-28/+28
| * rename content -> bodyThomas Kriechbaumer2015-07-222-8/+8
| * add Request class and unify read_request interfaceThomas Kriechbaumer2015-07-221-4/+5
| * refactor HTTP/1 as protocolThomas Kriechbaumer2015-07-222-109/+126
| * change HTTP2 interface to match HTTP1Thomas Kriechbaumer2015-07-221-8/+12
| * extract authentication methods from protocolThomas Kriechbaumer2015-07-222-19/+21
| * move bits aroundThomas Kriechbaumer2015-07-2213-179/+188
| * refactor websockets into protocolThomas Kriechbaumer2015-07-221-13/+18
| * introduce http_semantics moduleThomas Kriechbaumer2015-07-221-7/+7
* | add distinct error for cert verification issuesMaximilian Hils2015-07-241-1/+1
|/
* socks: optionally fail earlyMaximilian Hils2015-07-031-0/+3
* socks: add assert_socks5 methodMaximilian Hils2015-07-031-0/+57
* Merge pull request #79 from mitmproxy/remove_certffiAldo Cortesi2015-06-272-56/+2
|\
| * remove certffiMaximilian Hils2015-06-262-56/+2
* | fix file typeMaximilian Hils2015-06-262-0/+0
* | fix tests on windowsMaximilian Hils2015-06-262-2/+30
|/
* Merge pull request #76 from kyle-m/masterAldo Cortesi2015-06-2414-28/+260
|\
| * Adding test data to support post OpenSSL v1.0 cert hashingKyle Morton2015-06-231-0/+1
| * Cleaning up upstream server verification. Adding storage of cerificateKyle Morton2015-06-2212-26/+258
| * Updating TCPServer to allow tests (and potentially other use cases) to serveKyle Morton2015-06-221-2/+1
* | Merge branch 'Kriechi-ssl-version-handling'Aldo Cortesi2015-06-231-2/+2
|\ \
| * | unify SSL version/method handlingThomas Kriechbaumer2015-06-221-2/+2
| |/
* / Remove dependence on pathod in test suite.Aldo Cortesi2015-06-231-2/+1
|/
* netlib/test.py -> test/tservers.pyAldo Cortesi2015-06-225-44/+152
* http2: rename test fileThomas Kriechbaumer2015-06-181-0/+0
* http2: improve :authority headerThomas Kriechbaumer2015-06-161-2/+2
* http2: improve test suiteThomas Kriechbaumer2015-06-162-14/+40
* Merge pull request #69 from kyle-m/masterAldo Cortesi2015-06-162-0/+68
|\
| * Adding support for upstream certificate validation when using SSL/TLS with anKyle Morton2015-06-152-0/+68
* | http2: add authority headerThomas Kriechbaumer2015-06-141-2/+2
* | add more testsThomas Kriechbaumer2015-06-122-4/+88