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
/
ekr_client.c
Age
Commit message (
Expand
)
Author
2021-09-14
Undo last two commits, since they don;t work on the buildbot
Michael Tuexen
2021-09-14
Try to work around false ASAN report on Linux
Michael Tuexen
2021-09-13
Avoid a bogus asan report on Linux
Michael Tuexen
2020-09-23
Fix gcc/clang type mismatch warnings on Windows (#527)
Taylor Brandstetter
2020-05-26
Cleanup error reporting.
Michael Tuexen
2019-09-26
Improve fuzzing utilities (#384)
Felix Weinrank
2019-04-24
Concentrate debug/verbose functions in a single file (#310)
Felix Weinrank
2017-09-01
Fix CID 168586
Michael Tuexen
2017-06-25
Address signess issues.
Michael Tuexen
2016-05-10
WSAGetLastError() returns an int.
Michael Tuexen
2016-05-10
ntohl() returns an unsigned int.
Michael Tuexen
2016-05-09
Seems like NetBSD does implement a cancelation point for recv().
Michael Tuexen
2016-03-26
Last warning?
Michael Tuexen
2016-03-26
Less warnings.
Michael Tuexen
2015-12-05
Use correct thread main functions on Windows.
Michael Tuexen
2015-12-05
Try to use Create_Thread correctly on Windows.
Michael Tuexen
2015-11-13
Initilize socket library on Windows.
Michael Tuexen
2015-08-26
coding style: if() -> if ()
Felix Weinrank
2015-08-25
check if enough arguments were set
Felix Weinrank
2015-08-01
ekr_client: inet_addr() -> inet_pton()
Felix Weinrank
2013-11-30
ABORTing makes no sense here, so remove the code.
t00fcxen
2013-11-30
Style change.
t00fcxen
2013-11-30
Improve cleanup at the end.
t00fcxen
2013-11-30
Fix copy-and-paste error.
t00fcxen
2013-11-14
Clean up threads when the program terminates.
t00fcxen
2013-02-10
Update programs to use the new API.
t00fcxen
2013-01-19
Add support for registering a printf() callback
t00fcxen
2013-01-07
We don't support ECN at the UDP layer, so don't announce it at the
t00fcxen
2012-12-28
Register addresses.
t00fcxen
2012-12-27
Fix makefile for Windows, improve error handling.
t00fcxen
2012-12-26
Add packet logging.
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-09-04
Use HAVE_SIN_LEN, HAVE_SIN6_LEN and HAVE_SCONN_LEN.
t00fcxen
2012-09-03
Move SO_LINGER stuff up right after socket creation.
t00fcxen
2012-08-05
Add support for SO_LINGER.
tuexen
2012-07-24
Whitespace changes.
tuexen
2012-07-17
Get programs compiling if #SCTP_DEBUG is not defined.
tuexen
2012-07-15
Only wildcard addresses are allowed.
tuexen
2012-07-14
Casting...
tuexen
2012-07-14
Improve robustness of receive thread.
tuexen
2012-07-12
Winsock stuff also in callbacks.
tuexen
2012-07-12
Same changes for the client.
tuexen
2012-07-12
Missed one pthread_create.
tuexen
2012-07-12
Windows doesn't have pthreads.
tuexen
2012-07-12
Improve includes.
tuexen
2012-07-11
Linux ...
tuexen
2012-07-11
I should lear #ifdef syntax...
tuexen
2012-07-11
Try to fix Linux compilation.
tuexen
2012-07-10
Send a user message.
tuexen
[next]