| Commit message (Expand) | Author | Age | Files | Lines |
* | combine projects | Maximilian Hils | 2016-02-18 | 1 | -0/+122 |
* | move mitmproxy | Maximilian Hils | 2016-02-15 | 1 | -104/+0 |
* | update dependencies | Maximilian Hils | 2016-02-14 | 1 | -1/+1 |
* | relax dependencies for enum34, fix #924 | Maximilian Hils | 2016-02-10 | 1 | -1/+1 |
* | update dependencies | Maximilian Hils | 2016-02-06 | 1 | -2/+2 |
* | do not include 'test' as package | Maximilian Hils | 2016-02-06 | 1 | -1/+1 |
* | update dependencies | Maximilian Hils | 2016-02-05 | 1 | -1/+1 |
* | remove compatible version specifiers | Maximilian Hils | 2016-02-05 | 1 | -33/+33 |
* | make sure that we don't get bitten by upstream | Maximilian Hils | 2016-02-04 | 1 | -31/+31 |
* | always install urwid | Maximilian Hils | 2016-02-04 | 1 | -1/+1 |
* | setup.py: no range operators for env markers | Maximilian Hils | 2016-02-04 | 1 | -1/+3 |
* | simplify setup.py | Maximilian Hils | 2016-02-04 | 1 | -72/+54 |
* | use test timeouts | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+1 |
* | bump h2 dependency and use latest API | Thomas Kriechbaumer | 2016-02-04 | 1 | -1/+1 |
* | --wip-- | Thomas Kriechbaumer | 2016-02-04 | 1 | -0/+1 |
* | Allow Pillow 3.1 | Felix Yan | 2016-01-14 | 1 | -1/+1 |
* | setup.py: document that we don't want to use '~=' | Maximilian Hils | 2015-12-03 | 1 | -1/+3 |
* | use version specifiers compatible with old setuptools releases | Maximilian Hils | 2015-12-03 | 1 | -22/+21 |
* | Revert "make setup.py wheel-ready" | Maximilian Hils | 2015-12-03 | 1 | -45/+66 |
* | make setup.py wheel-ready | Maximilian Hils | 2015-12-03 | 1 | -66/+45 |
* | add new pyinstaller spec files | Maximilian Hils | 2015-11-29 | 1 | -1/+1 |
* | finalize script reloading :tada: | Maximilian Hils | 2015-11-14 | 1 | -0/+1 |
* | be more conservative about dependency versions | Maximilian Hils | 2015-11-13 | 1 | -21/+21 |
* | experimental: run tests using py.tests | Maximilian Hils | 2015-09-21 | 1 | -2/+3 |
* | experimental: don't interfere with headers, fix #93 | Maximilian Hils | 2015-09-18 | 1 | -6/+10 |
* | improve readme | Maximilian Hils | 2015-09-16 | 1 | -1/+1 |
* | Merge pull request #751 from mitmproxy/readthedocs | Maximilian Hils | 2015-09-16 | 1 | -1/+3 |
|\ |
|
| * | Merge branch 'master' into readthedocs | Maximilian Hils | 2015-09-08 | 1 | -3/+9 |
| |\ |
|
| * | | docs: update documentedlist, add filter table headers | Maximilian Hils | 2015-09-08 | 1 | -1/+1 |
| * | | docs++ | Maximilian Hils | 2015-09-06 | 1 | -1/+3 |
* | | | mitmdump: colorize output, add content views | Maximilian Hils | 2015-09-11 | 1 | -3/+5 |
| |/
|/| |
|
* | | whitelist next_layer for @concurrent | Maximilian Hils | 2015-09-07 | 1 | -3/+9 |
|/ |
|
* | Merge remote-tracking branch 'origin/master' into proxy-refactor-cb | Maximilian Hils | 2015-08-30 | 1 | -2/+0 |
|\ |
|
| * | Remove release tools | Aldo Cortesi | 2015-08-16 | 1 | -2/+0 |
* | | manually read tls clienthello [wip] | Maximilian Hils | 2015-08-26 | 1 | -1/+3 |
|/ |
|
* | make build script amazing | Maximilian Hils | 2015-07-22 | 1 | -0/+1 |
* | streamline build process | Maximilian Hils | 2015-07-21 | 1 | -0/+1 |
* | improve dependency management in setup.py | Maximilian Hils | 2015-07-04 | 1 | -19/+24 |
* | replace contrib libraries with pypi dependencies | Thomas Kriechbaumer | 2015-06-02 | 1 | -1/+3 |
* | Remove dependency on PyOpenSSL, move version check into netlib. | Aldo Cortesi | 2015-05-31 | 1 | -1/+0 |
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -15/+8 |
* | docs: first-pass conversion to bootstrap3 | Aldo Cortesi | 2015-05-20 | 1 | -1/+2 |
* | Add blinker dependency, start using it to refactor console app | Aldo Cortesi | 2015-03-21 | 1 | -1/+2 |
* | require urwid 1.3 | Maximilian Hils | 2015-03-18 | 1 | -1/+1 |
* | add mitmweb executable | Maximilian Hils | 2015-03-06 | 1 | -2/+3 |
* | use entry_points for Windows support | Maximilian Hils | 2015-02-27 | 1 | -1/+7 |
* | Merge pull request #467 from mitmproxy/clipboard | Maximilian Hils | 2015-02-08 | 1 | -1/+2 |
|\ |
|
| * | save_flow now uses with, and pyperclip requirement updated to 1.5.8 | Marcelo Glezer | 2015-02-06 | 1 | -1/+1 |
| * | added pyperclip dependency | Marcelo Glezer | 2015-02-05 | 1 | -1/+2 |
* | | fix tests, re-enable pypy, do housekeeping | Maximilian Hils | 2015-02-07 | 1 | -3/+4 |
|/ |
|