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
*
Fix missing sendmmsg/recvmmsg on AIX
Tomas Mraz
2024-10-23
1
-1
/
+1
*
Added check for __QNX__ define when using in_pktinfo.ipi_spec_dst
Klaus Holst Jacobsen
2024-10-07
1
-1
/
+1
*
OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socket
Alexandr Nedvedicky
2024-04-16
1
-7
/
+21
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Don’t use the recvmmsg dgram method on Android <5
Yavor Georgiev
2024-03-22
1
-0
/
+4
*
Gate setting of ipi_spec_dst on not building for freebsd
Neil Horman
2024-03-07
1
-1
/
+1
*
hurd: Fix dgram_sendmmsg
Samuel Thibault
2024-01-16
1
-0
/
+5
*
Fix new typos found by codespell
Dimitri Papadopoulos
2023-12-29
1
-1
/
+1
*
embed bio_dgram_data inside bio_dgram_sctp_data
Neil Horman
2023-10-05
1
-10
/
+12
*
Fix a build failure where recvmmsg is available but not sendmmsg
Matt Caswell
2023-09-11
1
-0
/
+11
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
BIO_s_datagram: Wire capability negotiation for BIO_s_datagram
Hugo Landau
2023-09-01
1
-0
/
+7
*
BIO: Add BIO_dgram_detect_peer_addr API
Hugo Landau
2023-09-01
1
-0
/
+22
*
BIO_s_datagram: Support configuring non-blocking mode
Hugo Landau
2023-09-01
1
-0
/
+4
*
bss_dgram.c: Use BIO_ADDR_sockaddr() and BIO_ADDR_sockaddr_size()
Richard Levitte
2023-03-07
1
-2
/
+2
*
Add BIO poll descriptors
Hugo Landau
2023-01-13
1
-0
/
+10
*
djgpp: Fix unused-but-set-variable warning
J.W. Jagersma
2022-11-14
1
-6
/
+10
*
Cast socklen_t to size_t in assert comparison
J.W. Jagersma
2022-11-14
1
-2
/
+2
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-6
/
+2
*
libcrypto: remove reliance on struct timeval
Pauli
2022-09-13
1
-72
/
+31
*
Remove perror() usage in library
Todd Short
2022-09-09
1
-77
/
+79
*
Fix BIO_sendmmsg/BIO_recvmmsg issues on FreeBSD
Hugo Landau
2022-09-08
1
-23
/
+28
*
Fix undefined ipi_spec_dst for cygwin build.
Tristan Lelong
2022-09-08
1
-0
/
+2
*
Fix build failure on freebsd due to missing data declaration
Tomas Mraz
2022-09-07
1
-14
/
+11
*
BIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
Hugo Landau
2022-09-01
1
-4
/
+898
*
Coverity 1506566: unchecked return value
Pauli
2022-07-17
1
-1
/
+2
*
Avoid using union wrt. SystemTimeToFileTime
Tee KOBAYASHI
2022-06-29
1
-9
/
+8
*
Avoid using union wrt. optlen parameter for getsockopt
Tee KOBAYASHI
2022-06-29
1
-42
/
+24
*
Ensure that _GNU_SOURCE is defined for bss_dgram.c
Daniel Krügler
2021-08-29
1
-0
/
+4
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
bio: remove TODOs
Pauli
2021-06-02
1
-4
/
+0
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-8
/
+7
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-6
/
+6
*
bss_dgram.c: fix unaligned access
Patrick Steuer
2019-11-10
1
-6
/
+9
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methods
raja-ashok
2019-08-09
1
-6
/
+19
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
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
[next]