Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |