Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor improvement to CertStore interface | Aldo Cortesi | 2014-03-02 | 2 | -10/+9 |
| | |||||
* | Cipher suite selection for client connections, improved error handling | Aldo Cortesi | 2014-02-27 | 2 | -4/+47 |
| | |||||
* | Merge branch 'master' of ssh.github.com:cortesi/netlib | Aldo Cortesi | 2014-02-26 | 3 | -5/+8 |
|\ | |||||
| * | allow super() on TCPServer, add thread names for better debugging | Maximilian Hils | 2014-02-15 | 2 | -4/+7 |
| | | |||||
| * | Bump version | Maximilian Hils | 2014-02-11 | 1 | -1/+1 |
| | | | | | | Do it now already so that mitmproxy will warn the user if netlib is not from master. | ||||
* | | Add an explicit license file. | Aldo Cortesi | 2014-02-26 | 1 | -0/+19 |
|/ | | | | Fixes #30 | ||||
* | Merge branch 'tcp_proxy' | Aldo Cortesi | 2014-02-07 | 7 | -113/+144 |
|\ | |||||
| * | adjust netlib.wsgi to reflect changes in mitmproxys flow format | Maximilian Hils | 2014-02-05 | 3 | -6/+12 |
| | | |||||
| * | store used sni in TCPClient, add equality check for tcp.Address | Maximilian Hils | 2014-02-04 | 1 | -1/+7 |
| | | |||||
| * | move StateObject back into libmproxy | Maximilian Hils | 2014-01-31 | 4 | -109/+7 |
| | | |||||
| * | remove subclassing of tuple in tcp.Address, move StateObject into netlib | Maximilian Hils | 2014-01-30 | 4 | -16/+128 |
| | | |||||
| * | re-add server attribute to BaseHandler | Maximilian Hils | 2014-01-28 | 2 | -2/+4 |
| | | |||||
| * | add tcp.Address to unify ipv4/ipv6 address handling | Maximilian Hils | 2014-01-28 | 5 | -40/+67 |
| | | |||||
| * | Merge branch 'master' into tcp_proxy | Maximilian Hils | 2014-01-18 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'master' into tcp_proxy | Maximilian Hils | 2014-01-09 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | fix tests, remove duplicate code | Maximilian Hils | 2014-01-09 | 2 | -55/+38 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' into tcp_proxy | Maximilian Hils | 2014-01-09 | 6 | -99/+96 |
| |\ \ \ | |||||
| * | | | | change parameter names to reflect changes | Maximilian Hils | 2014-01-09 | 2 | -17/+14 |
| | | | | | |||||
* | | | | | Merge branch 'master' of ssh.github.com:cortesi/netlib | Aldo Cortesi | 2014-01-28 | 3 | -5/+7 |
|\ \ \ \ \ | |||||
| * | | | | | move test requirements out of main requirements.txt | Maximilian Hils | 2014-01-28 | 3 | -5/+7 |
| | | | | | | |||||
* | | | | | | travis irc notifications | Aldo Cortesi | 2014-01-28 | 1 | -0/+7 |
|/ / / / / | |||||
* | | | | | Try even harderer to fix travis. | Aldo Cortesi | 2014-01-28 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Try harder to un-break travis | Aldo Cortesi | 2014-01-28 | 2 | -2/+1 |
| | | | | | |||||
* | | | | | travis: force install of pathod from git. | Aldo Cortesi | 2014-01-28 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Fix homepage URL | Aldo Cortesi | 2014-01-28 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Silence pyflakes, adjust requirements.txt | Aldo Cortesi | 2014-01-19 | 2 | -2/+1 |
| |_|_|/ |/| | | | |||||
* | | | | add CONNECT request to list of request types that don't have a response body | Maximilian Hils | 2014-01-18 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | display build status from master branch | Maximilian Hils | 2014-01-09 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Make certificate not-before time 48 hours. | Aldo Cortesi | 2014-01-08 | 1 | -1/+1 |
| | | | | | | | | Fixes #200 | ||||
* | | Merge pull request #26 from mitmproxy/refactor_read_http_body | Aldo Cortesi | 2014-01-04 | 4 | -95/+91 |
|\ \ | | | | | | | refactor http.read_http_body | ||||
| * | | refactor read_http_body | Maximilian Hils | 2013-12-15 | 4 | -95/+91 |
| | | | |||||
* | | | Make it possible to pass custom environment variables into wsgi apps. | Aldo Cortesi | 2014-01-05 | 1 | -3/+4 |
| |/ |/| | |||||
* | | list mock as requirement (via @droope) | Maximilian Hils | 2013-12-29 | 1 | -1/+2 |
|/ | |||||
* | test tcpclient.source_address, increase coverage | Maximilian Hils | 2013-12-14 | 1 | -1/+23 |
| | |||||
* | use markdown for readme | Maximilian Hils | 2013-12-13 | 3 | -2/+2 |
| | |||||
* | merge smurfix/ipv6, add ipv6 support for TCPServer, add ipv6 test | Maximilian Hils | 2013-12-13 | 4 | -10/+27 |
|\ | |||||
| * | tab fix | Matthias Urlichs | 2013-12-12 | 1 | -1/+1 |
| | | |||||
| * | support ipv6 | Matthias Urlichs | 2013-12-12 | 1 | -4/+4 |
| | | |||||
* | | add requirements.txt, small changes | Maximilian Hils | 2013-12-13 | 3 | -2/+8 |
| | | |||||
* | | add travis CI file | Maximilian Hils | 2013-12-13 | 1 | -0/+14 |
|/ | |||||
* | Bump version | Aldo Cortesi | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | Fix race condition in test suite. | Aldo Cortesi | 2013-12-08 | 2 | -4/+0 |
| | |||||
* | fix AuthAction tests failures from last merge | Maximilian Hils | 2013-12-08 | 1 | -3/+4 |
| | |||||
* | merge origin/master | Maximilian Hils | 2013-12-08 | 11 | -74/+94 |
|\ | |||||
| * | Unit test auth actions. | Aldo Cortesi | 2013-12-08 | 2 | -10/+30 |
| | | |||||
| * | Domain checks for persistent cert store is now irrelevant. | Aldo Cortesi | 2013-12-08 | 3 | -25/+3 |
| | | | | | | | | | | We no longer store these on disk, so we don't care about path components. | ||||
| * | Zap stray print in tests. | Aldo Cortesi | 2013-12-08 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #19 from rouli/ciphersuites | Aldo Cortesi | 2013-12-07 | 3 | -2/+30 |
| |\ | | | | | | | adding cipher list selection option to BaseHandler | ||||
| | * | adding cipher list selection option to BaseHandler | Israel Nir | 2013-08-21 | 3 | -2/+30 |
| | | | |||||
| * | | Merge pull request #22 from fictivekin/custom-o-cn | Aldo Cortesi | 2013-12-07 | 1 | -6/+9 |
| |\ \ | | | | | | | | | allow specification of o, cn, expiry |