aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib
Commit message (Expand)AuthorAgeFilesLines
* console: share one ActionBar instanceAldo Cortesi2016-07-211-1/+1
* Fix netlib.utils.is_valid_hostAldo Cortesi2016-07-212-0/+16
* fix-1366Thomas Kriechbaumer2016-07-161-4/+22
* preserve content-type parameter orderMaximilian Hils2016-07-151-1/+3
* Merge remote-tracking branch 'origin/master' into message-body-encodingMaximilian Hils2016-07-157-50/+92
|\
| * Test cookies.is_expired separatelyShadab Zafar2016-07-101-0/+21
| * Make escape_control_characters handle strings on Py2Shadab Zafar2016-07-091-2/+3
| * tests++Maximilian Hils2016-07-071-0/+15
| * py3++Maximilian Hils2016-07-072-3/+3
| * py3++Maximilian Hils2016-07-071-4/+4
| * sni is now str, not bytesMaximilian Hils2016-07-061-13/+13
| * py3++Maximilian Hils2016-07-061-11/+4
| * remove clean_bin, clarify unicode handlingMaximilian Hils2016-07-051-15/+25
| * http2: test throttling at MAX_CONCURRENT_STREAMSThomas Kriechbaumer2016-07-051-5/+7
* | improve message content semanticsMaximilian Hils2016-07-152-13/+73
* | raise ValueError if content-encoding is invalidMaximilian Hils2016-07-041-8/+10
* | tests++Maximilian Hils2016-07-021-1/+43
* | message.content -> .raw_content, implement .textMaximilian Hils2016-07-022-52/+105
|/
* minor fixesMaximilian Hils2016-07-011-5/+5
* py3++Maximilian Hils2016-07-011-4/+0
* move custom HTTP/2 stack from netlib to pathodThomas Kriechbaumer2016-06-172-544/+1
* 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