aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/flow.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add API for duplicating flows.Aldo Cortesi2012-02-181-6/+23
* Firm up reverse proxy specification.Aldo Cortesi2012-02-181-9/+2
* Refactor reverse proxyingAldo Cortesi2012-02-181-1/+1
* Fix a problem in deserialization of flows with errors.Aldo Cortesi2012-02-181-3/+3
* Make filter matching act more sensibly.Aldo Cortesi2012-02-101-6/+8
* Add filter for detecting flows with errors.Aldo Cortesi2012-02-101-6/+2
* Expand test coverage.Aldo Cortesi2012-02-101-12/+6
* Enable editing of urlencoded form data with KVEditor.Aldo Cortesi2012-02-101-2/+2
* Methods for getting and setting form urlencoded data on Request.Aldo Cortesi2012-02-101-0/+23
* Add get_query and set_query methods to Request.Aldo Cortesi2012-02-091-1/+20
* Very basic KV editor mockup.Aldo Cortesi2012-02-061-4/+1
* Simple fix for a unicode error when editing a request URL.Aldo Cortesi2011-10-261-10/+10
* Change size limit cmdline flag to -Z, enable size limits for replay.Aldo Cortesi2011-09-091-1/+5
* Add HTTP body size limit specification to command-line tools.Aldo Cortesi2011-09-091-1/+1
* Fix a rare crash in sticky cookies.Aldo Cortesi2011-08-261-1/+2
* Fix a problem with sticky cookie domain matching.Aldo Cortesi2011-08-261-5/+13
* Add attribution and license for tnetstring.pyAldo Cortesi2011-08-191-4/+4
* Move to typed netstrings for serialization.Aldo Cortesi2011-08-191-13/+15
* Replaced unnecessary lists with generatorsAndrás Veres-Szentkirályi2011-08-181-3/+3
* Add a "done" event for scripts.Aldo Cortesi2011-08-051-11/+22
* Rip out autodecodeAldo Cortesi2011-08-041-1/+0
* Code cleanliness - appease pychecker.Aldo Cortesi2011-08-041-1/+1
* Move script.Context to flow.ScriptContextAldo Cortesi2011-08-041-2/+16
* Clean pydoc profile for flow.FlowAldo Cortesi2011-08-041-12/+44
* Clean pydoc profile for flow.Response, flow.ErrorAldo Cortesi2011-08-041-9/+65
* Request class now has a clean pydoc profile.Aldo Cortesi2011-08-041-16/+52
* Further interface cleaning.Aldo Cortesi2011-08-031-28/+18
* Clean up interfaces by making some methods pseudo-private.Aldo Cortesi2011-08-031-48/+51