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
*
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
*
Avoid type punning warnings in b_addr.c
Matt Caswell
2016-06-18
1
-4
/
+4
*
BIO_printf() can fail to print the last character
Matt Caswell
2016-06-03
1
-3
/
+9
*
Make sure max in fmtstr() doesn't overflow into negativity
Richard Levitte
2016-05-30
1
-2
/
+10
*
Add more zalloc
FdaSilvaYY
2016-05-29
1
-8
/
+1
*
Fix some missing inits
FdaSilvaYY
2016-05-29
1
-0
/
+4
*
Fix fmtstr for BIO_printf() et al
Richard Levitte
2016-05-27
1
-7
/
+8
*
Prevent an overflow when trying to print excessively big floats
Matt Caswell
2016-05-27
1
-4
/
+8
*
Fix implementation of "e" and "g" formats for printing floating points
Matt Caswell
2016-05-27
1
-10
/
+139
*
Fix some issues in b_print.c code
Matt Caswell
2016-05-27
1
-4
/
+16
*
Remove unused error/function codes.
Rich Salz
2016-05-23
1
-20
/
+4
*
Fix some malloc failures in b_addr.c
Matt Caswell
2016-05-18
1
-4
/
+18
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
23
-1194
/
+140
*
Fold threads.h into crypto.h making API public
Viktor Dukhovni
2016-05-16
1
-1
/
+1
*
DJGPP adjustments
Richard Levitte
2016-05-12
3
-7
/
+35
*
Fix BIO_eof() for BIO pairs
Matt Caswell
2016-05-09
1
-8
/
+7
*
few missing allocation failure checks and releases on error paths
J Mohan Rao Arisankala
2016-05-09
2
-7
/
+5
*
Handle malloc failures in BIO_accept
Matt Caswell
2016-05-04
1
-4
/
+14
*
Check for failed malloc in BIO_ADDR_new
Matt Caswell
2016-04-29
1
-0
/
+3
*
make update
Richard Levitte
2016-04-29
1
-53
/
+8
*
BIO_free should call method->destroy before free'ing member fields
FdaSilvaYY
2016-04-28
1
-3
/
+4
*
Add checks on CRYPTO_new_ex_data return value
FdaSilvaYY
2016-04-28
1
-1
/
+2
[next]