Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Utils reorganisation: add netlib.strutils | Aldo Cortesi | 2016-06-02 | 3 | -7/+7 |
* | Merge pull request #1183 from mitmproxy/module-imports | Aldo Cortesi | 2016-06-01 | 1 | -1/+3 |
|\ | |||||
| * | use module-level imports only | Maximilian Hils | 2016-05-31 | 1 | -1/+3 |
* | | Reorganise netlib imports according to Google Style Guide | Aldo Cortesi | 2016-06-01 | 12 | -112/+117 |
|/ | |||||
* | be more strict about module namespaces | Maximilian Hils | 2016-05-31 | 1 | -4/+4 |
* | Fix tests harder | Aldo Cortesi | 2016-05-31 | 1 | -2/+2 |
* | http2.frame -> http2.framereader | Aldo Cortesi | 2016-05-31 | 1 | -0/+0 |
* | Satisfy flake8 | Aldo Cortesi | 2016-05-31 | 2 | -1/+2 |
* | Move human-friendly format functions to netlib.human, remove redundant implem... | Aldo Cortesi | 2016-05-31 | 1 | -2/+2 |
* | utils.multipartdecode -> http.multipart.decode | Aldo Cortesi | 2016-05-31 | 3 | -1/+61 |
* | netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokens | Aldo Cortesi | 2016-05-31 | 1 | -1/+13 |
* | Module is part of the name - url.decode, not url.urldecode | Aldo Cortesi | 2016-05-31 | 4 | -15/+15 |
* | Extract url functions from netlib.utils and move to netlib.http.url | Aldo Cortesi | 2016-05-31 | 4 | -12/+109 |
* | Start cleaning up netlib.utils | Aldo Cortesi | 2016-05-31 | 4 | -39/+60 |
* | Improve handling of pseudo-headers | Aldo Cortesi | 2016-05-31 | 1 | -6/+8 |
* | Satisfy flake8 | Aldo Cortesi | 2016-05-30 | 1 | -5/+0 |
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 2 | -3/+3 |
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -2/+2 |
* | fix tests | Maximilian Hils | 2016-05-28 | 3 | -3/+3 |
* | netlib: fix most flake8 offenses | Thomas Kriechbaumer | 2016-05-28 | 4 | -9/+24 |
* | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 4 | -5/+0 |
* | Merge branch 'issue-1099' | Maximilian Hils | 2016-05-20 | 1 | -0/+6 |
|\ | |||||
| * | fix #1099 | Maximilian Hils | 2016-05-20 | 1 | -0/+6 |
* | | A clearer implementation of MultiDictView | Aldo Cortesi | 2016-05-21 | 4 | -97/+55 |
|/ | |||||
* | tests++ | Maximilian Hils | 2016-05-20 | 2 | -3/+3 |
* | fix Header docs | Maximilian Hils | 2016-05-20 | 1 | -3/+3 |
* | improve MultiDict, add ImmutableMultiDict, adjust response.cookies | Maximilian Hils | 2016-05-18 | 6 | -87/+123 |
* | add MultiDict | Maximilian Hils | 2016-05-18 | 7 | -136/+137 |
* | 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 | 1 | -1/+1 |
* | fix CONNECT display in upstream mode | Maximilian Hils | 2016-04-20 | 1 | -0/+2 |
* | peer_address -> ip_address | Maximilian Hils | 2016-04-11 | 1 | -0/+1 |
* | Merge branch 'better-replace' | Maximilian Hils | 2016-04-03 | 3 | -1/+66 |
|\ | |||||
| * | improve .replace() and move it into netlib | Maximilian Hils | 2016-04-02 | 3 | -1/+66 |
* | | 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 |
|/ | |||||
* | add Serializeable.copy | Maximilian Hils | 2016-04-02 | 4 | -11/+4 |
* | 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 remote-tracking branch 'duffer/pretty-host' | Maximilian Hils | 2016-02-18 | 1 | -1/+24 |
* | combine projects | Maximilian Hils | 2016-02-18 | 14 | -0/+2353 |