aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into hardfailvenvJim Shaver2015-06-23206-15109/+74656
|\ | | | | | | | | Conflicts: dev
| * Merge pull request #640 from Kriechi/ssl-version-handlingAldo Cortesi2015-06-231-43/+25
| |\ | | | | | | unify SSL version/method handling
| | * unify SSL version/method handlingThomas Kriechbaumer2015-06-231-43/+25
| |/
| * Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxyAldo Cortesi2015-06-238-5/+199
| |\
| | * Merge pull request #638 from iroiro123/http-transparentAldo Cortesi2015-06-238-5/+199
| | |\ | | | | | | | | HTTP Transparent Proxy
| | | * changed error handling (ssl spoof mode)iroiro1232015-06-233-16/+12
| | | |
| | | * add unit tests for spoof modeiroiro1232015-06-233-0/+103
| | | |
| | | * SSL Spoof modeiroiro1232015-06-215-8/+65
| | | |
| | | * Spoof modeiroiro1232015-06-204-14/+21
| | | |
| | | * HTTP Transparent Proxyiroiro1232015-06-184-2/+33
| | | |
| * | | Travis to SlackAldo Cortesi2015-06-231-0/+5
| |/ /
| * / Update README.mkdMaximilian Hils2015-06-181-1/+0
| |/
| * add landscape/prospector configThomas Kriechbaumer2015-06-183-21/+15
| |
| * Update README.mkdMaximilian Hils2015-06-161-4/+6
| |
| * fix pep8 configThomas Kriechbaumer2015-06-151-1/+0
| |
| * Handle invalid IDNA encoding in hostnamesAldo Cortesi2015-06-122-6/+12
| | | | | | | | Fixes #622
| * Fix typo in docs - thanks to Jim_Showalter@intuit.comAldo Cortesi2015-06-121-2/+2
| |
| * Merge pull request #624 from drahosj/masterAldo Cortesi2015-06-124-5/+63
| |\ | | | | | | Added flow marking functionality in the console
| | * Added unmark all functionalityJake Drahos2015-06-111-0/+5
| | | | | | | | | | | | - 'U' to unmark all marked flows
| | * Moved marking from flow to consoleJake Drahos2015-06-115-26/+29
| | | | | | | | | | | | No longer taints the flow primitive
| | * Merge remote-tracking branch 'origin/master'Jake Drahos2015-06-110-0/+0
| | |\ | | | | | | | | | | | | | | | | Conflicts: libmproxy/console/flowlist.py
| | | * Added functionality to write marked flows to fileJake Drahos2015-06-112-0/+13
| | | | | | | | | | | | | | | | w (write) -> m (marked)
| | * | Changed mark symbolJake Drahos2015-06-111-2/+2
| | | | | | | | | | | | | | | | Smaller symbol now, still just as easy to see while scrolling
| | * | Added functionality to write marked flows to fileJake Drahos2015-06-112-0/+13
| | |/ | | | | | | | | | w (write) -> m (marked)
| | * Unmark duplicated flowsJake Drahos2015-06-111-1/+3
| | | | | | | | | | | | If a marked flow is duplicated, the duplicate will now be unmarked
| | * Changed symbols and colorsJake Drahos2015-06-112-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 bugJake Drahos2015-06-111-2/+5
| | | | | | | | | | | | Clearing all flows now works properly
| | * Marked flows not deleted on clear allJake Drahos2015-06-112-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 flowsJake Drahos2015-06-113-0/+22
| |/ | | | | | | | | - Press m to toggle flow mark - Flow mark is set in libmproxy/console/common.py. Currently set to "==="
| * fix #615Maximilian Hils2015-06-082-0/+6
| |
| * fix #618Maximilian Hils2015-06-081-1/+1
| |
| * import travis config from netlibThomas Kriechbaumer2015-06-081-8/+49
| | | | | | | | this enables ALPN support with OpenSSL 1.0.2
| * Merge pull request #613 from dweinstein/patch/docker-tweaksDavid Weinstein2015-06-072-27/+1
| |\ | | | | | | match name of automated build base img
| | * match name of automated build base imgDavid Weinstein2015-06-072-27/+1
| |/
| * Merge pull request #611 from dweinstein/feature/dockerfilesAldo Cortesi2015-06-073-0/+31
| |\ | | | | | | initial add of docker mitmproxy
| | * initial add of docker mitmproxyDavid Weinstein2015-06-063-0/+31
| |/
| * Merge pull request #610 from tekii/fix-607Aldo Cortesi2015-06-061-1/+9
| |\ | | | | | | Fix 607
| | * fix #607 fix messageMarcelo Glezer2015-06-051-1/+2
| | |
| | * fix #607 decode data before sending it to pyperclipMarcelo Glezer2015-06-051-1/+8
| |/
| * Merge pull request #603 from Kriechi/remove-contribAldo Cortesi2015-06-046-4550/+8
| |\ | | | | | | replace contrib libraries with pypi dependencies
| | * replace contrib libraries with pypi dependenciesThomas Kriechbaumer2015-06-026-4550/+8
| | |
| * | Bump versionAldo Cortesi2015-06-041-1/+1
| | |
| * | Changelog for v0.12.1Aldo Cortesi2015-06-032-2/+14
| |/
| * console: click-enable tabsAldo Cortesi2015-06-021-11/+40
| |
| * console: convert add_event to a signal.Aldo Cortesi2015-06-027-30/+36
| |
| * Minor typo in script error.Aldo Cortesi2015-06-021-1/+1
| |
| * console: click in flow list to view flowAldo Cortesi2015-06-021-0/+6
| |
| * console: mouse scrollwheel throughout.Aldo Cortesi2015-06-021-6/+13
| |
| * Enable mouse interaction, add a hint for selecting text.Aldo Cortesi2015-06-022-0/+11
| | | | | | | | Fixes #597
| * Merge pull request #605 from tekii/fix-604Maximilian Hils2015-06-011-2/+2
| |\ | | | | | | fixes #604 catch method not found for handling pyperclip not found