aboutsummaryrefslogtreecommitdiff
path: root/programs/daytime_server.c
AgeCommit message (Expand)Author
2020-05-18Check return value of snprintf().Michael Tuexen
2019-09-26Improve fuzzing utilities (#384)Felix Weinrank
2019-07-27Compute CRC32C also when using the loopback interface.Michael Tuexen
2019-04-24Concentrate debug/verbose functions in a single file (#310)Felix Weinrank
2017-09-11Added usage-examplesJulian Winter
2017-09-01Replaced some magic numbers (e.g. port-number) with preprocessor directives (...Julian Winter
2017-09-01Fix CID 168610.Michael Tuexen
2013-01-19Add support for registering a printf() callbackt00fcxen
2012-09-07Address another Windows issue.t00fcxen
2012-09-07Add an include.t00fcxen
2012-09-07Use SCTP_DEBUG_NONE instead of 0.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-25Use correct PPID.tuexen
2012-05-19Use new API.tuexen
2012-04-19Handle CALLBACK_API retirement.tuexen
2012-04-16Provide a userspace_finish() function. This should allow for cleaning uptuexen
2012-01-20Use command line argument consistently.tuexen
2012-01-20Suppress a windows warning.tuexen
2012-01-20Improve string handling.tuexen
2012-01-19Get it compiling.tuexen
2012-01-19One more example.tuexen