Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Porting to Python 3.4 | Sam Cleveland | 2015-11-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed byte string formatting for hexdump. = test session starts = platform darwin -- Python 3.4.1, pytest-2.8.2, py-1.4.30, pluggy-0.3.1 rootdir: /Users/samc/src/python/netlib, inifile: collected 11 items netlib/test/test_utils.py ........... = 11 passed in 0.23 seconds = | ||||
* | Revert "Porting netlib to python3.4" | Sam Cleveland | 2015-11-11 | 1 | -8/+8 |
| | | | | This reverts commit 823718348598efb324298ca29ad4cb7d5097c084. | ||||
* | Porting netlib to python3.4 | Sam Cleveland | 2015-11-11 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | Updated utils.py using 2to3-3.4 Updated hexdump to use .format() with .encode() to support python 3.4 Python 3.5 supports .format() on bytes objects, but 3.4 is the current default on Ubuntu. samc$ py.test netlib/test/test_utils.py = test session starts = platform darwin -- Python 3.4.1, pytest-2.8.2, py-1.4.30, pluggy-0.3.1 rootdir: /Users/samc/src/python/netlib, inifile: collected 11 items netlib/test/test_utils.py ........... = 11 passed in 0.19 seconds = | ||||
* | Merge branch 'http-models' | Maximilian Hils | 2015-09-28 | 1 | -5/+10 |
|\ | |||||
| * | refactor request model | Maximilian Hils | 2015-09-26 | 1 | -5/+10 |
| | | |||||
* | | fix mitmproxy/mitmproxy#784 | Maximilian Hils | 2015-09-28 | 1 | -2/+3 |
|/ | |||||
* | minor fixes | Maximilian Hils | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | Headers: return str on all Python versions | Maximilian Hils | 2015-09-22 | 1 | -8/+9 |
| | |||||
* | minor encoding fixes | Maximilian Hils | 2015-09-21 | 1 | -3/+3 |
| | |||||
* | python 3++ | Maximilian Hils | 2015-09-21 | 1 | -17/+36 |
| | |||||
* | python3++ | Maximilian Hils | 2015-09-20 | 1 | -0/+6 |
| | |||||
* | python3++ | Maximilian Hils | 2015-09-17 | 1 | -11/+11 |
| | |||||
* | clean up http message models | Maximilian Hils | 2015-09-17 | 1 | -21/+9 |
| | |||||
* | finish netlib.http.http1 refactor | Maximilian Hils | 2015-09-16 | 1 | -3/+3 |
| | |||||
* | wip | Maximilian Hils | 2015-09-15 | 1 | -61/+101 |
| | |||||
* | make clean_bin unicode-aware | Maximilian Hils | 2015-09-12 | 1 | -14/+25 |
| | |||||
* | headers: adjust everything | Maximilian Hils | 2015-09-05 | 1 | -7/+6 |
| | |||||
* | wip | Maximilian Hils | 2015-08-28 | 1 | -1/+1 |
| | |||||
* | cleanup whitespace | Thomas Kriechbaumer | 2015-08-10 | 1 | -2/+3 |
| | |||||
* | add move tests and code from mitmproxy | Thomas Kriechbaumer | 2015-08-10 | 1 | -0/+56 |
| | |||||
* | fix tutils imports | Thomas Kriechbaumer | 2015-08-01 | 1 | -1/+1 |
| | |||||
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 1 | -0/+100 |
| | |||||
* | add on-the-wire representation methods | Thomas Kriechbaumer | 2015-07-29 | 1 | -0/+10 |
| | |||||
* | Remove dependence on pathod in test suite. | Aldo Cortesi | 2015-06-23 | 1 | -1/+20 |
| | |||||
* | fix warnings and code smells | Thomas Kriechbaumer | 2015-06-17 | 1 | -1/+1 |
| | | | | use prospector to find them | ||||
* | cleanup code with autopep8 | Thomas Kriechbaumer | 2015-05-27 | 1 | -4/+6 |
| | | | | run the following command: $ autopep8 -i -r -a -a . | ||||
* | websockets: more compact and legible human_readable | Aldo Cortesi | 2015-04-30 | 1 | -4/+21 |
| | |||||
* | Add a tiny utility class for keeping bi-directional mappings. | Aldo Cortesi | 2015-04-30 | 1 | -0/+26 |
| | | | | Use it in websocket and socks. | ||||
* | websocket: interface refactoring | Aldo Cortesi | 2015-04-24 | 1 | -0/+16 |
| | | | | | | | - Separate out FrameHeader. We need to deal with this separately in many circumstances. - Simpler equality scheme. - Bits are now specified by truthiness - we don't care about the integer value. This means lots of validation is not needed any more. | ||||
* | Whitespace, pep8, mixed indentation | Aldo Cortesi | 2015-04-21 | 1 | -1/+3 |
| | |||||
* | Migrate requeset reading from mitmproxy to netlib | Aldo Cortesi | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | netlib websockets | Chandler Abraham | 2015-04-10 | 1 | -0/+3 |
| | |||||
* | minor cleanups | Maximilian Hils | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | remove ntop windows workaround | Maximilian Hils | 2014-06-25 | 1 | -22/+1 |
| | |||||
* | add inet_ntop/inet_pton functions | Maximilian Hils | 2014-06-25 | 1 | -3/+26 |
| | |||||
* | Tighten up checks on port ranges and path character sets. | Aldo Cortesi | 2013-03-03 | 1 | -0/+8 |
| | |||||
* | Make cleanBin escape carriage returns. | Aldo Cortesi | 2012-09-27 | 1 | -1/+1 |
| | | | | We get confusing output on terminals if we leave \r unescaped. | ||||
* | Create netlib.utils, move cleanBin and hexdump from libmproxy.utils. | Aldo Cortesi | 2012-09-24 | 1 | -0/+36 |