summaryrefslogtreecommitdiff
path: root/user_socket.c
AgeCommit message (Expand)Author
2014-08-12Sync with Mavericks sources.t00fcxen
2014-08-12Sync with Mavericks sources.t00fcxen
2014-08-04Sync with Mavericks sources.t00fcxen
2014-08-03Sync with Mavericks sources.t00fcxen
2014-08-03Sync with Mavericks sources.t00fcxen
2014-08-02Sync with Mavericks sources.t00fcxen
2014-08-01Sync with Mavericks and adopt user land stack.t00fcxen
2014-06-30Get it compiling on IOS when disabling INET and INET6.t00fcxen
2014-05-06Address the bugs reported by Sylvestre Ledru int00fcxen
2014-03-18Address a warning on non-BSD style OSes when neither INET nor INET6 ist00fcxen
2014-03-16Sync with Mavericks sources.t00fcxen
2014-02-26Improve compilation if INET or INET6 is not defined.t00fcxen
2014-02-26From Lally Singh:t00fcxen
2014-02-20Address some signed/unsigned warnings reported byt00fcxen
2014-01-04Sync with FreeBSD sources.t00fcxen
2013-12-27Improve support of NetBSD and OpenBSD.t00fcxen
2013-12-27Address some warnings.t00fcxen
2013-11-30Initialize accept mutex and cond explicitly.t00fcxen
2013-11-29Improve user_accept() on platforms not supporting sa_len.t00fcxen
2013-11-14Free mbuf chain after processing is complete.t00fcxen
2013-11-03Don't call sctp_finish() with the INP_INFO_LOCK held.t00fcxen
2013-10-31Fix compilationt00fcxen
2013-10-31Address some warning if neither INET nor INET6 is defined.t00fcxen
2013-10-29Get SCTP_WITH_NO_CSUM working.t00fcxen
2013-09-06Add support for SO_SNDBUF and SO_RCVBUF socket options.t00fcxen
2013-08-03* Add support for exporting the SCTP stats.t00fcxen
2013-04-09Remove unused code.t00fcxen
2013-04-08Fix some warnings reported by Georgiana Chelu.t00fcxen
2013-02-27Address a warning reported by Landry Breuil.t00fcxen
2013-02-27Get rid of UIO_NOCOPY.t00fcxen
2013-02-20Fix a bug reported by Jon Leighton. Don't crash if the fromlen is NULL.t00fcxen
2013-02-10Better way to address the warning.t00fcxen
2013-02-10Address a warning on Linux.t00fcxen
2013-01-19Add support for registering a printf() callbackt00fcxen
2012-12-28Add routines for address registration and deregistration.t00fcxen
2012-12-27Get it working on Windows.t00fcxen
2012-12-27Improve Windows code.t00fcxen
2012-12-26Get it compiling on Windows. Still need to address some warnings.t00fcxen
2012-12-26Windows blues starts here...t00fcxen
2012-12-26Add support for packet dumping. The output can be processed byt00fcxen
2012-12-10Use consistently new defines.t00fcxen
2012-11-26Only define sin6 if INET6 is defined.iruengeler
2012-11-25Add a routing for dumping packets and initially support peeloff().t00fcxen
2012-11-23Small simplification.t00fcxen
2012-11-20Add a function (#ifdefed out) to dump a packet using a single printf().t00fcxen
2012-11-19Add sctp_connectx() and provide an implementation for sctp_bindx().t00fcxen
2012-11-18ip_tos is a byte.t00fcxen
2012-11-18Add support for usrsctp_getpaddrs(), usrsctp_freepaddrs(),t00fcxen
2012-09-20Whitespace changes.t00fcxen
2012-09-19Some more casts regarding socklen_t and size_t.t00fcxen