| Commit message (Expand) | Author | Age | Files | Lines |
* | Conditionally define SOCK_CLOEXEC, SOCK_NONBLOCK... | Andy Wingo | 2017-02-21 | 1 | -2/+5 |
* | Add accept4 support... | Andy Wingo | 2017-02-15 | 1 | -6/+20 |
* | Switch to accept4... | Andy Wingo | 2017-02-15 | 1 | -1/+1 |
* | Elide syscalls in fdes->port... | Andy Wingo | 2017-02-14 | 1 | -4/+10 |
* | Support `connect' on nonblocking sockets... | Andy Wingo | 2016-06-09 | 1 | -2/+5 |
* | `accept' on nonblocking socket can return #f... | Andy Wingo | 2016-06-09 | 1 | -11/+14 |
* | socket: TCP_CORK, TCP_NODELAY... | Andy Wingo | 2016-06-04 | 1 | -0/+9 |
* | Fix getsockopt/setsockopt handling of SO_SNDBUF/SO_RCVBUF options.... | Mark H Weaver | 2016-05-22 | 1 | -28/+2 |
* | Merge branch 'stable-2.0'... | Mark H Weaver | 2014-04-25 | 1 | -3/+1 |
|\ |
|
| * | Use 'offsetof' to avoid undefined behavior.... | Mark H Weaver | 2014-03-11 | 1 | -1/+1 |
| * | Rely on Gnulib for <unistd.h>.... | Mark H Weaver | 2014-02-27 | 1 | -2/+0 |
* | | Merge commit 'b9b88351ea2c4b43a6f90938554dc5693b17e328'... | Andy Wingo | 2014-02-08 | 1 | -45/+1 |
|\| |
|
| * | Deprecate htons, htonl, ntohs, ntohl... | Andy Wingo | 2014-02-08 | 1 | -45/+1 |
* | | Merge branch 'stable-2.0'... | Mark H Weaver | 2014-01-09 | 1 | -1/+1 |
|\| |
|
| * | Hide EINTR returns from 'accept'.... | Ludovic Courtès | 2013-12-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Mark H Weaver | 2013-07-16 | 1 | -1/+1 |
|\| |
|
| * | Define `AF_UNIX' only when Unix-domain sockets are supported.... | Ludovic Courtès | 2013-06-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Mark H Weaver | 2013-03-28 | 1 | -26/+25 |
|\| |
|
| * | Define the new Linux-specific `SO_REUSEPORT'.... | Ludovic Courtès | 2013-03-18 | 1 | -0/+5 |
| * | mingw include order for socket.c... | Andy Wingo | 2013-03-09 | 1 | -17/+19 |
| * | squish remove some mingw-specific code that is covered by gnulib... | Andy Wingo | 2013-03-09 | 1 | -14/+2 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Mark H Weaver | 2013-01-07 | 1 | -1/+7 |
|\| |
|
| * | Verify the value of `SHUT_RD' and related constants.... | Ludovic Courtès | 2012-12-10 | 1 | -1/+7 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Andy Wingo | 2012-02-08 | 1 | -4/+4 |
|\| |
|
| * | Improve the usage of variable names in C docstrings.... | Bake Timmons | 2012-02-02 | 1 | -4/+4 |
* | | merge strictness branch from 2.0 | Andy Wingo | 2011-05-13 | 1 | -5/+5 |
|\| |
|
| * | scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc... | Andy Wingo | 2011-05-13 | 1 | -2/+2 |
| * | scm_is_eq for SCM vals, not == or !=... | Andy Wingo | 2011-05-13 | 1 | -3/+3 |
* | | remove all deprecated code... | Andy Wingo | 2011-05-12 | 1 | -126/+31 |
|/ |
|
* | Make VM string literals immutable.... | Ludovic Courtès | 2011-03-20 | 1 | -1/+1 |
* | Set sockaddr_in.sin_len field when it exists.... | Noah Lavine | 2011-02-13 | 1 | -1/+5 |
* | zero newly allocated sockaddrs... | Noah Lavine | 2011-02-13 | 1 | -0/+3 |
* | Make `inet-ntop' and `inet-pton' available even when !HAVE_IPV6.... | Ludovic Courtès | 2011-01-29 | 1 | -37/+61 |
* | Have `recv!', `send', etc. accept a bytevector.... | Ludovic Courtès | 2011-01-29 | 1 | -72/+162 |
* | scm_accept no longer leaves guile mode... | Andy Wingo | 2010-12-02 | 1 | -17/+1 |
* | Add support for more multicast sockopts.... | Tristan Colgate-McFarlane | 2010-10-20 | 1 | -0/+18 |
* | Remove references to undefined macros.... | Ludovic Courtès | 2009-11-17 | 1 | -4/+4 |
* | Deprecate `inet-ntoa' and `inet-aton'.... | Ludovic Courtès | 2009-11-16 | 1 | -47/+0 |
* | Use Gnulib's `inet_ntop' and `inet_pton' modules.... | Ludovic Courtès | 2009-11-16 | 1 | -4/+0 |
* | Fix doc for inet-ntop: always produces a string... | Neil Jerram | 2009-10-01 | 1 | -2/+2 |
* | Fix handling of IPv6 addresses... | Neil Jerram | 2009-10-01 | 1 | -2/+3 |
* | Merge commit 'origin/master'... | Andy Wingo | 2009-08-25 | 1 | -8/+24 |
|\ |
|
| * | Modify socket and time functions for wide strings... | Michael Gran | 2009-08-23 | 1 | -8/+24 |
* | | Merge wip-array refactor, up to cd43fdc5b7a7c... | Andy Wingo | 2009-08-25 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | rename unif.[ch] to arrays.[ch]... | Andy Wingo | 2009-07-19 | 1 | -2/+2 |
* | | Add Unicode strings and symbols... | Michael Gran | 2009-08-08 | 1 | -0/+3 |
|/ |
|
* | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+1 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-12-04 | 1 | -1/+17 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-09-02 | 1 | -57/+65 |