aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #3070 from CorTal/Fix#3066Thomas Kriechbaumer2018-04-181-1/+1
|\ \ \ \
| * | | | call_soon->ensure_futureCorTal2018-04-181-1/+1
|/ / / /
* | | | Merge pull request #3069 from cortesi/mwebAldo Cortesi2018-04-183-29/+8
|\ \ \ \
| * | | | mitmweb: don't blort all over my config fileAldo Cortesi2018-04-181-5/+5
| * | | | tcp: As of Python 3.5, EINTR is retried automatically by selectAldo Cortesi2018-04-181-10/+1
| * | | | mitmweb: shift to use new run_loop wrapper on masterAldo Cortesi2018-04-181-14/+2
|/ / / /
* | | | Merge pull request #3064 from cortesi/mexitAldo Cortesi2018-04-182-24/+29
|\ \ \ \
| * | | | asyncio: fix exit behavior for consoleAldo Cortesi2018-04-172-24/+29
* | | | | Merge pull request #3063 from cortesi/sigsAldo Cortesi2018-04-172-17/+22
|\| | | |
| * | | | Ignore signal errors on windows + various fixesAldo Cortesi2018-04-172-17/+22
|/ / / /
* | | | Merge pull request #3048 from cortesi/qbenchAldo Cortesi2018-04-1719-51438/+112
|\ \ \ \ | |/ / / |/| | |
| * | | asyncio: clarify shutdown semanticsAldo Cortesi2018-04-166-27/+29
| * | | Clean up test/helper_tools directoryAldo Cortesi2018-04-165-51323/+0
| * | | Improve benchmarkingAldo Cortesi2018-04-169-93/+88
|/ / /
* | | Merge pull request #3059 from obscure76/enh/issue-3053Aldo Cortesi2018-04-1660-149/+149
|\ \ \
| * | | fix Python 3.6 variable type annotations #3053oscure762018-04-1460-149/+149
* | | | Merge pull request #3050 from kira0204/error-scriptAldo Cortesi2018-04-153-10/+29
|\ \ \ \
| * | | | Handling user script exceptions, fix #2839kira02042018-04-103-10/+29
* | | | | Merge pull request #3057 from mitmproxy/requires-io-masterAldo Cortesi2018-04-151-2/+2
|\ \ \ \ \
| * | | | | [requires.io] dependency updaterequires.io2018-04-141-1/+1
| * | | | | [requires.io] dependency updaterequires.io2018-04-141-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #3056 from cortesi/readfileAldo Cortesi2018-04-154-54/+99
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mitmdump: also set dumper_filter to default filter on startupAldo Cortesi2018-04-141-0/+1
| * | | | readfile: add a readfile_filter optionAldo Cortesi2018-04-144-40/+81
| * | | | asyncio: adjust readfile.py addon for asyncAldo Cortesi2018-04-142-14/+17
* | | | | Merge pull request #3054 from Kriechi/fix-exampleAldo Cortesi2018-04-141-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix example filenameThomas Kriechbaumer2018-04-131-1/+1
|/ / / /
* / / / fix GA idMaximilian Hils2018-04-111-1/+1
|/ / /
* | | Merge pull request #3035 from cortesi/aiosimplerAldo Cortesi2018-04-0735-295/+285
|\ \ \
| * | | asyncio: ditch the handler contextAldo Cortesi2018-04-077-54/+21
| * | | asyncio: remove master.add_log, in favor of a persistent log.Log instanceAldo Cortesi2018-04-076-25/+12
| * | | asyncio: remove test master.has_logAldo Cortesi2018-04-077-30/+40
| * | | asyncio: move log mechanism onto the event loopAldo Cortesi2018-04-0721-94/+128
| * | | asyncio simplify: we don't need a queue for proxy->main loop commsAldo Cortesi2018-04-0713-85/+83
| * | | asyncio: remove last vestiage of channel input from masterAldo Cortesi2018-04-073-17/+11
|/ / /
* | | Merge pull request #3031 from itzikBraun/add-httpie-exportAldo Cortesi2018-04-062-4/+52
|\ \ \
| * | | added option to export request as httpie commanditzikBraun2018-04-022-4/+52
* | | | Merge pull request #2971 from kira0204/user-script-exceptionAldo Cortesi2018-04-062-6/+38
|\ \ \ \
| * | | | use error handler functionkira02042018-03-262-7/+7
| * | | | User script exception handler[squash]kira02042018-03-072-0/+32
* | | | | Merge pull request #3046 from cortesi/backlogAldo Cortesi2018-04-061-2/+1
|\ \ \ \ \
| * | | | | Remove socket listen backlog constraintAldo Cortesi2018-04-061-2/+1
|/ / / / /
* | | | | update release instructionsMaximilian Hils2018-04-051-0/+5
* | | | | update CHANGELOGMaximilian Hils2018-04-051-2/+14
* | | | | Merge pull request #3044 from mhils/issue-3038Maximilian Hils2018-04-052-52/+27
|\ \ \ \ \
| * | | | | fix http retry timeoutMaximilian Hils2018-04-052-52/+27
|/ / / / /
* | | | | Merge pull request #3032 from mitmproxy/requires-io-masterAldo Cortesi2018-04-051-1/+1
|\ \ \ \ \
| * | | | | [requires.io] dependency updaterequires.io2018-04-021-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #3029 from cortesi/eventloopAldo Cortesi2018-04-0416-224/+170
|\ \ \ \ \
| * | | | | minor fixesAldo Cortesi2018-04-032-10/+4