795 Commits (25835d0c1d537176cb7785040ddcf8512f1804a7)
 

Author SHA1 Message Date
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) 8 years ago
Felix von Leitner 25ceda0778 special case buffer_get_token with token length 1 through memccpy 8 years ago
Felix von Leitner 3c20566f55 fix operator precedence 8 years ago
Felix von Leitner 8cf357cc70 use static inline instead of extern inline 8 years ago
Felix von Leitner a7929899ea add unistd.h 8 years ago
Felix von Leitner c21bdfb2dd oops, did not actually flush the buffer 8 years ago
Felix von Leitner 7e89f0fecb slight optimization for buffer_flush 8 years ago
Felix von Leitner b9af5f3905 darwin compat 8 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
Felix von Leitner a9c1f9699e small buffer optimization
fix botched noipv6 case in buffer_tcp6
8 years ago
Felix von Leitner f2b0c2fb95 use gcc magic and a #define to convert buffer_puts to buffer_put if the
string argument length is known at compile time (same for
buffer_putsflush)
8 years ago
Felix von Leitner 06705bc327 remove dead store 8 years ago
Felix von Leitner 247b2175c4 remove dead store 8 years ago
Felix von Leitner 003d0b9835 remove dead store 8 years ago
Felix von Leitner 25a1156f42 remove dead store 8 years ago
Felix von Leitner b6952d4cbd also install critbit.h
documentation clarification
8 years ago
Felix von Leitner d26d50fc42 make critbit0_contains as pure 8 years ago
Felix von Leitner d351fcf664 bump version 8 years ago
Felix von Leitner 98e300970b update dependency 8 years ago