Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakeLists.txt: declare compatibility with 3.27 | Přemysl Eric Janouch | 2023-08-01 | 1 | -1/+1 |
| | | | | Sadly, the 3.5 deprecation warning doesn't go away after this. | ||||
* | Try harder to find ncursesw | Přemysl Eric Janouch | 2023-07-24 | 1 | -6/+7 |
| | |||||
* | CMakeLists.txt: fix OpenBSD build | Přemysl Eric Janouch | 2023-07-04 | 1 | -6/+5 |
| | | | | Note that we still don't use link_directories() as often as we should. | ||||
* | CMakeLists.txt: fix build on macOS | Přemysl Eric Janouch | 2023-07-04 | 1 | -0/+2 |
| | |||||
* | Bump liberty, improve fallback manual page output | Přemysl Eric Janouch | 2022-10-09 | 1 | -2/+3 |
| | |||||
* | Bump liberty, make use of its new asciiman.awk | Přemysl Eric Janouch | 2022-09-25 | 1 | -1/+9 |
| | |||||
* | Build with AsciiDoc as well as Asciidoctor | Přemysl Eric Janouch | 2022-08-24 | 1 | -9/+20 |
| | |||||
* | FindLibEV.cmake: synchronise | Přemysl Eric Janouch | 2021-10-30 | 1 | -2/+2 |
| | |||||
* | CMakeLists.txt: fix copy-pasted variable name | Přemysl Eric Janouch | 2020-10-30 | 1 | -2/+2 |
| | |||||
* | CMakeLists.txt: make this build in OpenBSD | Přemysl Eric Janouch | 2020-10-30 | 1 | -1/+19 |
| | |||||
* | CMakeLists.txt: omit end{if,foreach} expressions | Přemysl Eric Janouch | 2020-10-30 | 1 | -7/+7 |
| | | | | Their usefulness was almost negative. | ||||
* | Bump minimum CMake version to 3.0 | Přemysl Eric Janouch | 2020-10-30 | 1 | -18/+6 |
| | | | | A nice, round number. This allows us to remove some boilerplate. | ||||
* | CMakeLists.txt: fix an outdated comment | Přemysl Eric Janouch | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | This software is no longer simple | Přemysl Eric Janouch | 2020-10-14 | 1 | -2/+1 |
| | |||||
* | Bump version, update NEWSv1.1.0 | Přemysl Eric Janouch | 2020-10-13 | 1 | -1/+1 |
| | |||||
* | Make a release, create NEWSv1.0.0 | Přemysl Eric Janouch | 2020-09-05 | 1 | -2/+2 |
| | |||||
* | Write a nice new man page in AsciiDoc | Přemysl Eric Janouch | 2020-09-05 | 1 | -8/+11 |
| | | | | | | | | | 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. | ||||
* | Name change | Přemysl Eric Janouch | 2020-09-01 | 1 | -2/+2 |
| | |||||
* | Merge in a JSON-RPC 2.0 test server | Přemysl Janouch | 2018-10-18 | 1 | -0/+10 |
|\ | |||||
| * | demo-json-rpc-server -> json-rpc-test-serveracid/master | Přemysl Janouch | 2018-10-18 | 1 | -3/+3 |
| | | |||||
| * | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | CMakeLists.txt: fix variable name | Přemysl Janouch | 2018-06-24 | 1 | -2/+2 |
| | | |||||
| * | Steady progress | Přemysl Janouch | 2015-03-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Started parsing Content-Type properly after studying the HTTP RFC for a significant period of time. Some further WebSockets stuff. | ||||
| * | Some intial WebSockets code | Přemysl Janouch | 2015-03-09 | 1 | -2/+3 |
| | | |||||
| * | Steady progress | Přemysl Janouch | 2015-03-08 | 1 | -2/+5 |
| | | | | | | | | | | | | | | Added static content serving with sane content type detection. Started working on WebSockets (meanwhile neither SCGI or FastCGI is finished and almost nothing has been tested). | ||||
| * | Initial commit | Přemysl Janouch | 2015-03-02 | 1 | -0/+83 |
| | | | | | | Not even the demo is able to compile yet. I'm just tracking my progress. | ||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | Bump liberty, fix GNUC detection, update README | Přemysl Janouch | 2018-04-16 | 1 | -2/+2 |
| | |||||
* | Fix OpenSSL 1.1 compatibility | Přemysl Janouch | 2017-01-25 | 1 | -0/+2 |
| | |||||
* | Add and install json-format.pl | Přemysl Janouch | 2017-01-25 | 1 | -0/+1 |
| | | | | Seemed somewhat related to what this program does. | ||||
* | Fix CMakeLists.txt | Přemysl Janouch | 2016-03-10 | 1 | -2/+3 |
| | |||||
* | Rewrite the input layer | Přemysl Janouch | 2015-12-25 | 1 | -1/+18 |
| | | | | Now we also support libedit for the backend. | ||||
* | Stubplement WebSockets | Přemysl Janouch | 2015-03-29 | 1 | -3/+6 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | Also build with ncursesw only | Přemysl Janouch | 2015-02-22 | 1 | -5/+15 |
| | |||||
* | Add support for attributed output | Přemysl Janouch | 2015-02-22 | 1 | -2/+4 |
| | | | | Colours, colours, colours. Configurable. | ||||
* | Rewrite to use utils.c from ponymap | Přemysl Janouch | 2015-02-22 | 1 | -1/+5 |
| | | | | I'm starting to get tired of repeatingly doing this. | ||||
* | Add manpage generation, update README | Přemysl Janouch | 2015-02-14 | 1 | -1/+24 |
| | |||||
* | Convert to CMake, fix terminal resize behaviour | Přemysl Janouch | 2014-11-18 | 1 | -0/+56 |
Fucking terminals, always broken in one way or another. For future reference, libedit acts even worse than readline. |