aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* Add test for body (~b)Shadab Zafar2016-07-161-6/+16
* console: don't let messages overwrite promptsAldo Cortesi2016-07-161-1/+2
* Make mitmdump return an error exit status if errors occurred during runAldo Cortesi2016-07-162-0/+6
* Flash a status bar message if an error log event occursAldo Cortesi2016-07-161-0/+3
* Add a helper to translate a log level to a tierAldo Cortesi2016-07-163-4/+8
* Trigger "start" when scripts are reloaded.Aldo Cortesi2016-07-161-0/+1
* add_event -> add_log throughout projectAldo Cortesi2016-07-169-43/+42
* Fix log level handlingAldo Cortesi2016-07-166-9/+13
* Add addons after initialisation in mitmproxy consoleAldo Cortesi2016-07-161-3/+3
* fix #1358Maximilian Hils2016-07-152-11/+11
* Script cleanupsAldo Cortesi2016-07-151-14/+33
* Add .start for addons and scriptsAldo Cortesi2016-07-154-11/+24
* Always use PollingObserverAldo Cortesi2016-07-141-7/+2
* Merge branch 'master' into scriptAldo Cortesi2016-07-141-0/+2
|\
| * Add missing mitmweb optionAldo Cortesi2016-07-141-0/+2
* | Add a tick event for addons and scripts, and use it for race-free reloadAldo Cortesi2016-07-142-14/+23
* | Tighten the tick loopAldo Cortesi2016-07-141-17/+14
* | Script cleanup: editing in console, Python3 compatibility fixesAldo Cortesi2016-07-144-48/+20
* | Convert examples and example tests for new-style scriptsAldo Cortesi2016-07-141-0/+1
* | Zap old scripts infrastructure, fix concurrency testsAldo Cortesi2016-07-144-192/+0
* | First-order integration of scripts addonAldo Cortesi2016-07-146-98/+182
|/
* Re-add deletion of stickycookies (#1355)Shadab Zafar2016-07-141-4/+14
* minor fixesMaximilian Hils2016-07-132-2/+2
* make options explicitMaximilian Hils2016-07-136-113/+159
* Stream to file -> addonAldo Cortesi2016-07-144-43/+63
* Zap unused importsAldo Cortesi2016-07-141-3/+0
* Ditch StickyCookie moduleAldo Cortesi2016-07-142-65/+2
* StickyCookies to addonAldo Cortesi2016-07-147-38/+81
* AntiCache to addonAldo Cortesi2016-07-146-11/+20
* Add a .setter helper to OptionsAldo Cortesi2016-07-145-9/+13
* Handle OptionsError for command-line args.Aldo Cortesi2016-07-141-3/+11
* Move StickyAuth into addonAldo Cortesi2016-07-149-48/+39
* func.__name__ works in both 2.7 and 3.5Aldo Cortesi2016-07-141-3/+1
* Satisfy our ruthless linting overlordsAldo Cortesi2016-07-131-0/+1
* Add the addons mechanismAldo Cortesi2016-07-139-8/+31
* Basic outline of addonsAldo Cortesi2016-07-137-20/+95
* Show how options integrates with consoleAldo Cortesi2016-07-134-0/+11
* More powerful Options schemeAldo Cortesi2016-07-135-25/+76
* Make sudo pfctl error check Python 3 compatiblestrohu2016-07-121-2/+2
* Fix is_ascii check when determining next layerstrohu2016-07-121-1/+1
* http2: more coverageThomas Kriechbaumer2016-07-101-24/+30
* Move cookie expiry detection to separate functionShadab Zafar2016-07-091-16/+1
* Delete stickycookies when told by the serverShadab Zafar2016-07-091-4/+29
* strutils.hexdump returns native_stringsShadab Zafar2016-07-091-1/+1
* py3++Shadab Zafar2016-07-092-6/+6
* py3++: test_dumpShadab Zafar2016-07-092-4/+5
* Merge pull request #1327 from mitmproxy/remove-script-contextMaximilian Hils2016-07-089-130/+84
|\
| * move script context to mitmproxy.ctxMaximilian Hils2016-07-083-11/+10
| * remove script contextsMaximilian Hils2016-07-079-130/+85
* | Updated coding style and modified flow format compat test to use v0.11 and v0...jpkrause2016-07-081-0/+3