index
:
portable
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/portable.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
modify cmake to build nc
kinichiro
2016-04-09
1
-1
/
+1
*
modify include/compat/netinet/ip.h
kinichiro
2016-03-13
1
-0
/
+4
*
add solaris include for getentropy(2)
Brent Cook
2016-01-18
1
-0
/
+7
*
replace err.h macros with inline functions
Brent Cook
2016-01-03
1
-8
/
+54
*
include strings.h in string.h on AIX as well
Brent Cook
2016-01-03
1
-2
/
+3
*
refresh nc(1) support
Brent Cook
2015-12-06
1
-0
/
+1
*
wrap gets on Windows, replacing '\r\n' with '\n'
Brent Cook
2015-12-05
1
-0
/
+2
*
no special workaround needed for MSVC2015
Brent Cook
2015-12-02
1
-4
/
+0
*
Windows compatibility fixes
Brent Cook
2015-10-18
2
-4
/
+13
*
disable some tests with 32-bit time_t systems
Brent Cook
2015-10-17
1
-4
/
+0
*
unconditionally disable pledge for now
Brent Cook
2015-10-15
1
-2
/
+0
*
include timegm fallback
Brent Cook
2015-10-15
2
-6
/
+5
*
add limits.h shim for defining PATH_MAX on HP-UX
Brent Cook
2015-10-14
2
-0
/
+27
*
check for pledge(2)
Brent Cook
2015-10-12
1
-2
/
+2
*
resolve tame to 0
Brent Cook
2015-10-07
1
-1
/
+1
*
add tame(2) check
Brent Cook
2015-10-07
1
-0
/
+4
*
rename _mkgmtime as timegm on win32
Brent Cook
2015-10-07
1
-0
/
+4
*
add b64_ntop checking and fallback for nc(1)
Brent Cook
2015-10-01
3
-4
/
+25
*
add include/compat/readpassphrase.h to Makefile.am
kinichiro
2015-09-17
1
-0
/
+1
*
fixup windows and older linux builds
Brent Cook
2015-09-13
2
-0
/
+11
*
allow nc to build on linux and os x
Brent Cook
2015-09-13
4
-11
/
+92
*
remove support for old MSVC versions, KNF
Brent Cook
2015-09-09
1
-551
/
+405
*
updates for MSVC 2015's degenerate headers
Brent Cook
2015-09-09
7
-3
/
+38
*
distribute include and man CMakefiles
Brent Cook
2015-09-07
1
-0
/
+2
*
Add install targets and shared libraries to CMake
Jeff Davey
2015-08-18
1
-0
/
+5
*
correct fallback err.h macro behavior
Brent Cook
2015-07-22
1
-4
/
+4
*
move sleep shim to posix_win.c
Brent Cook
2015-07-21
1
-5
/
+1
*
tighten up compat include paths, fix glibc compatibility
Brent Cook
2015-07-21
4
-16
/
+10
*
add initial CMake and Visual Studio build support
Brent Cook
2015-07-21
31
-130
/
+1058
*
implement compatibility shim for __warn_references
Brent Cook
2015-07-17
2
-0
/
+32
*
add compatible version of arpa/nameser.h for Windows
Brent Cook
2015-07-02
1
-0
/
+23
*
add check for inet_pton, nudge minimum win32 compat to 0x0501
Brent Cook
2015-07-02
2
-0
/
+10
*
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
[next]