aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http
Commit message (Expand)AuthorAgeFilesLines
* fix content view cache invalidationMaximilian Hils2016-07-211-6/+0
* fix-1366Thomas Kriechbaumer2016-07-161-3/+2
* Merge pull request #1306 from mitmproxy/message-body-encodingMaximilian Hils2016-07-165-79/+213
|\
| * preserve content-type parameter orderMaximilian Hils2016-07-151-1/+2
| * Merge remote-tracking branch 'origin/master' into message-body-encodingMaximilian Hils2016-07-157-2/+96
| |\
| * | improve message content semanticsMaximilian Hils2016-07-152-52/+93
| * | raise ValueError if content-encoding is invalidMaximilian Hils2016-07-042-16/+38
| * | tests++Maximilian Hils2016-07-021-3/+3
| * | make the linter happyMaximilian Hils2016-07-021-1/+1
| * | message.content -> .raw_content, implement .textMaximilian Hils2016-07-024-66/+139
* | | replacehooks -> addonAldo Cortesi2016-07-161-2/+2
| |/ |/|
* | Test cookies.is_expired separatelyShadab Zafar2016-07-101-4/+9
* | Move cookie expiry detection to separate functionShadab Zafar2016-07-091-1/+23
* | py3++Maximilian Hils2016-07-073-1/+23
* | py3++, multidict fixesMaximilian Hils2016-07-062-3/+12
* | py3: fix bytes vs. strThomas Kriechbaumer2016-07-031-4/+4
* | h2: move header parsing to netlibShadab Zafar2016-07-032-0/+39
|/
* fix tcp message handlingMaximilian Hils2016-07-011-1/+3
* py3++Maximilian Hils2016-07-013-7/+17
* Handle case when scheme is NoneShadab Zafar2016-07-011-1/+1
* http2: improve error handling in testsThomas Kriechbaumer2016-06-221-1/+2
* move custom HTTP/2 stack from netlib to pathodThomas Kriechbaumer2016-06-172-434/+0
* Py3: fix http2 bytes issueShadab Zafar2016-06-151-2/+2
* Remove odictAldo Cortesi2016-06-091-4/+5
* Utils cleanupsAldo Cortesi2016-06-072-3/+16
* minor fixesMaximilian Hils2016-06-062-5/+5
* Fix test that may fail due to binary header dataAldo Cortesi2016-06-051-1/+3
* Utils reorganisation: add netlib.strutilsAldo Cortesi2016-06-023-7/+7
* Merge pull request #1183 from mitmproxy/module-importsAldo Cortesi2016-06-011-1/+3
|\
| * use module-level imports onlyMaximilian Hils2016-05-311-1/+3
* | Reorganise netlib imports according to Google Style GuideAldo Cortesi2016-06-0112-112/+117
|/
* be more strict about module namespacesMaximilian Hils2016-05-311-4/+4
* Fix tests harderAldo Cortesi2016-05-311-2/+2
* http2.frame -> http2.framereaderAldo Cortesi2016-05-311-0/+0
* Satisfy flake8Aldo Cortesi2016-05-312-1/+2
* Move human-friendly format functions to netlib.human, remove redundant implem...Aldo Cortesi2016-05-311-2/+2
* utils.multipartdecode -> http.multipart.decodeAldo Cortesi2016-05-313-1/+61
* netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokensAldo Cortesi2016-05-311-1/+13
* Module is part of the name - url.decode, not url.urldecodeAldo Cortesi2016-05-314-15/+15
* Extract url functions from netlib.utils and move to netlib.http.urlAldo Cortesi2016-05-314-12/+109
* Start cleaning up netlib.utilsAldo Cortesi2016-05-314-39/+60
* Improve handling of pseudo-headersAldo Cortesi2016-05-311-6/+8
* Satisfy flake8Aldo Cortesi2016-05-301-5/+0
* more style cleanupThomas Kriechbaumer2016-05-292-3/+3
* more style cleanupThomas Kriechbaumer2016-05-291-2/+2
* fix testsMaximilian Hils2016-05-283-3/+3
* netlib: fix most flake8 offensesThomas Kriechbaumer2016-05-284-9/+24
* cleanup imports with flake8Thomas Kriechbaumer2016-05-284-5/+0
* Merge branch 'issue-1099'Maximilian Hils2016-05-201-0/+6
|\
| * fix #1099Maximilian Hils2016-05-201-0/+6