aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* WebSocket: remember to send the protocol versionPřemysl Janouch2017-02-061-0/+1
|
* WebSocket: fix header parsingPřemysl Janouch2017-02-061-4/+8
|
* Fix and update LICENSEPřemysl Janouch2017-02-032-13/+11
|
* Travis CI: brevify notificationsPřemysl Janouch2017-02-031-0/+6
|
* json-format.pl: further fixesPřemysl Janouch2017-01-261-9/+6
| | | | | | | - skip_ws() -> gettoken() as it doesn't always skip whitespace - add a newline after each top-level token - since we've become a streaming parser, GNU parallel may not apply, so remove the comment at the top of the file
* json-format.pl: add a --keep-ws switchPřemysl Janouch2017-01-251-11/+12
|
* json-format.pl: make it a streaming formatterPřemysl Janouch2017-01-251-17/+24
| | | | Always pretty-print.
* json-format.pl: fix display of empty [] and {}Přemysl Janouch2017-01-251-12/+19
|
* Fix OpenSSL 1.1 compatibilityPřemysl Janouch2017-01-252-0/+7
|
* Add and install json-format.plPřemysl Janouch2017-01-252-0/+143
| | | | Seemed somewhat related to what this program does.
* Bump libertyPřemysl Janouch2017-01-232-4/+4
|
* Fix Travis CI notificationsPřemysl Janouch2016-03-141-1/+1
|
* Update READMEPřemysl Janouch2016-03-131-1/+1
|
* Use TMPDIR as a fallback if setPřemysl Janouch2016-03-131-0/+3
|
* Update READMEPřemysl Janouch2016-03-101-2/+11
|
* Fix CMakeLists.txtPřemysl Janouch2016-03-101-2/+3
|
* Flush output properlyPřemysl Janouch2016-01-221-1/+5
|
* Update READMEPřemysl Janouch2016-01-211-0/+1
|
* Update READMEPřemysl Janouch2016-01-211-0/+10
|
* Add ability to pipe output from callsPřemysl Janouch2016-01-211-22/+51
|
* Add JSON syntax highlightingPřemysl Janouch2016-01-212-16/+326
|
* Fix segfault on config load errorPřemysl Janouch2016-01-201-5/+5
|
* Allow line editing with VISUAL/EDITOR/viPřemysl Janouch2015-12-261-29/+357
| | | | Let's pray I haven't broken anything so far.
* Refactor backendsPřemysl Janouch2015-12-261-293/+270
| | | | That was fucking ugly.
* Rewrite the input layerPřemysl Janouch2015-12-254-103/+749
| | | | Now we also support libedit for the backend.
* Bump liberty, use newer configuration formatPřemysl Janouch2015-12-132-206/+231
| | | | | | So that we don't need to maintain our own string parser for attribute strings. More or less just plugging in what the old code has evolved into in degesch.
* Bump libertyPřemysl Janouch2015-12-132-6/+3
|
* Fix compile warningPřemysl Janouch2015-12-131-1/+1
|
* Reorganize codePřemysl Janouch2015-12-131-57/+57
|
* Convert README to AsciiDocPřemysl Janouch2015-09-271-7/+10
|
* Fix READMEPřemysl Janouch2015-09-271-5/+3
|
* WS: allow leaving out the URL pathPřemysl Janouch2015-06-251-3/+6
| | | | It defaults to / now, it used to cause undefined behaviour.
* WS: include the part after '?' in the queryPřemysl Janouch2015-06-251-5/+13
|
* Fix typo in HTTP request headerPřemysl Janouch2015-06-241-1/+1
|
* Bump libertyPřemysl Janouch2015-05-251-0/+0
| | | | isspace_ascii() sabotaged the functioning of this program.
* Update READMEPřemysl Janouch2015-05-071-0/+6
|
* Move a commentPřemysl Janouch2015-04-081-2/+4
|
* Fix an embarrasing logic errorPřemysl Janouch2015-04-081-2/+2
|
* Allow specifying the CA bundle in configurationPřemysl Janouch2015-04-081-3/+38
|
* WS: send messages in blocksPřemysl Janouch2015-04-081-9/+12
|
* WS: only display the "connecting" status on -vPřemysl Janouch2015-04-081-3/+6
|
* Fix WS masking logicPřemysl Janouch2015-04-081-1/+1
|
* Display the IP address while connectingPřemysl Janouch2015-04-081-1/+1
| | | | Instead of resolving the domain name.
* Non-functional little fixesPřemysl Janouch2015-04-081-6/+5
|
* Watch for SIGINT and SIGTERMPřemysl Janouch2015-04-081-5/+29
|
* Handle quitting a bit betterPřemysl Janouch2015-04-081-0/+24
| | | | And add some documentation.
* Fix obsolete libev API usagePřemysl Janouch2015-04-081-5/+5
|
* Give the WebSocket backend some chance of workingPřemysl Janouch2015-04-081-75/+213
| | | | This is all untested code.
* Make asynchronous status messages possiblePřemysl Janouch2015-04-071-6/+46
| | | | I. HATE. GNU. READLINE.
* Cleanup, fix handshake, better errorsPřemysl Janouch2015-04-071-49/+34
|