| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make escape_control_characters handle strings on Py2 | Shadab Zafar | 2016-07-09 | 1 | -2/+3 |
| | | |||||
| * | tests++ | Maximilian Hils | 2016-07-07 | 1 | -0/+15 |
| | | |||||
| * | py3++ | Maximilian Hils | 2016-07-07 | 2 | -3/+3 |
| | | |||||
| * | py3++ | Maximilian Hils | 2016-07-07 | 1 | -4/+4 |
| | | |||||
| * | sni is now str, not bytes | Maximilian Hils | 2016-07-06 | 1 | -13/+13 |
| | | |||||
| * | py3++ | Maximilian Hils | 2016-07-06 | 1 | -11/+4 |
| | | |||||
| * | remove clean_bin, clarify unicode handling | Maximilian Hils | 2016-07-05 | 1 | -15/+25 |
| | | |||||
| * | http2: test throttling at MAX_CONCURRENT_STREAMS | Thomas Kriechbaumer | 2016-07-05 | 1 | -5/+7 |
| | | |||||
| * | minor fixes | Maximilian Hils | 2016-07-01 | 1 | -5/+5 |
| | | |||||
| * | py3++ | Maximilian Hils | 2016-07-01 | 1 | -4/+0 |
| | | |||||
| * | move custom HTTP/2 stack from netlib to pathod | Thomas Kriechbaumer | 2016-06-17 | 2 | -544/+1 |
| | | |||||
| * | Merge pull request #1253 from mhils/fix-debug | Aldo Cortesi | 2016-06-14 | 1 | -0/+4 |
| |\ | | | | | Fix Debug Mode on Windows | ||||
| | * | fix debug mode on Windows | Maximilian Hils | 2016-06-13 | 1 | -0/+4 |
| | | | |||||
| * | | Fix Python3 tests | Aldo Cortesi | 2016-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | Satisfy lint | Aldo Cortesi | 2016-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | Use handlers in http2 test suite | Aldo Cortesi | 2016-06-14 | 1 | -100/+100 |
| | | | |||||
| * | | Start rolling out leak detection in netlib | Aldo Cortesi | 2016-06-14 | 2 | -211/+221 |
| |/ | |||||
| * | debug: On SIGUSR2, we dump tracebacks for all threads to screen | Aldo Cortesi | 2016-06-11 | 1 | -0/+6 |
| | | |||||
| * | Improve debugging of thread and other leaks | Aldo Cortesi | 2016-06-11 | 1 | -0/+8 |
| | | | | | | | | - Add basethread.BaseThread that all threads outside of test suites should use - Add a signal handler to mitmproxy, mitmdump and mitmweb that dumps resource information to screen when SIGUSR1 is received. - Improve thread naming throughout to make thread dumps understandable | ||||
| * | debug.sysinfo: tests and coverage | Aldo Cortesi | 2016-06-11 | 1 | -0/+6 |
| | | |||||
| * | Remove odict | Aldo Cortesi | 2016-06-09 | 2 | -147/+0 |
| | | | | | | | | | - Adds default implementations for _kconv and _reduce_values to MultiDict. Without these, operations fail in really, really non-obvious ways. - Replace the remaining few instances of ODict Fixes #1159 | ||||
| * | tests++ | Maximilian Hils | 2016-06-07 | 1 | -1/+23 |
| | | |||||
| * | Utils cleanups | Aldo Cortesi | 2016-06-07 | 1 | -0/+9 |
| | | | | | | | | | - Move more stuff that belongs in netlib.human - Move some stuff to near the only use - Zap mitmproxy.utils.timestamp(). I see the rationale, but we used it interchangeably with time.time() throughout the project. Since time.time() dominates in the codebase and timestamp() is such low utility, away it goes. | ||||
| * | fix multidict unittests | redfast00 | 2016-06-05 | 1 | -2/+2 |
| | | |||||
| * | Shift a bunch more string-related functions to strutils | Aldo Cortesi | 2016-06-02 | 2 | -4/+23 |
| | | |||||
| * | Utils reorganisation: add netlib.strutils | Aldo Cortesi | 2016-06-02 | 2 | -37/+40 |
| | | | | | Extract a number of string and format-related functions to netlib.strutils. | ||||
| * | 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 | 4 | -0/+4 |
| | | |||||
| * | Unify and make symmetric pretty_size and parse_size | Aldo Cortesi | 2016-05-31 | 1 | -4/+8 |
| | | |||||
| * | Move human-friendly format functions to netlib.human, remove redundant ↵ | Aldo Cortesi | 2016-05-31 | 2 | -7/+31 |
| | | | | | implementations | ||||
| * | utils.multipartdecode -> http.multipart.decode | Aldo Cortesi | 2016-05-31 | 3 | -32/+33 |
| | | | | | | | also utils.parse_content_type -> http.headers.parse_content_type | ||||
| * | netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokens | Aldo Cortesi | 2016-05-31 | 2 | -12/+12 |
| | | | | | Placing this next to its only use. | ||||
| * | Module is part of the name - url.decode, not url.urldecode | Aldo Cortesi | 2016-05-31 | 1 | -20/+20 |
| | | | | | A pattern we need to use far more often in the codebase | ||||
| * | Extract url functions from netlib.utils and move to netlib.http.url | Aldo Cortesi | 2016-05-31 | 2 | -64/+65 |
| | | |||||
| * | Start cleaning up netlib.utils | Aldo Cortesi | 2016-05-31 | 3 | -40/+40 |
| | | | | | | - Remove http2 functions, move to http2.frame - Remove Serializable, move to netlib.basetypes | ||||
| * | Improve handling of pseudo-headers | Aldo Cortesi | 2016-05-31 | 1 | -1/+4 |
| | | | | | | | | | | - The canonical source for :method, :scheme and :path are the .method, .scheme and .path attributes on the request object. - These pseudo-headers are stripped after reading the request, and re-inserted just before sending. - The :authority header remains, and should be handled analagously to the Host header in HTTP1 with respect to display and user interaction. | ||||
| * | fix headers order | Thomas Kriechbaumer | 2016-05-29 | 1 | -1/+1 |
| | | |||||
| * | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 9 | -10/+12 |
| | | |||||
| * | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 4 | -16/+22 |
| | | | | | Use this to check: flake8 --count mitmproxy netlib pathod examples test | ||||
| * | fix tests | Maximilian Hils | 2016-05-28 | 3 | -4/+4 |
| | | |||||
| * | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 8 | -10/+6 |
| | | |||||
| * | bytes_to_escaped_str: always escape single quotes | Maximilian Hils | 2016-05-25 | 1 | -0/+2 |
| | | |||||
| * | escaped_str_to_bytes: support unicode on python 2 | Maximilian Hils | 2016-05-25 | 1 | -3/+6 |
| | | |||||
| * | Clean un-needed imports | Aldo Cortesi | 2016-05-21 | 1 | -2/+0 |
| | | |||||
| * | A clearer implementation of MultiDictView | Aldo Cortesi | 2016-05-21 | 1 | -2/+24 |
| | | | | | | | This makes MultiDictView work with a simple getter/setter pair, rather than using attributes with implicit leading underscores. Also move MultiDictView into multidict.py and adds some simple unit tests. | ||||
| * | Merge branch 'multidict' of https://github.com/mhils/mitmproxy into ↵ | Aldo Cortesi | 2016-05-21 | 7 | -168/+289 |
| |\ | | | | | | | mhils-multidict | ||||
| | * | tests++ | Maximilian Hils | 2016-05-20 | 2 | -98/+218 |
| | | | |||||
| | * | improve MultiDict, add ImmutableMultiDict, adjust response.cookies | Maximilian Hils | 2016-05-18 | 3 | -24/+26 |
| | | | |||||
