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
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
3
-10
/
+17
*
style : fix some if(...
FdaSilvaYY
2017-11-07
1
-15
/
+15
*
Remove parentheses of return.
KaoruToda
2017-10-18
15
-223
/
+223
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-7
/
+1
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
13
-30
/
+30
*
struct timeval include guards
Pauli
2017-09-01
1
-5
/
+1
*
Add CRYPTO_thread_glock_new
Rich Salz
2017-09-01
2
-2
/
+2
*
Fixed address family test error for AF_UNIX in BIO_ADDR_make
Zhu Qun-Ying
2017-08-31
1
-1
/
+1
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-3
/
+2
*
(Re)move some things from e_os.h
Rich Salz
2017-08-22
2
-2
/
+1
*
Use "" not <> for internal/ includes
Rich Salz
2017-08-22
3
-3
/
+3
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
2
-6
/
+5
*
More updates following review feedback
Matt Caswell
2017-08-21
1
-1
/
+1
*
Updates following feedback on OPENSSL_assert() removal
Matt Caswell
2017-08-21
1
-3
/
+0
*
Remove OPENSSL_assert() from various crypto/bio files
Matt Caswell
2017-08-21
3
-14
/
+21
*
BIO range checking.
Pauli
2017-07-06
3
-81
/
+90
*
Undo commit d420ac2
Rich Salz
2017-07-05
3
-45
/
+40
*
Make it possible to peek at BIO data through BIO_f_buffer()
Richard Levitte
2017-06-29
1
-0
/
+16
*
Fix DTLS failure when used in a build which has SCTP enabled
Matt Caswell
2017-06-21
1
-0
/
+9
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-102
/
+105
*
Do not eat trailing '\n' in BIO_gets for fd BIO.
Tomas Mraz
2017-05-15
1
-2
/
+4
*
Clean away needless VMS check
Richard Levitte
2017-05-11
1
-3
/
+0
*
Fix gcc-7 warnings.
Bernd Edlinger
2017-05-11
2
-0
/
+3
*
Check fflush on BIO_ctrl call
Rich Salz
2017-04-28
1
-4
/
+9
*
Address review feedback for the SCTP changes
Matt Caswell
2017-04-25
1
-1
/
+1
*
Document BIO_lookup_ex()
Matt Caswell
2017-04-25
1
-2
/
+1
*
Fix problem with SCTP close_notify alerts
Matt Caswell
2017-04-25
1
-37
/
+6
*
Add better error logging if SCTP AUTH chunks are not enabled
Matt Caswell
2017-04-25
2
-3
/
+15
*
Add a BIO_lookup_ex() function
Matt Caswell
2017-04-25
2
-11
/
+24
*
bio/b_print.c: switch to int64_t as "greatest-width integer type".
Andy Polyakov
2017-04-01
1
-43
/
+11
*
bio/b_print.c: recognize even 'j' format modifier.
Andy Polyakov
2017-03-30
1
-0
/
+1
*
bio/b_print.c: fix %z failure in 32-bit build.
Andy Polyakov
2017-03-29
1
-2
/
+2
*
Add z modifier parsing to the BIO_printf et all format string
Richard Levitte
2017-03-29
1
-1
/
+12
*
More typo fixes
FdaSilvaYY
2017-03-29
1
-1
/
+1
*
bio/b_addr.c: omit private hstrerror.
Andy Polyakov
2017-03-02
1
-29
/
+15
*
Remove some commented out code in libcrypto
Matt Caswell
2017-02-28
4
-9
/
+0
*
Remove some #if 0 code in ssl, crypto/bio
Todd Short
2017-02-28
1
-9
/
+1
*
Code health: Stop using timeb.h / ftime() (VMS only)
Richard Levitte
2017-02-28
1
-9
/
+1
*
Fix VC warnings about unary minus to an unsigned type.
Kurt Roeckx
2017-01-15
1
-1
/
+1
*
Add bwrite_conv and bread_conv values to methods_dgramp_sctp
Richard Levitte
2016-12-19
1
-0
/
+4
*
HP-UX doesn't have hstrerror(), so make our own for that platform
Richard Levitte
2016-12-16
1
-0
/
+24
*
Fix a typo in bio_read_intern
Matt Caswell
2016-12-02
1
-1
/
+1
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
3
-5
/
+6
*
Try to unify BIO read/write parameter names
Benjamin Kaduk
2016-10-29
1
-12
/
+12
*
Fix stdio build following BIO size_t work
Matt Caswell
2016-10-28
1
-0
/
+4
*
Fix more shadowed variable warnings
Matt Caswell
2016-10-28
2
-19
/
+19
*
Fix some feedback issues for BIO size_t-ify
Matt Caswell
2016-10-28
2
-31
/
+35
*
Add some sanity checks for BIO_read* and BIO_gets
Matt Caswell
2016-10-28
1
-1
/
+11
*
More parameter naming of BIO_read*/BIO_write* related functions
Matt Caswell
2016-10-28
2
-28
/
+29
*
Tweaks based on review feedback of BIO size_t work
Matt Caswell
2016-10-28
1
-1
/
+1
[next]