aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix decoding when content-encoding: noneSchamper2016-09-061-1/+1
* | improve netlib.encodingThomas Kriechbaumer2016-09-041-3/+20
* | http2: improve kill and cleanup threadsThomas Kriechbaumer2016-09-031-2/+2
* | http2: improve framereaderThomas Kriechbaumer2016-09-032-5/+10
|/
* websockets: refactor implementation and add testsThomas Kriechbaumer2016-09-015-204/+207
* Lint fix - minorarjun234962016-08-311-2/+1
* Lint fix - netlib headersarjun234962016-08-311-4/+2
* minor bug fix header replacearjun234962016-08-311-3/+7
* Added tests for replace in request,message,headerarjun234962016-08-311-0/+2
* Minor bug fix - messages.py replacearjun234962016-08-291-1/+1
* Added replace for request and headers - Fixed missing replace optionarjun234962016-08-292-5/+6
* Added count argument for replace for contents in bodyarjun234962016-08-261-2/+2
* fixed : Divide by zero error came when string was empty, also a testManish Kumar2016-08-261-0/+3
* wrap long linesThomas Kriechbaumer2016-08-242-4/+24
* introduce Response.make for simple response creationMaximilian Hils2016-08-231-5/+49
* Merge pull request #1480 from mhils/reverse-proxy-authThomas Kriechbaumer2016-08-161-3/+13
|\
| * add basic auth support for reverse proxy modeMaximilian Hils2016-08-131-3/+13
* | Simplify cookies.is_expiredShadab Zafar2016-08-151-16/+7
* | Add a function to get cookie expiration timeShadab Zafar2016-08-151-0/+26
* | Add method to group pairs by cookiesShadab Zafar2016-08-151-0/+31
|/
* fix testsMaximilian Hils2016-08-041-0/+1
* simplify contentview logicMaximilian Hils2016-08-041-0/+1
* Merge pull request #1447 from mitmproxy/secure-by-defaultAldo Cortesi2016-08-011-19/+27
|\
| * fix cert verification tests, remove leftoversMaximilian Hils2016-07-271-18/+1
| * improve invalid certificate uxMaximilian Hils2016-07-271-19/+44
* | Merge pull request #1449 from mhils/fix-1448Maximilian Hils2016-07-301-1/+3
|\ \
| * | add escape_single_quotes=False arg to bytes_to_escaped_strMaximilian Hils2016-07-291-1/+3
| |/
* / Integrated encode/decoder for brotliAngelo Agatino Nicolosi2016-07-303-4/+15
|/
* Merge pull request #1426 from mhils/query-encodingMaximilian Hils2016-07-243-19/+52
|\
| * improve query/path_components getter/setterMaximilian Hils2016-07-243-19/+52
* | silence test warningsMaximilian Hils2016-07-241-0/+2
|/
* remove content caching in netlib.http.MessageMaximilian Hils2016-07-231-84/+31
* add single-element cache for netlib.encodingMaximilian Hils2016-07-231-8/+39
* Merge pull request #1402 from mhils/console-fixesMaximilian Hils2016-07-231-0/+1
|\
| * fix test_view_urlencodedMaximilian Hils2016-07-231-0/+1
* | improve dumper addon text alignment (#1415)Maximilian Hils2016-07-231-2/+1
|/
* fix content view cache invalidationMaximilian Hils2016-07-212-9/+3
* Fix netlib.utils.is_valid_hostAldo Cortesi2016-07-211-2/+2
* minor fixesMaximilian Hils2016-07-191-2/+2
* fix-1366Thomas Kriechbaumer2016-07-161-3/+2
* Merge pull request #1306 from mitmproxy/message-body-encodingMaximilian Hils2016-07-167-113/+280
|\
| * preserve content-type parameter orderMaximilian Hils2016-07-151-1/+2
| * Merge remote-tracking branch 'origin/master' into message-body-encodingMaximilian Hils2016-07-1513-95/+205
| |\
| * | improve message content semanticsMaximilian Hils2016-07-153-57/+98
| * | raise ValueError if content-encoding is invalidMaximilian Hils2016-07-043-17/+43
| * | tests++Maximilian Hils2016-07-021-3/+3
| * | make the linter happyMaximilian Hils2016-07-021-1/+1
| * | message.content -> .raw_content, implement .textMaximilian Hils2016-07-025-100/+202
* | | replacehooks -> addonAldo Cortesi2016-07-161-2/+2
| |/ |/|
* | Convert examples and example tests for new-style scriptsAldo Cortesi2016-07-141-0/+7