index
:
usrsctp.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usrsctplib
Age
Commit message (
Expand
)
Author
2021-01-08
Add __declspec(noreturn) to terminate_non_graceful() on Windows (#563)
Taylor Brandstetter
2021-01-04
Fixed installation on other than Ubuntu GNU/Linux distributions. (#541)
Vitaly Zaitsev
2021-01-01
Improve handling of aborted associations
Michael Tuexen
2020-12-30
Add optional SCTP_USE_OPENSSL_RAND define to use openssll's RNG. (#558)
Taylor Brandstetter
2020-12-30
Lowercase reference to iphlpapi.lib (#560)
Taylor Brandstetter
2020-12-23
Improve input validation for parameters in ASCONF and ASCONF-ACK chunks
Michael Tuexen
2020-12-20
Fall back to using urandom on Linux if getrandom isn't available. (#557)
Taylor Brandstetter
2020-12-14
Harden the handling of outgoing streams in case of an restart or INIT
Michael Tuexen
2020-12-12
Clean up more resouces of an existing SCTP association in case of
Michael Tuexen
2020-11-19
Sync master with fuzzing branch (#551)
Felix Weinrank
2020-11-18
MinGW release build - initialize variables (#548)
CoolmanCZ
2020-11-18
Call __msan_unpoison after syscall(__NR_getrandom, ...). (#550)
Taylor Brandstetter
2020-11-18
Support building with emscripten. (#549)
Taylor Brandstetter
2020-11-18
Fix a typo in user_mbuf.c (#552)
zerons
2020-11-09
Merge branch 'master' of github.com:sctplab/usrsctp
Michael Tuexen
2020-11-09
Fix a potential use-after-free bug introduced in
Michael Tuexen
2020-11-04
Fix #545 - remove .lib extension (#546)
Felix Weinrank
2020-11-02
Use CMAKE's BUILD_SHARED_LIBS flag to build shared library (#543)
Felix Weinrank
2020-10-17
Improve the handling of cookie life times.
Michael Tuexen
2020-10-07
Whitespace changes
Michael Tuexen
2020-10-06
Reset delayed SACK state when restarting an SCTP association
Michael Tuexen
2020-10-06
Cleanup.
Michael Tuexen
2020-10-06
Accept any cookie if FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION is
Michael Tuexen
2020-10-06
Provide RNG for __native_client__ as suggested by Taylor Brandstetter.
Michael Tuexen
2020-10-06
terminate_non_graceful() never returns...
Michael Tuexen
2020-10-06
Initialize variables before using
Michael Tuexen
2020-10-06
Remove dead stores reported by clang
Michael Tuexen
2020-10-06
Cleanup
Michael Tuexen
2020-10-06
Whitespace changes
Michael Tuexen
2020-10-04
Use __func__ instead of __FUNCTION__
Michael Tuexen
2020-10-04
Cleanup. No functional change intended
Michael Tuexen
2020-10-02
Minor cleanup.
Michael Tuexen
2020-10-02
Call getrandom via syscall directly on Linux. (#533)
Taylor Brandstetter
2020-10-01
I guess Bitrig support arc4random().
Michael Tuexen
2020-10-01
Whitespace change.
Michael Tuexen
2020-10-01
Merge branch 'master' of github.com:sctplab/usrsctp
Michael Tuexen
2020-10-01
Don't start SCTP/UDP receive threads (and don't open corresponding
Michael Tuexen
2020-09-30
Add missing return type to init_random. (#531)
Taylor Brandstetter
2020-09-30
Try to fix the Windows build.
Michael Tuexen
2020-09-30
Add Android specific code for the random number generator.
Michael Tuexen
2020-09-30
Add platform specifc includes to the corresponding code.
Michael Tuexen
2020-09-30
Add a cleanup routine for the random number generator.
Michael Tuexen
2020-09-29
Improve the input validation and processing of cookies.
Michael Tuexen
2020-09-28
Whitespace cleanup
Michael Tuexen
2020-09-28
Improve random number generation on __Fuchsia__.
Michael Tuexen
2020-09-27
Improve the handling of fragmented, unordered, and unreliable
Michael Tuexen
2020-09-26
Fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25984
Michael Tuexen
2020-09-24
Whitespace changes
Michael Tuexen
2020-09-23
Avoid duplicate definition of _CRT_RAND_S. (#529)
Taylor Brandstetter
2020-09-19
Improve consistency.
Michael Tuexen
[next]