992 Commits (b4ba06aee4d99c952a7b22e388a4e690b0779691)
 

Author SHA1 Message Date
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
leitner 928da70f1d add man pages for scan_urlencoded* 7 years ago
leitner 42a78bb04e man page and unit tests for scan_hexdump 7 years ago
leitner c8156a9841 add man page and unit tests for scan_base64url 7 years ago
leitner 8d449d442b don't write one more byte in error case 7 years ago
leitner 527e2e7c5b add unit tests and man page for scan_ldapescape 7 years ago
leitner ac2df2bf20 bring scan_cescape up to speed 7 years ago
leitner 8526ae3d0d fix utf-8 json encoding for outside basic multilingual plane 7 years ago
leitner 84d3e6a7b4 fmt_jsonescape: convert utf-8 >ffff to \u escaped surrogate pair 7 years ago
leitner b9eb81c58f move unit tests into each file (compile with -DUNITTEST) 7 years ago
leitner 760598ec2f #include <foo.h> -> #include <libowfat/foo.h> 7 years ago
leitner dba47741bf remove new compiler warnings from gcc 7 7 years ago
leitner 660c314341 a few more test suites
escapecharc now supports non-ascii
7 years ago
leitner 607801f2fd one less warning 8 years ago
leitner f412a657fb remove a few compiler warnings 8 years ago
leitner e89f098743 remove signedness warnings 8 years ago
leitner ce64436772 document scan_uuencoded 8 years ago
leitner 959151a24d add man page for scan_base64, handle partial blocks better 8 years ago
leitner 23b1412d47 add new line 8 years ago
leitner 7d308b957d add man page for scan_utf8_sem 8 years ago
leitner 14f26729e9 add scan_utf8_sem
add utf8 test suite
8 years ago
leitner 41db97d380 improve json escape decoder, add test suite 8 years ago
leitner 3c68ae0dcc scan_jsonescape ends when it sees an unescaped " 8 years ago
leitner da2a8332fe move headers to <libowfat/> upon install 8 years ago
leitner a2f86a77b5 put includes into <libowfat/*.h> 8 years ago
leitner b067d41e63 check new json encoding 8 years ago
leitner c493b262ac handle \n etc 8 years ago
leitner c29096b2e0 some more eagain handling in tryread and trywrite
cosmetic change
8 years ago
leitner 26a193bff0 - and _ are also safe characters 8 years ago
leitner a7f74699da add #include <string.h> for memset/strcpy 8 years ago
leitner 6cd198cb98 remove unnecessary x86intrin.h include 8 years ago
leitner d862c9e482 "fmt.h" instead of <fmt.h> 8 years ago
leitner b4c4eb607e remove OpenBSD #warning (obsd maintainer says no longer needed) 8 years ago
leitner 1a53c2221a add deferral code 8 years ago
leitner 2a0bcc2fb6 implement deferred closing 8 years ago
leitner b73a699dab reengineer alt queue handling to prevent race 8 years ago