Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move a comment | Přemysl Janouch | 2015-04-08 | 1 | -2/+4 |
| | |||||
* | Fix an embarrasing logic error | Přemysl Janouch | 2015-04-08 | 1 | -2/+2 |
| | |||||
* | Allow specifying the CA bundle in configuration | Přemysl Janouch | 2015-04-08 | 1 | -3/+38 |
| | |||||
* | WS: send messages in blocks | Přemysl Janouch | 2015-04-08 | 1 | -9/+12 |
| | |||||
* | WS: only display the "connecting" status on -v | Přemysl Janouch | 2015-04-08 | 1 | -3/+6 |
| | |||||
* | Fix WS masking logic | Přemysl Janouch | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | Display the IP address while connecting | Přemysl Janouch | 2015-04-08 | 1 | -1/+1 |
| | | | | Instead of resolving the domain name. | ||||
* | Non-functional little fixes | Přemysl Janouch | 2015-04-08 | 1 | -6/+5 |
| | |||||
* | Watch for SIGINT and SIGTERM | Přemysl Janouch | 2015-04-08 | 1 | -5/+29 |
| | |||||
* | Handle quitting a bit better | Přemysl Janouch | 2015-04-08 | 1 | -0/+24 |
| | | | | And add some documentation. | ||||
* | Fix obsolete libev API usage | Přemysl Janouch | 2015-04-08 | 1 | -5/+5 |
| | |||||
* | Give the WebSocket backend some chance of working | Přemysl Janouch | 2015-04-08 | 1 | -75/+213 |
| | | | | This is all untested code. | ||||
* | Make asynchronous status messages possible | Přemysl Janouch | 2015-04-07 | 1 | -6/+46 |
| | | | | I. HATE. GNU. READLINE. | ||||
* | Cleanup, fix handshake, better errors | Přemysl Janouch | 2015-04-07 | 1 | -49/+34 |
| | |||||
* | WebSockets: use Server Name Indication with TLS | Přemysl Janouch | 2015-04-03 | 1 | -2/+9 |
| | |||||
* | Display a warning about WS status | Přemysl Janouch | 2015-03-29 | 1 | -0/+4 |
| | | | | So I can finally push this to GitHub. | ||||
* | Move a lot of stuff to liberty | Přemysl Janouch | 2015-03-29 | 1 | -751/+2 |
| | |||||
* | Stubplement WebSockets | Přemysl Janouch | 2015-03-29 | 1 | -116/+1786 |
| | |||||
* | Not so trivial anymore | Přemysl Janouch | 2015-03-23 | 1 | -1/+1 |
| | | | | | | We're gonna implement WebSockets soon, so make appropriate changes to texts. Updated copyright in LICENSE. | ||||
* | Move to liberty | Přemysl Janouch | 2015-02-28 | 1 | -1/+2 |
| | |||||
* | Fix a leak and a null pointer dereference | Přemysl Janouch | 2015-02-22 | 1 | -5/+10 |
| | |||||
* | Add support for attributed output | Přemysl Janouch | 2015-02-22 | 1 | -20/+403 |
| | | | | Colours, colours, colours. Configurable. | ||||
* | Rewrite to use utils.c from ponymap | Přemysl Janouch | 2015-02-22 | 1 | -276/+81 |
| | | | | I'm starting to get tired of repeatingly doing this. | ||||
* | Expect UTF-8 charset in Content-Type | Přemysl Janouch | 2015-02-22 | 1 | -4/+43 |
| | |||||
* | Add manpage generation, update README | Přemysl Janouch | 2015-02-14 | 1 | -1/+1 |
| | |||||
* | Convert to CMake, fix terminal resize behaviour | Přemysl Janouch | 2014-11-18 | 1 | -38/+83 |
| | | | | | | Fucking terminals, always broken in one way or another. For future reference, libedit acts even worse than readline. | ||||
* | Don't try to send an empty method name | Přemysl Janouch | 2014-09-29 | 1 | -0/+5 |
| | |||||
* | Some twiddling | Přemysl Janouch | 2014-09-08 | 1 | -4/+7 |
| | | | | | | | - also accept the obsolete application/json-rpc content type - don't quote regular responses - don't separate results with newlines - instead make sure to print a newline upon receiving EOF | ||||
* | Avoid a resource leak | Přemysl Janouch | 2014-09-08 | 1 | -7/+15 |
| | |||||
* | Initial commit | Přemysl Janouch | 2014-09-07 | 1 | -0/+724 |