Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | fix coverage collection | Maximilian Hils | 2015-09-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | adjust to netlib changes | Maximilian Hils | 2015-09-26 | 6 | -29/+27 | |
| | | | ||||||
| | * | adjust to netlib request model changes | Maximilian Hils | 2015-09-26 | 2 | -1/+2 | |
| | | | ||||||
| | * | fix tests, use pytest | Maximilian Hils | 2015-09-21 | 13 | -101/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We currently test with unparallelized builds, because there are apparently some race conditions in the test suite, which I can't trigger locally but happen on travis. Squashed commit of the following: commit 7dceb6dd3a1bdbc39688258bc4dff6eee685a33b Author: Maximilian Hils <git@maximilianhils.com> Date: Mon Sep 21 23:00:24 2015 +0200 disable parallelized tests commit fc0c3f12ee9259162e83026851362925d93b69f2 Author: Maximilian Hils <git@maximilianhils.com> Date: Mon Sep 21 22:49:19 2015 +0200 fix tests commit baba3ca5ef49bdbd7aad14f1bf0626738fa3d21c Author: Maximilian Hils <git@maximilianhils.com> Date: Mon Sep 21 22:28:20 2015 +0200 fix tests, use py.test | |||||
| | * | adjust to netlib changes | Maximilian Hils | 2015-09-21 | 2 | -1/+9 | |
| | | | ||||||
| | * | code -> status_code, httpversion -> http_version | Maximilian Hils | 2015-09-17 | 5 | -26/+26 | |
| | | | ||||||
| | * | minor fixes | Maximilian Hils | 2015-09-17 | 1 | -3/+5 | |
| | | | ||||||
| | * | use new netlib exceptions | Maximilian Hils | 2015-09-17 | 7 | -24/+27 | |
| | | | ||||||
| | * | Merge pull request #34 from mitmproxy/netlib-http1-refactor | Maximilian Hils | 2015-09-16 | 9 | -46/+51 | |
| | |\ | | | | | | | | | Adjust to netlib changes | |||||
| | | * | minor fixes | Maximilian Hils | 2015-09-16 | 5 | -13/+8 | |
| | | | | ||||||
| | | * | adjust to netlib changes | Maximilian Hils | 2015-09-16 | 10 | -47/+57 | |
| | |/ | ||||||
| | * | adjust to new netlib headers | Maximilian Hils | 2015-09-05 | 4 | -11/+9 | |
| | | | ||||||
| | * | update .env | Maximilian Hils | 2015-09-01 | 1 | -3/+4 | |
| | | | ||||||
| | * | update .travis.yml | Maximilian Hils | 2015-08-29 | 1 | -12/+11 | |
| | | | ||||||
| | * | better sslversion handling | Maximilian Hils | 2015-08-29 | 5 | -14/+19 | |
| | | | ||||||
| | * | fix alpn | Maximilian Hils | 2015-08-28 | 2 | -2/+4 | |
| | | | ||||||
| | * | First pass PyInstaller specs for OSX binaries | Aldo Cortesi | 2015-08-16 | 2 | -0/+68 | |
| | | | ||||||
| | * | Merge pull request #32 from Kriechi/http2-wip | Aldo Cortesi | 2015-08-01 | 5 | -13/+32 | |
| | |\ | | | | | | | | | [WIP] Protocol Refactoring for HTTP/2 | |||||
| | | * | use netlib http semantics | Thomas Kriechbaumer | 2015-07-30 | 5 | -13/+32 | |
| | |/ | ||||||
| | * | supress output during tests | Thomas Kriechbaumer | 2015-07-24 | 1 | -1/+4 | |
| | | | ||||||
| | * | Merge pull request #31 from Kriechi/protocol-refactor | Maximilian Hils | 2015-07-24 | 18 | -288/+244 | |
| | |\ | | | | | | | | | HTTP protocol refactoring | |||||
| | | * | 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 | 2 | -2/+0 | |
| | | | | ||||||
| | | * | remove code duplication | Thomas Kriechbaumer | 2015-07-22 | 2 | -62/+20 | |
| | | | | ||||||
| | | * | rename content -> body | Thomas Kriechbaumer | 2015-07-22 | 10 | -29/+33 | |
| | | | | ||||||
| | | * | use new HTTP/1 protocol | Thomas Kriechbaumer | 2015-07-22 | 5 | -19/+21 | |
| | | | | ||||||
| | | * | 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 | 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 | |
| | | | | | | | | | | | | Fixes #21 | |||||
| | * | 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 | |
| | | |