aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add install targets and shared libraries to CMakeJeff Davey2015-08-281-0/+5
* correct fallback err.h macro behaviorBrent Cook2015-07-221-4/+4
* move sleep shim to posix_win.cBrent Cook2015-07-211-5/+1
* tighten up compat include paths, fix glibc compatibilityBrent Cook2015-07-214-16/+10
* add initial CMake and Visual Studio build supportBrent Cook2015-07-2131-130/+1058
* implement compatibility shim for __warn_referencesBrent Cook2015-07-172-0/+32
* add compatible version of arpa/nameser.h for WindowsBrent Cook2015-07-021-0/+23
* add check for inet_pton, nudge minimum win32 compat to 0x0501Brent Cook2015-07-022-0/+10
* refactor win32 shims into posix_win.cBrent Cook2015-06-052-150/+18
* all file IO should be binary, auto-append the flagBrent Cook2015-06-051-0/+20
* remove issetuigid wrappers, now that all getenv calls are gone.Brent Cook2015-04-141-4/+0
* enable libtls by defaultBrent Cook2015-03-191-2/+0
* add strsep fallback for libtlsBrent Cook2015-02-141-0/+4
* include 'struct iovec' for WindowsBrent Cook2015-01-312-0/+18
* add support for building libtlsBrent Cook2014-12-061-0/+6
* monkey patch more POSIX-like behavior out of winsock 2Brent Cook2014-12-033-8/+176
* add minimal winsock->BSD networking header shimsBrent Cook2014-12-0320-2/+205
* add minimal poll(2) implementation for WindowsBrent Cook2014-12-031-0/+56
* Use _WIN32 instead of __WIN32.宋冬生2014-11-181-1/+1
* Improve and simplify function and header detection logic.Brent Cook2014-10-304-14/+15
* update string.h for include strings.h for HPUX environmentkinichiro2014-10-221-2/+2
* update stdio.h for including stdarg.hinoguchi2014-08-121-0/+1
* conditionally build strnlen if needed.Brent Cook2014-08-021-0/+2
* define MAP_ANON for systems with MAP_ANONYMOUSBrent Cook2014-07-301-3/+3
* merge endian definitions between AIX/HP-UX/SolarisBrent Cook2014-07-301-7/+1
* update include/machine/endian.h for hpux portability.inoguchi2014-07-301-0/+3
* add sys/mman.h shim to define MAP_ANON if neededBrent Cook2014-07-292-0/+15
* add asprintf / vasprintf from OpenSSH portableBrent Cook2014-07-292-0/+12
* Update endian.h for AIX/IRIXpgmassey2014-07-291-0/+8
* Guard individual compatibility header prototypes.Brent Cook2014-07-283-1/+27
* add strndup/strnlen compat functions from OpenBSDBrent Cook2014-07-281-0/+4
* include system headers for err.h compat macrosBrent Cook2014-07-281-0/+4
* build openbsd memmem implementation for explicit_bzero testBrent Cook2014-07-211-0/+3
* include err.h shimBrent Cook2014-07-212-1/+26
* update guard, add win32 support for endian.hBrent Cook2014-07-201-6/+22
* include <_bsd_types.h> on MinGWBrent Cook2014-07-201-0/+4
* axe unneeded solaris compatibility definitionsBrent Cook2014-07-101-5/+0
* better fix for __bounded removalBrent Cook2014-07-101-0/+4
* Make things build again - add some missing headersCharlie Root2014-07-101-1/+6
* initial top-level import of subdirectoriesBrent Cook2014-07-107-0/+85