index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
/
b_print.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
BIO: Make source file names in crypto/bio/ consistent
Dr. David von Oheimb
2021-06-15
1
-940
/
+0
*
Update copyright year
Matt Caswell
2021-04-22
1
-1
/
+1
*
bio_printf: add \0 terminators for error returns in floating point conversions.
Pauli
2021-04-14
1
-1
/
+5
*
bio: add a malloc failed error to BIO_print
Pauli
2021-04-14
1
-3
/
+5
*
remove unused assignments
Pauli
2020-12-03
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-06-04
1
-1
/
+1
*
Revert the check for NaN in %f format
Bernd Edlinger
2020-06-01
1
-3
/
+1
*
bio printf: Avoid using rounding errors in range check
Bernd Edlinger
2020-05-29
1
-1
/
+7
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/bio/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-2
/
+2
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
1
-1
/
+1
*
style : fix some if(...
FdaSilvaYY
2017-11-07
1
-15
/
+15
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-3
/
+3
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-4
/
+4
*
More updates following review feedback
Matt Caswell
2017-08-21
1
-1
/
+1
*
Remove OPENSSL_assert() from various crypto/bio files
Matt Caswell
2017-08-21
1
-3
/
+6
*
Fix gcc-7 warnings.
Bernd Edlinger
2017-05-11
1
-0
/
+2
*
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
*
Fix VC warnings about unary minus to an unsigned type.
Kurt Roeckx
2017-01-15
1
-1
/
+1
*
Cast to an unsigned type before negating
Kurt Roeckx
2016-07-20
1
-1
/
+1
*
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
*
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
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-75
/
+6
*
Clean-up *_DEBUG options.
Andy Polyakov
2016-04-07
1
-7
/
+0
*
Fix memory issues in BIO_*printf functions
Matt Caswell
2016-02-25
1
-71
/
+116
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Cleanup CRYPTO_{push,pop}_info
Rich Salz
2015-12-22
1
-2
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-1
/
+1
*
Harmonize pointer printing and size_t-fy casts.
Andy Polyakov
2015-10-05
1
-1
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Clarify logic in BIO_*printf functions
Matt Caswell
2015-05-01
1
-24
/
+21
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-2
/
+2
*
Remove dead code from crypto
Matt Caswell
2015-03-17
1
-5
/
+2
*
Unchecked malloc fixes
Matt Caswell
2015-03-05
1
-0
/
+8
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-196
/
+170
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+1
*
Make bn2dec work on "SIXTY_FOUR_BIT" platforms.
Andy Polyakov
2007-09-15
1
-3
/
+3
*
Fix compilation when HAVE_LONG_LONG isn't defined.
Geoff Thorpe
2005-07-26
1
-1
/
+1
*
fix compiler warning; pow10 is also in math.h
Nils Larsch
2005-05-05
1
-3
/
+3
[next]