| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor logging, fix conversion to websocket handler | Aldo Cortesi | 2015-05-31 | 1 | -19/+16 |
* | Add timestamps to logs by everywhere | Aldo Cortesi | 2015-05-31 | 1 | -3/+2 |
* | Refactor, fix a crashing bug by changing the way we specify SANs to pathod | Aldo Cortesi | 2015-05-31 | 1 | -20/+29 |
* | Refactor pathod to allow switching protocol handlers | Aldo Cortesi | 2015-05-31 | 1 | -31/+34 |
* | Factor logger out of pathoc, use it in pathod as well. | Aldo Cortesi | 2015-05-30 | 1 | -149/+143 |
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -14/+20 |
* | Split out language messages and actions | Aldo Cortesi | 2015-05-03 | 1 | -1/+2 |
* | Massive refactoring to split up language implementation. | Aldo Cortesi | 2015-05-02 | 1 | -5/+7 |
* | Change the semantics of the craft anchor point specification | Aldo Cortesi | 2015-04-23 | 1 | -5/+6 |
* | pathod: register websocket key from client handshake | Aldo Cortesi | 2015-04-23 | 1 | -9/+17 |
* | Refactor logging, add some defaults to pathod argument help. | Aldo Cortesi | 2015-04-23 | 1 | -24/+38 |
* | Use get_request_line from netlib.http | Aldo Cortesi | 2015-04-23 | 1 | -6/+8 |
* | Resolve messages as part of policy check | Aldo Cortesi | 2015-04-22 | 1 | -8/+9 |
* | pathod: flag to set debugging for web interface dev | Aldo Cortesi | 2015-04-22 | 1 | -2/+4 |
* | websockets: server handshake scheme | Aldo Cortesi | 2015-04-22 | 1 | -11/+9 |
* | Whitespace, interface refcactoring, sketch websockets language | Aldo Cortesi | 2015-04-20 | 1 | -3/+2 |
* | Whitespace, small fixes. | Aldo Cortesi | 2015-04-20 | 1 | -2/+1 |
* | Add SANs specification arguments to pathod | Aldo Cortesi | 2015-04-19 | 1 | -1/+2 |
* | 100% unit tests | Aldo Cortesi | 2015-04-19 | 1 | -5/+14 |
* | housekeeping: ++tests, coverage annotations | Aldo Cortesi | 2015-04-17 | 1 | -1/+1 |
* | Parse patterns eagerly on instantiation | Aldo Cortesi | 2014-10-25 | 1 | -27/+39 |
* | Nicer way to specify patterns read for file - just use a path | Aldo Cortesi | 2014-10-25 | 1 | -3/+3 |
* | Strictly separate argument parsing from main loops | Aldo Cortesi | 2014-10-24 | 1 | -30/+11 |
* | Refactor and whitespace | Aldo Cortesi | 2014-10-24 | 1 | -0/+89 |
* | Fix tests, re-add scripts | Aldo Cortesi | 2014-10-24 | 1 | -2/+8 |
* | fix pathod | Maximilian Hils | 2014-10-09 | 1 | -2/+0 |
* | adjust to netlib changes | Maximilian Hils | 2014-10-08 | 1 | -2/+4 |
* | adapt pathod to netlib changes | Maximilian Hils | 2014-09-06 | 1 | -3/+3 |
* | adjust to netlib api changes | Maximilian Hils | 2014-07-21 | 1 | -71/+74 |
* | Adjust for upstream cert store changes, improve cert handling significantly | Aldo Cortesi | 2014-03-05 | 1 | -18/+14 |
* | Add connection cipher info to pathod server log | Aldo Cortesi | 2014-03-02 | 1 | -18/+21 |
* | Support cert/key combo files in args. Improve argument names in SSLOptions | Aldo Cortesi | 2014-03-02 | 1 | -10/+10 |
* | Implement custom certs. | Aldo Cortesi | 2014-03-02 | 1 | -10/+19 |
* | Big improvements to SSL handling | Aldo Cortesi | 2014-03-02 | 1 | -13/+31 |
* | Expand SSL support | Aldo Cortesi | 2014-02-27 | 1 | -3/+9 |
* | adjust for netlib.tcp.Address changes | Maximilian Hils | 2014-01-30 | 1 | -3/+3 |
* | adjust to signature changes in netlib.tcp | Maximilian Hils | 2014-01-28 | 1 | -4/+4 |
* | Merge branch 'master' into tcp_proxy | Maximilian Hils | 2014-01-28 | 1 | -6/+6 |
|\ |
|
| * | Pyflakes cleanup, adjust requirements.txt | Aldo Cortesi | 2014-01-19 | 1 | -6/+6 |
* | | Merge branch 'master' into tcp_proxy | Maximilian Hils | 2014-01-09 | 1 | -2/+2 |
|\| |
|
| * | always return Content-Length: 0 if r is not set | Maximilian Hils | 2013-12-15 | 1 | -2/+2 |
* | | change method signature | Maximilian Hils | 2014-01-09 | 1 | -1/+1 |
|/ |
|
* | ensure binary read on windows | Maximilian Hils | 2013-08-19 | 1 | -1/+1 |
* | Adapt to new cert storage API. | Aldo Cortesi | 2013-08-12 | 1 | -3/+4 |
* | Adapt for new request_client_cert option in netlib. | Aldo Cortesi | 2013-05-13 | 1 | -4/+7 |
* | Print pathod craft explanations to stdout. | Aldo Cortesi | 2013-03-03 | 1 | -4/+5 |
* | Adapt for new netlib SNI API. | Aldo Cortesi | 2013-02-27 | 1 | -0/+2 |
* | Wrap webapp in a creation function. | Aldo Cortesi | 2013-02-24 | 1 | -3/+1 |
* | Add support for client certificates | Aldo Cortesi | 2013-01-20 | 1 | -0/+12 |
* | Implement and unit test not-after-connect option. | Aldo Cortesi | 2013-01-05 | 1 | -9/+10 |