| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 12 | -33/+41 |
| * | 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 | 2 | -28/+6 |
| * | bump version | Maximilian Hils | 2015-07-22 | 1 | -1/+3 |
| * | pathoc: add socks connect | Maximilian Hils | 2015-07-03 | 3 | -2/+66 |
| * | Give some structure to the logging module | Aldo Cortesi | 2015-06-28 | 5 | -47/+66 |
| * | 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 | 32 | -854/+1006 |
| |\ | |||||
| | * | synchronize metadata files across projects | Maximilian Hils | 2015-06-26 | 2 | -1/+12 |
| | * | apply js-beautify changes selectivly | Thomas Kriechbaumer | 2015-06-26 | 13 | -168/+188 |
| | * | Add a .jsbeautifyrc to prevent war | Aldo Cortesi | 2015-06-26 | 1 | -0/+22 |
| | * | http2: implement embedded response | Thomas Kriechbaumer | 2015-06-26 | 2 | -37/+56 |
| | * | http2: fix framedump argument usage | Thomas Kriechbaumer | 2015-06-26 | 1 | -1/+1 |
| | * | prettify html docs | Thomas Kriechbaumer | 2015-06-26 | 23 | -683/+668 |
| | * | http2: update docs | Thomas Kriechbaumer | 2015-06-26 | 2 | -93/+90 |
| | * | http2: implement more language features | Thomas Kriechbaumer | 2015-06-25 | 3 | -53/+151 |
| * | | 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 | 3 | -3/+8 |
| * | Merge pull request #29 from Kriechi/ssl-version-handling | Aldo Cortesi | 2015-06-23 | 5 | -26/+27 |
| |\ | |||||
| | * | unify SSL version/method handling | Thomas Kriechbaumer | 2015-06-22 | 5 | -26/+27 |
| * | | Travis to Slack | Aldo Cortesi | 2015-06-23 | 1 | -0/+5 |
| |/ | |||||
| * | fix pep8 whitespace | Thomas Kriechbaumer | 2015-06-18 | 24 | -171/+229 |
| * | Update README.mkd | Maximilian Hils | 2015-06-18 | 1 | -1/+0 |
| * | fix prospector code smells | Thomas Kriechbaumer | 2015-06-18 | 10 | -31/+34 |
| * | Merge pull request #28 from Kriechi/fix-mitmproxy-error | Maximilian Hils | 2015-06-18 | 1 | -1/+0 |
| |\ | |||||
| | * | fix failing mitmproxy tests | Thomas Kriechbaumer | 2015-06-18 | 1 | -1/+0 |
| |/ | |||||
| * | fix prospector code smells | Thomas Kriechbaumer | 2015-06-18 | 13 | -98/+93 |
| * | exclude tests on old OpenSSL without ALPN | Thomas Kriechbaumer | 2015-06-18 | 2 | -44/+49 |
| * | add landscape.io badge | Thomas Kriechbaumer | 2015-06-18 | 1 | -1/+2 |
| * | remove old coding style script | Thomas Kriechbaumer | 2015-06-18 | 1 | -20/+0 |
| * | add landscape/prospector config | Thomas Kriechbaumer | 2015-06-18 | 1 | -0/+13 |
| * | Merge pull request #27 from Kriechi/http2-wip | Aldo Cortesi | 2015-06-18 | 19 | -721/+1157 |
| |\ | |||||
| | * | http2: implement Headers for request & response | Thomas Kriechbaumer | 2015-06-16 | 6 | -23/+141 |
| | * | http2: implement error response | Thomas Kriechbaumer | 2015-06-16 | 2 | -14/+11 |
| | * | http2: add request-response to pathod | Thomas Kriechbaumer | 2015-06-15 | 10 | -109/+296 |
| | * | delay pathod parsing until needed | Thomas Kriechbaumer | 2015-06-15 | 4 | -28/+3 |
| | * | fix craft anchor | Thomas Kriechbaumer | 2015-06-15 | 2 | -15/+9 |
| | * | http2: add pathoc and language tests | Thomas Kriechbaumer | 2015-06-15 | 3 | -9/+136 |
| | * | http2: using http2 implies SSL | Thomas Kriechbaumer | 2015-06-15 | 2 | -0/+5 |
| | * | refactor cmdline tests | Thomas Kriechbaumer | 2015-06-15 | 7 | -263/+287 |
| | * | 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 |
| * | | update classifiers | Maximilian Hils | 2015-06-16 | 1 | -0/+3 |
| * | | Update README.mkd | Maximilian Hils | 2015-06-16 | 1 | -1/+6 |
| |/ | |||||
| * | fix pep8 config | Thomas Kriechbaumer | 2015-06-15 | 1 | -1/+0 |
| * | disable coding style checker on Travis | Thomas Kriechbaumer | 2015-06-08 | 1 | -1/+0 |
| * | import travis config from netlib | Thomas Kriechbaumer | 2015-06-08 | 1 | -6/+55 |
