Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debug: Hard exit after debug signal | Aldo Cortesi | 2016-10-04 | 2 | -4/+9 |
* | debug: add a dump of objects in memory | Aldo Cortesi | 2016-10-04 | 1 | -0/+14 |
* | Consolidate logging | Aldo Cortesi | 2016-10-04 | 12 | -46/+81 |
* | http2: support the requestheaders event | Aldo Cortesi | 2016-10-04 | 3 | -14/+17 |
* | Clarify channel interaction pattern | Aldo Cortesi | 2016-10-04 | 2 | -12/+7 |
* | http2: frames don't have a human_readable method | Aldo Cortesi | 2016-10-04 | 1 | -4/+4 |
* | Add requestheaders event | Aldo Cortesi | 2016-10-04 | 5 | -17/+32 |
* | websockets_handshake -> websocket_handshake | Aldo Cortesi | 2016-10-04 | 5 | -7/+7 |
* | Merge pull request #1587 from Kriechi/rename-filt | Aldo Cortesi | 2016-10-04 | 19 | -166/+144 |
|\ | |||||
| * | fix flowfilter.match args | Thomas Kriechbaumer | 2016-10-03 | 7 | -24/+24 |
| * | use flowfilter.match | Thomas Kriechbaumer | 2016-10-03 | 8 | -30/+24 |
| * | move flow.match to flowfilter.match | Thomas Kriechbaumer | 2016-10-03 | 2 | -19/+8 |
| * | rename mitmproxy.filt -> mitmproxy.flowfilter | Thomas Kriechbaumer | 2016-10-03 | 18 | -133/+128 |
* | | update dependencies | Maximilian Hils | 2016-10-03 | 1 | -2/+2 |
* | | Merge pull request #1590 from rofreg/chain_file_conflict | Maximilian Hils | 2016-10-03 | 1 | -5/+1 |
|\ \ | |/ |/| | |||||
| * | Fix SSL error | Ryan Laughlin | 2016-09-30 | 1 | -5/+1 |
* | | Revert "Add API to programmatically create new requests (#1534)" | Maximilian Hils | 2016-10-02 | 2 | -13/+0 |
* | | fix docs | Maximilian Hils | 2016-10-02 | 1 | -2/+1 |
* | | Add API to programmatically create new requests (#1534) | Tyler St. Onge | 2016-10-01 | 2 | -0/+13 |
* | | Merge pull request #1588 from cortesi/consolereplay | Aldo Cortesi | 2016-09-30 | 3 | -16/+13 |
|\ \ | |||||
| * | | console: fix client replay | Aldo Cortesi | 2016-09-30 | 3 | -16/+13 |
|/ / | |||||
* | | Merge remote-tracking branch 'upstream/master' | Aldo Cortesi | 2016-09-30 | 2 | -3/+6 |
|\ \ | |||||
| * | | fix typo | Maximilian Hils | 2016-09-28 | 1 | -1/+1 |
| |/ | |||||
| * | fix host header modification, refs #1571 | Maximilian Hils | 2016-09-28 | 1 | -2/+5 |
* | | docs: minor formatting/cleanups | Aldo Cortesi | 2016-09-30 | 2 | -39/+13 |
* | | docs: remove auto-generated stubs | Aldo Cortesi | 2016-09-30 | 4 | -41/+0 |
* | | docs: make sidebar headings more legible | Aldo Cortesi | 2016-09-30 | 1 | -0/+4 |
|/ | |||||
* | parse_set_cookie header returns an empty list if no cookies are found | Aldo Cortesi | 2016-09-28 | 2 | -12/+7 |
* | Merge branch 'multi-cookie' of https://github.com/dufferzafar/mitmproxy | Aldo Cortesi | 2016-09-28 | 4 | -185/+269 |
|\ | |||||
| * | Clarify that 'expires' values MUST have a comma now | Shadab Zafar | 2016-09-27 | 1 | -1/+4 |
| * | Add tests for comma separated Set-Cookies | Shadab Zafar | 2016-09-27 | 1 | -10/+47 |
| * | Modify format_set_cookie_header to take cookie list | Shadab Zafar | 2016-09-27 | 2 | -15/+24 |
| * | Fixup an error with indices | Shadab Zafar | 2016-09-27 | 1 | -1/+1 |
| * | Can't have , in the sticky cookie test | Shadab Zafar | 2016-09-27 | 1 | -1/+0 |
| * | Make needed changes in tests | Shadab Zafar | 2016-09-27 | 1 | -30/+33 |
| * | Refactor functions | Shadab Zafar | 2016-09-27 | 1 | -35/+26 |
| * | Add a new pairs reader for SetCookie headers | Shadab Zafar | 2016-09-27 | 1 | -3/+15 |
| * | Rename _read_pairs to _read_cookie_pairs | Shadab Zafar | 2016-09-27 | 1 | -3/+22 |
| * | Rename _read_token to _read_key | Shadab Zafar | 2016-09-27 | 1 | -8/+8 |
| * | Move CookieAttrs and SetCookie to top | Shadab Zafar | 2016-09-27 | 1 | -18/+14 |
| * | Minor refactor | Shadab Zafar | 2016-09-27 | 1 | -2/+3 |
| * | Update cookie tests | Shadab Zafar | 2016-09-27 | 1 | -91/+84 |
| * | Add support for comma separated cookies | Shadab Zafar | 2016-09-27 | 1 | -30/+51 |
* | | Merge pull request #1571 from rofreg/server-sni-flag | Maximilian Hils | 2016-09-27 | 3 | -4/+10 |
|\ \ | |/ |/| | |||||
| * | In reverse proxy mode, always send SNI | Ryan Laughlin | 2016-09-27 | 3 | -4/+10 |
|/ | |||||
* | Merge pull request #1583 from mhils/patch-makesocket | Thomas Kriechbaumer | 2016-09-27 | 1 | -1/+5 |
|\ | |||||
| * | allow socket creation monkeypatchs | Maximilian Hils | 2016-09-27 | 1 | -1/+5 |
* | | Update reverse proxy host header docs | Ryan Laughlin | 2016-09-26 | 1 | -24/+9 |
* | | override host header in reverse proxy mode, refs #1571 | Maximilian Hils | 2016-09-26 | 1 | -0/+4 |
|/ | |||||
* | Revert "minor fixes" | Maximilian Hils | 2016-09-26 | 1 | -5/+8 |