Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | License notifications, minor docs. | Aldo Cortesi | 2012-02-23 | 1 | -1/+16 | |
| | ||||||
* | Documentation and screenshots. | Aldo Cortesi | 2012-02-22 | 1 | -4/+18 | |
| | ||||||
* | Always return an ODict from get_query | Aldo Cortesi | 2012-02-21 | 1 | -5/+5 | |
| | ||||||
* | Create ODictCaseless for headers, use vanilla ODict for everything else. | Aldo Cortesi | 2012-02-20 | 1 | -7/+21 | |
| | ||||||
* | Use ODict for request.get_form_urlencoded and set_form_urlencoded | Aldo Cortesi | 2012-02-20 | 1 | -14/+13 | |
| | ||||||
* | Use ODict for Request.get_query and Request.set_query | Aldo Cortesi | 2012-02-20 | 1 | -2/+5 | |
| | ||||||
* | Rename Headers class to ODict | Aldo Cortesi | 2012-02-20 | 1 | -45/+19 | |
| | | | | | ODict is an ordered dictionary class that will be useful in many other parts of our API. | |||||
* | Minor doc fixes and import cleanups. | Aldo Cortesi | 2012-02-20 | 1 | -1/+1 | |
| | ||||||
* | Add duplicate_flow and replay_request hooks to ScriptContext. | Aldo Cortesi | 2012-02-19 | 1 | -3/+28 | |
| | ||||||
* | Add "p" key binding to connection list view to copy a flow. | Aldo Cortesi | 2012-02-19 | 1 | -0/+8 | |
| | ||||||
* | Add API for duplicating flows. | Aldo Cortesi | 2012-02-18 | 1 | -6/+23 | |
| | ||||||
* | Firm up reverse proxy specification. | Aldo Cortesi | 2012-02-18 | 1 | -9/+2 | |
| | | | | | | - Extract proxy spec parsing and unparsing functions. - Add a status indicator in mitmproxy. - Add the "R" keybinding for changing the reverse proxy from within mitmproxy. | |||||
* | Refactor reverse proxying | Aldo Cortesi | 2012-02-18 | 1 | -1/+1 | |
| | | | | | | | - Retain the specification from the Host header as a Request's description. - Expand upstream proxy specifications to include the scheme. We now say https://hostname:port - Move the "R" revert keybinding to "v" to make room for a reverse proxy binding that matches the command-line flag. | |||||
* | Fix a problem in deserialization of flows with errors. | Aldo Cortesi | 2012-02-18 | 1 | -3/+3 | |
| | ||||||
* | Make filter matching act more sensibly. | Aldo Cortesi | 2012-02-10 | 1 | -6/+8 | |
| | ||||||
* | Add filter for detecting flows with errors. | Aldo Cortesi | 2012-02-10 | 1 | -6/+2 | |
| | | | | Also, remove dependency on weird _is_response method. | |||||
* | Expand test coverage. | Aldo Cortesi | 2012-02-10 | 1 | -12/+6 | |
| | ||||||
* | Enable editing of urlencoded form data with KVEditor. | Aldo Cortesi | 2012-02-10 | 1 | -2/+2 | |
| | ||||||
* | Methods for getting and setting form urlencoded data on Request. | Aldo Cortesi | 2012-02-10 | 1 | -0/+23 | |
| | ||||||
* | Add get_query and set_query methods to Request. | Aldo Cortesi | 2012-02-09 | 1 | -1/+20 | |
| | ||||||
* | Very basic KV editor mockup. | Aldo Cortesi | 2012-02-06 | 1 | -4/+1 | |
| | ||||||
* | Simple fix for a unicode error when editing a request URL. | Aldo Cortesi | 2011-10-26 | 1 | -10/+10 | |
| | ||||||
* | Change size limit cmdline flag to -Z, enable size limits for replay. | Aldo Cortesi | 2011-09-09 | 1 | -1/+5 | |
| | ||||||
* | Add HTTP body size limit specification to command-line tools. | Aldo Cortesi | 2011-09-09 | 1 | -1/+1 | |
| | ||||||
* | Fix a rare crash in sticky cookies. | Aldo Cortesi | 2011-08-26 | 1 | -1/+2 | |
| | ||||||
* | Fix a problem with sticky cookie domain matching. | Aldo Cortesi | 2011-08-26 | 1 | -5/+13 | |
| | | | | | Just like everything else cookie-related in the standard library, cookielib.domain_match is fucked up. | |||||
* | Add attribution and license for tnetstring.py | Aldo Cortesi | 2011-08-19 | 1 | -4/+4 | |
| | ||||||
* | Move to typed netstrings for serialization. | Aldo Cortesi | 2011-08-19 | 1 | -13/+15 | |
| | | | | This change is backwards incompatible with the old serialization format! | |||||
* | Replaced unnecessary lists with generators | András Veres-Szentkirályi | 2011-08-18 | 1 | -3/+3 | |
| | ||||||
* | Add a "done" event for scripts. | Aldo Cortesi | 2011-08-05 | 1 | -11/+22 | |
| | | | | Called exactly once after all other events. | |||||
* | Rip out autodecode | Aldo Cortesi | 2011-08-04 | 1 | -1/+0 | |
| | | | | | | | | We simplify things as follows: - If we're in "pretty" view mode, we autodecode. - Otherwise, we display raw data, and the user can manually encode/decode with z shortcut. | |||||
* | Code cleanliness - appease pychecker. | Aldo Cortesi | 2011-08-04 | 1 | -1/+1 | |
| | ||||||
* | Move script.Context to flow.ScriptContext | Aldo Cortesi | 2011-08-04 | 1 | -2/+16 | |
| | ||||||
* | Clean pydoc profile for flow.Flow | Aldo Cortesi | 2011-08-04 | 1 | -12/+44 | |
| | ||||||
* | Clean pydoc profile for flow.Response, flow.Error | Aldo Cortesi | 2011-08-04 | 1 | -9/+65 | |
| | ||||||
* | Request class now has a clean pydoc profile. | Aldo Cortesi | 2011-08-04 | 1 | -16/+52 | |
| | ||||||
* | Further interface cleaning. | Aldo Cortesi | 2011-08-03 | 1 | -28/+18 | |
| | ||||||
* | Clean up interfaces by making some methods pseudo-private. | Aldo Cortesi | 2011-08-03 | 1 | -48/+51 | |
| | ||||||
* | Move all HTTP objects to flow.py | Aldo Cortesi | 2011-08-03 | 1 | -23/+545 | |
| | | | | That's Request, Response, ClientConnect, ClientDisconnect, Error, and Headers. | |||||
* | Enable "|" command to run a oneshot script on a single flow. | Aldo Cortesi | 2011-08-03 | 1 | -6/+16 | |
| | ||||||
* | Add script hooks, enable new engine for mitmdump. | Aldo Cortesi | 2011-08-03 | 1 | -51/+33 | |
| | ||||||
* | Move the event notification mechanism into flow.py | Aldo Cortesi | 2011-08-03 | 1 | -0/+16 | |
| | ||||||
* | Rip out old script interface, start replacing with new stubs. | Aldo Cortesi | 2011-08-03 | 1 | -10/+3 | |
| | | | | Scripts are broken for now. | |||||
* | Tweak encoding behaviour | Aldo Cortesi | 2011-08-02 | 1 | -2/+0 | |
| | | | | | | | | | - Don't fail to identity encoding when an unknown encoding is specified. - Don't constrain encodings. I want to try to modify traffic as little as possible by default. - When decoding, delete content-encoding header rather than set it to "identity" - Refuse to decode/encode when there is an existing but unknown content-encoding header. | |||||
* | General cleanup. | Aldo Cortesi | 2011-08-02 | 1 | -6/+7 | |
| | | | | | Cut out unused variables and code, generally shut up pychecker as much as is reasonable. | |||||
* | We no longer need to track clientconnections. | Aldo Cortesi | 2011-08-02 | 1 | -13/+0 | |
| | ||||||
* | Improve performance of loading flows from a file hugely. | Aldo Cortesi | 2011-08-01 | 1 | -3/+0 | |
| | | | | Fell into the "expensive __eq__ method" trap. Oh, Python, you little scamp. | |||||
* | Refactor the way we calculate views of the flow list. | Aldo Cortesi | 2011-08-01 | 1 | -27/+47 | |
| | | | | | The naive approach we used before recalculated the view on every access, and consequently had serious performance problems. | |||||
* | Changes replace logic to function in both Python 2.6.x and 2.7.x | Stephen Altamirano | 2011-07-26 | 1 | -5/+5 | |
| | | | | Tests now only assume Python 2.6.x rather than requiring 2.7.x. This does not preclude the use of flags as a kwarg in replace | |||||
* | Fix crash when sticky cookies are read from file. | Aldo Cortesi | 2011-07-24 | 1 | -1/+1 | |
| | | | | Cookielib expects strings, not unicode. |