805 Commits (35f10a2f72f8753eb55e29a67518b0bb15c4c7f7)
 

Author SHA1 Message Date
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
Felix von Leitner 5d08980293 add pread test 7 years ago
Felix von Leitner 8853a842f1 test for pread and use it instead of lseek+read in cdb and io_mmapwritefile 7 years ago
Felix von Leitner 2fa4ba6e22 remove warning for crippled operating systems 7 years ago
Felix von Leitner 5027027b8c osx 7 years ago
Felix von Leitner 069f5c22c1 another gcc 6 warning fix
compile on osx again
remove asm version of i?mult64 (was needed only for clang because it
didn't have __uint128_t, but it now has it)
7 years ago
Felix von Leitner 9e3ba6e772 shut up new gcc 6 warnings 7 years ago
Felix von Leitner d453330622 stupid sign extension 7 years ago
Felix von Leitner ee08bd436c fix two issues found by clang's static analyser 7 years ago
Felix von Leitner 5033d9a8b5 attempt to support FreeBSD 7 years ago
Felix von Leitner 4065324c6e -fomit-leaf-frame-pointer was wrong even for gcc m( 7 years ago
Felix von Leitner df1c4f3316 typo 7 years ago
Felix von Leitner 4e443f71e5 gcc -> clang 7 years ago
Felix von Leitner 81c4d3787d include <foo> -> include "foo" 7 years ago
Felix von Leitner 50694f2403 -I. 7 years ago
Felix von Leitner 44a4170065 #include <> to "" 7 years ago
Felix von Leitner fd2ad91adf add base64url support (forgot header)
compile byte/* with -O3
7 years ago
Felix von Leitner 4aee13bc9e add base64url support 7 years ago
Felix von Leitner 290c70e3fa ar -> $(CROSS)ar 7 years ago
Felix von Leitner 6c3e33a37b support $DESTDIR for make install targets 7 years ago
Felix von Leitner 56207731de special case buffer_get_token with token length 1 through memccpy (almost 4x speedup) 7 years ago
Felix von Leitner 25ceda0778 special case buffer_get_token with token length 1 through memccpy 7 years ago
Felix von Leitner 3c20566f55 fix operator precedence 7 years ago
Felix von Leitner 8cf357cc70 use static inline instead of extern inline 7 years ago
Felix von Leitner a7929899ea add unistd.h 7 years ago
Felix von Leitner c21bdfb2dd oops, did not actually flush the buffer 7 years ago
Felix von Leitner 7e89f0fecb slight optimization for buffer_flush 7 years ago
Felix von Leitner b9af5f3905 darwin compat 7 years ago
Felix von Leitner 67299ca714 add socket_udp4b and socket_udp6b 8 years ago
Felix von Leitner 8f64f1c9af add marshaling code for protocol buffers 8 years ago
Felix von Leitner ec32c40bab add netstring formatter
fix scan_netstring to actually correctly return the length of the transported string
add documentation
8 years ago
Felix von Leitner 3ccdc6055a support gcc 5 builtins for multiplication overflow in safemult.h
fix copypasted comment in fmt_asn1dertag
add man pages for add_of, sub_of and assign
8 years ago
Felix von Leitner bc76923c24 add gcc 5 integer overflow intrinsics support to rangecheck.h
in the process, identify a gnarly problem that was not only not found by
  the test suite, there was a test testing for the wrong behavior!
8 years ago
Felix von Leitner ea849e7ebf a few missing headers and minor fixes
fix corking behavior for the case where a buffer follows a buffer in
iob_send
8 years ago
Felix von Leitner 33fcc42d09 add documentation 8 years ago
Felix von Leitner 0784612aa2 fix timezone handling 8 years ago
Felix von Leitner ba17f2b5df add scan_iso8601+test 8 years ago
Felix von Leitner 5f90c12917 add fmt_iso8601 8 years ago