index
:
penes-snac2
ukko-2.75
ukko-2.77
ukko-2.78
ukko-2.79
ukko-2.81
ukko-2.82
ukko-2.83
ukko-2.84
My fork of snac2 for p.enes.lv/2
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
snac.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add fake HTTP status error 399 to http_status_text().
default
2025-02-17
1
-0
/
+1
|
*
xs_po.h new file.
default
2025-02-14
1
-0
/
+1
|
*
New function lang_str().
default
2025-02-14
1
-0
/
+1
|
*
Fixed function tid() for some architectures.
default
2025-02-09
1
-1
/
+1
|
*
Bumped copyright year.
default
2025-01-08
1
-1
/
+1
|
*
The proxy token seed is created on startup and never stored.
default
2024-11-12
1
-0
/
+1
|
*
Searches are now case-insensitive for all alphabets.
default
2024-08-23
1
-0
/
+1
|
*
Added support for listening on unix sockets.
default
2024-08-05
1
-0
/
+1
|
*
Translate status codes to canonical status texts
Louis Brauer
2024-05-27
1
-0
/
+12
|
|
|
|
|
Use those in HTTP responses instead of "OK"/"ERROR". Apps like Tokodon show only the status text in unexpected responses.
*
Updated copyright year.
default
2024-01-04
1
-1
/
+1
|
*
Replaced encode_html_strict() with xs_html_encode().
default
2023-11-20
1
-0
/
+1
|
*
Backport from xs.
default
2023-11-17
1
-0
/
+1
|
*
Added FastCGI support.
default
2023-10-17
1
-0
/
+1
|
*
Don't allow creating users which user name strings only differ in case.
default
2023-10-13
1
-0
/
+3
|
*
Some tweaks to the logging system.
default
2023-09-27
1
-15
/
+13
|
*
Backport from xs.
default
2023-09-25
1
-0
/
+1
|
*
Backport from xs.
default
2023-09-17
1
-0
/
+1
|
*
Updated comment in headers.
default
2023-07-28
1
-1
/
+1
|
*
Fixed failed mkdir() in restricted environments.
default
2023-07-09
1
-2
/
+7
|
*
If a ~/log/ folder exists, also write the log there.
default
2023-06-15
1
-2
/
+3
|
*
If ~/error/ exists, also log messages to a file there.
default
2023-06-11
1
-0
/
+8
|
*
Replaced usage of random() with xs_rnd_buf().
default
2023-06-05
1
-1
/
+4
|
*
Some prototype tweaks.
default
2023-06-05
1
-8
/
+8
|
*
Moved srv_running variable to httpd.c.
default
2023-06-05
1
-1
/
+0
|
*
Got rid of xs_encdec.h.
default
2023-05-17
1
-1
/
+0
|
*
Backport from xs.
default
2023-05-09
1
-1
/
+2
|
*
arc4random() does not exist in not-so-old systems, so revert this.
default
2023-04-16
1
-1
/
+1
|
|
|
|
|
|
Revert "Replaced random() with arc4random()." This reverts commit f658f345cac7b24d6fa61f08b4ec09823d28b11a.
*
Replaced random() with arc4random().
default
2023-04-16
1
-1
/
+1
|
*
Moved srv_archive() to data.c.
default
2023-03-01
1
-94
/
+0
|
*
New utility function mkdirx().
default
2023-02-07
1
-1
/
+13
|
*
Tweaked user and group permissions for new files and dirs.
default
2023-02-07
1
-1
/
+1
|
*
Minor header tweaks.
default
2023-02-02
1
-2
/
+4
|
*
Updated year in copyright notices.
default
2023-01-17
1
-1
/
+1
|
*
Some code reordering to placate scan-build's wrath.
default
2022-12-14
1
-7
/
+9
|
*
New function new_password().
default
2022-12-04
1
-3
/
+3
|
*
Fixed a nasty macro expansion bug.
default
2022-10-26
1
-0
/
+7
|
*
Don't set tz in gettimeofday() because nobody implements it any longer.
default
2022-10-15
1
-2
/
+1
|
*
Backport from xs.
default
2022-10-03
1
-0
/
+1
|
*
Use the time functions of xs_time.h.
default
2022-10-02
1
-19
/
+2
|
*
New function ftime().
default
2022-09-28
1
-0
/
+9
|
*
Got xs_set.h from xs.
default
2022-09-28
1
-0
/
+1
|
*
More work in not_really_markdown().
default
2022-09-27
1
-0
/
+1
|
*
Use xs_replace_i() in some places.
default
2022-09-27
1
-4
/
+2
|
*
More error testing in srv_archive().
default
2022-09-26
1
-3
/
+3
|
*
Added direction to srv_archive() files.
default
2022-09-26
1
-1
/
+1
|
*
More work but signatures seem to still fail.
default
2022-09-26
1
-3
/
+9
|
*
Always write a raw payload in srv_archive().
default
2022-09-25
1
-6
/
+6
|
*
New function msg_actor().
default
2022-09-25
1
-0
/
+1
|
*
Fixed bug in srv_archive().
default
2022-09-25
1
-1
/
+1
|
*
The HTTP request headers are stored in a plain dict.
default
2022-09-25
1
-2
/
+1
|
[next]