Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | update release instructions | Thomas Kriechbaumer | 2017-03-15 | 1 | -10/+19 | |
* | | update release instructions | Thomas Kriechbaumer | 2017-03-15 | 1 | -2/+4 | |
* | | Merge pull request #2161 from mhils/make-request | Thomas Kriechbaumer | 2017-03-15 | 5 | -24/+84 | |
|\ \ | ||||||
| * | | add Request.make | Maximilian Hils | 2017-03-15 | 5 | -24/+84 | |
|/ / | ||||||
* | | Merge pull request #2159 from Kriechi/bump-pyparsing | Thomas Kriechbaumer | 2017-03-15 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | bump pyparsing | Thomas Kriechbaumer | 2017-03-15 | 1 | -1/+1 | |
* | | | Merge pull request #2155 from Kriechi/bump-cryptography | Thomas Kriechbaumer | 2017-03-15 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | bump cryptography | Thomas Kriechbaumer | 2017-03-15 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #2098 from iharsh234/bug-2086-2 | Aldo Cortesi | 2017-03-15 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | Fix crash when duplicating flow | harsh vijay | 2017-03-13 | 1 | -2/+2 | |
| * | | Fix crash when duplicating flow (#2) | harsh vijay | 2017-03-13 | 1 | -1/+3 | |
* | | | Merge pull request #2147 from mhils/connection-ids | Aldo Cortesi | 2017-03-15 | 8 | -8/+93 | |
|\ \ \ | ||||||
| * | | | stateobject: automatically change id when copying | Maximilian Hils | 2017-03-14 | 5 | -16/+21 | |
| * | | | add connection ids | Maximilian Hils | 2017-03-14 | 5 | -2/+82 | |
|/ / / | ||||||
* | | | Merge pull request #2151 from MatthewShao/jest-dev | Maximilian Hils | 2017-03-14 | 1 | -1/+3 | |
|\ \ \ | ||||||
| * | | | Update .travis.yml to fix the failure about yarn | Matthew Shao | 2017-03-14 | 1 | -1/+3 | |
|/ / / | ||||||
* | | | Merge pull request #2149 from mhils/multidictview-copy | Maximilian Hils | 2017-03-14 | 2 | -12/+24 | |
|\ \ \ | ||||||
| * | | | multidictviews should not be serializable | Maximilian Hils | 2017-03-14 | 1 | -12/+12 | |
| * | | | add MultiDictView.copy | Maximilian Hils | 2017-03-14 | 2 | -0/+12 | |
* | | | | Merge pull request #2145 from mhils/ne | Maximilian Hils | 2017-03-14 | 6 | -23/+1 | |
|\ \ \ \ | ||||||
| * | | | | py3: __ne__ delegates to __eq__ by default | Maximilian Hils | 2017-03-14 | 6 | -23/+1 | |
* | | | | | Merge pull request #2150 from dequis/pretty-host-filter | Maximilian Hils | 2017-03-14 | 2 | -3/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | Match ~d and ~u filters against pretty_host too | dequis | 2017-03-14 | 2 | -3/+7 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2142 from mhils/2140 | Aldo Cortesi | 2017-03-14 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | fix #2140 | Maximilian Hils | 2017-03-13 | 1 | -1/+1 | |
* | | | | | | Merge pull request #2120 from ujjwal96/replace-from-file | Maximilian Hils | 2017-03-14 | 7 | -69/+66 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Merge remote-tracking branch 'origin/master' into pr-2120 | Maximilian Hils | 2017-03-12 | 33 | -689/+417 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | replacements: error right away when file does not exist | Maximilian Hils | 2017-03-12 | 2 | -28/+34 | |
| * | | | | | minor fixes | Maximilian Hils | 2017-03-12 | 3 | -32/+30 | |
| * | | | | | Removed ReplaceBase | Ujjwal Verma | 2017-03-12 | 1 | -5/+2 | |
| * | | | | | minor fixes | Maximilian Hils | 2017-03-11 | 1 | -4/+3 | |
| * | | | | | Changed docs | Ujjwal Verma | 2017-03-11 | 1 | -4/+4 | |
| * | | | | | Fixed Replacement test | Ujjwal Verma | 2017-03-09 | 3 | -6/+6 | |
| * | | | | | Removed replace-from-file option.Made requested changes | Ujjwal Verma | 2017-03-09 | 5 | -22/+15 | |
* | | | | | | Merge pull request #2129 from cortesi/addonopts | Aldo Cortesi | 2017-03-14 | 35 | -204/+321 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Move running() in to .tick() method to make sure it's called consistently | Aldo Cortesi | 2017-03-14 | 1 | -4/+4 | |
| * | | | | | Enable custom options in config files | Aldo Cortesi | 2017-03-14 | 4 | -23/+45 | |
| * | | | | | Move serialization methods out of Options | Aldo Cortesi | 2017-03-14 | 4 | -94/+100 | |
| * | | | | | Optmanager: handle unknown options in value sets | Aldo Cortesi | 2017-03-14 | 3 | -1/+6 | |
| * | | | | | Show custom addon options in --options output | Aldo Cortesi | 2017-03-14 | 4 | -8/+9 | |
| * | | | | | Enable custom options for addons | Aldo Cortesi | 2017-03-14 | 32 | -87/+170 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #2141 from mhils/decouple-file-format-version | Maximilian Hils | 2017-03-13 | 3 | -9/+34 | |
|\ \ \ \ \ | ||||||
| * | | | | | decouple mitmproxy and file format version | Maximilian Hils | 2017-03-13 | 3 | -9/+34 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #2137 from MatthewShao/jest-dev | Maximilian Hils | 2017-03-13 | 1 | -0/+86 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | [web] Improve the code style on tests | Matthew Shao | 2017-03-13 | 1 | -36/+45 | |
| * | | | | [web] Add tests for ducks/utils/store.js | Matthew Shao | 2017-03-13 | 1 | -0/+77 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #2138 from MatthewShao/fix#2133 | Maximilian Hils | 2017-03-13 | 1 | -4/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | [web] Fixes the flaw in #2133 | Matthew Shao | 2017-03-13 | 1 | -4/+4 | |
|/ / / | ||||||
* | | | Merge pull request #2136 from Kriechi/nuke-custom-tmpdir | Thomas Kriechbaumer | 2017-03-12 | 13 | -346/+274 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | nuke tutils.tmpdir, use pytest tmpdir | Thomas Kriechbaumer | 2017-03-12 | 13 | -346/+274 | |
|/ / |