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
/
programs
/
daytime_server.c
Age
Commit message (
Expand
)
Author
2020-09-22
Fix -Wunreachable-code in programs/ (#528)
Taylor Brandstetter
2020-05-18
Check return value of snprintf().
Michael Tuexen
2019-09-26
Improve fuzzing utilities (#384)
Felix Weinrank
2019-07-27
Compute CRC32C also when using the loopback interface.
Michael Tuexen
2019-04-24
Concentrate debug/verbose functions in a single file (#310)
Felix Weinrank
2017-09-11
Added usage-examples
Julian Winter
2017-09-01
Replaced some magic numbers (e.g. port-number) with preprocessor directives (...
Julian Winter
2017-09-01
Fix CID 168610.
Michael Tuexen
2013-01-19
Add support for registering a printf() callback
t00fcxen
2012-09-07
Address another Windows issue.
t00fcxen
2012-09-07
Add an include.
t00fcxen
2012-09-07
Use SCTP_DEBUG_NONE instead of 0.
t00fcxen
2012-09-04
Cleanup programs such that they don't use defines used in the lib
t00fcxen
2012-07-17
Get programs compiling if #SCTP_DEBUG is not defined.
tuexen
2012-07-06
Add hooks for AF_CONN and a skeleton of example programs.
tuexen
2012-05-27
Sync with main sources and add the ulp_info stuff to the apps.
tuexen
2012-05-25
Use correct PPID.
tuexen
2012-05-19
Use new API.
tuexen
2012-04-19
Handle CALLBACK_API retirement.
tuexen
2012-04-16
Provide a userspace_finish() function. This should allow for cleaning up
tuexen
2012-01-20
Use command line argument consistently.
tuexen
2012-01-20
Suppress a windows warning.
tuexen
2012-01-20
Improve string handling.
tuexen
2012-01-19
Get it compiling.
tuexen
2012-01-19
One more example.
tuexen