Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The final piece: netlib -> mitproxy.net | Aldo Cortesi | 2016-10-20 | 27 | -4587/+0 |
| | |||||
* | netlib.tutils -> mitmproxy.test.tutils | Aldo Cortesi | 2016-10-20 | 1 | -132/+0 |
| | | | | There's a LOT more to be done refactoring our different conflicting test utils. | ||||
* | netlib.exceptions.* -> mitmproxy.exceptions | Aldo Cortesi | 2016-10-20 | 5 | -64/+5 |
| | |||||
* | netlib.encoding -> netlib.http.encoding | Aldo Cortesi | 2016-10-20 | 2 | -1/+1 |
| | | | | Encoding is highly specific to http, and only used within this module. | ||||
* | netlib.certutils -> mitmproxy.certs | Aldo Cortesi | 2016-10-20 | 2 | -487/+6 |
| | |||||
* | netlib.utils -> netlib.check | Aldo Cortesi | 2016-10-20 | 4 | -7/+8 |
| | | | | | | Now only contains is_valid_[host,port] Intermediate step - this will be in mitproxy.net soon. | ||||
* | netlib.utils.[get,set]bit -> mitmproxy.utils.bits | Aldo Cortesi | 2016-10-20 | 4 | -71/+12 |
| | |||||
* | netlib.utils.BiDi -> mitmproxy.types.bidi.BiDi | Aldo Cortesi | 2016-10-20 | 3 | -37/+10 |
| | |||||
* | netlib.debug -> mitmproxy.utils.debug | Aldo Cortesi | 2016-10-20 | 1 | -120/+0 |
| | |||||
* | mitmproxy.types.[basethread,multidict,serializable] | Aldo Cortesi | 2016-10-20 | 10 | -356/+12 |
| | |||||
* | netlib.strutils -> mitmproxy.utils.strutils | Aldo Cortesi | 2016-10-20 | 8 | -149/+12 |
| | |||||
* | netlib.human -> mitmproxy.utils.human | Aldo Cortesi | 2016-10-20 | 3 | -66/+2 |
| | |||||
* | Create mitmproxy.utils hierarchy | Aldo Cortesi | 2016-10-20 | 2 | -32/+4 |
| | | | | - Add mitproxy.utils.lrucache, mitproxy.utils.data | ||||
* | netlib.version -> mitmproxy.version | Aldo Cortesi | 2016-10-20 | 2 | -5/+1 |
| | |||||
* | debug: add missing print output file paramater | Aldo Cortesi | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | remove empty lines at beginning of file | Thomas Kriechbaumer | 2016-10-17 | 14 | -15/+0 |
| | |||||
* | python3: clean up super and __future__ | Aldo Cortesi | 2016-10-17 | 30 | -47/+21 |
| | |||||
* | python3: clean up class brackets | Aldo Cortesi | 2016-10-17 | 11 | -26/+26 |
| | |||||
* | Zap object base class | Aldo Cortesi | 2016-10-17 | 11 | -26/+26 |
| | |||||
* | py2--: inline type info | Maximilian Hils | 2016-10-16 | 7 | -43/+29 |
| | |||||
* | First-order conversion to Python3-only | Aldo Cortesi | 2016-10-17 | 16 | -168/+75 |
| | | | | | | - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works. | ||||
* | Bump version post release | Aldo Cortesi | 2016-10-17 | 1 | -1/+1 |
| | |||||
* | Bump to 0.18.1 to fix pypi obstreperousness | Aldo Cortesi | 2016-10-16 | 1 | -1/+1 |
| | | | | Also include contriburors update. | ||||
* | certutils: cap the cert store size at 100 by default | Aldo Cortesi | 2016-10-05 | 1 | -0/+11 |
| | | | | | | | | This should be enough to give us reuse without growing infinitely. This is part of fixing the memory situation in mitmdump. TODO: There's an opportunity here for a better algorithm, that expires certs based on least-recently-accessed time, rather than oldest generated time. | ||||
* | debug: use correct fp for memory object output | Aldo Cortesi | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | debug: Hard exit after debug signal | Aldo Cortesi | 2016-10-04 | 1 | -2/+7 |
| | |||||
* | debug: add a dump of objects in memory | Aldo Cortesi | 2016-10-04 | 1 | -0/+14 |
| | |||||
* | Fix SSL error | Ryan Laughlin | 2016-09-30 | 1 | -5/+1 |
| | | | | This fixes an issue that occurs when a user supplies a custom SSL cert w/ intermediate certs that contradict the default certifi set of root certificates. In particular, this addressed an issue where the "COMODO RSA Certification Authority" cert in certifi is NOT trusted on OS X by default as of OS X 10.11.6. Even when the user manually supplied a different valid "COMODO RSA Certification Authority" cert in their custom SSL cert .pem file, that cert would be overridden by certifi's default cert. | ||||
* | 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 | 2 | -15/+24 |
| | | | | 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 |
| | |||||
* | allow socket creation monkeypatchs | Maximilian Hils | 2016-09-27 | 1 | -1/+5 |
| | |||||
* | Merge branch 'fully_transparent' | Maximilian Hils | 2016-09-22 | 1 | -1/+12 |
|\ | |||||
| * | minor cleanup | Maximilian Hils | 2016-09-22 | 2 | -15/+6 |
| | | |||||
| * | Introduced comment regarding socket manipulation through the server_conn stub. | smill@cuckoo.sh | 2016-09-22 | 1 | -0/+1 |
| | | |||||
| * | Commented on IP_TRANSPARENT and changed an exception type. | smill@cuckoo.sh | 2016-09-22 | 1 | -1/+2 |
| | | |||||
| * | Fixed travis-ci issues. | smill | 2016-09-14 | 1 | -0/+1 |
| | | |||||
| * | Prevent crash in case of a connection timeout. | smill | 2016-09-14 | 1 | -3/+5 |
| | | |||||
| * | Made it possible to modify the server_conn.connection attribute, | smill | 2016-09-05 | 1 | -2/+7 |
| | | | | | | | | using the serverconnect stub. | ||||
| * | Removed a mistakenly inserted newline character. | smill | 2016-09-04 | 1 | -1/+0 |
| | | |||||
| * | Improved error-handling / supplemented documention. | smill | 2016-09-04 | 2 | -3/+8 |
| | | |||||
| * | Introduced the capability to spoof the source address | smill | 2016-09-03 | 1 | -1/+7 |
| | | | | | | | | of outgoing sessions + an accompanying shim loader. |