Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | 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 | |
| | | | ||||||
| | * | Shore up test suite. | Aldo Cortesi | 2015-06-04 | 6 | -3/+49 | |
| | | | ||||||
| | * | Refactor to allow dropping to websockets on any anchor point | Aldo Cortesi | 2015-06-04 | 1 | -21/+32 | |
| | | | ||||||
| | * | Try to fix test suite race like a savage. | Aldo Cortesi | 2015-06-04 | 2 | -4/+9 | |
| | | | ||||||
| | * | Try to appease Travis | Aldo Cortesi | 2015-06-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | Craft anchor is now specified as a regex | Aldo Cortesi | 2015-06-04 | 4 | -15/+27 | |
| | | | | | | | | | | | | Unifies this with anchor points. | |||||
| | * | Refactor Pathod HTTP handlers for clarity | Aldo Cortesi | 2015-06-04 | 1 | -44/+56 | |
| | | | ||||||
| | * | Clarify nomenclature, complete nested frame language spec. | Aldo Cortesi | 2015-06-04 | 6 | -105/+112 | |
| | | | ||||||
| | * | Clarify language API, stub out nested websocket frames | Aldo Cortesi | 2015-06-04 | 13 | -76/+100 | |
| | | | ||||||
| | * | Bump version | Aldo Cortesi | 2015-06-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | Change test API to allow multiple pathoc requests | Aldo Cortesi | 2015-05-31 | 4 | -19/+33 | |
| | | | | | | | | | | | | Add simple unit test for websocket server | |||||
| | * | logging: Re-raise exception after output | Aldo Cortesi | 2015-05-31 | 1 | -0/+2 | |
| | | | ||||||
| | * | Refactor logging, fix conversion to websocket handler | Aldo Cortesi | 2015-05-31 | 2 | -25/+34 | |
| | | | ||||||
| | * | Add timestamps to logs by everywhere | Aldo Cortesi | 2015-05-31 | 2 | -3/+9 | |
| | | | ||||||
| | * | Refactor, fix a crashing bug by changing the way we specify SANs to pathod | Aldo Cortesi | 2015-05-31 | 2 | -25/+35 | |
| | | | ||||||
| | * | Refactor pathod to allow switching protocol handlers | Aldo Cortesi | 2015-05-31 | 1 | -31/+34 | |
| | | | ||||||
| | * | Prevent autoflake from changing our API | Aldo Cortesi | 2015-05-30 | 1 | -0/+1 | |
| | | | ||||||
| | * | Factor logger out of pathoc, use it in pathod as well. | Aldo Cortesi | 2015-05-30 | 8 | -212/+214 | |
| | | | ||||||
| | * | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 31 | -145/+242 | |
| | | | ||||||
| | * | Merge pull request #23 from Kriechi/fix-links | Aldo Cortesi | 2015-05-30 | 5 | -19/+19 | |
| | |\ | | | | | | | | | fix github links | |||||
| | | * | fix typo | Thomas Kriechbaumer | 2015-05-29 | 1 | -3/+3 | |
| | | | | ||||||
| | | * | fix github links | Thomas Kriechbaumer | 2015-05-29 | 4 | -16/+16 | |
| | |/ | ||||||
| | * | fix typo | Maximilian Hils | 2015-05-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | Post-release version bump. | Aldo Cortesi | 2015-05-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | Remove server example for now. | Aldo Cortesi | 2015-05-26 | 1 | -6/+0 | |
| | | | ||||||
| | * | release prep: bump version, fix doc layout a bit | Aldo Cortesi | 2015-05-18 | 3 | -4/+10 | |
| | | | ||||||
| | * | Strike times token on copy | Aldo Cortesi | 2015-05-17 | 5 | -6/+13 | |
| | | | ||||||
| | * | HTTP and websocket requests now have an xN clause to repeat | Aldo Cortesi | 2015-05-17 | 6 | -1/+38 | |
| | | | ||||||
| | * | websockets: raw body specification | Aldo Cortesi | 2015-05-17 | 3 | -5/+39 | |
| | | | ||||||
| | * | websockets: lINTEGER to specify payload length | Aldo Cortesi | 2015-05-17 | 5 | -1/+56 | |
| | | | ||||||
| | * | websockets: replace the "raw" with a simpler mechanism | Aldo Cortesi | 2015-05-17 | 3 | -24/+25 | |
| | | | | | | | | | | | | | | | You can now say "knone" to specifiy that no key should be generated under any circumstances. | |||||
| | * | Introduce and enfoce uniqueness constraints for language components | Aldo Cortesi | 2015-05-17 | 7 | -1/+46 | |
| | | | ||||||
| | * | websockets: client and server flavors, key and mask specification | Aldo Cortesi | 2015-05-16 | 7 | -30/+96 | |
| | | | ||||||
| | * | websockets: mask specification | Aldo Cortesi | 2015-05-16 | 6 | -32/+120 | |
| | | | | | | | | | | | | | | | | | | - Add a FixedLengthValue - Use it to implement a 4-byte mask specifier - Adjust docs | |||||
| | * | websockets: fix actions on frames | Aldo Cortesi | 2015-05-05 | 2 | -1/+2 | |
| | | | ||||||
| | * | pathoc: cope with errors during websocket frame read. | Aldo Cortesi | 2015-05-05 | 1 | -2/+5 | |
| | | |