index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better workaround for VMS getnameinfo() bug
Richard Levitte
2016-02-12
1
-5
/
+7
*
Move to REF_DEBUG, for consistency.
Rich Salz
2016-02-11
2
-9
/
+4
*
GH620: second diff from rt-2275, adds error code
Rich Salz
2016-02-11
1
-0
/
+32
*
Rework BIO_ADDRINFO_protocol() to return correct values
Richard Levitte
2016-02-11
1
-2
/
+18
*
BIO_PAIR_DEBUG did nothing; remove it.
Rich Salz
2016-02-10
1
-14
/
+0
*
VMS getnameinfo() seems to have a bug with returned service string
Richard Levitte
2016-02-10
1
-0
/
+11
*
Small fixes
Richard Levitte
2016-02-08
1
-1
/
+1
*
GH641: Don't care openssl_zmalloc
Rich Salz
2016-02-08
1
-3
/
+4
*
bio/b_sock.c: cleanup obsolete stuff.
Andy Polyakov
2016-02-08
1
-12
/
+0
*
avoid crash if hostserv is with host part only
Roumen Petrov
2016-02-08
1
-1
/
+1
*
Add a BIO_ADDR_clear function
Matt Caswell
2016-02-05
1
-0
/
+7
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
3
-4
/
+4
*
VMS lacks socklen_t, give it one
Richard Levitte
2016-02-05
1
-0
/
+4
*
Update crypto/bio/build.info
Richard Levitte
2016-02-04
1
-2
/
+2
*
Make sure getaddrinfo and getnameinfo works as intended on Windows
Richard Levitte
2016-02-04
1
-2
/
+9
*
Use WSAGetLastError() on windows
Kurt Roeckx
2016-02-04
1
-0
/
+8
*
bio_err.c: remove a reappeared filename comment
Viktor Szakats
2016-02-04
1
-1
/
+0
*
Make fallback addresses static so that we can initialize it
Kurt Roeckx
2016-02-04
1
-8
/
+11
*
Refactoring BIO: Adapt BIO_s_datagram and all that depends on it
Richard Levitte
2016-02-03
1
-130
/
+43
*
make update
Richard Levitte
2016-02-03
1
-1
/
+8
*
Refactoring BIO: adapt BIO_s_connect and BIO_s_accept
Richard Levitte
2016-02-03
3
-269
/
+424
*
make update
Richard Levitte
2016-02-03
1
-0
/
+2
*
Refactoring BIO: reimplement old socket handling functions with new ones
Richard Levitte
2016-02-03
1
-435
/
+90
*
make update
Richard Levitte
2016-02-03
1
-0
/
+15
*
Temporary pragma to have GCC quiet down about deprecated functions
Richard Levitte
2016-02-03
3
-0
/
+18
*
Refactoring BIO: new socket-handling functions, deprecate older ones
Richard Levitte
2016-02-03
3
-2
/
+345
*
Refactoring BIO: add error macros & text, and make update
Richard Levitte
2016-02-03
1
-1
/
+9
*
Refactoring BIO: Small adjustments
Richard Levitte
2016-02-03
3
-6
/
+2
*
Refactoring BIO: add wrappers around sockaddr et al
Richard Levitte
2016-02-03
4
-10
/
+878
*
unified build scheme: add build.info files
Richard Levitte
2016-02-01
1
-0
/
+9
*
RT4129: BUF_new_mem_buf should take const void *
Daniel Kahn Gillmor
2016-01-31
1
-2
/
+3
*
Templatize util/domd
Rich Salz
2016-01-29
1
-2
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
20
-20
/
+0
*
Remove update tags
Rich Salz
2016-01-20
1
-2
/
+0
*
Remove some old makefile targets
Rich Salz
2016-01-17
1
-12
/
+0
*
Move Makefiles to Makefile.in
Rich Salz
2016-01-12
2
-223
/
+73
*
Cleanup CRYPTO_{push,pop}_info
Rich Salz
2015-12-22
1
-2
/
+0
*
Remove the "eay" c-file-style indicators
Richard Levitte
2015-12-18
1
-1
/
+1
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
5
-19
/
+19
*
Fix (incorrect) uninitialised variable warning.
Ben Laurie
2015-12-13
1
-1
/
+2
*
ex_data part 2: doc fixes and CRYPTO_free_ex_index.
Rich Salz
2015-12-01
1
-7
/
+0
*
Fix a few missed "if (!ptr)" cleanups
Rich Salz
2015-11-23
1
-2
/
+2
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
2
-3
/
+3
*
Rebuild error source files.
Dr. Stephen Henson
2015-11-05
1
-11
/
+11
*
BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it does
Richard Levitte
2015-11-02
1
-2
/
+0
*
Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrl
Richard Levitte
2015-11-02
1
-11
/
+20
*
Remove useless code
Alessandro Ghedini
2015-10-23
1
-1
/
+0
*
Harmonize pointer printing and size_t-fy casts.
Andy Polyakov
2015-10-05
1
-1
/
+1
*
bio/bss_log.c: harmonize format string to silence -Wformat.
Andy Polyakov
2015-10-05
1
-1
/
+1
*
Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.
Andy Polyakov
2015-10-05
3
-20
/
+20
[next]