index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
/
bss_log.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnin...
Dr. David von Oheimb
2024-10-12
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Add limited support for WebAssembly WASI target
Marcin Kolny
2023-07-06
1
-0
/
+2
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-3
/
+1
*
bio: remove TODOs
Pauli
2021-06-02
1
-1
/
+0
*
Update copyright year
Matt Caswell
2021-04-22
1
-1
/
+1
*
Add more negative checks for integers passed to OPENSSL_malloc().
Shane Lontis
2021-04-16
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-1
/
+1
*
Reorganize local 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
*
Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)
Richard Levitte
2018-09-30
1
-0
/
+5
*
Fix a new gcc-9 warning [-Wstringop-truncation]
Bernd Edlinger
2018-06-24
1
-1
/
+1
*
Add missing error code when alloc-return-null
FdaSilvaYY
2018-04-26
1
-0
/
+1
*
bio/bss_log.c: on DJGPP syslog facility is part of sockets library.
Andy Polyakov
2018-03-22
1
-0
/
+2
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Remove remaining NETWARE ifdef's
Rich Salz
2018-01-07
1
-2
/
+0
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-17
1
-3
/
+3
*
Make BIO_METHOD struct definitions consistent
Daniel Bevenius
2017-12-09
1
-1
/
+2
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-6
/
+6
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-2
/
+2
*
Create BIO_write_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+2
*
Create BIO_read_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+1
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-51
/
+6
*
Make BIO opaque
Matt Caswell
2016-03-29
1
-0
/
+1
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-2
/
+2
*
Remove ultrix/mips support.
Rich Salz
2016-03-17
1
-2
/
+0
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
bio/bss_log.c: harmonize format string to silence -Wformat.
Andy Polyakov
2015-10-05
1
-1
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-270
/
+321
*
indent has problems with comments that are on the right hand side of a line.
Matt Caswell
2015-01-22
1
-2
/
+5
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-10
/
+10
*
Undo a90081576c94f9f54de1755188a00ccc1760549a
Rich Salz
2014-08-09
1
-2
/
+6
*
Remove DJGPP (and therefore WATT32) #ifdef's.
Rich Salz
2014-08-08
1
-6
/
+2
*
Avoid Windows 8 Getversion deprecated errors.
Dr. Stephen Henson
2014-02-25
1
-1
/
+1
*
After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS
Richard Levitte
2011-03-19
1
-3
/
+29
*
Fix bss_log.c on Windows.
Andy Polyakov
2008-11-01
1
-41
/
+12
*
Bunch of constifications.
Andy Polyakov
2007-10-13
1
-1
/
+1
*
Netware-specific changes,
Richard Levitte
2003-11-28
1
-0
/
+2
*
WinCE patches
Richard Levitte
2002-11-15
1
-1
/
+2
*
Fix to build better with DJGPP.
Richard Levitte
2002-11-14
1
-2
/
+6
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-1
/
+1
*
Add the configuration target VxWorks.
Richard Levitte
2002-02-14
1
-1
/
+1
*
Let's include cryptlib.h *before* things like NO_SYSLOG are tested or
Richard Levitte
2001-07-02
1
-2
/
+1
*
Changes to have OpenSSL compile on OS/2.
Richard Levitte
2001-07-02
1
-1
/
+1
*
Use e_os2.h rather than opensslconf.h, since some needed macros are
Richard Levitte
2001-02-22
1
-1
/
+1
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-7
/
+9
*
Add more diversity to the possible log levels. Now we have full
Richard Levitte
2000-08-18
1
-15
/
+41
[next]