-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
be more verbose #312
Merged
Merged
be more verbose #312
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
weinrank
added a commit
to weinrank/usrsctp
that referenced
this pull request
Jun 27, 2019
tuexen
pushed a commit
that referenced
this pull request
Jun 28, 2019
* Added support for mingw64 (gcc 6.3.0) * Fixed mingw32/64 issue * be more verbose (#312) * Improve and of ICMP messages on Windows. When an ICMP message is received on Windows 10 for a UDP socket, WSAECONNRESET is reported as an error. In this case, just read again. Thanks to nxrighthere for reporting the issue and helping to nail it down. This fixes #309. * Fix broken links, Make URLs' protocols consistent (#315) Two Links missed leading `http(s)://` and were broken. All links to `tools.ietf.org` now consistently use https. * Backport https://svnweb.freebsd.org/base?view=revision&revision=340783 * Improve input validation for the IPPROTO_SCTP level socket options SCTP_CONNECT_X and SCTP_CONNECT_X_DELAYED. * Allow sending on demand SCTP HEARTBEATS only in the ESTABLISHED state. * Fix cross-build linux->mingw (#320) * Fix compile error due to merge mistake. * test commit * Add MinGW and MinGW64 support * MinGW support, polishing * Sanitize non C-style comments * Revert uint32_t casting for htonl * Ignore wformat errors on GCC + MinGW platforms
tuexen
pushed a commit
that referenced
this pull request
Jul 30, 2019
* Added support for mingw64 (gcc 6.3.0) * Fixed mingw32/64 issue * be more verbose (#312) * Improve and of ICMP messages on Windows. When an ICMP message is received on Windows 10 for a UDP socket, WSAECONNRESET is reported as an error. In this case, just read again. Thanks to nxrighthere for reporting the issue and helping to nail it down. This fixes #309. * Fix broken links, Make URLs' protocols consistent (#315) Two Links missed leading `http(s)://` and were broken. All links to `tools.ietf.org` now consistently use https. * Backport https://svnweb.freebsd.org/base?view=revision&revision=340783 * Improve input validation for the IPPROTO_SCTP level socket options SCTP_CONNECT_X and SCTP_CONNECT_X_DELAYED. * Allow sending on demand SCTP HEARTBEATS only in the ESTABLISHED state. * Fix cross-build linux->mingw (#320) * Fix compile error due to merge mistake. * test commit * Add MinGW and MinGW64 support * MinGW support, polishing * Sanitize non C-style comments * Revert uint32_t casting for htonl * Ignore wformat errors on GCC + MinGW platforms * Fix compile errors for MinGW - Set minimum Windows Version to Windows 7 * Addressed Michaels comments and improved verbosity
tuexen
pushed a commit
that referenced
this pull request
Jul 31, 2019
* be more verbose (#312) * Improve and of ICMP messages on Windows. When an ICMP message is received on Windows 10 for a UDP socket, WSAECONNRESET is reported as an error. In this case, just read again. Thanks to nxrighthere for reporting the issue and helping to nail it down. This fixes #309. * Fix broken links, Make URLs' protocols consistent (#315) Two Links missed leading `http(s)://` and were broken. All links to `tools.ietf.org` now consistently use https. * Backport https://svnweb.freebsd.org/base?view=revision&revision=340783 * Improve input validation for the IPPROTO_SCTP level socket options SCTP_CONNECT_X and SCTP_CONNECT_X_DELAYED. * Allow sending on demand SCTP HEARTBEATS only in the ESTABLISHED state. * Fix cross-build linux->mingw (#320) * ekr_loop* allowed to specify ports * Buildbot trigger * Update ekr_loop.c * Update ekr_loop.c * Update ekr_loop.c * Update ekr_loop.c * revert changes * test * Revert changes
tuexen
pushed a commit
that referenced
this pull request
Aug 1, 2019
* be more verbose (#312) * Improve and of ICMP messages on Windows. When an ICMP message is received on Windows 10 for a UDP socket, WSAECONNRESET is reported as an error. In this case, just read again. Thanks to nxrighthere for reporting the issue and helping to nail it down. This fixes #309. * Fix broken links, Make URLs' protocols consistent (#315) Two Links missed leading `http(s)://` and were broken. All links to `tools.ietf.org` now consistently use https. * Backport https://svnweb.freebsd.org/base?view=revision&revision=340783 * Improve input validation for the IPPROTO_SCTP level socket options SCTP_CONNECT_X and SCTP_CONNECT_X_DELAYED. * Allow sending on demand SCTP HEARTBEATS only in the ESTABLISHED state. * Fix cross-build linux->mingw (#320) * ekr_loop* allowed to specify ports * Buildbot trigger * Update ekr_loop.c * Update ekr_loop.c * Update ekr_loop.c * Update ekr_loop.c * revert changes * test * Revert changes * sync * sync * sync * sync * sync * sync * fix: i=1 --> i=0
tuexen
pushed a commit
that referenced
this pull request
Aug 6, 2019
* be more verbose (#312) * Improve and of ICMP messages on Windows. When an ICMP message is received on Windows 10 for a UDP socket, WSAECONNRESET is reported as an error. In this case, just read again. Thanks to nxrighthere for reporting the issue and helping to nail it down. This fixes #309. * Fix broken links, Make URLs' protocols consistent (#315) Two Links missed leading `http(s)://` and were broken. All links to `tools.ietf.org` now consistently use https. * Backport https://svnweb.freebsd.org/base?view=revision&revision=340783 * Improve input validation for the IPPROTO_SCTP level socket options SCTP_CONNECT_X and SCTP_CONNECT_X_DELAYED. * Allow sending on demand SCTP HEARTBEATS only in the ESTABLISHED state. * Fix cross-build linux->mingw (#320) * sync with master * CMake: remove CXX flags
tuexen
pushed a commit
that referenced
this pull request
Aug 25, 2019
* Cleanup of merge error * Refactor fuzzing options * merge upcall with unconnected * Update CMAKE files * sync * disable prints, enable features * move setsockopt call * checkout master * revert compiler options * Revert compiler options * Do not dump packets to file by default * add sanitizer blacklist entries * update black list, rename programs * revert experimental changes * add mutex timeout * sync * sync * sync * sync * sync * cleanup * compile fix for gcc * fuzzer sync * sync * sync * sync * sync * sync * sync * sync * sync * sync * Rever temporary fix * compilefix * improve directory handling * be more verbose (#312) * Improve and of ICMP messages on Windows. When an ICMP message is received on Windows 10 for a UDP socket, WSAECONNRESET is reported as an error. In this case, just read again. Thanks to nxrighthere for reporting the issue and helping to nail it down. This fixes #309. * Fix broken links, Make URLs' protocols consistent (#315) Two Links missed leading `http(s)://` and were broken. All links to `tools.ietf.org` now consistently use https. * Backport https://svnweb.freebsd.org/base?view=revision&revision=340783 * Improve input validation for the IPPROTO_SCTP level socket options SCTP_CONNECT_X and SCTP_CONNECT_X_DELAYED. * Allow sending on demand SCTP HEARTBEATS only in the ESTABLISHED state. * Fix cross-build linux->mingw (#320) * sync * sync * sync * sync * sync * cmake cleanup * sync * sync * sync * sync * revert changes * Sync * sync * bugfix * bugfix * sync * sync * sync * sync * sync * sync * sync * sync * sync * sync * sync * sync * sync * sync * sync * Improve RNG for fuzzing * sync * fuzzer_connected * Sync * sync * sync * sync * sync * Sync * sync * chain.sh removed * sync * sync
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.