| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #1306 from mitmproxy/message-body-encoding | Maximilian Hils | 2016-07-16 | 5 | -79/+213 | |
| |\ | ||||||
| | * | preserve content-type parameter order | Maximilian Hils | 2016-07-15 | 1 | -1/+2 | |
| | * | Merge remote-tracking branch 'origin/master' into message-body-encoding | Maximilian Hils | 2016-07-15 | 7 | -2/+96 | |
| | |\ | ||||||
| | * | | improve message content semantics | Maximilian Hils | 2016-07-15 | 2 | -52/+93 | |
| | * | | raise ValueError if content-encoding is invalid | Maximilian Hils | 2016-07-04 | 2 | -16/+38 | |
| | * | | tests++ | Maximilian Hils | 2016-07-02 | 1 | -3/+3 | |
| | * | | make the linter happy | Maximilian Hils | 2016-07-02 | 1 | -1/+1 | |
| | * | | message.content -> .raw_content, implement .text | Maximilian Hils | 2016-07-02 | 4 | -66/+139 | |
| * | | | replacehooks -> addon | Aldo Cortesi | 2016-07-16 | 1 | -2/+2 | |
| | |/ |/| | ||||||
| * | | 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 | |
| * | | py3++ | Maximilian Hils | 2016-07-07 | 3 | -1/+23 | |
| * | | py3++, multidict fixes | Maximilian Hils | 2016-07-06 | 2 | -3/+12 | |
| * | | py3: fix bytes vs. str | Thomas Kriechbaumer | 2016-07-03 | 1 | -4/+4 | |
| * | | h2: move header parsing to netlib | Shadab Zafar | 2016-07-03 | 2 | -0/+39 | |
| |/ | ||||||
| * | fix tcp message handling | Maximilian Hils | 2016-07-01 | 1 | -1/+3 | |
| * | py3++ | Maximilian Hils | 2016-07-01 | 3 | -7/+17 | |
| * | Handle case when scheme is None | Shadab Zafar | 2016-07-01 | 1 | -1/+1 | |
| * | http2: improve error handling in tests | Thomas Kriechbaumer | 2016-06-22 | 1 | -1/+2 | |
| * | move custom HTTP/2 stack from netlib to pathod | Thomas Kriechbaumer | 2016-06-17 | 2 | -434/+0 | |
| * | Py3: fix http2 bytes issue | Shadab Zafar | 2016-06-15 | 1 | -2/+2 | |
| * | Remove odict | Aldo Cortesi | 2016-06-09 | 1 | -4/+5 | |
| * | Utils cleanups | Aldo Cortesi | 2016-06-07 | 2 | -3/+16 | |
| * | minor fixes | Maximilian Hils | 2016-06-06 | 2 | -5/+5 | |
| * | Fix test that may fail due to binary header data | Aldo Cortesi | 2016-06-05 | 1 | -1/+3 | |
| * | 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 | |
