aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* mitmdump: also set dumper_filter to default filter on startupAldo Cortesi2018-04-141-0/+1
* readfile: add a readfile_filter optionAldo Cortesi2018-04-142-1/+25
* asyncio: adjust readfile.py addon for asyncAldo Cortesi2018-04-142-14/+17
* asyncio: ditch the handler contextAldo Cortesi2018-04-074-52/+16
* asyncio: remove master.add_log, in favor of a persistent log.Log instanceAldo Cortesi2018-04-075-24/+11
* asyncio: remove test master.has_logAldo Cortesi2018-04-071-2/+2
* asyncio: move log mechanism onto the event loopAldo Cortesi2018-04-074-3/+14
* asyncio simplify: we don't need a queue for proxy->main loop commsAldo Cortesi2018-04-074-22/+17
* asyncio: remove last vestiage of channel input from masterAldo Cortesi2018-04-072-7/+2
* Merge pull request #3031 from itzikBraun/add-httpie-exportAldo Cortesi2018-04-061-3/+23
|\
| * added option to export request as httpie commanditzikBraun2018-04-021-3/+23
* | Merge pull request #2971 from kira0204/user-script-exceptionAldo Cortesi2018-04-061-3/+23
|\ \
| * | use error handler functionkira02042018-03-261-4/+4
| * | User script exception handler[squash]kira02042018-03-071-0/+20
* | | Remove socket listen backlog constraintAldo Cortesi2018-04-061-2/+1
* | | fix http retry timeoutMaximilian Hils2018-04-051-14/+21
* | | Merge pull request #3029 from cortesi/eventloopAldo Cortesi2018-04-046-75/+74
|\ \ \
| * | | asyncio: cleanup and lintAldo Cortesi2018-04-023-4/+3
| * | | asyncio: rebase mitmweb Tornado event loop on asyncioAldo Cortesi2018-04-021-1/+4
| * | | asyncio: test cleanupAldo Cortesi2018-04-022-0/+9
| * | | asyncio: shift console over to asyncio eventloopAldo Cortesi2018-04-022-9/+5
| * | | asyncio: make http2 tests passAldo Cortesi2018-04-021-7/+10
| * | | asyncio: fix channel interface and testsAldo Cortesi2018-04-012-5/+10
| * | | asyncio: fix client replayAldo Cortesi2018-04-012-23/+3
| * | | asyncio: start a test loop for unit testsAldo Cortesi2018-04-014-6/+6
| * | | asyncio: clean up event loop acquisitionAldo Cortesi2018-04-011-17/+11
| * | | asyncio: brutally rip out our old queue mechanismAldo Cortesi2018-04-014-43/+53
| | |/ | |/|
* / | Fixed --no-mouse parameter messageEmil Stahl2018-04-031-1/+1
|/ /
* | Python 3.5 is dead -- long live Python 3.6!Thomas Kriechbaumer2018-03-313-15/+6
* | don't crash if server address is unknown, fix #2969Maximilian Hils2018-03-232-12/+11
* | minor improvementsMaximilian Hils2018-03-181-1/+1
* | Remove Highlight from statusbarFenil Gandhi2018-03-191-3/+1
* | Update cut.pyjplochocki2018-03-181-1/+1
* | Fixing the Fix for #2990Fenil Gandhi2018-03-151-0/+2
* | Removing the erroneously highlighted keybindingFenil Gandhi2018-03-151-4/+0
* | Merge pull request #2956 from kira0204/test-for-2850Maximilian Hils2018-03-151-3/+8
|\ \
| * | wrong additionskira02042018-03-061-3/+8
| |/
* | fix docstringThomas Kriechbaumer2018-03-101-1/+1
* | Added Support for AUR Google ChromeOliver Fish2018-03-071-0/+1
* | Update remaining old docs url with new one.Fenil Gandhi2018-03-052-3/+3
* | Merge pull request #2945 from kajojify/shorteningAldo Cortesi2018-03-052-2/+35
|\ \
| * | Minor fixes.Miroslav2018-03-031-6/+10
| * | Addition to the commentMiroslav2018-03-031-1/+1
| * | Finalization of tests. Conditions rewritten again.Miroslav2018-03-022-8/+12
| * | Initial tests. New conditions.Miroslav2018-03-011-20/+14
| * | Shortening notifications in statusbarMiroslav2018-02-282-2/+33
* | | Merge pull request #2868 from kira0204/data-crashMaximilian Hils2018-03-041-5/+2
|\ \ \
| * | | Testingkira02042018-02-191-4/+1
| * | | Fixing getterkira02042018-02-191-1/+1
| * | | fix 2794kira02042018-02-151-1/+1