1027 Commits (master)
 

Author SHA1 Message Date
leitner dc69bc24ec escape </script> in fmt_jsonescape 4 years ago
leitner 99a29eaf6b don't assume memory allocations will succeed 4 years ago
leitner 751bb5bb66 try to work with gcc 8.3, too 4 years ago
leitner aa285bfd1b remove failing assert that failed build 4 years ago
leitner 50c1daf653 use _Static_assert if available 5 years ago
leitner 8b0450cd29 some old glibc may define MSG_ZEROCOPY but not SO_ZEROCOPY :-( 5 years ago
leitner 261420b7b6 the glibc case of the new __writememsz__ and friends macros broke 5 years ago
leitner 8a8109f27e support gcc 10's access attribute when compiling with dietlibc 5 years ago
leitner 8bf1af6122 make mmap_private on Windows work on read-only files, too 5 years ago
leitner 71f52a7148 add some comments 5 years ago
leitner 6a71cd9a91 add libowfat/ to includes 5 years ago
leitner 77a2bbd17a half-hearted improvements to Windows compilability 5 years ago
leitner 3aef1c2faa half-hearted Windows compilability improvements 5 years ago
leitner 278a675a69 bsd fix 6 years ago
leitner 14df96bc34 less warnings 6 years ago
leitner 5c7270190b scan_utf8_sem 6 years ago
leitner 9e07364ad3 another attempt 6 years ago
leitner 7bb7679563 make headers fix for bsd make 6 years ago
leitner 97368fbfa6 BSD build fix (hopefully)
move more #include to <libowfat/...>
6 years ago
leitner dbd1f990c8 be less restrictive (RFC says NUL CR and LF need to be escaped) 6 years ago
leitner 421df2174c systems without fastopen support return EPIPE 6 years ago
leitner 27331bbc10 version bump 6 years ago
leitner fa9c86e8d8 update Makefile 6 years ago
leitner 533195b16f add unit test 6 years ago
leitner 8714ae112d mention that the str_copy return value does not include the \0
add unit test
6 years ago
leitner 2d78cb8406 fix unit test for fmt_escapecharc
add unit tests for fmt_xmlescape
6 years ago
leitner c857c95f06 s/write/writev/ 6 years ago
leitner 50a03e6b6f add make pic 6 years ago
leitner 1137831ddd make fastopen fall back to connect if len==0 6 years ago
leitner 3873bab74b add stralloc_APPEND
use atomic updates for iom->working
7 years ago
leitner a8fa432152 minimal demonstrator program for iom api 7 years ago
leitner ce595ae0cc add experimental iom API for multithreaded I/O multiplexing (in io.h) 7 years ago
leitner b3bccb9d88 #include_next no longer needed 7 years ago
leitner 94feba3667 use write in buffer_put for a slight perf improvement 7 years ago
leitner d4d9b091ef add rmdir 7 years ago
leitner 708e34ab7f don't escape poop emoji (emit as utf8 instead)
if input is not valid utf8, encode each invalid byte as utf8 in output
7 years ago
leitner 112ccf19e7 zero-terminate utf8 strings in ent 7 years ago
leitner ed67042965 undo freebsd fix, does not compile 7 years ago
leitner 2cc0eec6cc #define _POSIX_SOURCE for FreeBSD 7 years ago
leitner 3b44408747 jsonescape 7 years ago
leitner 30952a7e96 wtf 7 years ago
leitner b1d44d62dd update Makefile 7 years ago
leitner 2aceb52138 remove warning 7 years ago
leitner e4a2f4d068 compile if MSG_ZEROCOPY is not defined by libc 7 years ago
leitner f8c4132df0 add MSG_ZEROCOPY support (only used for buffers >8k) 7 years ago
leitner 2bb35a6106 support __builtin_swap16 and __builtin_swap32 7 years ago
leitner e0ee49ba2e fix fmt_ip6 (Erwin Hoffmann) 7 years ago
leitner 5a803f3e7c update man pages 7 years ago
leitner 61db2acee6 no :: at the end if it's only :0 7 years ago
leitner a4a2aed3de fmt_ip6 was violating rfc5952 section 4.2.2 7 years ago