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
*
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
*
Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1
Matt Caswell
2016-10-28
1
-29
/
+63
*
Read up to INT_MAX when calling legacy BIO_read() implementations
Matt Caswell
2016-10-28
1
-1
/
+1
*
Fix some bogus uninit variable warnings
Matt Caswell
2016-10-28
1
-2
/
+2
*
Ensure all BIO functions call the new style callback
Matt Caswell
2016-10-28
1
-111
/
+154
*
Create BIO_write_ex() which handles size_t arguments
Matt Caswell
2016-10-28
17
-15
/
+101
*
Create BIO_read_ex() which handles size_t arguments
Matt Caswell
2016-10-28
18
-21
/
+163
*
If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILE
Richard Levitte
2016-09-08
1
-1
/
+5
*
Fix mem leaks during auto-deinit
Matt Caswell
2016-09-08
1
-0
/
+1
*
Fix no-sock
Matt Caswell
2016-08-24
1
-1
/
+2
*
Remove some dead code
Matt Caswell
2016-08-23
2
-2
/
+0
*
Move BIO index lock creation
Rich Salz
2016-08-21
4
-6
/
+17
*
Add BIO_get_new_index()
Rich Salz
2016-08-20
4
-1
/
+18
*
Adapt BIO_new_accept() to call BIO_set_accept_name()
jamercee
2016-08-10
1
-1
/
+1
*
spelling fixes, just comments and readme.
klemens
2016-08-06
2
-3
/
+3
*
Fix some style issues...
FdaSilvaYY
2016-08-02
1
-1
/
+1
*
Discard BIO_set(BIO* bio) method
FdaSilvaYY
2016-07-25
2
-33
/
+16
*
Cast to an unsigned type before negating
Kurt Roeckx
2016-07-20
1
-1
/
+1
*
Check for errors allocating the error strings.
Kurt Roeckx
2016-07-20
1
-1
/
+2
*
Fix a few if(, for(, while( inside code.
FdaSilvaYY
2016-07-20
1
-4
/
+4
*
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-07-19
1
-2
/
+8
*
Some interfaces may have IPv6 addresses even if an IPv6 address is not
Ben Laurie
2016-06-29
1
-3
/
+0
*
Move OS-specific fopen quirks to o_fopen.c.
Andy Polyakov
2016-06-22
1
-83
/
+2
[next]