Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | 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 | |||||
| | | * \ \ | Merge branch 'master' into stream | Maximilian Hils | 2014-07-21 | 4 | -79/+115 | |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: netlib/http.py | |||||
| | | * | | | | refactor response length handling | Maximilian Hils | 2014-07-21 | 2 | -175/+107 | |
| | | | | | | | ||||||
| | | * | | | | added some additional functions for dealing with chunks - needed for ↵ | Brad Peabody | 2014-07-17 | 2 | -1/+132 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | mitmproxy streaming capability | |||||
| | * | | | | | Merge pull request #44 from kronick/master | Maximilian Hils | 2014-07-31 | 1 | -1/+4 | |
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | | Made attribute optional (as it is in pyOpenSSL) | |||||
| | | * | | | | Made attribute optional (as it is in pyOpenSSL) | kronick | 2014-07-29 | 1 | -1/+4 | |
| | |/ / / / | | | | | | | | | | | | | See https://github.com/pyca/pyopenssl/commit/0d7e8a1af28ab22950b21afa3fd451cec7dd5fdc -- It looks like this constant isn't set on some platforms (including Raspberry Pi's libssl) | |||||
| | * | | | | certstore: add support for asterisk form to DNTree replacement | Maximilian Hils | 2014-07-19 | 1 | -1/+18 | |
| | | | | | | ||||||
| | * | | | | fix tests | Maximilian Hils | 2014-07-18 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | temporarily replace DNTree with a simpler cert lookup mechanism, fix ↵ | Maximilian Hils | 2014-07-18 | 2 | -75/+82 | |
| | | | | | | | | | | | | | | | | | | | | | | | | mitmproxy/mitmproxy#295 | |||||
| | * | | | | add test case for mitmproxy/mitmproxy#295 | Maximilian Hils | 2014-07-17 | 2 | -1/+8 | |
| | | | | | | ||||||
| | * | | | | improve docs | Maximilian Hils | 2014-07-14 | 1 | -5/+10 | |
| | | | | | | ||||||
| | * | | | | Merge pull request #40 from bradleypeabody/master | Maximilian Hils | 2014-07-14 | 2 | -4/+14 | |
| | |\| | | | | | | | | | | | | | | | added option for read_response to only read the headers | |||||
| | | * | | | added option for read_response to only read the headers, beginnings of ↵ | Brad Peabody | 2014-07-12 | 2 | -4/+14 | |
| | |/ / / | | | | | | | | | | | | | | | | implementing streamed result in mitmproxy | |||||
| | * | | | mark nsCertType non-critical, fix #39 | Maximilian Hils | 2014-06-29 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | socks: 100% test coverage | Maximilian Hils | 2014-06-25 | 1 | -2/+26 | |
| | | | | | ||||||
| | * | | | fix overly restrictive tests | Maximilian Hils | 2014-06-25 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | remove ntop windows workaround | Maximilian Hils | 2014-06-25 | 4 | -45/+11 | |
| | | | | | ||||||
| | * | | | socks module: polish, add tests | Maximilian Hils | 2014-06-25 | 2 | -43/+83 | |
| | | | | | ||||||
| | * | | | add inet_ntop/inet_pton functions | Maximilian Hils | 2014-06-25 | 3 | -4/+45 | |
| | | | | | ||||||
| | * | | | add socks module | Maximilian Hils | 2014-06-25 | 1 | -0/+142 | |
| | | | | | ||||||
| | * | | | add support for ctx.load_verify_locations, refs mitmproxy/mitmproxy#174 | Maximilian Hils | 2014-05-21 | 1 | -2/+4 | |
| | |/ / | ||||||
| | * | | properly subclass Exception in HTTPError | Maximilian Hils | 2014-05-15 | 1 | -6/+6 | |
| | | | | ||||||
| | * | | make cert and key mandatory | Maximilian Hils | 2014-05-15 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | extract cert creation to be accessible in handle_sni callbacks | Maximilian Hils | 2014-05-15 | 1 | -4/+11 | |
| | | | |