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
...
*
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
*
various spelling fixes
FdaSilvaYY
2016-04-28
1
-2
/
+2
*
Fix BIO_set_nbio_accept()
Richard Levitte
2016-04-28
1
-4
/
+5
*
Don't leak memory on failure to create a mem BIO
Matt Caswell
2016-04-28
1
-6
/
+11
*
Close the accept socket on error
Matt Caswell
2016-04-28
1
-1
/
+3
*
Make BIO_sock_error return a proper error code when getsockopt fails
Richard Levitte
2016-04-28
1
-2
/
+2
*
BIO socket connect failure was not handled correctly.
Davide Galassi
2016-04-20
1
-1
/
+1
*
Remove --classic build entirely
Richard Levitte
2016-04-20
1
-55
/
+0
*
Fix ex_data locks issue
Matt Caswell
2016-04-14
1
-0
/
+4
*
Ensure all locks are properly cleaned up
Matt Caswell
2016-04-14
3
-1
/
+16
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-1
/
+1
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-1
/
+1
*
Deprecate BIO_sock_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-1
/
+1
*
BIO: respect opening in text mode
Richard Levitte
2016-04-11
1
-1
/
+5
*
Clean-up *_DEBUG options.
Andy Polyakov
2016-04-07
1
-7
/
+0
*
bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILE
Andy Polyakov
2016-04-07
1
-2
/
+5
*
Revert "various spelling fixes"
Rich Salz
2016-04-04
1
-2
/
+2
*
various spelling fixes
FdaSilvaYY
2016-04-04
1
-2
/
+2
*
Don't shadow known symbols write, read, puts, gets
Richard Levitte
2016-04-04
1
-8
/
+8
*
moved structure bio_buf_mem_st from headers to bss_mem.c
Kirill Marinushkin
2016-04-02
2
-6
/
+8
*
sizeof() updated to cover coding style
Kirill Marinushkin
2016-04-02
1
-2
/
+2
*
Optimized BIO mem read - without reallocation
Kirill Marinushkin
2016-04-02
2
-30
/
+79
*
Fix pointer size issues on VMS
Richard Levitte
2016-03-30
2
-0
/
+49
*
Rearrange the use of 'proto' in BIO_lookup
Richard Levitte
2016-03-30
1
-10
/
+11
*
Adapt bf_lbuf for opaque BIO
Richard Levitte
2016-03-30
2
-3
/
+2
*
Make BIO opaque
Matt Caswell
2016-03-29
12
-13
/
+98
*
Add functions for creating BIO_METHODs
Matt Caswell
2016-03-29
3
-3
/
+169
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
15
-37
/
+37
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
Remove Netware and OS/2
Rich Salz
2016-03-17
3
-43
/
+4
[prev]
[next]