Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create mitmproxy.utils hierarchy | Aldo Cortesi | 2016-10-20 | 1 | -30/+0 |
| | | | | - Add mitproxy.utils.lrucache, mitproxy.utils.data | ||||
* | python3: clean up super and __future__ | Aldo Cortesi | 2016-10-17 | 1 | -1/+0 |
| | |||||
* | python3: clean up class brackets | Aldo Cortesi | 2016-10-17 | 1 | -2/+2 |
| | |||||
* | Zap object base class | Aldo Cortesi | 2016-10-17 | 1 | -2/+2 |
| | |||||
* | py2--: inline type info | Maximilian Hils | 2016-10-16 | 1 | -2/+1 |
| | |||||
* | Fix netlib.utils.is_valid_host | Aldo Cortesi | 2016-07-21 | 1 | -2/+2 |
| | | | | | | | | - Don't crash when passed an empty string. This translated into an actual core crash, discovered while fuzzing with afl. - Taking a slice of length one out of bytes returns an integer, so the check for trailing period in this function never worked on Python3. - Add unit tests. | ||||
* | Convert examples and example tests for new-style scripts | Aldo Cortesi | 2016-07-14 | 1 | -0/+7 |
| | | | | | Remove the test that just loads all the example scripts for now - it's a very low-value test, and we need to think of something better. | ||||
* | sni is now str, not bytes | Maximilian Hils | 2016-07-06 | 1 | -3/+1 |
| | |||||
* | Utils cleanups | Aldo Cortesi | 2016-06-07 | 1 | -15/+0 |
| | | | | | | | | - 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. | ||||
* | Shift a bunch more string-related functions to strutils | Aldo Cortesi | 2016-06-02 | 1 | -15/+0 |
| | |||||
* | Utils reorganisation: add netlib.strutils | Aldo Cortesi | 2016-06-02 | 1 | -100/+2 |
| | | | | Extract a number of string and format-related functions to netlib.strutils. | ||||
* | Satisfy flake8 | Aldo Cortesi | 2016-05-31 | 1 | -0/+1 |
| | |||||
* | Move human-friendly format functions to netlib.human, remove redundant ↵ | Aldo Cortesi | 2016-05-31 | 1 | -16/+0 |
| | | | | implementations | ||||
* | utils.multipartdecode -> http.multipart.decode | Aldo Cortesi | 2016-05-31 | 1 | -56/+0 |
| | | | | | | 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 | 1 | -12/+0 |
| | | | | Placing this next to its only use. | ||||
* | isascii is unused | Aldo Cortesi | 2016-05-31 | 1 | -8/+0 |
| | |||||
* | Extract url functions from netlib.utils and move to netlib.http.url | Aldo Cortesi | 2016-05-31 | 1 | -95/+0 |
| | |||||
* | Start cleaning up netlib.utils | Aldo Cortesi | 2016-05-31 | 1 | -52/+0 |
| | | | | | - Remove http2 functions, move to http2.frame - Remove Serializable, move to netlib.basetypes | ||||
* | raise a more verbose error | Thomas Kriechbaumer | 2016-05-29 | 1 | -3/+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 |
| | |||||
* | add MultiDict | Maximilian Hils | 2016-05-18 | 1 | -11/+0 |
| | | | | | | | | 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. | ||||
* | Sanitize Print (#1135) | Maximilian Hils | 2016-05-12 | 1 | -0/+28 |
| | | | | | | | | * sanitize strings with shell control characters * netlib: add utilities to safe-print bytes * escaped str: add TODO for multi-byte chars | ||||
* | fix #1120 | Maximilian Hils | 2016-05-09 | 1 | -0/+2 |
| | |||||
* | improve .replace() and move it into netlib | Maximilian Hils | 2016-04-02 | 1 | -0/+10 |
| | |||||
* | add Serializeable.copy | Maximilian Hils | 2016-04-02 | 1 | -0/+3 |
| | |||||
* | combine projects | Maximilian Hils | 2016-02-18 | 1 | -0/+418 |