aboutsummaryrefslogtreecommitdiff
path: root/programs/ekr_server.c
AgeCommit message (Expand)Author
2019-09-26Improve fuzzing utilities (#384)Felix Weinrank
2019-04-24Concentrate debug/verbose functions in a single file (#310)Felix Weinrank
2017-09-01Replaced some magic numbers (e.g. port-number) with preprocessor directives (...Julian Winter
2017-09-01Fix CID 168615Michael Tuexen
2017-06-25Address signess issues.Michael Tuexen
2016-05-10WSAGetLastError() returns an int.Michael Tuexen
2016-05-10ntohl() returns an unsigned int.Michael Tuexen
2016-05-09Seems like NetBSD does implement a cancelation point for recv().Michael Tuexen
2016-03-26Less warnings.Michael Tuexen
2015-12-05Use correct thread main functions on Windows.Michael Tuexen
2015-11-13Initilize socket library on Windows.Michael Tuexen
2015-08-26coding style: if() -> if ()Felix Weinrank
2015-08-25check if enough arguments were setFelix Weinrank
2015-08-01ekr_server: inet_addr() -> inet_pton()Felix Weinrank
2013-11-30Style change.t00fcxen
2013-11-30Improve cleanup at the end.t00fcxen
2013-11-14Clean up threads when the program terminates.t00fcxen
2013-01-19Add support for registering a printf() callbackt00fcxen
2013-01-07We don't support ECN at the UDP layer, so don't announce it at thet00fcxen
2012-12-28Register addresses.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-09-04Use HAVE_SIN_LEN, HAVE_SIN6_LEN and HAVE_SCONN_LEN.t00fcxen
2012-07-24Whitespace changes.tuexen
2012-07-17Get programs compiling if #SCTP_DEBUG is not defined.tuexen
2012-07-14Casting...tuexen
2012-07-14Improve robustness of receive thread.tuexen
2012-07-12Winsock stuff also in callbacks.tuexen
2012-07-12Same changes for the client.tuexen
2012-07-12Use winsock.tuexen
2012-07-12Windows doesn't have pthreads.tuexen
2012-07-12Improve includes.tuexen
2012-07-11Try to fix Linux compilation.tuexen
2012-07-10Use wildcard address.tuexen
2012-07-06Fix typos, enable SCTP debug output.tuexen
2012-07-06Add two examples for EKR. (Not working yet).tuexen