1009 Commits (e19831955e6ea4c28e11b128ca92ca0f0b4b7ba9)
 

Author SHA1 Message Date
leitner ddfdd4d077 add compiler.h to abstract gcc attributes 4 years ago
leitner 51869a80f8 also set upstream to error state 4 years ago
leitner 235dfb18cd add bs_seterrorstate 4 years ago
leitner 606a282145 also install parse.h 4 years ago
leitner b3b68521ef buffer_seek is no longer limited to the current buffer contents
add automated way to run unit test: make check
  add parse.h
  add bytestream abstraction for parsing data from a buffer or a file
4 years ago
leitner 302026f1b2 add functions for capacity checking and to skip bytes 4 years ago
leitner 03feeb7ef2 make check can now run in parallel 4 years ago
leitner f63eb1d9c5 move bs_err into own C file 4 years ago
leitner acee16d884 add unit tests for bs_capacitycheck (same as for bs_capacityassert
basically)
4 years ago
leitner 4f66a05d0b remove some warnings in unit tests
catch impossible buffer in bs_init_membuf
4 years ago
leitner 7ce1c93d0f add "make check" target and make it work :) 4 years ago
leitner fbb1a69c9c fix unit tests 4 years ago
leitner 3128a340ac make unit tests self contained 4 years ago
leitner 4df5ee1bf3 add prs_readblob (no unit tests yet) 4 years ago
leitner 3fff3ae6db add and use bs_capacityassert 4 years ago
leitner 9ddab2153f add asciiz parsing 4 years ago
leitner 50ceb217ab add buffer_peekc 4 years ago
leitner 32cafc2b80 add a few helpers for parsing binary data 4 years ago
leitner 48f36eb580 give __readmem__ its own #ifndef 4 years ago
leitner 32eb43f99c add byte_start, byte_starts
add a man page for byte_equal_notimingattack
4 years ago
leitner 48f7fea2c1 first_deferred actually needs to be extern all the time, not just
my_extern
4 years ago
leitner 58160829b4 add man pages for fmt_copybytes and fmt_copybytes_sizeof_minus1 4 years ago
leitner 567cfbb96a fmt_copybytes and fmt_copybytes_sizeof_minus1 now follow the dest==NULL
convention
4 years ago
leitner 818712d067 add fmt_copybytes_sizeof_minus1 4 years ago
leitner 94ebb21f87 add fmt and scan versions of uint* 4 years ago
leitner adea4281a7 add static analyzer targets 4 years ago
leitner 1544cf006c fix memory leak in error path 4 years ago
leitner 2389a150ac add errmsg documentation 4 years ago
leitner 19c65ab54f fix two complaints by clang's static analyzer 4 years ago
leitner 69c9d1454d port the epoll optimizations to kqueue, hopefully repairing it in the process 4 years ago
leitner 9d51f000ef silence another compiler warning 4 years ago
leitner bbaf63c7fd remove compiler warnings in ent
try to fix io_waituntil2 on freebsd
4 years ago
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