Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | 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 | |||||
| | | * | 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 | |||||
| | | * | 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 | |
| | |\ | | | | | | | | | HTTP/2: add initial support | |||||
| | | * | http2: implement Headers for request & response | Thomas Kriechbaumer | 2015-06-16 | 6 | -23/+141 | |
| | | | | | | | | | | | | | | | | | | | | | | | | improve test coverage fix super ctor call fix legacy httpversion simpliy SSLInfo without ALPN | |||||
| | | * | 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 | |
| | | | | | | | | | | | | This allows us to use different languages based on runtime env. | |||||
| | | * | fix craft anchor | Thomas Kriechbaumer | 2015-06-15 | 2 | -15/+9 | |
| | | | | | | | | | | | | The go-button in the app was broken due to an invalid string representation of the regex. A plain string used as URL prefix simplifies this drastically. | |||||
| | | * | 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 | |
| | | | | | | | | | this enables ALPN support with OpenSSL 1.0.2 | |||||
| | * | Merge pull request #25 from Kriechi/pathoc-http2 | Aldo Cortesi | 2015-06-08 | 5 | -34/+226 | |
| | |\ | | | | | | | | | [WIP] pathoc: HTTP/2 | |||||
| | | * | 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 | |
| | |/ | ||||||
| | * | Bump timeouts to appease Travis. | Aldo Cortesi | 2015-06-08 | 1 | -3/+3 | |
| | | | ||||||
| | * | 100% test coverage | Aldo Cortesi | 2015-06-08 | 2 | -22/+22 | |
| | | | ||||||
| | * | More timeout improvements | Aldo Cortesi | 2015-06-08 | 3 | -7/+6 | |
| | | | ||||||
| | * | Debug to diagnose Travis races | Aldo Cortesi | 2015-06-08 | 1 | -2/+6 | |
| | | | ||||||
| | * | Revamp timeout handling and test logging | Aldo Cortesi | 2015-06-08 | 5 | -45/+87 | |
| | | | ||||||
| | * | Revamp error logging somewhat | Aldo Cortesi | 2015-06-08 | 6 | -23/+19 | |
| | | | ||||||
| | * | Convert parse_websocket_frame to a generator | Aldo Cortesi | 2015-06-08 | 4 | -19/+34 | |
| | | | ||||||
| | * | Convert parse_pathod to generator | Aldo Cortesi | 2015-06-07 | 6 | -44/+48 | |
| | | | ||||||
| | * | Make parse_pathoc a generator | Aldo Cortesi | 2015-06-07 | 11 | -48/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This lets us do things like this: get:/:ir,@1:x1000000000 It will also let us expand the language to include a "repeat forever" concept. | |||||
| | * | Refactor pathoc message receive to use queues and generators | Aldo Cortesi | 2015-06-05 | 3 | -21/+40 | |
| | | | | | | | | | | | | This gives us a nicer, thread-safe interface. | |||||
| | * | Improve websocket logging | Aldo Cortesi | 2015-06-05 | 5 | -32/+40 | |
| | | | ||||||
| | * | Rudimentary support for reflected websocket frames. | Aldo Cortesi | 2015-06-04 | 4 | -18/+55 | |
| | | | ||||||
| | * | Test output to try to figure out why Travis no longer loves us | Aldo Cortesi | 2015-06-04 | 1 | -1/+2 | |
| | | |