aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1253 from mhils/fix-debugAldo Cortesi2016-06-141-0/+4
|\
| * fix debug mode on WindowsMaximilian Hils2016-06-131-0/+4
* | Fix Python3 testsAldo Cortesi2016-06-141-1/+1
* | Satisfy lintAldo Cortesi2016-06-141-1/+1
* | Use handlers in http2 test suiteAldo Cortesi2016-06-141-100/+100
* | Start rolling out leak detection in netlibAldo Cortesi2016-06-142-211/+221
|/
* debug: On SIGUSR2, we dump tracebacks for all threads to screenAldo Cortesi2016-06-111-0/+6
* Improve debugging of thread and other leaksAldo Cortesi2016-06-111-0/+8
* debug.sysinfo: tests and coverageAldo Cortesi2016-06-111-0/+6
* Remove odictAldo Cortesi2016-06-092-147/+0
* tests++Maximilian Hils2016-06-071-1/+23
* Utils cleanupsAldo Cortesi2016-06-071-0/+9
* fix multidict unittestsredfast002016-06-051-2/+2
* Shift a bunch more string-related functions to strutilsAldo Cortesi2016-06-022-4/+23
* Utils reorganisation: add netlib.strutilsAldo Cortesi2016-06-022-37/+40
* be more strict about module namespacesMaximilian Hils2016-05-311-2/+1
* http2.frame -> http2.framereaderAldo Cortesi2016-05-311-3/+3
* Fix test failuresAldo Cortesi2016-05-311-1/+1
* Satisfy flake8Aldo Cortesi2016-05-314-0/+4
* Unify and make symmetric pretty_size and parse_sizeAldo Cortesi2016-05-311-4/+8
* Move human-friendly format functions to netlib.human, remove redundant implem...Aldo Cortesi2016-05-312-7/+31
* utils.multipartdecode -> http.multipart.decodeAldo Cortesi2016-05-313-32/+33
* netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokensAldo Cortesi2016-05-312-12/+12
* Module is part of the name - url.decode, not url.urldecodeAldo Cortesi2016-05-311-20/+20
* Extract url functions from netlib.utils and move to netlib.http.urlAldo Cortesi2016-05-312-64/+65
* Start cleaning up netlib.utilsAldo Cortesi2016-05-313-40/+40
* Improve handling of pseudo-headersAldo Cortesi2016-05-311-1/+4
* fix headers orderThomas Kriechbaumer2016-05-291-1/+1
* more style cleanupThomas Kriechbaumer2016-05-299-10/+12
* more style cleanupThomas Kriechbaumer2016-05-294-16/+22
* fix testsMaximilian Hils2016-05-283-4/+4
* cleanup imports with flake8Thomas Kriechbaumer2016-05-288-10/+6
* bytes_to_escaped_str: always escape single quotesMaximilian Hils2016-05-251-0/+2
* escaped_str_to_bytes: support unicode on python 2Maximilian Hils2016-05-251-3/+6
* Clean un-needed importsAldo Cortesi2016-05-211-2/+0
* A clearer implementation of MultiDictViewAldo Cortesi2016-05-211-2/+24
* Merge branch 'multidict' of https://github.com/mhils/mitmproxy into mhils-mul...Aldo Cortesi2016-05-217-168/+289
|\
| * tests++Maximilian Hils2016-05-202-98/+218
| * improve MultiDict, add ImmutableMultiDict, adjust response.cookiesMaximilian Hils2016-05-183-24/+26
| * add MultiDictMaximilian Hils2016-05-186-46/+45
* | clean up odictMaximilian Hils2016-05-181-10/+0
|/
* Sanitize Print (#1135)Maximilian Hils2016-05-121-0/+15
* Merge pull request #1121 from Kriechi/fix-cookiesThomas Kriechbaumer2016-05-113-4/+13
|\
| * improve cookie parsingThomas Kriechbaumer2016-05-103-4/+13
* | actually fix testsMaximilian Hils2016-05-101-2/+2
* | Revert "fix tests"Maximilian Hils2016-05-101-2/+2
* | fix testsMaximilian Hils2016-05-101-2/+2
|/
* fix #1120Maximilian Hils2016-05-091-0/+12
* remove netlib version checkMaximilian Hils2016-04-291-13/+0
* py3++Maximilian Hils2016-04-131-3/+3