Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 7 | -392/+58 |
| | |||||
* | revert ALPN-related changes to fix master | Thomas Kriechbaumer | 2015-08-01 | 1 | -9/+11 |
| | | | | | In the future this should be added again to support HTTP/2. | ||||
* | attach application protocol to connection | Thomas Kriechbaumer | 2015-07-30 | 4 | -45/+66 |
| | |||||
* | move code to netlib and implement protocols | Thomas Kriechbaumer | 2015-07-30 | 7 | -198/+69 |
| | |||||
* | refactor connection & protocol handling | Thomas Kriechbaumer | 2015-07-30 | 3 | -893/+862 |
| | |||||
* | Merge pull request #548 from macmantrl/no_serverconn | Maximilian Hils | 2015-07-26 | 3 | -4/+10 |
|\ | | | | | Prevent unnecessary upstream server connects | ||||
| * | Prevent unecessary upstream server connects | Terry Long | 2015-07-03 | 3 | -4/+10 |
| | | | | | | | | | | | | Selectively connect to upstream server based on no_upstream_cert option. When no_upstream_cert is used during server replay, prevent connecting to the upstream server unless absolutely necessary. | ||||
* | | Bump version for dev | Aldo Cortesi | 2015-07-26 | 1 | -1/+1 |
| | | |||||
* | | fix module imports | Thomas Kriechbaumer | 2015-07-25 | 1 | -8/+8 |
| | | |||||
* | | Merge pull request #675 from Kriechi/protocol-refactor | Maximilian Hils | 2015-07-24 | 4 | -47/+73 |
|\ \ | | | | | | | HTTP protocol refactoring | ||||
| * | | refactor to use netlib.http protocols | Thomas Kriechbaumer | 2015-07-22 | 2 | -19/+37 |
| | | | |||||
| * | | use new netlib module names | Thomas Kriechbaumer | 2015-07-22 | 4 | -32/+40 |
| | | | |||||
| * | | use netlib.http_semantics for generic data | Thomas Kriechbaumer | 2015-07-22 | 1 | -6/+6 |
| | | | |||||
* | | | improve inline scripts, fix #683, fix #684 | Maximilian Hils | 2015-07-24 | 2 | -38/+48 |
| | | | |||||
* | | | minor style improvements | Maximilian Hils | 2015-07-22 | 1 | -6/+6 |
|/ / | |||||
* | | fix text selection hint | Maximilian Hils | 2015-07-22 | 1 | -1/+1 |
| | | |||||
* | | bump version | Maximilian Hils | 2015-07-22 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #677 from isra17/json_error | Maximilian Hils | 2015-07-14 | 1 | -1/+2 |
|\ \ | | | | | | | Use `ensure_ascii` in wep.app#broadcast | ||||
| * | | Use `ensure_ascii` in wep.app#broadcast | isra17 | 2015-07-13 | 1 | -1/+2 |
| | | | | | | | | | | | | Otherwise, a non-unicode character in a flow cause mitmweb to crash. | ||||
* | | | Add ~src ~dst REGEX filters | isra17 | 2015-07-13 | 1 | -3/+18 |
|/ / | | | | | | | | | | | | | | | | | This filter allow to match on the request source and destination address in the form of `<IP>:<Port>`. Also fixed the parsing grammar to add a `WordEnd` after each filter name. That way, `~src` doesn't match `~s` instead and keep the behavior consistent with `~hq` != `~h`. | ||||
* | | 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 |
| | | |||||
* | | fix #653 | Maximilian Hils | 2015-07-04 | 1 | -10/+15 |
|/ | |||||
* | fix #593, fix #656, coverage++ | Maximilian Hils | 2015-07-03 | 1 | -26/+8 |
| | |||||
* | Enabling upstream server verification. Added flags --verify_upstream_cert, | Kyle Morton | 2015-06-29 | 2 | -1/+48 |
| | | | | --upstream-trusted-cadir, and --upstream-trusted-ca. | ||||
* | remove certforward feature | Maximilian Hils | 2015-06-26 | 2 | -31/+19 |
| | | | | | | | | The certforward feature was implemented to support #gotofail, which only works on unpatched iOS devices. Given that many apps don't support iOS 7 anymore, jailbreak+ssl killswitch is usually the better option. By removing certforward, we can make netlib a pure python module again, which significantly simplifies distribution. | ||||
* | Remove stray print & massage whitespace a bit | Aldo Cortesi | 2015-06-25 | 1 | -9/+6 |
| | |||||
* | unify SSL version/method handling | Thomas Kriechbaumer | 2015-06-23 | 1 | -43/+25 |
| | |||||
* | changed error handling (ssl spoof mode) | iroiro123 | 2015-06-23 | 2 | -9/+10 |
| | |||||
* | SSL Spoof mode | iroiro123 | 2015-06-21 | 5 | -8/+65 |
| | |||||
* | Spoof mode | iroiro123 | 2015-06-20 | 4 | -14/+21 |
| | |||||
* | HTTP Transparent Proxy | iroiro123 | 2015-06-18 | 4 | -2/+33 |
| | |||||
* | Handle invalid IDNA encoding in hostnames | Aldo Cortesi | 2015-06-12 | 1 | -6/+8 |
| | | | | Fixes #622 | ||||
* | 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 | 5 | -26/+29 |
| | | | | 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) | ||||
* | Unmark duplicated flows | Jake Drahos | 2015-06-11 | 1 | -1/+3 |
| | | | | If a marked flow is duplicated, the duplicate will now be unmarked | ||||
* | 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 | 2 | -4/+11 |
| | | | | | | 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 | 3 | -0/+22 |
| | | | | | - Press m to toggle flow mark - Flow mark is set in libmproxy/console/common.py. Currently set to "===" | ||||
* | fix #615 | Maximilian Hils | 2015-06-08 | 1 | -0/+1 |
| | |||||
* | fix #618 | Maximilian Hils | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #603 from Kriechi/remove-contrib | Aldo Cortesi | 2015-06-04 | 5 | -4549/+5 |
|\ | | | | | replace contrib libraries with pypi dependencies | ||||
| * | replace contrib libraries with pypi dependencies | Thomas Kriechbaumer | 2015-06-02 | 5 | -4549/+5 |
| | | |||||
* | | Bump version | Aldo Cortesi | 2015-06-04 | 1 | -1/+1 |
|/ | |||||
* | console: click-enable tabs | Aldo Cortesi | 2015-06-02 | 1 | -11/+40 |
| |