summaryrefslogtreecommitdiff
path: root/programs
AgeCommit message (Expand)Author
2022-03-29Fix typos (#652)David Sanders
2022-02-17Tweak #includes to improve compilation on Windows.Michael Tuexen
2021-09-15Cleanups, no functional change intendedMichael Tuexen
2021-09-14Undo last two commits, since they don;t work on the buildbotMichael Tuexen
2021-09-14Try to work around false ASAN report on LinuxMichael Tuexen
2021-09-13Avoid a bogus asan report on LinuxMichael Tuexen
2021-09-12Fix warning, no functional change.Michael Tuexen
2021-09-09Improve building for iOS.Michael Tuexen
2021-09-05Avoid overflows.Michael Tuexen
2021-09-05Set XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIERMichael Tuexen
2020-12-30Update client_upcall.c (#559)ihsinme
2020-11-19Sync master with fuzzing branch (#551)Felix Weinrank
2020-11-18MinGW release build - initialize variables (#548)CoolmanCZ
2020-11-02Use CMAKE's BUILD_SHARED_LIBS flag to build shared library (#543)Felix Weinrank
2020-10-13Improve compilation on Windows.Michael Tuexen
2020-09-23Fix gcc/clang type mismatch warnings on Windows (#527)Taylor Brandstetter
2020-09-22Fix -Wunreachable-code in programs/ (#528)Taylor Brandstetter
2020-09-18Add license statement.Michael Tuexen
2020-08-01Provide ulp_info pointer on send_callback() (#511)José Luis Millán
2020-07-16add fflush() (#502)Felix Weinrank
2020-07-10Remove program used only locally.Michael Tuexen
2020-07-10Sync with FreeBSDMichael Tuexen
2020-06-30Improve debug logging (#498)Felix Weinrank
2020-06-26Remove dead assignment.Michael Tuexen
2020-06-26Fix error handling.Michael Tuexen
2020-06-26Fix error message.Michael Tuexen
2020-06-26Another Windows build failure...Michael Tuexen
2020-06-26Add missing include. This possibly fixes the builds on WindowsMichael Tuexen
2020-06-26Ekr loop refactoring (#491)Felix Weinrank
2020-06-26tsctp: add parameter to get the current throughput periodically (#490)msvoelker
2020-06-23tsctp: add partial reliability with parameters -P and -t (#485)msvoelker
2020-06-22Remove dead assignment.Michael Tuexen
2020-06-16Further improvements...Michael Tuexen
2020-06-16Improve compilation on non-BSD platformsMichael Tuexen
2020-06-16Merge branch 'master' of github.com:sctplab/usrsctpMichael Tuexen
2020-06-16Small cleanups and print addressesMichael Tuexen
2020-06-15Fix a warningMichael Tuexen
2020-06-15Fix format stringsMichael Tuexen
2020-06-14Improve error handlingMichael Tuexen
2020-06-14Further improve gettimeofday...Michael Tuexen
2020-06-14Improve gettimeofday() on Windows (if it compiles).Michael Tuexen
2020-05-26Cleanup error reporting.Michael Tuexen
2020-05-25Adjust `usrsctp_handle_timers` signature and implementation (#470)Yury Yaroshevich
2020-05-23Add support for SCTP_ASSOC_SUPPORTS_INTERLEAVINGMichael 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-18Address a warning by cpp-check.Michael Tuexen
2020-05-18Fix format strings as reported by cpp-check.Michael Tuexen
2020-05-18Check return value of snprintf().Michael Tuexen