1. 2df9033 Windows now happy? by Michael Tuexen · 6 years ago
  2. c518dc5 More fixes. by Michael Tuexen · 6 years ago
  3. d5ac4c4 More fixes. by Michael Tuexen · 6 years ago
  4. 540f47a Windows not happy yet. by Michael Tuexen · 6 years ago
  5. 80950ac Trying to make Windows happier. by Michael Tuexen · 6 years ago
  6. 577494c More buildbot fixes. by Michael Tuexen · 6 years ago
  7. b3439de Fix builds hopefully. by Michael Tuexen · 6 years ago
  8. 0ef5f28 Fix several signed/unsigned issues. by Michael Tuexen · 6 years ago
  9. be8e0eb Sync with FreeBSD. by Michael Tuexen · 6 years ago
  10. 2024872 Merge pull request #304 from weinrank/makefile-fix by Michael Tüxen · 6 years ago
  11. 294b952 Makefile.am - include all example programs by Felix Weinrank · 6 years ago
  12. 1c9c82f Sync with FreeBSD. by Michael Tuexen · 6 years ago
  13. b84a675 Merge pull request #296 from weinrank/windows-ssize by Michael Tüxen · 6 years ago
  14. 469e319 Fix WIN32 compilation warning by Felix Weinrank · 6 years ago
  15. 9aa33d4 Windows ssize_t define fix by Felix Weinrank · 6 years ago
  16. 0d1c621 Merge pull request #295 from fluendo/fix-mingw-ucrt by Michael Tüxen · 6 years ago
  17. bcdbee9 Fix build with MinGW and the ucrtbase CRT by Andoni Morales Alastruey · 6 years ago
  18. e04629f Limit size of memory in socket option handling. by Michael Tuexen · 6 years ago
  19. f521812 Merge pull request #294 from weinrank/cherry-pick-windows by Michael Tüxen · 6 years ago
  20. 1f9b611 Cherrypicking windows fixes by Felix Weinrank · 6 years ago
  21. eefa8df Fix SCTP/UDP/IPv6 on FreeBSD. by Michael Tuexen · 6 years ago
  22. 9acc88c Merge pull request #291 from weinrank/sw-cherrypick by Michael Tüxen · 6 years ago
  23. f3b49be Cherrypick branch by Felix Weinrank · 6 years ago
  24. 30d7f1b Merge pull request #285 from orgads/mingw by Michael Tüxen · 6 years ago
  25. dddc7b1 Fix compilation with MinGW by Orgad Shaneh · 6 years ago
  26. 896b20b Ignore EINTR. by Michael Tuexen · 6 years ago
  27. 3968e68 Merge pull request #284 from velichkov/recvmsg_eintr by Michael Tüxen · 6 years ago
  28. dcf5c6a Handle EINTR error in the receive functions by Vasil Velichkov · 6 years ago
  29. e4a7f7f Merge pull request #278 from mikedilger/master by Michael Tüxen · 6 years ago
  30. 043c8e3 ignore upcall program variants by Mike Dilger · 6 years ago
  31. c90dbf0 Cleanup. by Michael Tuexen · 6 years ago
  32. 1293411 Merge pull request #277 from weinrank/master by Michael Tüxen · 6 years ago
  33. 0d8efac remove INET and INET6 checks in netinet/sctp_uio.h by Felix Weinrank · 6 years ago
  34. 4af3099 remove INET and INET6 checks in usrsctp.h by Felix Weinrank · 6 years ago
  35. d524fa3 Fix compilation when neither INET nor INET6 are defined. by Michael Tuexen · 6 years ago
  36. 27a4d25 Improve description of MIB variables. by Michael Tuexen · 6 years ago
  37. e9fb1d6 Avoid truncating unrecognised parameters when reporting them. by Michael Tuexen · 6 years ago
  38. 04a0c5f Improve #ifdefs for timingsafe_bcmp(). by Michael Tuexen · 6 years ago
  39. ac87b2f Mitigate providing a timing signal if the COOKIE or AUTH by Michael Tuexen · 6 years ago
  40. 47dd39f After allocating chunks set the fields in a consistent way. by Michael Tuexen · 6 years ago
  41. 8810560 Plug mbuf leaks by Michael Tuexen · 6 years ago
  42. 826939a Fix the handling of ancillary data for SCTP socket. Implement by Michael Tuexen · 6 years ago
  43. 0a49ef3 Fix FreeBSD specific UDP stats counter bug. by Michael Tuexen · 6 years ago
  44. 15b917a Fix typo. by Michael Tuexen · 6 years ago
  45. b60889c Fix memory leak. by Michael Tuexen · 6 years ago
  46. a655ed6 Integrate DTrace support for FreeBSD kernel. by Michael Tuexen · 6 years ago
  47. c6fa0e6 Remove unused code. by Michael Tuexen · 6 years ago
  48. a10cd49 Merge pull request #257 from somtin/master by Michael Tüxen · 6 years ago
  49. b92b2a5 disable-programs switch fixed by Christian Wright · 6 years ago
  50. 899b19a Pass foreign flag to automake when using autoreconf by Christian Wright · 6 years ago
  51. 35c1d97 Refactor the handling of SHUTDOWN_PENDING for dtrace support. by Michael Tuexen · 6 years ago
  52. 4e05785 Use macro to set the assoc state. by Michael Tuexen · 6 years ago
  53. 501e967 Fix https://github.com/sctplab/usrsctp/issues/253. by Michael Tuexen · 6 years ago
  54. 348a36c Use stcb instead of asoc in assoc state macros. by Michael Tuexen · 6 years ago
  55. 1a34e04 Use macros to modify the assoc state. by Michael Tuexen · 6 years ago
  56. 27df81d Cleanups, no intended changes. by Michael Tuexen · 6 years ago
  57. 139274f Sync FBSDID. by Michael Tuexen · 6 years ago
  58. 11eeb62 Fix typo. by Michael Tuexen · 6 years ago
  59. c51af97 Integrate https://svnweb.freebsd.org/base?view=revision&revision=337589 by Michael Tuexen · 6 years ago
  60. 510da4e Merge pull request #251 from weinrank/upcallAPI by Michael Tüxen · 6 years ago
  61. cd26055 Sync Makefile with CMake by Felix Weinrank · 6 years ago
  62. c6deec6 Merge pull request #250 from weinrank/windowsImprovements by Michael Tüxen · 6 years ago
  63. a2e5b02 Merge commit 'b03d4cf95910cec7c300fbf72ad736a28fd923ec' into windowsImprovements by Felix Weinrank · 6 years ago
  64. b03d4cf Merge pull request #249 from weinrank/upcallAPI by Michael Tüxen · 6 years ago
  65. 427bbba Integrated Michael's comments by Felix Weinrank · 6 years ago
  66. 213ec9b Unbreak the building of the NKE under Mac OS. by Michael Tuexen · 6 years ago
  67. ab37acd explicitly cast htons value by Felix Weinrank · 6 years ago
  68. bda7e2a fix compile error by Felix Weinrank · 6 years ago
  69. c17f6e1 Merge remote-tracking branch 'origin/upcallAPI' into windowsImprovements by Felix Weinrank · 6 years ago
  70. 1c6d0a3 Fix netbsd compile error by Felix Weinrank · 6 years ago
  71. acdfbd9 Merge branch 'master' of https://github.com/sctplab/usrsctp into upcallAPI by Felix Weinrank · 6 years ago
  72. 099944e Merge pull request #242 from s-hashimoto00/fix-pragma-warning by Michael Tüxen · 6 years ago
  73. e9b68d6 Merge pull request #248 from weinrank/netbsd-8.0-fix by Michael Tüxen · 6 years ago
  74. 2e5216b improved compiling checks by Felix Weinrank · 6 years ago
  75. 3c3962c CMake improvements by Felix Weinrank · 6 years ago
  76. cbf57fe whitespace fix by Felix Weinrank · 6 years ago
  77. 3958912 Make first in6_sin_2_v4mapsin6() parameter static by Felix Weinrank · 6 years ago
  78. 111283a Enable RCVINFO by Felix Weinrank · 6 years ago
  79. 91645f2 Fix unix compiler warnings by Felix Weinrank · 6 years ago
  80. e81beec Fix compiler warnings for windows by Felix Weinrank · 6 years ago
  81. 5726291 Merge branch 'master' of https://github.com/sctplab/usrsctp into upcallAPI by Felix Weinrank · 6 years ago
  82. 3264cd0 Revert "testing..." by Felix Weinrank · 6 years ago
  83. b6c90b1 Fix reading of uninitilized memory. by Michael Tuexen · 6 years ago
  84. bddb5f0 testing... by Felix Weinrank · 6 years ago
  85. 7ad8132 Adopted usage comments by Felix Weinrank · 6 years ago
  86. 1db6956 Whitespace changes by Felix Weinrank · 6 years ago
  87. f699258 Fix ekr_loop port by Felix Weinrank · 6 years ago
  88. 060c19f fix compiler warning by Felix Weinrank · 6 years ago
  89. 8cdf078 Fix compiler warning by Felix Weinrank · 6 years ago
  90. ee84d61 Whitespace changes by Felix Weinrank · 6 years ago
  91. e3fe6ab Revert README.md change by Felix Weinrank · 6 years ago
  92. cbe162f Revert "Merge branch 'fuzzer-integration-upcall' into upcallAPI" by Felix Weinrank · 6 years ago
  93. f6a8b05 Merge branch 'fuzzer-integration-upcall' into upcallAPI by Felix Weinrank · 6 years ago
  94. 434edd0 whitespace by Felix Weinrank · 6 years ago
  95. 0d4f67c sync with fuzzer-integration-upcall branch by Felix Weinrank · 6 years ago
  96. 708c991 sync with master by Felix Weinrank · 6 years ago
  97. 7ae3739 Merge branch 'master' into fuzzer-integration-upcall by Felix Weinrank · 6 years ago
  98. ec350e9 added ekr_loop_upcall by Felix Weinrank · 6 years ago
  99. b45f6f3 Merge pull request #247 from weinrank/patch-1 by Michael Tüxen · 6 years ago
  100. 45af0ed Update Manual.md by Felix Weinrank · 6 years ago