Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove odict | Aldo Cortesi | 2016-06-09 | 3 | -174/+13 |
* | tests++ | Maximilian Hils | 2016-06-07 | 1 | -7/+1 |
* | Utils cleanups | Aldo Cortesi | 2016-06-07 | 4 | -18/+30 |
* | minor fixes | Maximilian Hils | 2016-06-06 | 2 | -5/+5 |
* | netlib: always disconnect when using context manager | Maximilian Hils | 2016-06-06 | 1 | -2/+4 |
* | Now keeps header capitalization | redfast00 | 2016-06-05 | 1 | -1/+1 |
* | Fix test that may fail due to binary header data | Aldo Cortesi | 2016-06-05 | 1 | -1/+3 |
* | More explicit name for the tcp.Server handler counter | Aldo Cortesi | 2016-06-03 | 1 | -2/+2 |
* | Make tcp.Client.connect return a context manager that closes the connection | Aldo Cortesi | 2016-06-03 | 1 | -0/+8 |
* | Implement a service connection handler counter, use it in Pathod test suite | Aldo Cortesi | 2016-06-03 | 1 | -7/+28 |
* | Shift a bunch more string-related functions to strutils | Aldo Cortesi | 2016-06-02 | 2 | -15/+51 |
* | Utils reorganisation: add netlib.strutils | Aldo Cortesi | 2016-06-02 | 8 | -122/+128 |
* | Fix non-deterministic test failures in export | Aldo Cortesi | 2016-06-02 | 1 | -6/+18 |
* | 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 | 21 | -170/+172 |
|/ | |||||
* | 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 | 5 | -2/+5 |
* | Unify and make symmetric pretty_size and parse_size | Aldo Cortesi | 2016-05-31 | 1 | -17/+16 |
* | Move human-friendly format functions to netlib.human, remove redundant implem... | Aldo Cortesi | 2016-05-31 | 4 | -19/+55 |
* | utils.multipartdecode -> http.multipart.decode | Aldo Cortesi | 2016-05-31 | 4 | -57/+61 |
* | netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokens | Aldo Cortesi | 2016-05-31 | 2 | -13/+13 |
* | isascii is unused | Aldo Cortesi | 2016-05-31 | 1 | -8/+0 |
* | 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 | 5 | -107/+109 |
* | Start cleaning up netlib.utils | Aldo Cortesi | 2016-05-31 | 10 | -102/+103 |
* | Improve handling of pseudo-headers | Aldo Cortesi | 2016-05-31 | 2 | -6/+16 |
* | Satisfy flake8 | Aldo Cortesi | 2016-05-30 | 1 | -5/+0 |
* | fix bytes vs. str | Thomas Kriechbaumer | 2016-05-29 | 1 | -2/+2 |
* | fix headers order | Thomas Kriechbaumer | 2016-05-29 | 1 | -2/+2 |
* | raise a more verbose error | Thomas Kriechbaumer | 2016-05-29 | 1 | -3/+3 |
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 3 | -5/+14 |
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 1 | -2/+2 |
* | Merge pull request #1172 from cortesi/solidcore | Aldo Cortesi | 2016-05-29 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'master' into solidcore | Aldo Cortesi | 2016-05-29 | 13 | -40/+44 |
| |\ | |||||
| * \ | Merge branch 'master' into solidcore | Aldo Cortesi | 2016-05-28 | 1 | -1/+3 |
| |\ \ | |||||
| * | | | Sketch out a more solid core | Aldo Cortesi | 2016-05-28 | 1 | -1/+1 |
* | | | | fix tests | Maximilian Hils | 2016-05-28 | 3 | -3/+3 |
* | | | | minor improvements | Maximilian Hils | 2016-05-28 | 1 | -4/+4 |
| |_|/ |/| | | |||||
* | | | netlib: fix most flake8 offenses | Thomas Kriechbaumer | 2016-05-28 | 10 | -31/+43 |
* | | | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 8 | -10/+2 |
| |/ |/| | |||||
* | | Fix crash in mitmproxy when viewing responses | Aldo Cortesi | 2016-05-28 | 1 | -1/+3 |
|/ | |||||
* | 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 |