Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 5 years is enough... | Aldo Cortesi | 2015-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | By popular demand, bump dummy cert expiry to 5 years | Aldo Cortesi | 2015-02-17 | 1 | -1/+1 | |
| | | | | | | | | fixes #52 | |||||
* | | add option to log ssl keys | Maximilian Hils | 2015-02-27 | 1 | -0/+36 | |
|/ | | | | refs mitmproxy/mitmproxy#475 | |||||
* | pypy support, faster travis builds | Maximilian Hils | 2015-02-07 | 3 | -4/+15 | |
| | ||||||
* | Bump version | Aldo Cortesi | 2014-12-28 | 1 | -1/+1 | |
| | ||||||
* | TCPClient: Use TLS1.1+ where available, BaseHandler: disable SSLv2 | Maximilian Hils | 2014-12-15 | 1 | -2/+4 | |
| | ||||||
* | Bump version to 0.11.1 | Aldo Cortesi | 2014-11-15 | 1 | -2/+2 | |
| | ||||||
* | Fix tracebacks in connection finish | Aldo Cortesi | 2014-11-15 | 1 | -1/+1 | |
| | ||||||
* | be more explicit about requirements | Maximilian Hils | 2014-11-11 | 3 | -6/+5 | |
| | ||||||
* | Merge branch 'merge' | Aldo Cortesi | 2014-11-11 | 1 | -1/+1 | |
|\ | ||||||
| * | Update pathod version number in requirements | Aldo Cortesi | 2014-11-11 | 1 | -1/+1 | |
| | | ||||||
* | | .flush can raise NetlibDisconnect. This fixes a traceback found in fuzzing. | Aldo Cortesi | 2014-11-07 | 1 | -1/+4 | |
| | | ||||||
* | | Simplify expected_http_body_size signature, fixing a traceback found in fuzzing | Aldo Cortesi | 2014-11-07 | 4 | -13/+23 | |
| | | ||||||
* | | Whitespace and legibility | Aldo Cortesi | 2014-10-26 | 1 | -23/+57 | |
| | | ||||||
* | | fix tests | Maximilian Hils | 2014-10-23 | 1 | -1/+1 | |
| | | ||||||
* | | refactor tcp close, fix mitmproxy/mitmproxy#376 | Maximilian Hils | 2014-10-22 | 1 | -48/+51 | |
| | | ||||||
* | | fix mitmproxy/mitmproxy#375 | Maximilian Hils | 2014-10-17 | 1 | -0/+9 | |
| | | ||||||
* | | fix tcp closing for ssled connections | Maximilian Hils | 2014-10-09 | 1 | -4/+3 | |
| | | ||||||
* | | make socks reading more bulletproof | Maximilian Hils | 2014-10-09 | 1 | -9/+20 | |
| | | ||||||
* | | clean up code | Maximilian Hils | 2014-10-09 | 3 | -41/+42 | |
| | | ||||||
* | | CertStore: add support for cert chains | Maximilian Hils | 2014-10-08 | 4 | -43/+55 | |
| | | ||||||
* | | fix mitmproxy/mitmproxy#373 | Maximilian Hils | 2014-10-08 | 1 | -8/+17 | |
| | | ||||||
* | | distutils -> setuptools | Maximilian Hils | 2014-10-01 | 2 | -74/+16 | |
| | | ||||||
* | | minor changes | Maximilian Hils | 2014-09-28 | 4 | -8/+9 | |
| | | ||||||
* | | Short-form getstate | Aldo Cortesi | 2014-09-17 | 1 | -1/+1 | |
| | | ||||||
* | | Adjust for state object protocol changes in mitmproxy. | Aldo Cortesi | 2014-09-17 | 2 | -13/+15 | |
| | | ||||||
* | | Merge branch 'master' of ssh.github.com:cortesi/netlib | Aldo Cortesi | 2014-09-09 | 4 | -31/+44 | |
|\ \ | ||||||
| * | | improve distribution | Maximilian Hils | 2014-09-08 | 3 | -29/+42 | |
| | | | ||||||
| * | | more verbose errors | Maximilian Hils | 2014-09-08 | 1 | -2/+2 | |
| | | | ||||||
* | | | Remove avoidable imports from OpenSSL | Aldo Cortesi | 2014-09-09 | 2 | -38/+23 | |
|/ / | | | | | | | Fixes #38 | |||||
* | | Better MANIFEST.in | Aldo Cortesi | 2014-09-08 | 1 | -1/+2 | |
| | | ||||||
* | | Merge pull request #34 from bbaetz/master | Aldo Cortesi | 2014-09-07 | 1 | -4/+4 | |
|\ \ | | | | | | | Change the criticality of a number of X509 extentions, to match | |||||
| * | | Change the criticality of a number of X509 extentions, to match | Bradley Baetz | 2014-03-20 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | the RFCs and real-world CAs/certs. This improve compatability with older browsers/clients. | |||||
* | | | Merge pull request #48 from mitmproxy/mitmproxy_issue_341 | Aldo Cortesi | 2014-09-07 | 3 | -31/+39 | |
|\ \ \ | | | | | | | | | Adjust netlib to mitmproxy changes | |||||
| * \ \ | Merge branch 'master' into mitmproxy_issue_341 | Aldo Cortesi | 2014-09-07 | 1 | -3/+6 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: netlib/tcp.py | |||||
| * \ \ \ | Merge branch 'master' into mitmproxy_issue_341 | Maximilian Hils | 2014-09-04 | 2 | -0/+6 | |
| |\ \ \ \ | ||||||
| * | | | | | set source_address if not manually specified | Maximilian Hils | 2014-09-04 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | fix tcp.Address inequality comparison | Maximilian Hils | 2014-09-04 | 1 | -0/+6 | |
| | | | | | | ||||||
| * | | | | | adapt netlib.wsgi to changes in mitmproxy/mitmproxy#341 | Maximilian Hils | 2014-09-03 | 3 | -35/+35 | |
| | | | | | | ||||||
* | | | | | | Add a FIXME note for discarded credentials | Aldo Cortesi | 2014-09-07 | 1 | -0/+3 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #37 from pritambaral/urlparse | Aldo Cortesi | 2014-09-07 | 1 | -0/+2 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | More accurate host, port parsing | |||||
| * | | | | | Ignore username:password part in url | Pritam Baral | 2014-05-28 | 1 | -0/+2 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'func' | Aldo Cortesi | 2014-09-07 | 1 | -4/+7 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Use print function after future import | Aldo Cortesi | 2014-09-07 | 1 | -4/+7 | |
| | | | | | ||||||
* | | | | | make inequality comparison work | Maximilian Hils | 2014-09-04 | 2 | -0/+6 | |
| |_|/ / |/| | | | ||||||
* | | | | fix #46 | Maximilian Hils | 2014-08-19 | 2 | -0/+7 | |
| | | | | ||||||
* | | | | always use with statement to open files | Maximilian Hils | 2014-08-16 | 1 | -4/+11 | |
|/ / / | ||||||
* | | | minor cleanups | Maximilian Hils | 2014-08-16 | 16 | -33/+50 | |
| | | | ||||||
* | | | use passlib instead of md5crypt | Maximilian Hils | 2014-08-16 | 5 | -125/+8 | |
| | | | ||||||
* | | | Merge pull request #42 from mitmproxy/stream | Maximilian Hils | 2014-07-31 | 2 | -63/+126 | |
|\ \ \ | | | | | | | | | Stream |