aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Use PyOpenSSL's underlying ffi interface to get current cipher for connections.Aldo Cortesi2014-03-022-4/+47
| | * Re-add state operations to ODict.Aldo Cortesi2014-03-022-0/+19
| | * Cleanups, tests, and no-cover directives for code sections we can't test.Aldo Cortesi2014-03-024-21/+25
| | * Minor improvement to CertStore interfaceAldo Cortesi2014-03-022-10/+9
| | * Cipher suite selection for client connections, improved error handlingAldo Cortesi2014-02-272-4/+47
| | * Merge branch 'master' of ssh.github.com:cortesi/netlibAldo Cortesi2014-02-263-5/+8
| | |\
| | | * allow super() on TCPServer, add thread names for better debuggingMaximilian Hils2014-02-152-4/+7
| | | * Bump versionMaximilian Hils2014-02-111-1/+1
| | * | Add an explicit license file.Aldo Cortesi2014-02-261-0/+19
| | |/
| | * Merge branch 'tcp_proxy'Aldo Cortesi2014-02-077-113/+144
| | |\
| | | * adjust netlib.wsgi to reflect changes in mitmproxys flow formatMaximilian Hils2014-02-053-6/+12
| | | * store used sni in TCPClient, add equality check for tcp.AddressMaximilian Hils2014-02-041-1/+7
| | | * move StateObject back into libmproxyMaximilian Hils2014-01-314-109/+7
| | | * remove subclassing of tuple in tcp.Address, move StateObject into netlibMaximilian Hils2014-01-304-16/+128
| | | * re-add server attribute to BaseHandlerMaximilian Hils2014-01-282-2/+4
| | | * add tcp.Address to unify ipv4/ipv6 address handlingMaximilian Hils2014-01-285-40/+67
| | | * Merge branch 'master' into tcp_proxyMaximilian Hils2014-01-181-1/+1
| | | |\
| | | * \ Merge branch 'master' into tcp_proxyMaximilian Hils2014-01-091-1/+1
| | | |\ \
| | | * | | fix tests, remove duplicate codeMaximilian Hils2014-01-092-55/+38
| | | * | | Merge remote-tracking branch 'origin/master' into tcp_proxyMaximilian Hils2014-01-096-99/+96
| | | |\ \ \
| | | * | | | change parameter names to reflect changesMaximilian Hils2014-01-092-17/+14
| | * | | | | Merge branch 'master' of ssh.github.com:cortesi/netlibAldo Cortesi2014-01-283-5/+7
| | |\ \ \ \ \
| | | * | | | | move test requirements out of main requirements.txtMaximilian Hils2014-01-283-5/+7
| | * | | | | | travis irc notificationsAldo Cortesi2014-01-281-0/+7
| | |/ / / / /
| | * | | | | Try even harderer to fix travis.Aldo Cortesi2014-01-281-0/+1
| | * | | | | Try harder to un-break travisAldo Cortesi2014-01-282-2/+1
| | * | | | | travis: force install of pathod from git.Aldo Cortesi2014-01-281-2/+2
| | * | | | | Fix homepage URLAldo Cortesi2014-01-281-1/+1
| | * | | | | Silence pyflakes, adjust requirements.txtAldo Cortesi2014-01-192-2/+1
| | | |_|_|/ | | |/| | |
| | * | | | add CONNECT request to list of request types that don't have a response bodyMaximilian Hils2014-01-181-1/+1
| | | |_|/ | | |/| |
| | * | | display build status from master branchMaximilian Hils2014-01-091-1/+1
| | | |/ | | |/|
| | * | Make certificate not-before time 48 hours.Aldo Cortesi2014-01-081-1/+1
| | * | Merge pull request #26 from mitmproxy/refactor_read_http_bodyAldo Cortesi2014-01-044-95/+91
| | |\ \
| | | * | refactor read_http_bodyMaximilian Hils2013-12-154-95/+91
| | * | | Make it possible to pass custom environment variables into wsgi apps.Aldo Cortesi2014-01-051-3/+4
| | | |/ | | |/|
| | * | list mock as requirement (via @droope)Maximilian Hils2013-12-291-1/+2
| | |/
| | * test tcpclient.source_address, increase coverageMaximilian Hils2013-12-141-1/+23
| | * use markdown for readmeMaximilian Hils2013-12-133-2/+2
| | * merge smurfix/ipv6, add ipv6 support for TCPServer, add ipv6 testMaximilian Hils2013-12-134-10/+27
| | |\
| | | * tab fixMatthias Urlichs2013-12-121-1/+1
| | | * support ipv6Matthias Urlichs2013-12-121-4/+4
| | * | add requirements.txt, small changesMaximilian Hils2013-12-133-2/+8
| | * | add travis CI fileMaximilian Hils2013-12-131-0/+14
| | |/
| | * Bump versionAldo Cortesi2013-12-101-1/+1
| | * Fix race condition in test suite.Aldo Cortesi2013-12-082-4/+0
| | * fix AuthAction tests failures from last mergeMaximilian Hils2013-12-081-3/+4
| | * merge origin/masterMaximilian Hils2013-12-0811-74/+94
| | |\
| | | * Unit test auth actions.Aldo Cortesi2013-12-082-10/+30
| | | * Domain checks for persistent cert store is now irrelevant.Aldo Cortesi2013-12-083-25/+3
| | | * Zap stray print in tests.Aldo Cortesi2013-12-081-1/+0