942 Commits (9e831fe414ad38cd80b0cf1fdf5d2d4a3eda17e1)
 

Author SHA1 Message Date
Felix von Leitner 84436cb2c6 add MSG_ZEROCOPY support (only used for buffers >8k) 5 years ago
Felix von Leitner f7078fbd43 support __builtin_swap16 and __builtin_swap32 5 years ago
Felix von Leitner 62fc452335 fix fmt_ip6 (Erwin Hoffmann) 6 years ago
Felix von Leitner 297abe28c7 update man pages 6 years ago
Felix von Leitner 8dc2bb262b no :: at the end if it's only :0 6 years ago
Felix von Leitner 5a711cb7ee fmt_ip6 was violating rfc5952 section 4.2.2 6 years ago
Felix von Leitner cceba75ddc add man pages for scan_urlencoded* 6 years ago
Felix von Leitner a0f4bc8520 man page and unit tests for scan_hexdump 6 years ago
Felix von Leitner efafd510b8 add man page and unit tests for scan_base64url 6 years ago
Felix von Leitner 4310a56aeb don't write one more byte in error case 6 years ago
Felix von Leitner fdb61c5301 add unit tests and man page for scan_ldapescape 6 years ago
Felix von Leitner 4ba71a7540 bring scan_cescape up to speed 6 years ago
Felix von Leitner 13896db585 fix utf-8 json encoding for outside basic multilingual plane 6 years ago
Felix von Leitner bb2f5ef433 fmt_jsonescape: convert utf-8 >ffff to \u escaped surrogate pair 6 years ago
Felix von Leitner e5fb72d521 move unit tests into each file (compile with -DUNITTEST) 6 years ago
Felix von Leitner d6674f6d8e #include <foo.h> -> #include <libowfat/foo.h> 6 years ago
Felix von Leitner 818f2dc2e9 remove new compiler warnings from gcc 7 6 years ago
Felix von Leitner 84d3184cbc a few more test suites
escapecharc now supports non-ascii
6 years ago
Felix von Leitner a410c4c76f one less warning 6 years ago
Felix von Leitner 4c1467db0d remove a few compiler warnings 6 years ago
Felix von Leitner c2cb91fe56 remove signedness warnings 6 years ago
Felix von Leitner 63957e48b9 document scan_uuencoded 6 years ago
Felix von Leitner b03d7530da add man page for scan_base64, handle partial blocks better 6 years ago
Felix von Leitner 96a9165266 add new line 6 years ago
Felix von Leitner 32104440a6 add man page for scan_utf8_sem 6 years ago
Felix von Leitner 2bcf469c7c add scan_utf8_sem
add utf8 test suite
6 years ago
Felix von Leitner 076d31f593 improve json escape decoder, add test suite 6 years ago
Felix von Leitner b2efd1c0a3 scan_jsonescape ends when it sees an unescaped " 6 years ago
Felix von Leitner 87b8ea0aed move headers to <libowfat/> upon install 6 years ago
Felix von Leitner 4b0bc56f9c put includes into <libowfat/*.h> 6 years ago
Felix von Leitner 5712f98211 check new json encoding 6 years ago
Felix von Leitner 3324ee127c handle \n etc 6 years ago
Felix von Leitner 6dcb99f00e some more eagain handling in tryread and trywrite
cosmetic change
6 years ago
Felix von Leitner 30780dd5f0 - and _ are also safe characters 6 years ago
Felix von Leitner 59c1427d8f add #include <string.h> for memset/strcpy 7 years ago
Felix von Leitner c97e2f096e remove unnecessary x86intrin.h include 7 years ago
Felix von Leitner 2090fd630c "fmt.h" instead of <fmt.h> 7 years ago
Felix von Leitner 35f10a2f72 remove OpenBSD #warning (obsd maintainer says no longer needed) 7 years ago
Felix von Leitner 7b92896014 add deferral code 7 years ago
Felix von Leitner d13e2036ff implement deferred closing 7 years ago
Felix von Leitner 1d253fb3fa reengineer alt queue handling to prevent race 7 years ago
Felix von Leitner b6a91f4256 attempt to work around race condition when you close an fd but there are
still outstanding events queued on it.
7 years ago
Felix von Leitner 91640b5f51 document race condition caused by queueing of multiple events 7 years ago
Felix von Leitner fe0275d3d2 version bump 7 years ago
Felix von Leitner 22dc3178f7 document a few more changes 7 years ago
Felix von Leitner f592033be8 add mmap_readat (like mmap_read but open by fd, not by name) 7 years ago
Felix von Leitner fccae42ce6 make dep fix 7 years ago
Felix von Leitner 25835d0c1d instead of calling mmap with a size of 0 (which will fail), skip the
syscall and fail directly
7 years ago
Felix von Leitner ef1bbd6209 use AT_FDCWD instead of -1 7 years ago
Felix von Leitner 94343e46cc add mmap_readat 7 years ago