index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
/
bss_dgram.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Following the license change, modify the boilerplates in crypto/bio/
Richard Levitte
2018-12-06
1
-1
/
+1
*
bio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6 with the rest.
Andy Polyakov
2018-07-20
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
1
-1
/
+1
*
Remove remaining NETWARE ifdef's
Rich Salz
2018-01-07
1
-5
/
+0
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-17
1
-4
/
+4
*
crypto/bio/bss_dgram.c: annotate fallthrough (-Wimplicit-fallthrough)
Patrick Steuer
2017-12-12
1
-0
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-28
/
+28
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-6
/
+6
*
struct timeval include guards
Pauli
2017-09-01
1
-5
/
+1
*
Fix DTLS failure when used in a build which has SCTP enabled
Matt Caswell
2017-06-21
1
-0
/
+9
*
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
1
-3
/
+14
*
Remove some commented out code in libcrypto
Matt Caswell
2017-02-28
1
-1
/
+0
*
Code health: Stop using timeb.h / ftime() (VMS only)
Richard Levitte
2017-02-28
1
-9
/
+1
*
Add bwrite_conv and bread_conv values to methods_dgramp_sctp
Richard Levitte
2016-12-19
1
-0
/
+4
*
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
/
+2
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+5
*
DJGPP adjustments
Richard Levitte
2016-05-12
1
-6
/
+0
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-4
/
+4
*
ISSUE 43: Add BIO_sock_shutdown
Rich Salz
2016-03-07
1
-1
/
+1
*
GH480: Don't break statements with CPP stuff.
Flavio Medeiros
2016-02-24
1
-3
/
+4
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Refactoring BIO: Adapt BIO_s_datagram and all that depends on it
Richard Levitte
2016-02-03
1
-130
/
+43
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Fix (incorrect) uninitialised variable warning.
Ben Laurie
2015-12-13
1
-1
/
+2
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-2
/
+2
*
BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it does
Richard Levitte
2015-11-02
1
-2
/
+0
*
Add BIO_CTRL_DGRAM_SET_PEEK_MODE
Matt Caswell
2015-09-23
1
-1
/
+8
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-3
/
+0
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-03
1
-13
/
+6
*
Check dgram_sctp_write() return value.
Kurt Roeckx
2015-06-28
1
-1
/
+13
*
Check BIO_dgram_sctp_wait_for_dry() return value for error
Kurt Roeckx
2015-06-28
1
-10
/
+29
*
Fix compilation failure for some tool chains
Matt Caswell
2015-06-03
1
-1
/
+1
*
Fix IP_MTU_DISCOVER typo
Per Allansson
2015-06-02
1
-1
/
+1
*
Handle unsigned struct timeval members
Matt Caswell
2015-05-26
1
-6
/
+7
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-22
/
+21
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-2
/
+2
*
free null cleanup finale
Rich Salz
2015-05-01
1
-6
/
+3
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-2
/
+2
*
Fix malloc define typo
Mike Frysinger
2015-03-24
1
-2
/
+2
*
Unchecked malloc fixes
Matt Caswell
2015-03-05
1
-1
/
+14
*
Dead code removal: #if 0 bio, comp, rand
Rich Salz
2015-01-30
1
-32
/
+10
*
clang on Linux x86_64 complains about unreachable code.
Richard Levitte
2015-01-29
1
-1
/
+0
*
Fix post-reformat errors preventing windows compilation
Matt Caswell
2015-01-22
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-1828
/
+1881
*
Fix memory leak.
Martin Brejcha
2015-01-06
1
-2
/
+10
[next]