| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Got rid of xs_encdec.h. | 2023-05-17 | 1 | -1/+0 | |
| | | |||||
| * | Backport from xs. | 2023-05-09 | 1 | -1/+2 | |
| | | |||||
| * | arc4random() does not exist in not-so-old systems, so revert this. | 2023-04-16 | 1 | -1/+1 | |
| | | | | | | | Revert "Replaced random() with arc4random()." This reverts commit f658f345cac7b24d6fa61f08b4ec09823d28b11a. | ||||
| * | Replaced random() with arc4random(). | 2023-04-16 | 1 | -1/+1 | |
| | | |||||
| * | Moved srv_archive() to data.c. | 2023-03-01 | 1 | -94/+0 | |
| | | |||||
| * | New utility function mkdirx(). | 2023-02-07 | 1 | -1/+13 | |
| | | |||||
| * | Tweaked user and group permissions for new files and dirs. | 2023-02-07 | 1 | -1/+1 | |
| | | |||||
| * | Minor header tweaks. | 2023-02-02 | 1 | -2/+4 | |
| | | |||||
| * | Updated year in copyright notices. | 2023-01-17 | 1 | -1/+1 | |
| | | |||||
| * | Some code reordering to placate scan-build's wrath. | 2022-12-14 | 1 | -7/+9 | |
| | | |||||
| * | New function new_password(). | 2022-12-04 | 1 | -3/+3 | |
| | | |||||
| * | Fixed a nasty macro expansion bug. | 2022-10-26 | 1 | -0/+7 | |
| | | |||||
| * | Don't set tz in gettimeofday() because nobody implements it any longer. | 2022-10-15 | 1 | -2/+1 | |
| | | |||||
| * | Backport from xs. | 2022-10-03 | 1 | -0/+1 | |
| | | |||||
| * | Use the time functions of xs_time.h. | 2022-10-02 | 1 | -19/+2 | |
| | | |||||
| * | New function ftime(). | 2022-09-28 | 1 | -0/+9 | |
| | | |||||
| * | Got xs_set.h from xs. | 2022-09-28 | 1 | -0/+1 | |
| | | |||||
| * | More work in not_really_markdown(). | 2022-09-27 | 1 | -0/+1 | |
| | | |||||
| * | Use xs_replace_i() in some places. | 2022-09-27 | 1 | -4/+2 | |
| | | |||||
| * | More error testing in srv_archive(). | 2022-09-26 | 1 | -3/+3 | |
| | | |||||
| * | Added direction to srv_archive() files. | 2022-09-26 | 1 | -1/+1 | |
| | | |||||
| * | More work but signatures seem to still fail. | 2022-09-26 | 1 | -3/+9 | |
| | | |||||
| * | Always write a raw payload in srv_archive(). | 2022-09-25 | 1 | -6/+6 | |
| | | |||||
| * | New function msg_actor(). | 2022-09-25 | 1 | -0/+1 | |
| | | |||||
| * | Fixed bug in srv_archive(). | 2022-09-25 | 1 | -1/+1 | |
| | | |||||
| * | The HTTP request headers are stored in a plain dict. | 2022-09-25 | 1 | -2/+1 | |
| | | |||||
| * | New function srv_archive(). | 2022-09-25 | 1 | -15/+102 | |
| | | |||||
| * | More log tweaks. | 2022-09-24 | 1 | -8/+8 | |
| | | |||||
| * | Replace long paths with ~ in logs. | 2022-09-24 | 1 | -0/+12 | |
| | | |||||
| * | Always call srv_debug() from snac_debug(). | 2022-09-24 | 1 | -5/+3 | |
| | | |||||
| * | New flag srv_running. | 2022-09-21 | 1 | -0/+1 | |
| | | |||||
| * | New function enqueue(). | 2022-09-20 | 1 | -2/+2 | |
| | | |||||
| * | Renamed xs_splitn() to xs_split_n(). | 2022-09-19 | 1 | -1/+1 | |
| | | |||||
| * | New function hash_password() and check_password(). | 2022-09-19 | 1 | -0/+33 | |
| | | |||||
| * | [data.c] new file. | 2022-09-19 | 1 | -124/+0 | |
| | | |||||
| * | Unified error strings. | 2022-09-19 | 1 | -15/+18 | |
| | | |||||
| * | New functions snac_debug() and snac_log(). | 2022-09-19 | 1 | -0/+12 | |
| | | |||||
| * | New functions snac_open() and snac_free(). | 2022-09-19 | 1 | -0/+96 | |
| | | |||||
| * | [main.c] New file. | 2022-09-19 | 1 | -8/+0 | |
| | | |||||
| * | Improved server debug functions. | 2022-09-19 | 1 | -4/+6 | |
| | | |||||
| * | Added time functions. | 2022-09-19 | 1 | -1/+19 | |
| | | |||||
| * | Start of work. | 2022-09-19 | 1 | -0/+73 | |
| | | |||||
| * | More dummy files. | 2022-09-19 | 1 | -0/+20 | |