Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow socket creation monkeypatchs | Maximilian Hils | 2016-09-27 | 1 | -1/+5 |
| | |||||
* | minor cleanup | Maximilian Hils | 2016-09-22 | 1 | -11/+6 |
| | |||||
* | Introduced comment regarding socket manipulation through the server_conn stub. | smill@cuckoo.sh | 2016-09-22 | 1 | -0/+1 |
| | |||||
* | Commented on IP_TRANSPARENT and changed an exception type. | smill@cuckoo.sh | 2016-09-22 | 1 | -1/+2 |
| | |||||
* | Prevent crash in case of a connection timeout. | smill | 2016-09-14 | 1 | -3/+5 |
| | |||||
* | Made it possible to modify the server_conn.connection attribute, | smill | 2016-09-05 | 1 | -2/+7 |
| | | | | using the serverconnect stub. | ||||
* | Removed a mistakenly inserted newline character. | smill | 2016-09-04 | 1 | -1/+0 |
| | |||||
* | Improved error-handling / supplemented documention. | smill | 2016-09-04 | 1 | -3/+5 |
| | |||||
* | Introduced the capability to spoof the source address | smill | 2016-09-03 | 1 | -1/+7 |
| | | | | of outgoing sessions + an accompanying shim loader. | ||||
* | fix cert verification tests, remove leftovers | Maximilian Hils | 2016-07-27 | 1 | -18/+1 |
| | |||||
* | improve invalid certificate ux | Maximilian Hils | 2016-07-27 | 1 | -19/+44 |
| | |||||
* | sni is now str, not bytes | Maximilian Hils | 2016-07-06 | 1 | -2/+2 |
| | |||||
* | Start rolling out leak detection in netlib | Aldo Cortesi | 2016-06-14 | 1 | -0/+11 |
| | |||||
* | Make the tcp connection closer cancellable | Aldo Cortesi | 2016-06-12 | 1 | -9/+21 |
| | | | | And use this to make pathoc error handling more sophisticated | ||||
* | Improve debugging of thread and other leaks | Aldo Cortesi | 2016-06-11 | 1 | -5/+13 |
| | | | | | | | - Add basethread.BaseThread that all threads outside of test suites should use - Add a signal handler to mitmproxy, mitmdump and mitmweb that dumps resource information to screen when SIGUSR1 is received. - Improve thread naming throughout to make thread dumps understandable | ||||
* | netlib: always disconnect when using context manager | Maximilian Hils | 2016-06-06 | 1 | -2/+4 |
| | |||||
* | More explicit name for the tcp.Server handler counter | Aldo Cortesi | 2016-06-03 | 1 | -2/+2 |
| | |||||
* | Make tcp.Client.connect return a context manager that closes the connection | Aldo Cortesi | 2016-06-03 | 1 | -0/+8 |
| | |||||
* | Implement a service connection handler counter, use it in Pathod test suite | Aldo Cortesi | 2016-06-03 | 1 | -7/+28 |
| | | | | Lots of failures, but that's a good thing. | ||||
* | Reorganise netlib imports according to Google Style Guide | Aldo Cortesi | 2016-06-01 | 1 | -29/+26 |
| | |||||
* | Start cleaning up netlib.utils | Aldo Cortesi | 2016-05-31 | 1 | -2/+2 |
| | | | | | - Remove http2 functions, move to http2.frame - Remove Serializable, move to netlib.basetypes | ||||
* | Merge branch 'master' into solidcore | Aldo Cortesi | 2016-05-29 | 1 | -0/+1 |
|\ | |||||
| * | netlib: fix most flake8 offenses | Thomas Kriechbaumer | 2016-05-28 | 1 | -0/+1 |
| | | |||||
* | | Sketch out a more solid core | Aldo Cortesi | 2016-05-28 | 1 | -1/+1 |
|/ | | | | | - Decorator for handler methods - Stricter checking for double-acks and non-acks | ||||
* | peer_address -> ip_address | Maximilian Hils | 2016-04-11 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1014 from ikoz/master | Maximilian Hils | 2016-03-17 | 1 | -0/+10 |
|\ | | | | | New option: Add server certs to client chain | ||||
| * | New option: Add server certs to client chain | ikoz | 2016-03-08 | 1 | -0/+10 |
| | | | | | | | | | | | | If enabled, append all server certificates to the certificate chain served to the client, as extras. Can be used to bypass certain certificate pinning impementations. | ||||
* | | use "peer_address" instead of "sock_address" | lilydjwg | 2016-03-15 | 1 | -3/+3 |
| | | |||||
* | | add resolved IP address in "Details" tab | 依云 | 2016-03-10 | 1 | -0/+3 |
|/ | |||||
* | fix #956 | Maximilian Hils | 2016-02-19 | 1 | -5/+1 |
| | |||||
* | combine projects | Maximilian Hils | 2016-02-18 | 1 | -0/+911 |