summaryrefslogtreecommitdiff
path: root/usrsctp.h
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-05Include error.h.t00fcxen
2014-03-16Sync with Mavericks sources.t00fcxen
2013-10-29Get SCTP_WITH_NO_CSUM working.t00fcxen
2013-08-03* Add support for exporting the SCTP stats.t00fcxen
2013-07-24Don't include Ws2def.h and Ws2ipdef.h directly since theyt00fcxen
2013-07-05Make new sysctl available.t00fcxen
2013-05-03My solution doesn't seem to work. I don't know why, but it is MS...t00fcxen
2013-04-29Disable a warning regarding arrays like a[]. It is a C99 feature, butt00fcxen
2013-03-28Add WSAEINPROGRESS stuff from mozilla.t00fcxen
2013-01-19Add support for registering a printf() callbackt00fcxen
2012-12-28Add routines for address registration and deregistration.t00fcxen
2012-12-26Add support for packet dumping. The output can be processed byt00fcxen
2012-11-25Add a routing for dumping packets and initially support peeloff().t00fcxen
2012-11-20Add flags for sctp_bindx().t00fcxen
2012-11-19Add sctp_connectx() and provide an implementation for sctp_bindx().t00fcxen
2012-11-18Add support for usrsctp_getpaddrs(), usrsctp_freepaddrs(),t00fcxen
2012-11-18More whitespace changes.t00fcxen
2012-11-18Whitespace changes.t00fcxen
2012-09-17Remove comment which doesn't apply anymore.t00fcxen
2012-09-17Don't define __USE_GNU, compile with -D_GNU_SOURCE instead.t00fcxen
2012-09-16Add struct sctp_initmsg. Reported by Randell Jesup.t00fcxen
2012-09-04Cleanup.t00fcxen
2012-09-04Remove #ifdefed function I missed and R. Jesup pointed out.t00fcxen
2012-09-04The only #ifdefs left are for INET and INET6.t00fcxen
2012-09-04Integrate changes from R. Jesup for usrsctp.h.t00fcxen
2012-07-14Add usrsctp_get_non_blocking().tuexen
2012-07-14Rename usrsctp_non_blocking to usrsctp_set_non_blocking.tuexen
2012-07-13Add function to control blocking/non-blocking of sockets.tuexen
2012-07-11Improve Windows compilation.tuexen
2012-07-11Hope to fix the struct sockaddr_conn for Linux.tuexen
2012-07-06Fix more bugs. This gets OOTB handling working for AF_CONN.tuexen
2012-07-06Add hooks for AF_CONN and a skeleton of example programs.tuexen
2012-05-27Sync with main sources and add the ulp_info stuff to the apps.tuexen
2012-05-25Fix typo.tuexen
2012-05-25Fix packing problemruengeler
2012-05-23add sac info valuesruengeler
2012-05-23More copyright updates.tuexen
2012-05-23Update Copyright.tuexen
2012-05-19New API.tuexen
2012-04-19Retire CALLBACK_API. (Still need to get rid of it in the programs).tuexen
2012-04-18More callback stuff from Irene.tuexen
2012-04-16Provide a userspace_finish() function. This should allow for cleaning uptuexen
2012-01-19Add userspace_shutdown() and make the code more robust.tuexen