Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Repair unit test suite. | Aldo Cortesi | 2011-02-11 | 1 | -7/+8 | |
| | ||||||
* | Implement a dummy CA | Henrik Nordstrom | 2011-02-10 | 1 | -4/+23 | |
| | ||||||
* | Allow specifying the accepted ciphersuites | Henrik Nordstrom | 2011-02-10 | 1 | -1/+3 | |
| | ||||||
* | Simple record & playback functionality | Henrik Nordstrom | 2011-02-10 | 1 | -3/+16 | |
| | ||||||
* | Basic HTTP/1.1 Support | Henrik Nordstrom | 2011-02-10 | 1 | -59/+174 | |
| | | | | | | | | | | | | | | | | | | | Adds support for chunked transfer encoding, and a couple other minor protocol corrections. Improve HTTP support - Support intercepted requests with Host header - Support HEAD requests proper - Support any HTTP method including extensions, not just a couple known ones Support expect: 100-continue and 100 Continue messages Persistent client connections Generalize ServerConnection a bit in preparation for keep-alive support Correct HTTP status codes on errors forwarding the request | |||||
* | Optimize CONNECT responses, sent in a single packet | Henrik Nordstrom | 2011-02-10 | 1 | -3/+5 | |
| | ||||||
* | Move try_del to utils | Henrik Nordstrom | 2011-02-10 | 1 | -15/+8 | |
| | ||||||
* | Add response creation to edit function on intercepted requests | Henrik Nordstrom | 2011-02-10 | 1 | -4/+10 | |
| | ||||||
* | Terminate workers when main thread terminates | Henrik Nordstrom | 2011-02-10 | 1 | -0/+1 | |
| | ||||||
* | Add option to tell mitmproxy which interfaces to bind to. | Aldo Cortesi | 2011-02-06 | 1 | -3/+3 | |
| | ||||||
* | Also serialize ClientConnection and flow backups. | Aldo Cortesi | 2011-02-06 | 1 | -2/+9 | |
| | ||||||
* | Get rid of ReplayConnection - we now have only one ClientConnection class. | Aldo Cortesi | 2011-02-04 | 1 | -7/+20 | |
| | ||||||
* | Change "connection" to the less confusing "client_conn" throughout. | Aldo Cortesi | 2011-02-03 | 1 | -8/+8 | |
| | ||||||
* | Add timestamps to flows. | Aldo Cortesi | 2011-02-03 | 1 | -6/+15 | |
| | | | | | For now, these are only displayed on the connection view screen, with second granularity. | |||||
* | Test suite rejiggering and cleanup. | Aldo Cortesi | 2011-02-03 | 1 | -1/+6 | |
| | ||||||
* | Fine-tune threading and fix an exception. | Aldo Cortesi | 2011-01-27 | 1 | -12/+18 | |
| | ||||||
* | Kill deadlock that sometimes occurred on shutdown. | Aldo Cortesi | 2011-01-27 | 1 | -4/+3 | |
| | ||||||
* | Add serialization hooks to flows and flow component objects. | Aldo Cortesi | 2011-01-26 | 1 | -0/+65 | |
| | ||||||
* | Fix indentation in previous patch. | Aldo Cortesi | 2010-09-06 | 1 | -8/+8 | |
| | ||||||
* | Wrap read request, concatenating partial reads until whole request have been ↵ | Henrik Nordström | 2010-09-06 | 1 | -0/+9 | |
| | | | | read | |||||
* | Fix hang when a POST is made with a 0 content length. | Aldo Cortesi | 2010-02-26 | 1 | -1/+1 | |
| | ||||||
* | Initial checkin. | Aldo Cortesi | 2010-02-16 | 1 | -0/+374 | |