aboutsummaryrefslogtreecommitdiffstats
path: root/netlib
Commit message (Expand)AuthorAgeFilesLines
* py3++Maximilian Hils2016-07-073-1/+23
* sni is now str, not bytesMaximilian Hils2016-07-062-5/+3
* py3++, multidict fixesMaximilian Hils2016-07-063-20/+19
* Merge pull request #1319 from mitmproxy/fix-py27-encoding-issuesMaximilian Hils2016-07-061-2/+2
|\
| * fix pathod log encodingMaximilian Hils2016-07-061-2/+2
* | py3++Maximilian Hils2016-07-061-16/+9
|/
* Merge pull request #1315 from mitmproxy/better-unicode-handlingMaximilian Hils2016-07-052-29/+53
|\
| * remove clean_bin, clarify unicode handlingMaximilian Hils2016-07-052-29/+53
* | Merge pull request #1297 from dufferzafar/py3-flow-exportMaximilian Hils2016-07-051-4/+4
|\ \ | |/ |/|
| * netlib: condition on PY2 rather than on PY3Shadab Zafar2016-07-021-4/+4
* | py3: fix bytes vs. strThomas Kriechbaumer2016-07-031-4/+4
* | h2: move header parsing to netlibShadab Zafar2016-07-032-0/+39
|/
* minor fixesMaximilian Hils2016-07-011-1/+1
* fix tcp message handlingMaximilian Hils2016-07-012-4/+7
* py3++Maximilian Hils2016-07-014-17/+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: websocketsShadab Zafar2016-06-151-2/+2
* Py3: fix http2 bytes issueShadab Zafar2016-06-151-2/+2
* Merge pull request #1253 from mhils/fix-debugAldo Cortesi2016-06-141-3/+5
|\
| * fix debug mode on WindowsMaximilian Hils2016-06-131-3/+5
* | Start rolling out leak detection in netlibAldo Cortesi2016-06-142-0/+15
|/
* Merge branch 'master' into appveyorAldo Cortesi2016-06-121-2/+2
|\
| * Fold mitmproxy.version and pathod.version into netlib.versionAldo Cortesi2016-06-121-2/+2
* | Make the tcp connection closer cancellableAldo Cortesi2016-06-121-9/+21
|/
* Satisfy lintAldo Cortesi2016-06-111-1/+5
* debug: On SIGUSR2, we dump tracebacks for all threads to screenAldo Cortesi2016-06-111-1/+15
* Zap stray semicolonAldo Cortesi2016-06-111-1/+1
* debug: num_fds is posix-onlyAldo Cortesi2016-06-111-1/+2
* debug: add OpenSSLAldo Cortesi2016-06-111-0/+3
* debug: verison -> versionAldo Cortesi2016-06-111-1/+1
* Improve debugging of thread and other leaksAldo Cortesi2016-06-113-17/+86
* debug.sysinfo: tests and coverageAldo Cortesi2016-06-111-6/+9
* Add a --sysinfo flag to all daemonsAldo Cortesi2016-06-111-0/+26
* Remove odictAldo Cortesi2016-06-093-174/+13
* tests++Maximilian Hils2016-06-071-7/+1
* Utils cleanupsAldo Cortesi2016-06-074-18/+30
* minor fixesMaximilian Hils2016-06-062-5/+5
* netlib: always disconnect when using context managerMaximilian Hils2016-06-061-2/+4
* Now keeps header capitalizationredfast002016-06-051-1/+1
* Fix test that may fail due to binary header dataAldo Cortesi2016-06-051-1/+3
* More explicit name for the tcp.Server handler counterAldo Cortesi2016-06-031-2/+2
* Make tcp.Client.connect return a context manager that closes the connectionAldo Cortesi2016-06-031-0/+8
* Implement a service connection handler counter, use it in Pathod test suiteAldo Cortesi2016-06-031-7/+28
* Shift a bunch more string-related functions to strutilsAldo Cortesi2016-06-022-15/+51
* Utils reorganisation: add netlib.strutilsAldo Cortesi2016-06-028-122/+128
* Fix non-deterministic test failures in exportAldo Cortesi2016-06-021-6/+18
* Merge pull request #1183 from mitmproxy/module-importsAldo Cortesi2016-06-011-1/+3
|\
| * use module-level imports onlyMaximilian Hils2016-05-311-1/+3