| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | refactor win32 shims into posix_win.c | Brent Cook | 2015-06-05 | 2 | -150/+18 |
* | all file IO should be binary, auto-append the flag | Brent Cook | 2015-06-05 | 1 | -0/+20 |
* | remove issetuigid wrappers, now that all getenv calls are gone. | Brent Cook | 2015-04-14 | 1 | -4/+0 |
* | enable libtls by default | Brent Cook | 2015-03-19 | 1 | -2/+0 |
* | add strsep fallback for libtls | Brent Cook | 2015-02-14 | 1 | -0/+4 |
* | include 'struct iovec' for Windows | Brent Cook | 2015-01-31 | 2 | -0/+18 |
* | add support for building libtls | Brent Cook | 2014-12-06 | 1 | -0/+6 |
* | monkey patch more POSIX-like behavior out of winsock 2 | Brent Cook | 2014-12-03 | 3 | -8/+176 |
* | add minimal winsock->BSD networking header shims | Brent Cook | 2014-12-03 | 20 | -2/+205 |
* | add minimal poll(2) implementation for Windows | Brent Cook | 2014-12-03 | 1 | -0/+56 |
* | Use _WIN32 instead of __WIN32. | 宋冬生 | 2014-11-18 | 1 | -1/+1 |
* | Improve and simplify function and header detection logic. | Brent Cook | 2014-10-30 | 4 | -14/+15 |
* | update string.h for include strings.h for HPUX environment | kinichiro | 2014-10-22 | 1 | -2/+2 |
* | update stdio.h for including stdarg.h | inoguchi | 2014-08-12 | 1 | -0/+1 |
* | conditionally build strnlen if needed. | Brent Cook | 2014-08-02 | 1 | -0/+2 |
* | define MAP_ANON for systems with MAP_ANONYMOUS | Brent Cook | 2014-07-30 | 1 | -3/+3 |
* | merge endian definitions between AIX/HP-UX/Solaris | Brent Cook | 2014-07-30 | 1 | -7/+1 |
* | update include/machine/endian.h for hpux portability. | inoguchi | 2014-07-30 | 1 | -0/+3 |
* | add sys/mman.h shim to define MAP_ANON if needed | Brent Cook | 2014-07-29 | 2 | -0/+15 |
* | add asprintf / vasprintf from OpenSSH portable | Brent Cook | 2014-07-29 | 2 | -0/+12 |
* | Update endian.h for AIX/IRIX | pgmassey | 2014-07-29 | 1 | -0/+8 |
* | Guard individual compatibility header prototypes. | Brent Cook | 2014-07-28 | 3 | -1/+27 |
* | add strndup/strnlen compat functions from OpenBSD | Brent Cook | 2014-07-28 | 1 | -0/+4 |
* | include system headers for err.h compat macros | Brent Cook | 2014-07-28 | 1 | -0/+4 |
* | build openbsd memmem implementation for explicit_bzero test | Brent Cook | 2014-07-21 | 1 | -0/+3 |
* | include err.h shim | Brent Cook | 2014-07-21 | 2 | -1/+26 |
* | update guard, add win32 support for endian.h | Brent Cook | 2014-07-20 | 1 | -6/+22 |
* | include <_bsd_types.h> on MinGW | Brent Cook | 2014-07-20 | 1 | -0/+4 |
* | axe unneeded solaris compatibility definitions | Brent Cook | 2014-07-10 | 1 | -5/+0 |
* | better fix for __bounded removal | Brent Cook | 2014-07-10 | 1 | -0/+4 |
* | Make things build again - add some missing headers | Charlie Root | 2014-07-10 | 1 | -1/+6 |
* | initial top-level import of subdirectories | Brent Cook | 2014-07-10 | 7 | -0/+85 |