Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `ensure_ascii` in wep.app#broadcast | isra17 | 2015-07-13 | 1 | -1/+2 |
* | fix #615 | Maximilian Hils | 2015-06-08 | 1 | -0/+1 |
* | Merge remote-tracking branch 'upstream/master' into print-bracket-fix | Jim Shaver | 2015-05-31 | 6 | -6064/+9388 |
|\ | |||||
| * | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 2 | -7/+11 |
| * | web: try harder to fix editor | Maximilian Hils | 2015-05-01 | 1 | -2/+7 |
| * | mitmweb: add editor | Maximilian Hils | 2015-05-01 | 3 | -1423/+1713 |
| * | web: fix delete flows | Legend Tang | 2015-03-30 | 2 | -1450/+1246 |
| * | web: add prompt for keyboard navigation | Maximilian Hils | 2015-03-30 | 2 | -76/+309 |
| * | s/filter/search/ | Maximilian Hils | 2015-03-30 | 1 | -9/+9 |
| * | web: add more keyboard shortcuts | Maximilian Hils | 2015-03-29 | 1 | -21900/+67 |
| * | web: global key handling | Maximilian Hils | 2015-03-29 | 2 | -30/+21906 |
| * | web: use contexts to pass down stores. | Maximilian Hils | 2015-03-27 | 1 | -137/+131 |
| * | web: minor ux improvements | Maximilian Hils | 2015-03-27 | 2 | -0/+5 |
| * | web: fix react-router | Maximilian Hils | 2015-03-27 | 1 | -2/+4 |
| * | Merge remote-tracking branch 'vzvu/react-router-0.13.2' | Maximilian Hils | 2015-03-27 | 1 | -3/+0 |
| |\ | |||||
| | * | web: upgrade to react-router 0.13.2 | vzvu3k6k | 2015-03-27 | 2 | -1426/+1753 |
| * | | web: initial attempt at header editor | Maximilian Hils | 2015-03-27 | 2 | -1015/+1456 |
| |/ | |||||
| * | Merge branch 'master' of github.com:mitmproxy/mitmproxy | Maximilian Hils | 2015-03-26 | 1 | -1/+4 |
| |\ | |||||
| | * | mitmweb: start onboarding app if instructed to | peralta | 2015-03-26 | 1 | -1/+4 |
| * | | web: backup flows on edit | Maximilian Hils | 2015-03-26 | 1 | -0/+7 |
| * | | web: add basic edit capability for first line | Maximilian Hils | 2015-03-23 | 3 | -73/+396 |
| |/ | |||||
| * | web: add content download | Maximilian Hils | 2015-03-22 | 2 | -3/+7 |
| * | web: improve views | Maximilian Hils | 2015-03-22 | 1 | -25/+71 |
| * | web: upgrade to react 0.13 | Maximilian Hils | 2015-03-22 | 3 | -4620/+6511 |
| * | web: raw content view | Maximilian Hils | 2015-03-22 | 2 | -7/+54 |
| * | tweak css | Maximilian Hils | 2015-03-22 | 1 | -0/+6 |
| * | web: add content views | Maximilian Hils | 2015-03-22 | 2 | -33/+192 |
| * | structure components | Maximilian Hils | 2015-03-21 | 1 | -424/+449 |
| * | web: fix bugs | Maximilian Hils | 2015-03-21 | 1 | -7/+10 |
* | | Fixed print function to be inline with python 3 | Jim Shaver | 2015-05-29 | 1 | -3/+3 |
|/ | |||||
* | add table sort | Maximilian Hils | 2015-03-17 | 2 | -56/+196 |
* | web: smaller changes | Maximilian Hils | 2015-03-15 | 1 | -54/+33 |
* | improve source map generation | Maximilian Hils | 2015-03-11 | 1 | -466/+550 |
* | add sourcemap generation for scripts-app-dev task | Suyash | 2015-03-07 | 1 | -1/+3 |
* | Merge remote-tracking branch 'legend/master' | Maximilian Hils | 2015-03-06 | 1 | -6/+18 |
|\ | |||||
| * | another clean up for #503 #504 | Legend Tang | 2015-03-06 | 1 | -3/+6 |
| * | clean up for #503 #504 | Legend Tang | 2015-03-06 | 1 | -5/+5 |
| * | Replace `addListener` method with multiple bindings, fix for #503 504 | Legend Tang | 2015-03-06 | 1 | -4/+13 |
* | | fix #506 | Legend Tang | 2015-03-06 | 1 | -11/+13 |
|/ | |||||
* | clean up web builds | Maximilian Hils | 2015-03-05 | 18 | -8844/+11111 |
* | Add PEG support to gulpfile | Aldo Cortesi | 2015-01-03 | 2 | -562/+564 |
* | Unit test framework for web client-side code | Aldo Cortesi | 2015-01-02 | 2 | -9/+15 |
* | Consolidate reading flows from file, use in mitmweb. | Aldo Cortesi | 2015-01-02 | 2 | -3/+15 |
* | components/utils.js -> common.js | Aldo Cortesi | 2015-01-01 | 1 | -223/+221 |
* | Make header more compact | Aldo Cortesi | 2015-01-01 | 2 | -9/+3 |
* | 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 |
* | More browesrification. | Aldo Cortesi | 2014-12-31 | 1 | -48/+209 |
* | More conversions to browserify | Aldo Cortesi | 2014-12-30 | 1 | -21/+427 |