aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* web: fix bugsMaximilian Hils2015-03-217-13/+19
|
* Add blinker dependency, start using it to refactor console appAldo Cortesi2015-03-219-52/+51
| | | | | Blinker lets us set up a central pub/sub mechanism to disentangle our object structure.
* Add window.py import missed in refactoringAldo Cortesi2015-03-201-0/+1
|
* console: pull primary window frame management out into window.pyAldo Cortesi2015-03-203-148/+157
|
* Pull console StatusBar into its own file.Aldo Cortesi2015-03-202-182/+187
|
* Remove cruft to work around an old Urwid bugAldo Cortesi2015-03-201-5/+0
|
* Fix general prompt input.Aldo Cortesi2015-03-202-0/+11
|
* Pull PathEdit out into its own file.Aldo Cortesi2015-03-204-110/+119
|
* Explicitly handle keyboard interrupt in mitmproxyAldo Cortesi2015-03-201-10/+13
| | | | Fixes #522
* Fix crashes on mouse click when input is being handledAldo Cortesi2015-03-201-3/+1
|
* onboarding app: serve certs inline to unbreak firefoxMaximilian Hils2015-03-191-2/+2
|
* Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2015-03-198-196/+294
|\
| * Nicer Solarized palettes, using the correct terminal valuesAldo Cortesi2015-03-192-71/+74
| |
| * Reinstate solarized_dark and solarized_light palettes.Aldo Cortesi2015-03-191-93/+93
| |
| * Less painful light heading bar paletteAldo Cortesi2015-03-191-2/+7
| | | | | | | | lowlight remains painful due to background color restrictions.
| * No output to stdout in the test suite, please.Aldo Cortesi2015-03-191-3/+4
| |
| * Revamp palette specificationAldo Cortesi2015-03-194-190/+271
| | | | | | | | | | | | | | - Split low-color and high-color specifications in palettes. - Split off light, dark, lowlight and lowdark palettes. Lowlight and lowdark will be the low-color base for most subsequent palettes. - Add a small script that makes test pattern requests to pathod.
| * Merge pull request #526 from tekii/fix-522Aldo Cortesi2015-03-193-3/+11
| |\ | | | | | | fix for #522
| | * test/test_console_help.py fixedMarcelo Glezer2015-03-181-1/+9
| | |
| | * fix for #522Marcelo Glezer2015-03-182-2/+2
| |/
* / fix webapp on WindowsMaximilian Hils2015-03-191-16/+20
|/ | | | | - the p12 file needs a ".p12" extension. simply naming the file "p12" isn't sufficient
* require urwid 1.3Maximilian Hils2015-03-181-1/+1
|
* Merge pull request #523 from tekii/fix-client-replay-keyMaximilian Hils2015-03-171-1/+1
|\ | | | | fixes crash pressing 'c':client-replay in mitmproxy
| * fixes crash pressing 'c':client-replay in mitmproxyMarcelo Glezer2015-03-171-1/+1
|/
* add table sortMaximilian Hils2015-03-178-109/+395
|
* web: smaller changesMaximilian Hils2015-03-159-106/+65
|
* Merge remote-tracking branch 'onlywade/master'Maximilian Hils2015-03-156-28/+63
|\ | | | | | | | | | | Conflicts: libmproxy/console/__init__.py libmproxy/console/flowlist.py
| * Adding a server replay option to ignore host when searching for matching ↵Wade Catron2015-03-086-28/+65
| | | | | | | | requests
* | Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2015-03-151-1/+1
|\ \
| * \ Merge pull request #519 from legendtang/masterMaximilian Hils2015-03-151-1/+1
| |\ \ | | | | | | | | update package.json during transition period, see #518
| | * | update package.json during transition period, see #518Legend Tang2015-03-151-1/+1
| |/ /
* | | mitmdump: improve request printingMaximilian Hils2015-03-151-9/+14
| | |
* | | mitmdump: decode flow before printingMaximilian Hils2015-03-151-48/+40
|/ /
* | Merge pull request #517 from mitmproxy/virtualenv-winMaximilian Hils2015-03-143-13/+19
|\ \ | | | | | | simplify virtualenv
| * | ./dev: echo what we have doneMaximilian Hils2015-03-142-2/+12
| | |
| * | Update README.mkdMaximilian Hils2015-03-141-2/+2
| | |
| * | simplify virtualenvMaximilian Hils2015-03-143-12/+8
|/ / | | | | | | | | | | | | | | - add dev.bat for Windows users - remove ~/.pipcache creation. If that causes issues with PyInstaller, we should use pip --no-cache-dir there or rm -r pip.locations.USER_CACHE_DIR. - remove superfluous pip install calls.
* | travis: fix coverallsMaximilian Hils2015-03-141-0/+2
| |
* | Indentation, style, whitespaceAldo Cortesi2015-03-134-40/+128
| |
* | Remove compatibility shim used to interop with older versions of UrwidAldo Cortesi2015-03-135-57/+35
| |
* | Formatting and whitespaceAldo Cortesi2015-03-133-21/+46
| |
* | Style & whitespaceAldo Cortesi2015-03-131-18/+35
| |
* | Integrate Urwid's MainLoop in console mitmproxyAldo Cortesi2015-03-131-191/+191
| | | | | | | | | | | | | | Urwid's method for accumulating multi-character escape codes is now tied up with its main loop, which means we can't avoid it. This commit fixes a range of issues (like escape not working to exit editable fields), and also improves responsiveness.
* | Better error when invalid palette is specifiedAldo Cortesi2015-03-122-2/+2
| |
* | Re-enable OSX binary builds for mitmproxy and mitmwebAldo Cortesi2015-03-121-8/+8
| |
* | Virtualenv is the one and only recommended dev environmentAldo Cortesi2015-03-123-55/+88
| | | | | | | | | | | | | | | | | | | | | | - Create a "dev" script to create a virtualenv-based dev environment - Update the docs to remove non-virtualenv install recommendations - Update osx-binaries generation to use virtualenv TODO: - The dev script or an equivalent should be made to work on Windows - We still can't remove the annoying top-level command scripts, because pyinstaller doesn't support entry points. Once it does, they can go.
* | Test suite should pass even if example dependencies are not presentAldo Cortesi2015-03-121-2/+8
| |
* | Update for latest master of PyInstallerAldo Cortesi2015-03-124-15/+11
| |
* | Merge branch 'master' of github.com:mitmproxy/mitmproxyMaximilian Hils2015-03-110-0/+0
|\ \
| * \ Merge pull request #509 from suyash/mitmweb-add-sourcemap-generationMaximilian Hils2015-03-082-10/+18
| |\ \ | | |/ | |/| add sourcemap generation for scripts-app-dev task