aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/flow.py
Commit message (Expand)AuthorAgeFilesLines
* Fix error when serializing reverted SSL flows.Aldo Cortesi2012-07-051-1/+1
* Firm up handling of Unicode dataAldo Cortesi2012-07-051-1/+1
* Correct handing of IDNA encoding of internationalized domain names.Aldo Cortesi2012-07-031-1/+1
* Serialize address as part of ClientConnect objects.Aldo Cortesi2012-07-011-0/+2
* Beef up logging substantially.Aldo Cortesi2012-07-011-12/+2
* Serialization and de-serialization of new cert format.Aldo Cortesi2012-06-281-12/+5
* Adjust for new get_remote_cert API.Aldo Cortesi2012-06-281-0/+1
* Remove certutils from mitmproxy.Aldo Cortesi2012-06-271-2/+2
* Adapt for API changes in netlib.Aldo Cortesi2012-06-231-2/+2
* Extract protocol and tcp server implementations into netlib.Aldo Cortesi2012-06-191-152/+5
* Refactor protocol.py to remove dependence on flow and utils.Aldo Cortesi2012-06-171-2/+2
* Fix a problem in ODictCaseless that could cause duplicate headers.Aldo Cortesi2012-06-151-1/+4
* Fix an exception when replaying a flow with no response.Aldo Cortesi2012-06-101-2/+0
* Pass server HTTP version back to clients.Aldo Cortesi2012-06-101-1/+1
* Add HTTP version to response objects.Aldo Cortesi2012-06-101-2/+4
* Refactoring of proxy.pyAldo Cortesi2012-06-101-6/+5
* Add HTTP version to flow.RequestAldo Cortesi2012-06-101-5/+25
* Port mitmproxy test suite entirely to nose.Aldo Cortesi2012-06-091-6/+2
* Fix a crashing bug when replacing text in a flow with unicode bodies.Aldo Cortesi2012-05-251-6/+6
* Refuse to replay a request with missing content.Aldo Cortesi2012-05-161-1/+3
* Add the ability to flag content as missing in a request or a response.Aldo Cortesi2012-05-161-4/+27
* Don't specify Content-Length on empty content.Aldo Cortesi2012-04-251-6/+6
* Add a WSGI adapter that lets us serve a WSGI app out of mitmproxy.Aldo Cortesi2012-04-241-2/+4
* Serialized data version check.Aldo Cortesi2012-04-111-0/+3
* Improve revert modelAldo Cortesi2012-04-041-8/+5
* Serialize requestcount for ClientConnect objects.Aldo Cortesi2012-04-031-4/+9
* Add accessor method for SSLCert object on Response.Aldo Cortesi2012-04-021-6/+13
* Expand SSL cert supportAldo Cortesi2012-04-021-1/+5
* Refactor pretty view mechanism.Aldo Cortesi2012-03-241-0/+6
* Add error indications to GridEditor.Aldo Cortesi2012-03-231-0/+4
* Generalize GridEditor to N columns.Aldo Cortesi2012-03-181-0/+9
* Hooks -> ReplaceHooksAldo Cortesi2012-03-171-17/+19
* Add a hooks mechanism, based on filter expressions.Aldo Cortesi2012-03-161-1/+46
* replace() methods now decode and re-encode contents before substitution.Aldo Cortesi2012-03-161-9/+23
* Add a decoded context manager.Aldo Cortesi2012-03-161-0/+28
* Set a "unique" serial number for each generated cert.Aldo Cortesi2012-03-141-2/+2
* Adds no-pop option to server-side replayValtteri Virtanen2012-03-051-5/+10
* Unit test++.Aldo Cortesi2012-02-251-5/+2
* Fix detection of URL-encoded forms.Aldo Cortesi2012-02-241-2/+16
* Refactor filter matching.Aldo Cortesi2012-02-231-10/+2
* License notifications, minor docs.Aldo Cortesi2012-02-231-1/+16
* Documentation and screenshots.Aldo Cortesi2012-02-221-4/+18
* Always return an ODict from get_queryAldo Cortesi2012-02-211-5/+5
* Create ODictCaseless for headers, use vanilla ODict for everything else.Aldo Cortesi2012-02-201-7/+21
* Use ODict for request.get_form_urlencoded and set_form_urlencodedAldo Cortesi2012-02-201-14/+13
* Use ODict for Request.get_query and Request.set_queryAldo Cortesi2012-02-201-2/+5
* Rename Headers class to ODictAldo Cortesi2012-02-201-45/+19
* Minor doc fixes and import cleanups.Aldo Cortesi2012-02-201-1/+1
* Add duplicate_flow and replay_request hooks to ScriptContext.Aldo Cortesi2012-02-191-3/+28
* Add "p" key binding to connection list view to copy a flow.Aldo Cortesi2012-02-191-0/+8