Commit graph

13 commits

Author SHA1 Message Date
16f516d6ce feat: cosmopolitan libc support
Added support for cosmopolitan libc.
Simply do `make COSMO=yes` and you'll get feuille.com, a working
αcτµαlly pδrταblε εxεcµταblε pastebin server.

+ version bump.
2022-12-11 01:59:08 +01:00
b146e1a300 fix: remove `misc' folder and put the aliases in README.md
+ fix typo.
2022-11-30 13:43:09 +01:00
fdd0d73e77 fix(server.c): add newline only if there isn't one already 2022-11-29 16:06:27 +01:00
65ecf9d81a fix: remove dynamic analysis debug flags 2022-11-29 14:32:29 +01:00
de702c9b58 fix(feuille.c): use {u,g}id_t instead of int for uid and gid 2022-11-29 14:31:29 +01:00
4b3b46e7ab fix(feuille.c): initialize uid and gid to remove useless warnings 2022-11-29 14:28:16 +01:00
c6f8f0e736 fix(bin.c): error check and paste size 2022-11-29 14:16:11 +01:00
8c30d271df feat: use paste size instead of NULL byte in order to write the paste
Previously, the pastes were written to disk until feuille encountered
a NULL byte. This is now fixed.

+ version bump.
2022-11-29 13:57:11 +01:00
b61f5c4cae chore: bump version 2022-11-29 13:31:14 +01:00
2ed08dc596 feat(config.mk): add DEBUG flag to build options 2022-11-29 10:39:14 +01:00
6920f38942 chore: bump version to 1.6.20 2022-11-23 10:13:35 +01:00
e0b3cf4e82 chore: bump version 2022-11-22 06:52:22 +01:00
845677abe1 feat: Makefile 2022-11-21 10:43:01 +01:00