aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Move try_del to utilsHenrik Nordstrom2011-02-101-15/+8
|
* Add response creation to edit function on intercepted requestsHenrik Nordstrom2011-02-101-4/+10
|
* Terminate workers when main thread terminatesHenrik Nordstrom2011-02-101-0/+1
|
* Add option to tell mitmproxy which interfaces to bind to.Aldo Cortesi2011-02-061-3/+3
|
* Also serialize ClientConnection and flow backups.Aldo Cortesi2011-02-061-2/+9
|
* Get rid of ReplayConnection - we now have only one ClientConnection class.Aldo Cortesi2011-02-041-7/+20
|
* Change "connection" to the less confusing "client_conn" throughout.Aldo Cortesi2011-02-031-8/+8
|
* Add timestamps to flows.Aldo Cortesi2011-02-031-6/+15
| | | | | For now, these are only displayed on the connection view screen, with second granularity.
* Test suite rejiggering and cleanup.Aldo Cortesi2011-02-031-1/+6
|
* Fine-tune threading and fix an exception.Aldo Cortesi2011-01-271-12/+18
|
* Kill deadlock that sometimes occurred on shutdown.Aldo Cortesi2011-01-271-4/+3
|
* Add serialization hooks to flows and flow component objects.Aldo Cortesi2011-01-261-0/+65
|
* Fix indentation in previous patch.Aldo Cortesi2010-09-061-8/+8
|
* Wrap read request, concatenating partial reads until whole request have been ↵Henrik Nordström2010-09-061-0/+9
| | | | read
* Fix hang when a POST is made with a 0 content length.Aldo Cortesi2010-02-261-1/+1
|
* Initial checkin.Aldo Cortesi2010-02-161-0/+374