Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use saner defaults | Přemysl Eric Janouch | 2020-09-05 | 1 | -13/+17 |
| | | | | | | | | So that most of the time users won't need to use any switches. --pretty-print has been inverted into jq's --compact-output, and --auto-id has been replaced with barely, if-at-all useful --null-as-id. | ||||
* | Write a nice new man page in AsciiDoc | Přemysl Eric Janouch | 2020-09-05 | 1 | -3/+6 |
| | | | | | | | | | Taking some preliminary steps for inclusion in Linux distributions. The help message has been slightly improved and the README extended, with part of it now residing in the man page. One less GNU dependency, for what it's worth. | ||||
* | Move "connecting..." messages to the debug mode | Přemysl Eric Janouch | 2020-09-05 | 1 | -1/+1 |
| | | | | So that the --verbose option does only one thing. | ||||
* | Fix libedit a bit more and discourage from using it | Přemysl Eric Janouch | 2020-09-02 | 1 | -2/+12 |
| | |||||
* | Update copyright years | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+1 |
| | |||||
* | Warn on unexpected "id" fields | Přemysl Eric Janouch | 2020-09-01 | 1 | -17/+22 |
| | |||||
* | Make the verbose mode also show the raw input | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+15 |
| | | | | | To make it more useful for debugging. We might also tie this to the --debug option, though that would be a bit chaotic. | ||||
* | Strip trailing newlines from editor output | Přemysl Eric Janouch | 2020-09-01 | 1 | -3/+10 |
| | |||||
* | Fix libedit crash | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+2 |
| | | | | | Again, I have no idea why it started to happen, it just occured to me to try to change the call, and it turns out out it works. | ||||
* | Fix prompt attributes under libedit | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+1 |
| | | | | I can only guess why this works, and I'm not sure I want to /know/. | ||||
* | Name change | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+1 |
| | |||||
* | Fix running helper programs | Přemysl Janouch | 2019-09-23 | 1 | -4/+11 |
| | | | | A bug was introduced in 5c38087. | ||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -3/+2 |
| | | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway. | ||||
* | Display unexpected messages, too | Přemysl Janouch | 2018-05-11 | 1 | -1/+9 |
| | |||||
* | Fix UTF-8 validation | Přemysl Janouch | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Fix sent close code when failing the connection | Přemysl Janouch | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Better fix for EOF handling with WebSockets | Přemysl Janouch | 2018-04-16 | 1 | -6/+3 |
| | | | | Used to spin. | ||||
* | Fix EOF handling with WebSockets | Přemysl Janouch | 2018-04-16 | 1 | -0/+8 |
| | |||||
* | Bump liberty, fix GNUC detection, update README | Přemysl Janouch | 2018-04-16 | 1 | -40/+22 |
| | |||||
* | Cleanup | Přemysl Janouch | 2017-02-07 | 1 | -23/+1 |
| | |||||
* | WebSockets are no longer experimental | Přemysl Janouch | 2017-02-06 | 1 | -4/+0 |
| | | | | Now that I've made it work at all, at least in some cases. | ||||
* | WebSocket: fix connection timeout | Přemysl Janouch | 2017-02-06 | 1 | -0/+1 |
| | |||||
* | WebSocket: avoid closing an invalid FD | Přemysl Janouch | 2017-02-06 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | Let's pray I haven't broken anything so far. | ||||
* | Refactor backends | Přemysl Janouch | 2015-12-26 | 1 | -293/+270 |
| | | | | That was fucking ugly. | ||||
* | Rewrite the input layer | Přemysl Janouch | 2015-12-25 | 1 | -101/+726 |
| | | | | Now we also support libedit for the backend. | ||||
* | Bump liberty, use newer configuration format | Přemysl Janouch | 2015-12-13 | 1 | -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 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 |
| | | | | It defaults to / now, it used to cause undefined behaviour. | ||||
* | 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 |
| |