| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor code cleaning. | 2024-01-10 | 1 | -12/+2 | |
| | | |||||
| * | New state variable top_job_fifo_size. | 2024-01-08 | 1 | -0/+3 | |
| | | |||||
| * | Renamed some thread states. | 2024-01-08 | 1 | -2/+2 | |
| | | |||||
| * | Added some state flags for threads. | 2024-01-08 | 1 | -2/+14 | |
| | | |||||
| * | Non-important variable renaming. | 2024-01-08 | 1 | -34/+35 | |
| | | |||||
| * | Rewritten part of the job threads to be leaner and faster. | 2024-01-08 | 1 | -39/+45 | |
| | | |||||
| * | Better behaviour on broken queue items. | 2024-01-07 | 1 | -7/+13 | |
| | | |||||
| * | Updated copyright year. | 2024-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Moved most server state to a structure. | 2024-01-03 | 1 | -35/+40 | |
| | | |||||
| * | Minor tweaks to /.well-known/nodeinfo returned data. | 2023-12-29 | 1 | -4/+4 | |
| | | |||||
| * | Also log the job_fifo len in status.txt. | 2023-12-26 | 1 | -12/+17 | |
| | | |||||
| * | New page status.txt. | 2023-12-26 | 1 | -2/+14 | |
| | | | | | It just return an empty page as a query, but some status logging is done. | ||||
| * | Added some crash checks. | 2023-12-18 | 1 | -1/+1 | |
| | | |||||
| * | Avoid crashing on missing 'method' or 'path' headers in httpd_connection(). | 2023-12-18 | 1 | -2/+7 | |
| | | |||||
| * | Use xs_html in the static greeting page. | 2023-11-24 | 1 | -13/+19 | |
| | | |||||
| * | Added a tag argument to html_timeline(). | 2023-11-08 | 1 | -2/+2 | |
| | | |||||
| * | Fixed 'show more' in tag search. | 2023-11-08 | 1 | -8/+17 | |
| | | |||||
| * | Tags can now be searched for from the server base URL. | 2023-11-08 | 1 | -0/+15 | |
| | | |||||
| * | Added FastCGI support. | 2023-10-17 | 1 | -4/+18 | |
| | | |||||
| * | Backport from xs. | 2023-10-14 | 1 | -1/+1 | |
| | | |||||
| * | Hide posts from the public web for accounts with 'private' == true. | 2023-10-08 | 1 | -0/+3 | |
| | | |||||
| * | Backport from xs. | 2023-09-23 | 1 | -6/+6 | |
| | | |||||
| * | The nodeinfo file returns more useful information. | 2023-08-21 | 1 | -4/+28 | |
| | | |||||
| * | The hash 'more_headers' is added to the response HTTP headers. | 2023-08-19 | 1 | -0/+8 | |
| | | |||||
| * | The instance URL can now show a timeline. | 2023-08-14 | 1 | -1/+8 | |
| | | |||||
| * | Sanitize local user names in the greeting page. | 2023-08-14 | 1 | -46/+55 | |
| | | |||||
| * | Some mastoapi tweaks to support the semaphore.social web client. | 2023-08-12 | 1 | -4/+8 | |
| | | |||||
| * | Archive unattended method errors. | 2023-08-12 | 1 | -0/+1 | |
| | | |||||
| * | Updated comment in headers. | 2023-07-28 | 1 | -1/+1 | |
| | | |||||
| * | Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons. | 2023-07-24 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | html.c & httpd.c: Fix hardlink. | 2023-07-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Some people may still want to post in the web client with such different way, Such as posting from Yggdrasil / SSH port forwarder, and so on. This commit gives the workaround for that purpose, However things will go messed up when current path were ends with / (Like: user/, admin/). But overall, If user just uses it like normal, Then things will just worked well as expected. Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | Added HTTP caching to static data. | 2023-07-02 | 1 | -1/+5 | |
| | | |||||
| * | The WWW-Authenticate real also includes the user. | 2023-06-24 | 1 | -1/+3 | |
| | | |||||
| * | Fixed missing end quote in the WWW-Authenticate header. | 2023-06-24 | 1 | -1/+1 | |
| | | |||||
| * | Renamed the HTTP Basic auth realm to something more informative. | 2023-06-18 | 1 | -2/+4 | |
| | | |||||
| * | Replace an sprintf() with an snprintf(). | 2023-06-05 | 1 | -1/+1 | |
| | | |||||
| * | Moved srv_running variable to httpd.c. | 2023-06-05 | 1 | -0/+1 | |
| | | |||||
| * | If sem_open() fails, try again with sem_init(). | 2023-05-25 | 1 | -0/+13 | |
| | | |||||
| * | Got rid of xs_encdec.h. | 2023-05-17 | 1 | -1/+1 | |
| | | |||||
| * | Fixed conflict. | 2023-05-09 | 1 | -1/+4 | |
| |\ | |||||
| | * | Fixed the issue of semaphore name conflicts. | 2023-05-09 | 1 | -1/+4 | |
| | | | |||||
| * | | Print the total running time at httpd stop. | 2023-05-08 | 1 | -1/+5 | |
| |/ | |||||
| * | Moved sem_close() further to the end. | 2023-05-08 | 1 | -4/+2 | |
| | | |||||
| * | Added some includes needed for last sem_open() / uintptr_t changes. | 2023-05-07 | 1 | -0/+2 | |
| | | |||||
| * | Fix pointer-to-int cast | 2023-05-07 | 1 | -1/+1 | |
| | | | | | | Resolves "warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]" | ||||
| * | Use named semaphores | 2023-05-07 | 1 | -4/+8 | |
| | | | | | Unnamed semaphores are not supported on macOS. | ||||
| * | Added -Wextra to C flags. | 2023-05-04 | 1 | -0/+6 | |
| | | |||||
| * | Added some const here and there. | 2023-05-04 | 1 | -1/+1 | |
| | | |||||
| * | Moved JSON output validation to httpd.c. | 2023-04-23 | 1 | -0/+10 | |
| | | |||||
| * | New function mastoapi_put_handler(). | 2023-04-22 | 1 | -0/+10 | |
| | | |||||