Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sketch out a more solid core | Aldo Cortesi | 2016-05-28 | 1 | -1/+1 |
* | fix py3 tests | Maximilian Hils | 2016-05-25 | 1 | -1/+1 |
* | bytes_to_escaped_str: always escape single quotes | Maximilian Hils | 2016-05-25 | 1 | -1/+7 |
* | escaped_str_to_bytes: support unicode on python 2 | Maximilian Hils | 2016-05-25 | 1 | -1/+5 |
* | Merge branch 'issue-1099' | Maximilian Hils | 2016-05-20 | 2 | -0/+9 |
|\ | |||||
| * | fix #1099 | Maximilian Hils | 2016-05-20 | 2 | -0/+9 |
* | | A clearer implementation of MultiDictView | Aldo Cortesi | 2016-05-21 | 5 | -106/+95 |
* | | Merge branch 'multidict' of https://github.com/mhils/mitmproxy into mhils-mul... | Aldo Cortesi | 2016-05-21 | 11 | -214/+487 |
|\| | |||||
| * | tests++ | Maximilian Hils | 2016-05-20 | 3 | -6/+14 |
| * | fix Header docs | Maximilian Hils | 2016-05-20 | 1 | -3/+3 |
| * | improve MultiDict, add ImmutableMultiDict, adjust response.cookies | Maximilian Hils | 2016-05-18 | 7 | -250/+363 |
| * | add MultiDict | Maximilian Hils | 2016-05-18 | 10 | -148/+300 |
* | | clean up odict | Maximilian Hils | 2016-05-18 | 1 | -47/+34 |
|/ | |||||
* | Sanitize Print (#1135) | Maximilian Hils | 2016-05-12 | 1 | -0/+28 |
* | replace SimpleCookie with our own parser lib | Thomas Kriechbaumer | 2016-05-11 | 1 | -1/+1 |
* | improve cookie parsing | Thomas Kriechbaumer | 2016-05-10 | 3 | -37/+20 |
* | fix #1120 | Maximilian Hils | 2016-05-09 | 2 | -1/+3 |
* | remove netlib version check | Maximilian Hils | 2016-04-29 | 1 | -14/+0 |
* | fix CONNECT display in upstream mode | Maximilian Hils | 2016-04-20 | 1 | -0/+2 |
* | peer_address -> ip_address | Maximilian Hils | 2016-04-11 | 2 | -3/+4 |
* | bump version | Maximilian Hils | 2016-04-09 | 1 | -1/+1 |
* | Merge branch 'better-replace' | Maximilian Hils | 2016-04-03 | 5 | -12/+77 |
|\ | |||||
| * | improve .replace() and move it into netlib | Maximilian Hils | 2016-04-02 | 5 | -12/+77 |
* | | Merge pull request #1074 from mitmproxy/move-response-refresh | Thomas Kriechbaumer | 2016-04-03 | 2 | -0/+68 |
|\ \ | |||||
| * | | move HTTPResponse.refresh into netlib | Maximilian Hils | 2016-04-02 | 2 | -0/+68 |
* | | | Merge pull request #1073 from mitmproxy/first-line-format | Thomas Kriechbaumer | 2016-04-03 | 2 | -25/+4 |
|\ \ \ | |||||
| * | | | form_(in|out) -> first_line_format | Maximilian Hils | 2016-04-02 | 2 | -25/+4 |
| |/ / | |||||
* / / | response.msg -> response.reason | Maximilian Hils | 2016-04-02 | 1 | -10/+0 |
|/ / | |||||
* / | fix #1067 | Maximilian Hils | 2016-04-02 | 1 | -1/+1 |
|/ | |||||
* | add Serializeable.copy | Maximilian Hils | 2016-04-02 | 5 | -11/+7 |
* | s/nocover/no cover/g | Thomas Kriechbaumer | 2016-03-27 | 5 | -25/+25 |
* | update comments | Matthew Shao | 2016-03-26 | 1 | -4/+4 |
* | replace CONTENT_MISSING with None. | Matthew Shao | 2016-03-26 | 3 | -10/+6 |
* | Setting CONTENT_MISSING to None | Matthew Shao | 2016-03-26 | 1 | -1/+1 |
* | netlib: request.path can be None | Maximilian Hils | 2016-03-20 | 1 | -1/+4 |
* | Merge pull request #1014 from ikoz/master | Maximilian Hils | 2016-03-17 | 1 | -0/+10 |
|\ | |||||
| * | New option: Add server certs to client chain | ikoz | 2016-03-08 | 1 | -0/+10 |
* | | Merge pull request #1030 from xhy940801/socks | Maximilian Hils | 2016-03-16 | 1 | -1/+57 |
|\ \ | |||||
| * | | Add 'UsernamePasswordAuth' 'UsernamePasswordAuthResponse' to SOCKS | yonder | 2016-03-15 | 1 | -1/+57 |
| |/ | |||||
* | | use "peer_address" instead of "sock_address" | lilydjwg | 2016-03-15 | 1 | -3/+3 |
* | | add resolved IP address in "Details" tab | 依云 | 2016-03-10 | 1 | -0/+3 |
|/ | |||||
* | fix #956 | Maximilian Hils | 2016-02-19 | 1 | -5/+1 |
* | Merge remote-tracking branch 'duffer/pretty-host' | Maximilian Hils | 2016-02-18 | 1 | -1/+24 |
|\ | |||||
| * | Incorporate comments made during review | Shadab Zafar | 2016-02-18 | 1 | -5/+3 |
| * | Use host header values only when the ports match | Shadab Zafar | 2016-02-18 | 1 | -1/+6 |
| * | Handle port numbers in host header | Shadab Zafar | 2016-02-17 | 1 | -3/+23 |
* | | fix test paths, move coverage config into setup.py | Maximilian Hils | 2016-02-18 | 1 | -1/+1 |
* | | combine projects | Maximilian Hils | 2016-02-18 | 32 | -107/+0 |
|/ | |||||
* | move tservers helper | Thomas Kriechbaumer | 2016-02-16 | 1 | -109/+0 |
* | fix wheel creation, re-add MANIFEST.in | Maximilian Hils | 2016-02-16 | 1 | -3/+1 |