Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The final piece: netlib -> mitproxy.net | Aldo Cortesi | 2016-10-20 | 1 | -384/+0 |
| | |||||
* | mitmproxy.types.[basethread,multidict,serializable] | Aldo Cortesi | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | parse_set_cookie header returns an empty list if no cookies are found | Aldo Cortesi | 2016-09-28 | 1 | -9/+4 |
| | | | | This matches parse_cookie, and is more idiomatic. | ||||
* | Clarify that 'expires' values MUST have a comma now | Shadab Zafar | 2016-09-27 | 1 | -1/+4 |
| | |||||
* | Modify format_set_cookie_header to take cookie list | Shadab Zafar | 2016-09-27 | 1 | -14/+23 |
| | | | | and return a comma separated string of cookies | ||||
* | Fixup an error with indices | Shadab Zafar | 2016-09-27 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | We will have a separate _read_set_cookie_pairs | ||||
* | Rename _read_token to _read_key | Shadab Zafar | 2016-09-27 | 1 | -8/+8 |
| | | | | Since we also have a _read_value | ||||
* | Move CookieAttrs and SetCookie to top | Shadab Zafar | 2016-09-27 | 1 | -18/+14 |
| | |||||
* | Minor refactor | Shadab Zafar | 2016-09-27 | 1 | -2/+3 |
| | |||||
* | Add support for comma separated cookies | Shadab Zafar | 2016-09-27 | 1 | -30/+51 |
| | |||||
* | Simplify cookies.is_expired | Shadab Zafar | 2016-08-15 | 1 | -16/+7 |
| | |||||
* | Add a function to get cookie expiration time | Shadab Zafar | 2016-08-15 | 1 | -0/+26 |
| | |||||
* | Add method to group pairs by cookies | Shadab Zafar | 2016-08-15 | 1 | -0/+31 |
| | |||||
* | Test cookies.is_expired separately | Shadab Zafar | 2016-07-10 | 1 | -4/+9 |
| | |||||
* | Move cookie expiry detection to separate function | Shadab Zafar | 2016-07-09 | 1 | -1/+23 |
| | |||||
* | Reorganise netlib imports according to Google Style Guide | Aldo Cortesi | 2016-06-01 | 1 | -6/+6 |
| | |||||
* | netlib: fix most flake8 offenses | Thomas Kriechbaumer | 2016-05-28 | 1 | -0/+1 |
| | |||||
* | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 1 | -1/+0 |
| | |||||
* | tests++ | Maximilian Hils | 2016-05-20 | 1 | -2/+2 |
| | |||||
* | improve MultiDict, add ImmutableMultiDict, adjust response.cookies | Maximilian Hils | 2016-05-18 | 1 | -7/+36 |
| | |||||
* | add MultiDict | Maximilian Hils | 2016-05-18 | 1 | -6/+11 |
| | | | | | | | | This commit introduces MultiDict, a multi-dictionary similar to ODict, but with improved semantics (as in the Headers class). MultiDict fixes a few issues that were present in the Request/Response API. In particular, `request.cookies["foo"] = "bar"` has previously been a no-op, as the cookies property returned a mutable _copy_ of the cookies. | ||||
* | replace SimpleCookie with our own parser lib | Thomas Kriechbaumer | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | improve cookie parsing | Thomas Kriechbaumer | 2016-05-10 | 1 | -19/+20 |
| | | | | | allows '/' to be within a cookie name removes deprecated cookie getter/setter fixes #1118 | ||||
* | move HTTPResponse.refresh into netlib | Maximilian Hils | 2016-04-02 | 1 | -0/+34 |
| | |||||
* | combine projects | Maximilian Hils | 2016-02-18 | 1 | -0/+193 |