aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
Commit message (Expand)AuthorAgeFilesLines
* console: keybindings tweaksAldo Cortesi2017-06-142-7/+10
* console: add console.key.edit.focus, bind to "enter"Aldo Cortesi2017-06-142-4/+23
* console: add console.key.execute.focus, bind to xAldo Cortesi2017-06-142-2/+16
* console: add console.key.unbind.focus, bind "d" key in keymap editorAldo Cortesi2017-06-144-6/+42
* console: console.key.bind console.key.unbind commandsAldo Cortesi2017-06-146-19/+112
* console: use master.shutdown rather than raising urwid.ExitMainLoopAldo Cortesi2017-06-131-2/+1
* console: extract console addons into consoleaddons.pyAldo Cortesi2017-06-132-426/+430
* console: keymap - list keys with modifiers separatelyAldo Cortesi2017-06-132-4/+7
* console: teach keymap to understand "space"Aldo Cortesi2017-06-132-8/+14
* console: key binding viewerAldo Cortesi2017-06-137-12/+156
* view: show a message if we remove more than one flow from viewAldo Cortesi2017-06-131-0/+2
* commands: teach parser correct annotations for variable argsAldo Cortesi2017-06-133-8/+12
* core: set command can now take multiple valuesAldo Cortesi2017-06-132-3/+5
* config: don't crash with a config file containing only commentsAldo Cortesi2017-06-131-0/+2
* Minor: formatting, make default color scheme solarized-darkAldo Cortesi2017-06-132-11/+21
* Remove private key from PKCS12 fileOliver Graff2017-06-121-0/+6
* console: console.eventlog.clear command, bind to "z" by defaultAldo Cortesi2017-06-116-6/+19
* console: extract "enter" to m_selectAldo Cortesi2017-06-1112-131/+18
* console: delete stale help codeAldo Cortesi2017-06-112-30/+0
* console: extract "tab" to m_next pseudo-keyAldo Cortesi2017-06-118-73/+16
* console: Make global nav keys work within helpAldo Cortesi2017-06-112-6/+17
* console: Key binding helpAldo Cortesi2017-06-114-118/+147
* console: auto-generate context key binding helpAldo Cortesi2017-06-1110-50/+91
* console: help - remove hardcoded help everywhereAldo Cortesi2017-06-117-205/+3
* console: generalise grideditor help text, only show headers if we have themAldo Cortesi2017-06-111-15/+17
* console: grideditor - re-add column headersAldo Cortesi2017-06-112-21/+2
* console: grideditor keybindings for r, R and eAldo Cortesi2017-06-113-70/+72
* console: overlays shouldn't clear window titlesAldo Cortesi2017-06-112-7/+11
* console: extract grideditor keybindingsAldo Cortesi2017-06-1112-148/+191
* console: grideditors don't display their own titles anymoreAldo Cortesi2017-06-101-10/+1
* console: layout pane heaadersAldo Cortesi2017-06-1010-12/+46
* Merge pull request #2379 from ujjwal96/kaitaiThomas Kriechbaumer2017-06-061-3/+5
|\
| * Update png.py. Stop reading after IENDUjjwal Verma2017-06-061-3/+5
* | Fixes #2377 #2323Ujjwal Verma2017-06-062-2/+2
|/
* check tty after options parsingThomas Kriechbaumer2017-06-042-5/+6
* check for tty when running mitmproxyThomas Kriechbaumer2017-06-041-1/+7
* Merge pull request #2367 from mhils/issue-2329Thomas Kriechbaumer2017-06-023-1/+14
|\
| * minor improvementsMaximilian Hils2017-06-022-0/+5
| * fix #2329Maximilian Hils2017-06-011-1/+9
* | Fixes #2230 (#2361)Ujjwal Verma2017-06-021-1/+6
|/
* sync with PyWBXMLDecoder master branch (#2366)David Shaw2017-06-016-12/+12
* Increase test coverageUjjwal Verma2017-05-311-4/+4
* Merge pull request #2358 from mhils/make-mypy-great-againMaximilian Hils2017-05-272-13/+17
|\
| * fix mypy annotationsMaximilian Hils2017-05-262-13/+17
* | http2: prevent KeyErrorThomas Kriechbaumer2017-05-261-8/+9
* | fail-safe flowfilterThomas Kriechbaumer2017-05-261-0/+2
|/
* cleanup old tls_parserThomas Kriechbaumer2017-05-261-208/+0
* Merge pull request #2353 from ujjwal96/tls-parserThomas Kriechbaumer2017-05-264-12/+300
|\
| * Added ksy file and updated make.shUjjwal Verma2017-05-262-0/+140
| * Using kaitai struct to parse tls client helloUjjwal Verma2017-05-262-12/+160