Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'base/master' into feature-334 | Marcelo Glezer | 2015-02-05 | 2 | -2/+6 |
|\ | |||||
| * | fix statusbar initialization | Maximilian Hils | 2015-02-05 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #447 from tekii/server-replay-missing-args | Maximilian Hils | 2015-02-05 | 1 | -2/+4 |
| |\ | | | | | | | missing parameter in start_server_playback call (again) | ||||
| | * | missing parameter in start_server_playback call | Marcelo Glezer | 2015-01-13 | 1 | -2/+4 |
| |/ | |||||
* | | added copy to clipboard support for url | Marcelo Glezer | 2015-02-03 | 3 | -2/+9 |
| | | |||||
* | | added support for 'b' key in flowlist | Marcelo Glezer | 2015-01-16 | 2 | -0/+41 |
| | | |||||
* | | added support for copying request (content|header) to clipboard | Marcelo Glezer | 2015-01-16 | 3 | -9/+34 |
| | | |||||
* | | used save_body from common when b key is pressed | Marcelo Glezer | 2015-01-15 | 2 | -31/+18 |
| | | |||||
* | | added support for saving file if content is binary. still wip | Marcelo Glezer | 2015-01-15 | 3 | -6/+44 |
| | | |||||
* | | extracted server_copy_response to common | Marcelo Glezer | 2015-01-15 | 3 | -40/+26 |
| | | |||||
* | | removed pyperclip hard dependencies | Marcelo Glezer | 2015-01-15 | 3 | -25/+35 |
| | | |||||
* | | trying to fix travis take 2 | Marcelo Glezer | 2015-01-14 | 1 | -1/+1 |
| | | |||||
* | | trying to fix travis | Marcelo Glezer | 2015-01-14 | 1 | -0/+2 |
| | | |||||
* | | used get_decoded_content and removed decode call from headers as max suggested | Marcelo Glezer | 2015-01-14 | 3 | -14/+4 |
| | | |||||
* | | added copy functionality to flowview too | Marcelo Glezer | 2015-01-14 | 1 | -1/+23 |
| | | |||||
* | | removed invalid comment and unneeded safe text | Marcelo Glezer | 2015-01-14 | 2 | -5/+0 |
| | | |||||
* | | now content and header are working and exception for binary files are ↵ | Marcelo Glezer | 2015-01-14 | 2 | -11/+16 |
| | | | | | | | | handled correctly | ||||
* | | wip - content copy is working, header representation is not | Marcelo Glezer | 2015-01-14 | 2 | -0/+31 |
| | | |||||
* | | added pyperclip dependency | Marcelo Glezer | 2015-01-13 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #445 from tekii/hotfix-start-server-playback | Maximilian Hils | 2015-01-12 | 1 | -1/+1 |
|\ | | | | | hotfix to mitmproxy missing start_server_playback() parameter added. | ||||
| * | 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 | 2 | -4/+12 |
|\ | |||||
| * | Merge pull request #442 from nickhs/441 | Maximilian Hils | 2015-01-09 | 1 | -2/+10 |
| |\ | | | | | | | Error to stdout when loading bad replays from the command line | ||||
| | * | Error to stdout when loading bad replays from the command line | Nick HS | 2015-01-08 | 1 | -2/+10 |
| |/ | |||||
| * | Merge pull request #440 from michaeljau/patch-2 | Maximilian Hils | 2015-01-07 | 1 | -2/+2 |
| |\ | | | | | | | Updated inlinescripts.html - changed "libmproxy.certutils.SSLCert" to "netlib.certutils.SSLCert" | ||||
| | * | Update inlinescripts.html | michaeljau | 2015-01-07 | 1 | -2/+2 |
| |/ | | | | | I updated the certutils.SSLCert reference from "libmproxy.certutils.SSLCert" to "netlib.certutils.SSLCert". | ||||
* / | fix #443 | Maximilian Hils | 2015-01-09 | 4 | -4/+28 |
|/ | |||||
* | Pin browserify to most recent version that works | Aldo Cortesi | 2015-01-04 | 1 | -1/+1 |
| | | | | | | Issue being tracked here: https://github.com/substack/node-browserify/issues/1044 | ||||
* | Ditch old gulpfile | Aldo Cortesi | 2015-01-03 | 2 | -180/+0 |
| | |||||
* | Add PEG support to gulpfile | Aldo Cortesi | 2015-01-03 | 8 | -646/+670 |
| | | | | | - Extract conf - all project specific conf outside gulpfile - Generalize filt.js exports, add required imports | ||||
* | Fix unit tests | Aldo Cortesi | 2015-01-02 | 1 | -2/+2 |
| | |||||
* | Unit test framework for web client-side code | Aldo Cortesi | 2015-01-02 | 6 | -55/+91 |
| | | | | | | - 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 | 2 | -24/+18 |
|\ | |||||
| * | we do not support https2http in upstream proxy mode | Maximilian Hils | 2015-01-01 | 2 | -24/+18 |
| | | |||||
* | | Clean up har_extractor example | Aldo Cortesi | 2015-01-02 | 1 | -54/+76 |
| | | | | | | | | | | - Fix spacing, line length, unused imports, unusual import idioms - Prevent it from barfing into our test output | ||||
* | | Consolidate reading flows from file, use in mitmweb. | Aldo Cortesi | 2015-01-02 | 6 | -30/+60 |
|/ | |||||
* | components/utils.js -> common.js | Aldo Cortesi | 2015-01-01 | 8 | -241/+237 |
| | | | | | 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 | 4 | -20/+5 |
| | | | | | - Remove title bar - File -> mitmproxy - ultimately our logo can go here | ||||
* | Use Facebook's dispatcher | Aldo Cortesi | 2015-01-01 | 3 | -63/+349 |
| | |||||
* | Replace custom EventEmitter with one from browserify | Aldo Cortesi | 2015-01-01 | 5 | -100/+343 |
| | |||||
* | Remove unused files | Aldo Cortesi | 2015-01-01 | 3 | -57/+0 |
| | |||||
* | All files and only files in in js/components are jsx | Aldo Cortesi | 2015-01-01 | 12 | -40/+40 |
| | | | | So remove the redundant naming | ||||
* | More browesrification. | Aldo Cortesi | 2014-12-31 | 6 | -81/+254 |
| | |||||
* | More conversions to browserify | Aldo Cortesi | 2014-12-30 | 6 | -39/+463 |
| | |||||
* | Fix fonts, stylesheets, add much more flexible bootstrap over-rides. | Aldo Cortesi | 2014-12-30 | 50 | -80411/+1088 |
| | |||||
* | Basic conversion: browserified web app now works. | Aldo Cortesi | 2014-12-30 | 33 | -43883/+45859 |
| | |||||
* | Start moving to new gulpfile, browerify, etc. | Aldo Cortesi | 2014-12-30 | 1 | -0/+14 |
| | |||||
* | Bump for next dev iteration | Aldo Cortesi | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Bump version | Aldo Cortesi | 2014-12-30 | 1 | -2/+2 |
| |