aboutsummaryrefslogtreecommitdiff
path: root/programs/tsctp.c
AgeCommit message (Expand)Author
2020-05-26Cleanup error reporting.Michael Tuexen
2020-05-18Fix format string.Michael Tuexen
2020-05-18Fix warning by cpp-check.Michael Tuexen
2020-05-18Fix logic error. Spotted by cpp-check.Michael Tuexen
2020-05-18Fix format strings as reported by cpp-check.Michael Tuexen
2019-09-26Improve fuzzing utilities (#384)Felix Weinrank
2019-07-27Compute CRC32C also when using the loopback interface.Michael Tuexen
2019-06-28MinGW Support (32bit & 64bit) (#321)Felix Weinrank
2019-04-24Concentrate debug/verbose functions in a single file (#310)Felix Weinrank
2019-01-09Cherrypick branchFelix Weinrank
2017-09-01Fix CID 168888Michael Tuexen
2017-07-16tsctp: fix compiler warningFelix Weinrank
2017-07-16tsctp: Windows compile fixFelix Weinrank
2017-07-16Fix compiler warnings for more strict compiler flagsFelix Weinrank
2017-06-25Use lowercase names for include files.Michael Tuexen
2016-03-26Less warnings.Michael Tuexen
2015-12-29Fix tsctp sender when using callbacksFelix Weinrank
2015-12-05Use correct thread main functions on Windows.Michael Tuexen
2015-11-07Fire the send callback when an INIT-ACK is received.Michael Tuexen
2015-11-07Use perror for reporting errors of usrsctp_* calls.Michael Tuexen
2015-08-26coding style: if() -> if ()Felix Weinrank
2015-07-31tsctp: change inet_addr -> inet_ptonFelix Weinrank
2015-06-26Small cleanups. No functional changes.t00fcxen
2015-06-18Get it hopefully compiling on Windows.t00fcxen
2015-06-18Allow specifying the local address. Thanks to Felix Weinrankt00fcxen
2015-04-27Use appropriate callbacks.t00fcxen
2015-04-23Allow the send/recv buffer to be configured.t00fcxen
2015-03-18More usrsctp_sendv() fixes...t00fcxen
2015-03-18Fix the sctp_sendv() flags.t00fcxen
2014-09-07Fix a bug which may or may not be related to a warning reportedt00fcxen
2013-11-30Style change.t00fcxen
2013-08-16Use correct return type for getopt().t00fcxen
2013-01-19Add support for registering a printf() callbackt00fcxen
2012-09-07Address more warnings.t00fcxen
2012-09-07Fix the call usrsctp_recvv().t00fcxen
2012-09-07Use SCTP_DEBUG_NONE instead of 0.t00fcxen
2012-09-04Add missing include.t00fcxen
2012-09-04Fix synta error.t00fcxen
2012-09-04Cleanup programs such that they don't use defines used in the libt00fcxen
2012-07-17Get programs compiling if #SCTP_DEBUG is not defined.tuexen
2012-07-06Add hooks for AF_CONN and a skeleton of example programs.tuexen
2012-05-27Sync with main sources and add the ulp_info stuff to the apps.tuexen
2012-05-21Provide some more debug output.tuexen
2012-05-19Use new API.tuexen
2012-04-19I should learn counting...tuexen
2012-04-19Some improvements.tuexen
2012-04-19No CALLBACK_API anymore.tuexen
2012-04-16Provide a userspace_finish() function. This should allow for cleaning uptuexen
2012-01-20Use command line argument consistently.tuexen
2012-01-20Small cleanup.tuexen