Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -716/+0 |
| | |||||
* | code formatting: fix whitespace issues | Thomas Kriechbaumer | 2016-01-27 | 1 | -0/+6 |
| | |||||
* | structure libmproxy.script | Maximilian Hils | 2015-11-14 | 1 | -1/+1 |
| | |||||
* | use new netlib module names | Thomas Kriechbaumer | 2015-07-22 | 1 | -5/+7 |
| | |||||
* | Match g/G shortcuts to less, fix #631 | jlhonora | 2015-07-08 | 1 | -2/+2 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -11/+12 |
| | |||||
* | console: make g/G shortcuts work in more contexts | Aldo Cortesi | 2015-04-17 | 1 | -2/+7 |
| | |||||
* | console: suport unary attributes | Aldo Cortesi | 2015-04-17 | 1 | -5/+58 |
| | | | | | | | | | Attributes with no value are treated as unary, e.g. "Secure" rather than "Secure=". If you really want to have an empty attribute value you can edit the header directly. Behind the scenes, restructure GridEditor to know about data conversion in and out of the editor. | ||||
* | console: refactor grideditor, fix a crash on tab for subeditors | Aldo Cortesi | 2015-04-16 | 1 | -59/+52 |
| | |||||
* | console: first pass of a Set-cookie editor for responses | Aldo Cortesi | 2015-04-16 | 1 | -50/+149 |
| | |||||
* | console: add a -l flag to set the limit on startup | Aldo Cortesi | 2015-04-15 | 1 | -0/+6 |
| | |||||
* | Editor for request cookies | Aldo Cortesi | 2015-04-15 | 1 | -0/+6 |
| | |||||
* | console: signal-based view stack, unifying mechanisms for help, flow views, etc. | Aldo Cortesi | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | console: refactor the way we keep global view state | Aldo Cortesi | 2015-03-22 | 1 | -5/+5 |
| | |||||
* | Simplify the way in which path prompts keep state | Aldo Cortesi | 2015-03-22 | 1 | -2/+0 |
| | | | | | | In the past, we kept the last path the user specified for a number of different path types to pre-seed the path prompt. Now, we no longer distinguish between types, and pre-seed with the last used directory regardless. | ||||
* | Rationalise prompt calling conventions | Aldo Cortesi | 2015-03-22 | 1 | -4/+4 |
| | |||||
* | Refactor status bar prompting to use signal system | Aldo Cortesi | 2015-03-22 | 1 | -11/+20 |
| | |||||
* | Status bar message expiry based on signals and Urwid main loop | Aldo Cortesi | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | Add blinker dependency, start using it to refactor console app | Aldo Cortesi | 2015-03-21 | 1 | -4/+4 |
| | | | | | Blinker lets us set up a central pub/sub mechanism to disentangle our object structure. | ||||
* | Indentation, style, whitespace | Aldo Cortesi | 2015-03-13 | 1 | -8/+36 |
| | |||||
* | Remove compatibility shim used to interop with older versions of Urwid | Aldo Cortesi | 2015-03-13 | 1 | -16/+16 |
| | |||||
* | fix #413 | Maximilian Hils | 2014-11-28 | 1 | -3/+4 |
| | |||||
* | fix grideditor bug | Maximilian Hils | 2014-11-14 | 1 | -0/+2 |
| | |||||
* | add generic tcp proxying, fix #374 | Maximilian Hils | 2014-10-18 | 1 | -2/+2 |
| | |||||
* | add --ignore ui indication | Maximilian Hils | 2014-09-08 | 1 | -0/+12 |
| | |||||
* | always use relative imports, fix status bar bug | Maximilian Hils | 2014-03-10 | 1 | -1/+2 |
| | |||||
* | Extract command parsing and use in script grid editor | Aldo Cortesi | 2014-01-13 | 1 | -5/+6 |
| | |||||
* | Fix app in mitmproxy console, update to bootstrap 3. | Aldo Cortesi | 2014-01-03 | 1 | -0/+9 |
| | |||||
* | Remove GPL notices left in source files after our change to the MIT license. | Aldo Cortesi | 2013-08-01 | 1 | -15/+0 |
| | | | | Thanks to Roy Shamir for reporting this. | ||||
* | always read files in binary mode | Maximilian Hils | 2013-06-16 | 1 | -1/+1 |
| | |||||
* | Add U shortcut to add user-agent strings to global Headers editor. | Aldo Cortesi | 2012-09-02 | 1 | -1/+32 |
| | |||||
* | Make grid editor file reading more robust. | Aldo Cortesi | 2012-08-31 | 1 | -4/+8 |
| | |||||
* | Add a shortcut to header editor to add standard User-Agent strings. | Aldo Cortesi | 2012-08-31 | 1 | -27/+66 |
| | |||||
* | Add a snippet to GridEditor help text explaining that we're using escaped ↵ | Aldo Cortesi | 2012-08-25 | 1 | -0/+8 |
| | | | | strings. | ||||
* | Add a "R" shortcut to GridEditor, letting the user read unescaped data from ↵ | Aldo Cortesi | 2012-08-25 | 1 | -11/+15 |
| | | | | file. | ||||
* | Do away with explicit encodings, and display an error message for invalid ↵ | Aldo Cortesi | 2012-08-25 | 1 | -15/+12 |
| | | | | values. | ||||
* | Use Python-style escaped strings in GridEditor. | Aldo Cortesi | 2012-08-25 | 1 | -14/+17 |
| | |||||
* | Add an "r" shortcut in grid editors to read value from file. | Aldo Cortesi | 2012-08-25 | 1 | -4/+23 |
| | |||||
* | Add a graphical editor for path components (e -> p shortcut from request ↵ | Aldo Cortesi | 2012-08-19 | 1 | -2/+10 |
| | | | | view screen). | ||||
* | Add SetHeaders, analogous to ReplaceHooks, with a graphical editor in ↵ | Aldo Cortesi | 2012-08-18 | 1 | -0/+11 |
| | | | | | | | mitmproxy (H shortcut). SetHeaders defines headers that are set on flows, based on a matching pattern. Existing headers are over-ridden. | ||||
* | Firm up handling of Unicode data | Aldo Cortesi | 2012-07-05 | 1 | -1/+11 |
| | | | | | - Modify GridEditor to know about the destination encoding of data - Ensure that get_url always returns ASCII | ||||
* | Fix GridEditor external edit functionality. | Aldo Cortesi | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | Add error indications to GridEditor. | Aldo Cortesi | 2012-03-23 | 1 | -20/+52 |
| | |||||
* | Add modal help to GridEditor. | Aldo Cortesi | 2012-03-22 | 1 | -6/+16 |
| | | | | Also includes some minor refactoring and documentation stubs. | ||||
* | Grid editor refinements. | Aldo Cortesi | 2012-03-19 | 1 | -2/+3 |
| | | | | | | | - Correct column width calculation used in keystrokes. Arrow keys should now work as expected in multi-line fields. - Enable multi-line editing throughout. You now need to tab or esc to exit edit mode. | ||||
* | Add column headers to GridEditor. | Aldo Cortesi | 2012-03-19 | 1 | -21/+48 |
| | |||||
* | Specialize GridEditor into a number of subclasses. | Aldo Cortesi | 2012-03-19 | 1 | -5/+25 |
| | |||||
* | Generalize GridEditor to N columns. | Aldo Cortesi | 2012-03-18 | 1 | -29/+34 |
| | | | | Start adding a replacement rule editor. | ||||
* | KVEditor -> GridEditor | Aldo Cortesi | 2012-03-18 | 1 | -0/+270 |