aboutsummaryrefslogtreecommitdiff
path: root/programs/ekr_client.c
AgeCommit message (Expand)Author
2019-04-24Concentrate debug/verbose functions in a single file (#310)Felix Weinrank
2017-09-01Fix CID 168586Michael 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-26Last warning?Michael Tuexen
2016-03-26Less warnings.Michael Tuexen
2015-12-05Use correct thread main functions on Windows.Michael Tuexen
2015-12-05Try to use Create_Thread correctly 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_client: inet_addr() -> inet_pton()Felix Weinrank
2013-11-30ABORTing makes no sense here, so remove the code.t00fcxen
2013-11-30Style change.t00fcxen
2013-11-30Improve cleanup at the end.t00fcxen
2013-11-30Fix copy-and-paste error.t00fcxen
2013-11-14Clean up threads when the program terminates.t00fcxen
2013-02-10Update programs to use the new API.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-12-27Fix makefile for Windows, improve error handling.t00fcxen
2012-12-26Add packet logging.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-09-03Move SO_LINGER stuff up right after socket creation.t00fcxen
2012-08-05Add support for SO_LINGER.tuexen
2012-07-24Whitespace changes.tuexen
2012-07-17Get programs compiling if #SCTP_DEBUG is not defined.tuexen
2012-07-15Only wildcard addresses are allowed.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-12Missed one pthread_create.tuexen
2012-07-12Windows doesn't have pthreads.tuexen
2012-07-12Improve includes.tuexen
2012-07-11Linux ...tuexen
2012-07-11I should lear #ifdef syntax...tuexen
2012-07-11Try to fix Linux compilation.tuexen
2012-07-10Send a user message.tuexen
2012-07-10Bind to wildcard address.tuexen
2012-07-06Fix typos, enable SCTP debug output.tuexen
2012-07-06Add two examples for EKR. (Not working yet).tuexen