Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Fix console search on Python 3 | Shadab Zafar | 2016-07-24 | 1 | -2/+2 | |
| | |/ | |/| | ||||||
* / | | fix keyboard navigation | Maximilian Hils | 2016-07-24 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #1421 from mhils/encoding-cache | Maximilian Hils | 2016-07-23 | 4 | -125/+100 | |
|\ \ | ||||||
| * | | remove content caching in netlib.http.Message | Maximilian Hils | 2016-07-23 | 2 | -117/+31 | |
| * | | add tests for single-element cache | Maximilian Hils | 2016-07-23 | 1 | -0/+30 | |
| * | | add single-element cache for netlib.encoding | Maximilian Hils | 2016-07-23 | 1 | -8/+39 | |
|/ / | ||||||
* | | fix #1373, fix #1154 (#1420) | Maximilian Hils | 2016-07-23 | 2 | -140/+139 | |
* | | Merge pull request #1380 from dufferzafar/marked-filter | Maximilian Hils | 2016-07-23 | 10 | -106/+96 | |
|\ \ | ||||||
| * | | Remove save marked flows prompt | Shadab Zafar | 2016-07-23 | 2 | -13/+3 | |
| * | | Add marked attribute when converting flow to 0.18 | Shadab Zafar | 2016-07-23 | 1 | -0/+1 | |
| * | | Test marked property while serialization roundtrip | Shadab Zafar | 2016-07-23 | 1 | -0/+2 | |
| * | | Remove [Marked Flows] status indicator | Shadab Zafar | 2016-07-23 | 1 | -4/+0 | |
| * | | Keep focus on same flow when disabling marked view | Shadab Zafar | 2016-07-23 | 1 | -2/+14 | |
| * | | Focus nearest matching flow if current flow is unmarked | Shadab Zafar | 2016-07-23 | 1 | -2/+23 | |
| * | | Move match function to Flow | Shadab Zafar | 2016-07-23 | 3 | -40/+20 | |
| * | | Keep focus on same flow when enabling marked view | Shadab Zafar | 2016-07-23 | 1 | -5/+15 | |
| * | | Remove flow marking from ConsoleState | Shadab Zafar | 2016-07-23 | 1 | -7/+0 | |
| * | | Use marked property in ConsoleState.clear | Shadab Zafar | 2016-07-23 | 1 | -6/+2 | |
| * | | Use ~marked filter while toggling marked view | Shadab Zafar | 2016-07-23 | 1 | -24/+9 | |
| * | | Add a marked filter | Shadab Zafar | 2016-07-23 | 1 | -0/+9 | |
| * | | Update unmark all flows "U" | Shadab Zafar | 2016-07-23 | 1 | -1/+1 | |
| * | | Update save_marked_flows to use the new attribute | Shadab Zafar | 2016-07-23 | 1 | -4/+1 | |
| * | | Fix display of mark status [m] | Shadab Zafar | 2016-07-23 | 2 | -3/+2 | |
| * | | Update toggling of marked attribute on pressing "m" | Shadab Zafar | 2016-07-23 | 1 | -4/+1 | |
| * | | Add marked attribute to flow | Shadab Zafar | 2016-07-23 | 1 | -1/+3 | |
* | | | Merge pull request #1416 from mhils/issue-1396 | Maximilian Hils | 2016-07-23 | 3 | -4/+8 | |
|\ \ \ | ||||||
| * | | | fix #1396, fix #1205, fix #1374 | Maximilian Hils | 2016-07-23 | 3 | -4/+8 | |
* | | | | make the linter happy | Maximilian Hils | 2016-07-23 | 1 | -1/+1 | |
* | | | | add remote debug example | Maximilian Hils | 2016-07-23 | 1 | -0/+19 | |
* | | | | Merge pull request #1402 from mhils/console-fixes | Maximilian Hils | 2016-07-23 | 4 | -23/+27 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | fix test_view_urlencoded | Maximilian Hils | 2016-07-23 | 3 | -5/+10 | |
| * | | | minor fixes | Maximilian Hils | 2016-07-21 | 2 | -19/+18 | |
* | | | | improve dumper addon text alignment (#1415) | Maximilian Hils | 2016-07-23 | 4 | -37/+54 | |
* | | | | http2: fix kill (#1413) | Thomas Kriechbaumer | 2016-07-23 | 1 | -0/+2 | |
* | | | | http2: cleanup tests | Thomas Kriechbaumer | 2016-07-23 | 1 | -37/+38 | |
| |/ / |/| | | ||||||
* | | | re-enable OSX builds on travis (#1411) | Maximilian Hils | 2016-07-22 | 1 | -4/+4 | |
* | | | Merge pull request #1412 from cortesi/updated | Aldo Cortesi | 2016-07-23 | 32 | -134/+154 | |
|\ \ \ | ||||||
| * | | | Addon iface: .configure(options) -> .configure(options, updated) | Aldo Cortesi | 2016-07-23 | 32 | -134/+154 | |
|/ / / | ||||||
* | | | Merge pull request #1410 from cortesi/addons | Aldo Cortesi | 2016-07-23 | 7 | -70/+136 | |
|\ \ \ | ||||||
| * | | | scripts: refactor some examples that keep global state | Aldo Cortesi | 2016-07-23 | 3 | -39/+43 | |
| * | | | script: convert test recorder to an addon class | Aldo Cortesi | 2016-07-23 | 2 | -19/+19 | |
| * | | | scripts: .start can now return an Addon instance | Aldo Cortesi | 2016-07-23 | 3 | -2/+39 | |
| * | | | script: tune auto reload | Aldo Cortesi | 2016-07-23 | 1 | -2/+12 | |
| * | | | script: add a namespace adaptor to match Addons | Aldo Cortesi | 2016-07-23 | 2 | -11/+26 | |
|/ / / | ||||||
* / / | fix mitmproxy 0.11 dumpfile - was 0.18 before | Maximilian Hils | 2016-07-22 | 1 | -0/+0 | |
|/ / | ||||||
* | | Merge pull request #1399 from mhils/fix-cv-cache-invalidation | Maximilian Hils | 2016-07-21 | 5 | -18/+26 | |
|\ \ | ||||||
| * | | fix content view cache invalidation | Maximilian Hils | 2016-07-21 | 5 | -18/+26 | |
* | | | Merge pull request #1400 from mhils/fix-copy-clipboard | Maximilian Hils | 2016-07-21 | 1 | -5/+8 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | py3: fix copy to clipboard | Maximilian Hils | 2016-07-21 | 1 | -5/+8 | |
|/ / | ||||||
* | | Merge pull request #1397 from mhils/console-fixes | Maximilian Hils | 2016-07-21 | 5 | -24/+14 | |
|\ \ |