aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* modify include/compat/netinet/ip.hkinichiro2016-03-131-0/+4
* add solaris include for getentropy(2)Brent Cook2016-01-181-0/+7
* replace err.h macros with inline functionsBrent Cook2016-01-031-8/+54
* include strings.h in string.h on AIX as wellBrent Cook2016-01-031-2/+3
* refresh nc(1) supportBrent Cook2015-12-061-0/+1
* wrap gets on Windows, replacing '\r\n' with '\n'Brent Cook2015-12-051-0/+2
* no special workaround needed for MSVC2015Brent Cook2015-12-021-4/+0
* Windows compatibility fixesBrent Cook2015-10-182-4/+13
* disable some tests with 32-bit time_t systemsBrent Cook2015-10-171-4/+0
* unconditionally disable pledge for nowBrent Cook2015-10-151-2/+0
* include timegm fallbackBrent Cook2015-10-152-6/+5
* add limits.h shim for defining PATH_MAX on HP-UXBrent Cook2015-10-142-0/+27
* check for pledge(2)Brent Cook2015-10-121-2/+2
* resolve tame to 0Brent Cook2015-10-071-1/+1
* add tame(2) checkBrent Cook2015-10-071-0/+4
* rename _mkgmtime as timegm on win32Brent Cook2015-10-071-0/+4
* add b64_ntop checking and fallback for nc(1)Brent Cook2015-10-013-4/+25
* add include/compat/readpassphrase.h to Makefile.amkinichiro2015-09-171-0/+1
* fixup windows and older linux buildsBrent Cook2015-09-132-0/+11
* allow nc to build on linux and os xBrent Cook2015-09-134-11/+92
* remove support for old MSVC versions, KNFBrent Cook2015-09-091-551/+405
* updates for MSVC 2015's degenerate headersBrent Cook2015-09-097-3/+38
* distribute include and man CMakefilesBrent Cook2015-09-071-0/+2
* Add install targets and shared libraries to CMakeJeff Davey2015-08-181-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