| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use netlib http semantics | Thomas Kriechbaumer | 2015-07-30 | 3 | -11/+30 |
| * | fix duplicated header reading | Thomas Kriechbaumer | 2015-07-24 | 1 | -1/+1 |
| * | fix bugs | Thomas Kriechbaumer | 2015-07-22 | 2 | -5/+5 |
| * | http2: remove odict workaround | Thomas Kriechbaumer | 2015-07-22 | 1 | -1/+1 |
| * | remove debug prints | Thomas Kriechbaumer | 2015-07-22 | 1 | -1/+0 |
| * | remove code duplication | Thomas Kriechbaumer | 2015-07-22 | 2 | -62/+20 |
| * | rename content -> body | Thomas Kriechbaumer | 2015-07-22 | 3 | -4/+4 |
| * | use new HTTP/1 protocol | Thomas Kriechbaumer | 2015-07-22 | 4 | -16/+19 |
| * | inline log method | Thomas Kriechbaumer | 2015-07-22 | 1 | -6/+3 |
| * | use common interface for HTTP/1 and HTTP/2 | Thomas Kriechbaumer | 2015-07-22 | 1 | -12/+3 |
| * | use new netlib module names | Thomas Kriechbaumer | 2015-07-22 | 9 | -27/+31 |
| * | refactor protocol-related pathod methods | Thomas Kriechbaumer | 2015-07-22 | 5 | -175/+195 |
| * | use websockets protocol | Thomas Kriechbaumer | 2015-07-22 | 2 | -3/+3 |
| * | use netlib.http_semantics for generic data | Thomas Kriechbaumer | 2015-07-22 | 1 | -26/+4 |
| * | bump version | Maximilian Hils | 2015-07-22 | 1 | -1/+3 |
| * | pathoc: add socks connect | Maximilian Hils | 2015-07-03 | 1 | -1/+34 |
| * | Give some structure to the logging module | Aldo Cortesi | 2015-06-28 | 3 | -46/+63 |
| * | Properly handle pause forever | Aldo Cortesi | 2015-06-27 | 1 | -1/+6 |
| * | Merge branch 'master' of ssh.github.com:mitmproxy/pathod | Aldo Cortesi | 2015-06-27 | 27 | -847/+916 |
| |\ | |||||
| | * | apply js-beautify changes selectivly | Thomas Kriechbaumer | 2015-06-26 | 12 | -167/+187 |
| | * | http2: implement embedded response | Thomas Kriechbaumer | 2015-06-26 | 1 | -37/+48 |
| | * | http2: fix framedump argument usage | Thomas Kriechbaumer | 2015-06-26 | 1 | -1/+1 |
| | * | prettify html docs | Thomas Kriechbaumer | 2015-06-26 | 22 | -682/+667 |
| | * | http2: update docs | Thomas Kriechbaumer | 2015-06-26 | 2 | -93/+90 |
| | * | http2: implement more language features | Thomas Kriechbaumer | 2015-06-25 | 2 | -48/+104 |
| * | | Preserve traceback for errors in log wrapper | Aldo Cortesi | 2015-06-27 | 2 | -5/+14 |
| |/ | |||||
| * | remove unused imports | Thomas Kriechbaumer | 2015-06-25 | 2 | -2/+1 |
| * | Output warning info to log fp using logging methods | Aldo Cortesi | 2015-06-25 | 2 | -3/+6 |
| * | unify SSL version/method handling | Thomas Kriechbaumer | 2015-06-22 | 5 | -26/+27 |
| * | fix pep8 whitespace | Thomas Kriechbaumer | 2015-06-18 | 12 | -108/+140 |
| * | fix prospector code smells | Thomas Kriechbaumer | 2015-06-18 | 9 | -31/+31 |
| * | fix failing mitmproxy tests | Thomas Kriechbaumer | 2015-06-18 | 1 | -1/+0 |
| * | fix prospector code smells | Thomas Kriechbaumer | 2015-06-18 | 12 | -90/+93 |
| * | http2: implement Headers for request & response | Thomas Kriechbaumer | 2015-06-16 | 3 | -15/+18 |
| * | http2: implement error response | Thomas Kriechbaumer | 2015-06-16 | 2 | -14/+11 |
| * | http2: add request-response to pathod | Thomas Kriechbaumer | 2015-06-15 | 8 | -103/+292 |
| * | delay pathod parsing until needed | Thomas Kriechbaumer | 2015-06-15 | 1 | -7/+1 |
| * | fix craft anchor | Thomas Kriechbaumer | 2015-06-15 | 2 | -15/+9 |
| * | http2: add pathoc and language tests | Thomas Kriechbaumer | 2015-06-15 | 1 | -6/+2 |
| * | http2: using http2 implies SSL | Thomas Kriechbaumer | 2015-06-15 | 1 | -0/+3 |
| * | refactor cmdline tests | Thomas Kriechbaumer | 2015-06-15 | 2 | -207/+218 |
| * | http2: add warning for missing ALPN support | Thomas Kriechbaumer | 2015-06-15 | 1 | -1/+5 |
| * | pathod: add ALPN support | Thomas Kriechbaumer | 2015-06-15 | 1 | -7/+12 |
| * | http2: add request-response handling | Thomas Kriechbaumer | 2015-06-08 | 4 | -32/+179 |
| * | http2: setup ALPN | Thomas Kriechbaumer | 2015-06-08 | 1 | -5/+29 |
| * | http2: add command line arguments | Thomas Kriechbaumer | 2015-06-08 | 2 | -1/+22 |
| * | 100% test coverage | Aldo Cortesi | 2015-06-08 | 1 | -22/+4 |
| * | More timeout improvements | Aldo Cortesi | 2015-06-08 | 1 | -3/+4 |
| * | Revamp timeout handling and test logging | Aldo Cortesi | 2015-06-08 | 3 | -26/+50 |
| * | Revamp error logging somewhat | Aldo Cortesi | 2015-06-08 | 4 | -20/+16 |
