1. 06 9月, 2013 1 次提交
  2. 22 7月, 2013 1 次提交
  3. 06 7月, 2013 2 次提交
  4. 14 5月, 2013 1 次提交
  5. 23 4月, 2013 1 次提交
  6. 31 3月, 2013 1 次提交
  7. 30 3月, 2013 1 次提交
  8. 23 1月, 2013 1 次提交
  9. 20 1月, 2013 3 次提交
  10. 19 1月, 2013 1 次提交
  11. 12 12月, 2012 1 次提交
  12. 28 11月, 2012 2 次提交
  13. 17 11月, 2012 1 次提交
  14. 05 11月, 2012 1 次提交
  15. 20 10月, 2012 2 次提交
  16. 16 10月, 2012 1 次提交
  17. 12 10月, 2012 1 次提交
  18. 07 10月, 2012 1 次提交
  19. 25 9月, 2012 1 次提交
  20. 24 9月, 2012 1 次提交
  21. 18 9月, 2012 1 次提交
  22. 15 9月, 2012 1 次提交
  23. 29 8月, 2012 2 次提交
  24. 17 8月, 2012 1 次提交
  25. 14 8月, 2012 1 次提交
  26. 15 6月, 2012 1 次提交
  27. 11 5月, 2012 1 次提交
  28. 18 4月, 2012 1 次提交
  29. 03 3月, 2012 1 次提交
  30. 27 2月, 2012 1 次提交
    • A
      Configure: I remove adding of -D_XPG4_2 -D__EXTENSIONS__ in sctp builds for · f7ef20c5
      Andy Polyakov 提交于
      following reasons:
      
      - it's not the way to engage XPG4v2 mode, defining _XOPEN_SOURCE to
        value less than 500 is (see standards(5));
      - we need to work out strategy to handle _XOPEN_SOURCE, current state
        when we define e.g. _XOPEN_SOURCE to 500 in some files is inappropriate;
      - sctp implementation on Solaris is incomplete, in sense that bss_dgram.c
        doesn't compile, because not all structures are defined, so that
        enabling sctp doesn't work anyway;
      f7ef20c5
  31. 02 2月, 2012 1 次提交
  32. 05 1月, 2012 1 次提交
  33. 27 12月, 2011 1 次提交
  34. 25 12月, 2011 1 次提交
    • D
      PR: 2535 · 7e159e01
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Reviewed by: steve
      
      Add SCTP support for DTLS (RFC 6083).
      7e159e01