Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some cookie formatting related tests | Shadab Zafar | 2016-08-15 | 1 | -3/+3 |
* | Add a function to get cookie expiration time | Shadab Zafar | 2016-08-15 | 1 | -0/+20 |
* | Add method to group pairs by cookies | Shadab Zafar | 2016-08-15 | 1 | -0/+20 |
* | add quote/unquote tests | Maximilian Hils | 2016-07-24 | 1 | -2/+42 |
* | remove content caching in netlib.http.Message | Maximilian Hils | 2016-07-23 | 1 | -33/+0 |
* | fix content view cache invalidation | Maximilian Hils | 2016-07-21 | 1 | -4/+0 |
* | Fix netlib.utils.is_valid_host | Aldo Cortesi | 2016-07-21 | 1 | -0/+9 |
* | fix-1366 | Thomas Kriechbaumer | 2016-07-16 | 1 | -4/+22 |
* | preserve content-type parameter order | Maximilian Hils | 2016-07-15 | 1 | -1/+3 |
* | Merge remote-tracking branch 'origin/master' into message-body-encoding | Maximilian Hils | 2016-07-15 | 4 | -8/+29 |
|\ | |||||
| * | Test cookies.is_expired separately | Shadab Zafar | 2016-07-10 | 1 | -0/+21 |
| * | py3++ | Maximilian Hils | 2016-07-07 | 2 | -3/+3 |
| * | py3++ | Maximilian Hils | 2016-07-07 | 1 | -4/+4 |
* | | improve message content semantics | Maximilian Hils | 2016-07-15 | 2 | -13/+73 |
* | | raise ValueError if content-encoding is invalid | Maximilian Hils | 2016-07-04 | 1 | -8/+10 |
* | | tests++ | Maximilian Hils | 2016-07-02 | 1 | -1/+43 |
* | | message.content -> .raw_content, implement .text | Maximilian Hils | 2016-07-02 | 1 | -33/+84 |
|/ | |||||
* | move custom HTTP/2 stack from netlib to pathod | Thomas Kriechbaumer | 2016-06-17 | 2 | -544/+1 |
* | Use handlers in http2 test suite | Aldo Cortesi | 2016-06-14 | 1 | -100/+100 |
* | be more strict about module namespaces | Maximilian Hils | 2016-05-31 | 1 | -2/+1 |
* | http2.frame -> http2.framereader | Aldo Cortesi | 2016-05-31 | 1 | -3/+3 |
* | Fix test failures | Aldo Cortesi | 2016-05-31 | 1 | -1/+1 |
* | Satisfy flake8 | Aldo Cortesi | 2016-05-31 | 2 | -0/+2 |
* | utils.multipartdecode -> http.multipart.decode | Aldo Cortesi | 2016-05-31 | 2 | -0/+33 |
* | netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokens | Aldo Cortesi | 2016-05-31 | 1 | -1/+12 |
* | Module is part of the name - url.decode, not url.urldecode | Aldo Cortesi | 2016-05-31 | 1 | -20/+20 |
* | Extract url functions from netlib.utils and move to netlib.http.url | Aldo Cortesi | 2016-05-31 | 1 | -0/+65 |
* | Start cleaning up netlib.utils | Aldo Cortesi | 2016-05-31 | 1 | -13/+13 |
* | Improve handling of pseudo-headers | Aldo Cortesi | 2016-05-31 | 1 | -1/+4 |
* | fix headers order | Thomas Kriechbaumer | 2016-05-29 | 1 | -1/+1 |
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 3 | -3/+4 |
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 3 | -14/+19 |
* | fix tests | Maximilian Hils | 2016-05-28 | 3 | -4/+4 |
* | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 4 | -6/+2 |
* | Clean un-needed imports | Aldo Cortesi | 2016-05-21 | 1 | -2/+0 |
* | tests++ | Maximilian Hils | 2016-05-20 | 1 | -98/+1 |
* | improve MultiDict, add ImmutableMultiDict, adjust response.cookies | Maximilian Hils | 2016-05-18 | 3 | -24/+26 |
* | add MultiDict | Maximilian Hils | 2016-05-18 | 6 | -46/+45 |
* | Merge pull request #1121 from Kriechi/fix-cookies | Thomas Kriechbaumer | 2016-05-11 | 3 | -4/+13 |
|\ | |||||
| * | improve cookie parsing | Thomas Kriechbaumer | 2016-05-10 | 3 | -4/+13 |
* | | actually fix tests | Maximilian Hils | 2016-05-10 | 1 | -2/+2 |
* | | Revert "fix tests" | Maximilian Hils | 2016-05-10 | 1 | -2/+2 |
* | | fix tests | Maximilian Hils | 2016-05-10 | 1 | -2/+2 |
|/ | |||||
* | fix #1120 | Maximilian Hils | 2016-05-09 | 1 | -0/+12 |
* | Merge branch 'better-replace' | Maximilian Hils | 2016-04-03 | 1 | -0/+19 |
|\ | |||||
| * | improve .replace() and move it into netlib | Maximilian Hils | 2016-04-02 | 1 | -0/+19 |
* | | Merge pull request #1074 from mitmproxy/move-response-refresh | Thomas Kriechbaumer | 2016-04-03 | 2 | -0/+39 |
|\ \ | |||||
| * | | move HTTPResponse.refresh into netlib | Maximilian Hils | 2016-04-02 | 2 | -0/+39 |
| |/ | |||||
* | | Merge pull request #1073 from mitmproxy/first-line-format | Thomas Kriechbaumer | 2016-04-03 | 1 | -6/+6 |
|\ \ | |||||
| * | | form_(in|out) -> first_line_format | Maximilian Hils | 2016-04-02 | 1 | -6/+6 |
| |/ |