Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | WebSocket: fix reconnection | Přemysl Janouch | 2017-02-06 | 1 | -0/+2 | |
* | WebSocket: fix showing the close reason | Přemysl Janouch | 2017-02-06 | 1 | -2/+2 | |
* | WebSocket: fix segfault in HTTP parsing | Přemysl Janouch | 2017-02-06 | 1 | -0/+1 | |
* | WebSocket: remember to send the protocol version | Přemysl Janouch | 2017-02-06 | 1 | -0/+1 | |
* | WebSocket: fix header parsing | Přemysl Janouch | 2017-02-06 | 1 | -4/+8 | |
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 1 | -1/+0 | |
* | Fix OpenSSL 1.1 compatibility | Přemysl Janouch | 2017-01-25 | 1 | -0/+5 | |
* | Bump liberty | Přemysl Janouch | 2017-01-23 | 1 | -4/+4 | |
* | Use TMPDIR as a fallback if set | Přemysl Janouch | 2016-03-13 | 1 | -0/+3 | |
* | Flush output properly | Přemysl Janouch | 2016-01-22 | 1 | -1/+5 | |
* | Add ability to pipe output from calls | Přemysl Janouch | 2016-01-21 | 1 | -22/+51 | |
* | Add JSON syntax highlighting | Přemysl Janouch | 2016-01-21 | 1 | -15/+325 | |
* | Fix segfault on config load error | Přemysl Janouch | 2016-01-20 | 1 | -5/+5 | |
* | Allow line editing with VISUAL/EDITOR/vi | Přemysl Janouch | 2015-12-26 | 1 | -29/+357 | |
* | Refactor backends | Přemysl Janouch | 2015-12-26 | 1 | -293/+270 | |
* | Rewrite the input layer | Přemysl Janouch | 2015-12-25 | 1 | -101/+726 | |
* | Bump liberty, use newer configuration format | Přemysl Janouch | 2015-12-13 | 1 | -206/+231 | |
* | Bump liberty | Přemysl Janouch | 2015-12-13 | 1 | -6/+3 | |
* | Fix compile warning | Přemysl Janouch | 2015-12-13 | 1 | -1/+1 | |
* | Reorganize code | Přemysl Janouch | 2015-12-13 | 1 | -57/+57 | |
* | WS: allow leaving out the URL path | Přemysl Janouch | 2015-06-25 | 1 | -3/+6 | |
* | WS: include the part after '?' in the query | Přemysl Janouch | 2015-06-25 | 1 | -5/+13 | |
* | Fix typo in HTTP request header | Přemysl Janouch | 2015-06-24 | 1 | -1/+1 | |
* | 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 | |
* | 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 | |
* | 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 | |
* | Make asynchronous status messages possible | Přemysl Janouch | 2015-04-07 | 1 | -6/+46 | |
* | 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 | |
* | 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 | |
* | 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 | |
* | Rewrite to use utils.c from ponymap | Přemysl Janouch | 2015-02-22 | 1 | -276/+81 | |
* | 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 | |
* | Don't try to send an empty method name | Přemysl Janouch | 2014-09-29 | 1 | -0/+5 |