aboutsummaryrefslogtreecommitdiff
path: root/programs/rtcweb.c
AgeCommit message (Expand)Author
2019-09-26Improve fuzzing utilities (#384)Felix Weinrank
2019-08-08Fixed spelling issues reported by Lintian: (#344)Thomas Dreibholz
2019-07-27Compute CRC32C also when using the loopback interface.Michael Tuexen
2019-06-28MinGW Support (32bit & 64bit) (#321)Felix Weinrank
2019-04-24Concentrate debug/verbose functions in a single file (#310)Felix Weinrank
2018-08-07fix compile errorFelix Weinrank
2018-08-06improved compiling checksFelix Weinrank
2017-09-01Fix CID 168611Michael Tuexen
2017-07-28Use '#pragma pack (pop)' instead of '#pragma pack ()'Hans Wennborg
2017-06-25Address signess issues.Michael Tuexen
2017-06-25Use lowercase names for include files.Michael Tuexen
2015-08-26coding style: if() -> if ()Felix Weinrank
2015-08-01rtcweb: change inet_addr -> inet_ptonFelix Weinrank
2013-07-26Use correct length for IPv4.t00fcxen
2013-01-19Add support for registering a printf() callbackt00fcxen
2012-09-20Don't dereference NULL pointer.t00fcxen
2012-09-16Some more output and allow for 65525 incoming streams.t00fcxen
2012-09-16Add some output helpful for debugging.t00fcxen
2012-09-15Use %za for size_t.t00fcxen
2012-09-15Fix another warning.t00fcxen
2012-09-15Address two more warnings reported by Jan Beich.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-11Whitespace changes.tuexen
2012-07-06Add hooks for AF_CONN and a skeleton of example programs.tuexen
2012-07-05don't send a stream reset for channels in closing stateruengeler
2012-07-05correct again the race condition bugruengeler
2012-06-05Port Michael's changes to userland.ruengeler
2012-06-01Whitespace changes.tuexen
2012-05-27Remove debug code.tuexen
2012-05-27Improve termination handling.tuexen
2012-05-27Improve checks for cmdline args.tuexen
2012-05-27Tear down the stack.tuexen
2012-05-27Use ulp_info.tuexen
2012-05-27Sync with main sources and add the ulp_info stuff to the apps.tuexen
2012-05-25Remove debug code.tuexen
2012-05-25Get #ifdefs right.tuexen
2012-05-25Fix packing problemruengeler
2012-05-24Avoid a race condition Irene was facing.tuexen
2012-05-24Don't compare pointers to numbers.tuexen
2012-05-24Try to get rid of Windows warnings.tuexen
2012-05-24Try to get it compiling on Windows.tuexen
2012-05-24Irene's changes for Windows.tuexen
2012-05-24Whitespace change.tuexen
2012-05-24Some cleanups.tuexen
2012-05-24Get rid of some differences.tuexen
2012-05-24Add Irene to copyright.tuexen
2012-05-24Add rtcweb example.tuexen