Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | added support for saving file if content is binary. still wip | Marcelo Glezer | 2015-02-05 | 3 | -6/+44 | |
| | | | | ||||||
| | | * | extracted server_copy_response to common | Marcelo Glezer | 2015-02-05 | 3 | -40/+26 | |
| | | | | ||||||
| | | * | removed pyperclip hard dependencies | Marcelo Glezer | 2015-02-05 | 2 | -22/+34 | |
| | | | | ||||||
| | | * | used get_decoded_content and removed decode call from headers as max suggested | Marcelo Glezer | 2015-02-05 | 3 | -14/+4 | |
| | | | | ||||||
| | | * | added copy functionality to flowview too | Marcelo Glezer | 2015-02-05 | 1 | -1/+23 | |
| | | | | ||||||
| | | * | removed invalid comment and unneeded safe text | Marcelo Glezer | 2015-02-05 | 2 | -5/+0 | |
| | | | | ||||||
| | | * | now content and header are working and exception for binary files are ↵ | Marcelo Glezer | 2015-02-05 | 2 | -11/+16 | |
| | | | | | | | | | | | | | | | | handled correctly | |||||
| | | * | wip - content copy is working, header representation is not | Marcelo Glezer | 2015-02-05 | 2 | -0/+31 | |
| | | | | ||||||
* | | | | fix #479 | Maximilian Hils | 2015-02-27 | 1 | -1/+6 | |
|/ / / | ||||||
* | | | disable replay from ui for live flows | Maximilian Hils | 2015-02-07 | 1 | -0/+2 | |
| | | | ||||||
* | | | fix #110 | Maximilian Hils | 2015-02-07 | 1 | -0/+6 | |
| | | | ||||||
* | | | fix #451 | Maximilian Hils | 2015-02-07 | 3 | -19/+35 | |
| | | | ||||||
* | | | fix tests, re-enable pypy, do housekeeping | Maximilian Hils | 2015-02-07 | 1 | -4/+4 | |
|/ / | ||||||
* | | fix #459 | Maximilian Hils | 2015-02-05 | 2 | -6/+10 | |
| | | ||||||
* | | fix ssl shutdown in tcp mode, refs #464 | Maximilian Hils | 2015-02-05 | 1 | -1/+3 | |
|/ | ||||||
* | fix #464 | Maximilian Hils | 2015-02-05 | 2 | -5/+7 | |
| | ||||||
* | clean up flow reading | Maximilian Hils | 2015-02-05 | 3 | -33/+46 | |
| | ||||||
* | Merge remote-tracking branch 'tekii/master' | Maximilian Hils | 2015-02-05 | 3 | -10/+14 | |
|\ | ||||||
| * | open flow files using with as max suggested | Marcelo Glezer | 2015-01-12 | 2 | -4/+4 | |
| | | ||||||
| * | Merge remote-tracking branch 'base/master' | Marcelo Glezer | 2015-01-12 | 3 | -6/+18 | |
| |\ | ||||||
| * | | now mitmproxy supports multiple saved flows files too. also fixed ↵ | Marcelo Glezer | 2015-01-06 | 1 | -5/+7 | |
| | | | | | | | | | | | | server_play_back start with mitmproxy (missing parameter) | |||||
| * | | first steps in scenario support | Marcelo Glezer | 2015-01-05 | 2 | -6/+8 | |
| | | | ||||||
* | | | fix statusbar initialization | Maximilian Hils | 2015-02-05 | 1 | -0/+2 | |
| | | | ||||||
* | | | missing parameter in start_server_playback call | Marcelo Glezer | 2015-01-13 | 1 | -2/+4 | |
| | | | ||||||
* | | | hotfix to mitmproxy missing start_server_playback() parameter added. ↵ | Marcelo Glezer | 2015-01-12 | 1 | -1/+1 | |
| |/ |/| | | | | | backported from PR [#439] | |||||
* | | document choice of timeout value, refs #443 | Maximilian Hils | 2015-01-09 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2015-01-09 | 1 | -2/+10 | |
|\ \ | ||||||
| * | | Error to stdout when loading bad replays from the command line | Nick HS | 2015-01-08 | 1 | -2/+10 | |
| |/ | ||||||
* / | fix #443 | Maximilian Hils | 2015-01-09 | 3 | -4/+4 | |
|/ | ||||||
* | Add PEG support to gulpfile | Aldo Cortesi | 2015-01-03 | 2 | -562/+564 | |
| | | | | | - Extract conf - all project specific conf outside gulpfile - Generalize filt.js exports, add required imports | |||||
* | Unit test framework for web client-side code | Aldo Cortesi | 2015-01-02 | 2 | -9/+15 | |
| | | | | | | - Also make formatSize nicer and test it. Now there's no excuse! ;) | |||||
* | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2015-01-02 | 1 | -10/+18 | |
|\ | ||||||
| * | we do not support https2http in upstream proxy mode | Maximilian Hils | 2015-01-01 | 1 | -10/+18 | |
| | | ||||||
* | | Consolidate reading flows from file, use in mitmweb. | Aldo Cortesi | 2015-01-02 | 5 | -27/+49 | |
|/ | ||||||
* | components/utils.js -> common.js | Aldo Cortesi | 2015-01-01 | 1 | -223/+221 | |
| | | | | | Too many utils modules makes things confusing. These are more "common components" or "common mixins" than utils anyway. | |||||
* | Make header more compact | Aldo Cortesi | 2015-01-01 | 2 | -9/+3 | |
| | | | | | - Remove title bar - File -> mitmproxy - ultimately our logo can go here | |||||
* | Use Facebook's dispatcher | Aldo Cortesi | 2015-01-01 | 1 | -41/+343 | |
| | ||||||
* | Replace custom EventEmitter with one from browserify | Aldo Cortesi | 2015-01-01 | 1 | -60/+333 | |
| | ||||||
* | All files and only files in in js/components are jsx | Aldo Cortesi | 2015-01-01 | 1 | -24/+24 | |
| | | | | So remove the redundant naming | |||||
* | More browesrification. | Aldo Cortesi | 2014-12-31 | 1 | -48/+209 | |
| | ||||||
* | More conversions to browserify | Aldo Cortesi | 2014-12-30 | 1 | -21/+427 | |
| | ||||||
* | Fix fonts, stylesheets, add much more flexible bootstrap over-rides. | Aldo Cortesi | 2014-12-30 | 21 | -581/+1524 | |
| | ||||||
* | Basic conversion: browserified web app now works. | Aldo Cortesi | 2014-12-30 | 7 | -43712/+44741 | |
| | ||||||
* | Bump for next dev iteration | Aldo Cortesi | 2014-12-30 | 1 | -1/+1 | |
| | ||||||
* | Bump version | Aldo Cortesi | 2014-12-30 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2014-12-29 | 5 | -23/+80 | |
|\ | ||||||
| * | Documentation for config files | Aldo Cortesi | 2014-12-28 | 1 | -1/+2 | |
| | | ||||||
| * | Minor improvements to osx binary build process | Aldo Cortesi | 2014-12-28 | 1 | -3/+8 | |
| | | | | | | | | | | - Add --shortversion on tools to make packaging easier - Automate tarfile generation | |||||
| * | Merge branch 'master' of ssh.github.com:mitmproxy/mitmproxy | Aldo Cortesi | 2014-12-27 | 4 | -10/+98 | |
| |\ | ||||||
| * | | Move onboarding app to Tornado | Aldo Cortesi | 2014-12-27 | 4 | -20/+71 | |
| | | | | | | | | | | | | | | | | | | | | | Two reasons for this. First, this removes flask and its dependencies, which are quite sizeable. Second, pyinstaller now barfs on simplejson, which is a Flask dependency. I just don't have time to fix this upstream, so doing what we should be doing anyway is a no-brainer. |