Commit History

Author SHA1 Message Date
  Andy Wingo 69ea1fc45b Support `connect' on nonblocking sockets 8 years ago
  Andy Wingo e6cc051f8c `accept' on nonblocking socket can return #f 8 years ago
  Andy Wingo d7f39a36b1 socket: TCP_CORK, TCP_NODELAY 13 years ago
  Mark H Weaver 7d7e4bc6c0 Fix getsockopt/setsockopt handling of SO_SNDBUF/SO_RCVBUF options. 9 years ago
  Mark H Weaver 475772ea57 Merge branch 'stable-2.0' 10 years ago
  Mark H Weaver 9fcee9da3f Use 'offsetof' to avoid undefined behavior. 11 years ago
  Mark H Weaver bc8e6d7d8c Rely on Gnulib for <unistd.h>. 11 years ago
  Andy Wingo c8b7b0dad3 Merge commit 'b9b88351ea2c4b43a6f90938554dc5693b17e328' 11 years ago
  Andy Wingo b9b88351ea Deprecate htons, htonl, ntohs, ntohl 11 years ago
  Mark H Weaver 1df515a077 Merge branch 'stable-2.0' 11 years ago
  Ludovic Courtès 032a16fced Hide EINTR returns from 'accept'. 11 years ago
  Mark H Weaver 28d5d2537c Merge remote-tracking branch 'origin/stable-2.0' 11 years ago
  Ludovic Courtès dba6f4e2e3 Define `AF_UNIX' only when Unix-domain sockets are supported. 11 years ago
  Mark H Weaver 26d148066f Merge remote-tracking branch 'origin/stable-2.0' 12 years ago
  Ludovic Courtès 5f24f1b53e Define the new Linux-specific `SO_REUSEPORT'. 12 years ago
  Andy Wingo b0dbbacbe4 mingw include order for socket.c 12 years ago
  Andy Wingo 09b204d387 squish remove some mingw-specific code that is covered by gnulib 12 years ago
  Mark H Weaver e0c211bb2e Merge remote-tracking branch 'origin/stable-2.0' 12 years ago
  Ludovic Courtès cc94810708 Verify the value of `SHUT_RD' and related constants. 12 years ago
  Andy Wingo 0858753e82 Merge remote-tracking branch 'origin/stable-2.0' 13 years ago
  Bake Timmons b7e64f8b26 Improve the usage of variable names in C docstrings. 13 years ago
  Andy Wingo 86fb1eb631 merge strictness branch from 2.0 13 years ago
  Andy Wingo 393baa8a44 scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc 13 years ago
  Andy Wingo d223c3fcdd scm_is_eq for SCM vals, not == or != 13 years ago
  Andy Wingo fc7bd367ab remove all deprecated code 13 years ago
  Ludovic Courtès 190d4b0d93 Make VM string literals immutable. 14 years ago
  Noah Lavine 482d311b39 Set sockaddr_in.sin_len field when it exists. 14 years ago
  Noah Lavine 333a81ccba zero newly allocated sockaddrs 14 years ago
  Ludovic Courtès e91f21dc10 Make `inet-ntop' and `inet-pton' available even when !HAVE_IPV6. 14 years ago
  Ludovic Courtès d21a1dc841 Have `recv!', `send', etc. accept a bytevector. 14 years ago