Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' into contentviews | Maximilian Hils | 2015-09-11 | 2 | -12/+11 | |
|\ | ||||||
| * | adjust to new netlib Headers class | Maximilian Hils | 2015-09-05 | 3 | -20/+17 | |
| | | ||||||
* | | fix circular imports | Maximilian Hils | 2015-09-02 | 1 | -1/+2 | |
| | | ||||||
* | | PR #700 | Chris Czub | 2015-09-02 | 3 | -546/+4 | |
|/ | | | | | Start moving the contentview up a level Started shifting the contentview class up to libmproxy | |||||
* | move files around | Maximilian Hils | 2015-08-30 | 2 | -2/+2 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' into proxy-refactor-cb | Maximilian Hils | 2015-08-30 | 1 | -2/+3 | |
|\ | ||||||
| * | console: add command line flag to disable mouse interaction | Timothy Elliott | 2015-08-19 | 1 | -2/+3 | |
| | | | | | | | | | | | | Adds the --no-mouse command line option to disable the mouse. Fixes #685 | |||||
* | | fix bugs, fix tests | Maximilian Hils | 2015-08-29 | 1 | -5/+6 | |
|/ | ||||||
* | move code to netlib | Thomas Kriechbaumer | 2015-08-10 | 1 | -2/+2 | |
| | ||||||
* | fix imports for encoding | Thomas Kriechbaumer | 2015-08-01 | 1 | -2/+2 | |
| | ||||||
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 2 | -3/+6 | |
| | ||||||
* | attach application protocol to connection | Thomas Kriechbaumer | 2015-07-30 | 1 | -2/+2 | |
| | ||||||
* | move code to netlib and implement protocols | Thomas Kriechbaumer | 2015-07-30 | 2 | -8/+14 | |
| | ||||||
* | use new netlib module names | Thomas Kriechbaumer | 2015-07-22 | 1 | -5/+7 | |
| | ||||||
* | fix text selection hint | Maximilian Hils | 2015-07-22 | 1 | -1/+1 | |
| | ||||||
* | Match g/G shortcuts to less, fix #631 | jlhonora | 2015-07-08 | 4 | -11/+11 | |
| | ||||||
* | fix #648 | Maximilian Hils | 2015-07-04 | 1 | -2/+2 | |
| | ||||||
* | Added unmark all functionality | Jake Drahos | 2015-06-11 | 1 | -0/+5 | |
| | | | | - 'U' to unmark all marked flows | |||||
* | Moved marking from flow to console | Jake Drahos | 2015-06-11 | 3 | -5/+28 | |
| | | | | No longer taints the flow primitive | |||||
* | Changed mark symbol | Jake Drahos | 2015-06-11 | 1 | -2/+2 | |
| | | | | Smaller symbol now, still just as easy to see while scrolling | |||||
* | Added functionality to write marked flows to file | Jake Drahos | 2015-06-11 | 2 | -0/+13 | |
| | | | | w (write) -> m (marked) | |||||
* | Changed symbols and colors | Jake Drahos | 2015-06-11 | 2 | -2/+5 | |
| | | | | | Added a better symbol for the mark, and changed the color to red. This helps it stand out more easily. | |||||
* | Fixed console rendering bug | Jake Drahos | 2015-06-11 | 1 | -2/+5 | |
| | | | | Clearing all flows now works properly | |||||
* | Marked flows not deleted on clear all | Jake Drahos | 2015-06-11 | 1 | -4/+0 | |
| | | | | | | Marked flows survive a clear all unless all current flows are marked. Bug: They don't show up until another flow is added | |||||
* | Implemented basic marking of flows | Jake Drahos | 2015-06-11 | 2 | -0/+15 | |
| | | | | | - Press m to toggle flow mark - Flow mark is set in libmproxy/console/common.py. Currently set to "===" | |||||
* | fix #607 fix message | Marcelo Glezer | 2015-06-05 | 1 | -1/+2 | |
| | ||||||
* | fix #607 decode data before sending it to pyperclip | Marcelo Glezer | 2015-06-05 | 1 | -1/+8 | |
| | ||||||
* | replace contrib libraries with pypi dependencies | Thomas Kriechbaumer | 2015-06-02 | 1 | -1/+2 | |
| | ||||||
* | console: click-enable tabs | Aldo Cortesi | 2015-06-02 | 1 | -11/+40 | |
| | ||||||
* | console: convert add_event to a signal. | Aldo Cortesi | 2015-06-02 | 6 | -24/+36 | |
| | ||||||
* | console: click in flow list to view flow | Aldo Cortesi | 2015-06-02 | 1 | -0/+6 | |
| | ||||||
* | console: mouse scrollwheel throughout. | Aldo Cortesi | 2015-06-02 | 1 | -6/+13 | |
| | ||||||
* | Enable mouse interaction, add a hint for selecting text. | Aldo Cortesi | 2015-06-02 | 2 | -0/+11 | |
| | | | | Fixes #597 | |||||
* | fixes #604 catch method not found for handling pyperclip not found | Marcelo Glezer | 2015-06-01 | 1 | -2/+2 | |
| | ||||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 15 | -130/+151 | |
| | ||||||
* | Adapt to new Pathoc API - silence output to stdout. | Aldo Cortesi | 2015-05-02 | 1 | -2/+1 | |
| | ||||||
* | pretty_size now lives in netlib.utils | Aldo Cortesi | 2015-04-30 | 3 | -5/+5 | |
| | ||||||
* | make code more pythonic | Maximilian Hils | 2015-04-26 | 1 | -8/+11 | |
| | ||||||
* | Merge remote-tracking branch 'tunz/crash1' | Maximilian Hils | 2015-04-26 | 1 | -4/+11 | |
|\ | ||||||
| * | Fix crash when save to clipboard before loading | Choongwoo Han | 2015-04-23 | 1 | -4/+11 | |
| | | ||||||
* | | remove superfluous set_focus | Maximilian Hils | 2015-04-26 | 1 | -2/+0 | |
| | | ||||||
* | | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2015-04-26 | 1 | -2/+20 | |
|\ \ | ||||||
| * | | Check overwrite, when save to file instaed of clipboard | Choongwoo Han | 2015-04-23 | 1 | -2/+20 | |
| |/ | ||||||
* / | fix #568 | Maximilian Hils | 2015-04-26 | 2 | -2/+3 | |
|/ | ||||||
* | console: make g/G shortcuts work in more contexts | Aldo Cortesi | 2015-04-17 | 3 | -2/+15 | |
| | ||||||
* | console: more consistent view stack management | Aldo Cortesi | 2015-04-17 | 1 | -40/+55 | |
| | ||||||
* | console: suport unary attributes | Aldo Cortesi | 2015-04-17 | 3 | -28/+66 | |
| | | | | | | | | | 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 | |
| | ||||||
* | Adjust header key color in solarized palettes | Aldo Cortesi | 2015-04-16 | 1 | -2/+2 | |
| | ||||||
* | console: first pass of a Set-cookie editor for responses | Aldo Cortesi | 2015-04-16 | 3 | -66/+196 | |
| |