Age | Commit message (Expand) | Author | Files | Lines |
2014-01-09 | Merge branch 'stable-2.0' | Mark H Weaver | 1 | -1/+1 |
2013-12-15 | Hide EINTR returns from 'accept'. | Ludovic Courtès | 1 | -1/+1 |
2013-07-16 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -1/+1 |
2013-06-16 | Define `AF_UNIX' only when Unix-domain sockets are supported. | Ludovic Courtès | 1 | -1/+1 |
2013-03-28 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -26/+25 |
2013-03-18 | Define the new Linux-specific `SO_REUSEPORT'. | Ludovic Courtès | 1 | -0/+5 |
2013-03-09 | mingw include order for socket.c | Andy Wingo | 1 | -17/+19 |
2013-03-09 | squish remove some mingw-specific code that is covered by gnulib | Andy Wingo | 1 | -14/+2 |
2013-01-07 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -1/+7 |
2012-12-10 | Verify the value of `SHUT_RD' and related constants. | Ludovic Courtès | 1 | -1/+7 |
2012-02-08 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -4/+4 |
2012-02-02 | Improve the usage of variable names in C docstrings. | Bake Timmons | 1 | -4/+4 |
2011-05-13 | merge strictness branch from 2.0 | Andy Wingo | 1 | -5/+5 |
2011-05-13 | scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc | Andy Wingo | 1 | -2/+2 |
2011-05-13 | scm_is_eq for SCM vals, not == or != | Andy Wingo | 1 | -3/+3 |
2011-05-12 | remove all deprecated code | Andy Wingo | 1 | -126/+31 |
2011-03-20 | Make VM string literals immutable. | Ludovic Courtès | 1 | -1/+1 |
2011-02-13 | Set sockaddr_in.sin_len field when it exists. | Noah Lavine | 1 | -1/+5 |
2011-02-13 | zero newly allocated sockaddrs | Noah Lavine | 1 | -0/+3 |
2011-01-29 | Make `inet-ntop' and `inet-pton' available even when !HAVE_IPV6. | Ludovic Courtès | 1 | -37/+61 |
2011-01-29 | Have `recv!', `send', etc. accept a bytevector. | Ludovic Courtès | 1 | -72/+162 |
2010-12-02 | scm_accept no longer leaves guile mode | Andy Wingo | 1 | -17/+1 |
2010-10-20 | Add support for more multicast sockopts. | Tristan Colgate-McFarlane | 1 | -0/+18 |
2009-11-17 | Remove references to undefined macros. | Ludovic Courtès | 1 | -4/+4 |
2009-11-16 | Deprecate `inet-ntoa' and `inet-aton'. | Ludovic Courtès | 1 | -47/+0 |
2009-11-16 | Use Gnulib's `inet_ntop' and `inet_pton' modules. | Ludovic Courtès | 1 | -4/+0 |
2009-10-01 | Fix doc for inet-ntop: always produces a string | Neil Jerram | 1 | -2/+2 |
2009-10-01 | Fix handling of IPv6 addresses | Neil Jerram | 1 | -2/+3 |
2009-08-25 | Merge commit 'origin/master' | Andy Wingo | 1 | -8/+24 |
2009-08-25 | Merge wip-array refactor, up to cd43fdc5b7a7c | Andy Wingo | 1 | -2/+2 |
2009-08-23 | Modify socket and time functions for wide strings | Michael Gran | 1 | -8/+24 |
2009-08-08 | Add Unicode strings and symbols | Michael Gran | 1 | -0/+3 |
2009-07-19 | rename unif.[ch] to arrays.[ch] | Andy Wingo | 1 | -2/+2 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2007-12-04 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -1/+17 |
2007-09-02 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -57/+65 |
2007-09-02 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -3/+7 |
2007-06-12 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -5/+17 |
2006-10-09 | merge from 1.8 branch | Kevin Ryde | 1 | -25/+33 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-02-09 | (scm_c_make_socket_address): Pass address_size pointer | Neil Jerram | 1 | -2/+1 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -3/+3 |
2005-11-26 | (scm_fill_sockaddr): Remove SCM_C_INLINE_KEYWORD, this is | Kevin Ryde | 1 | -1/+1 |
2005-11-12 | (scm_setsockopt): Missing @defvar in docstring. Reported | Kevin Ryde | 1 | -1/+2 |
2005-10-27 | 2005-10-27 Ludovic Courtès <ludovic.courtes@laas.fr> | Kevin Ryde | 1 | -33/+265 |
2005-10-23 | (scm_getsockopt, scm_setsockopt): Update docstrings from posix.texi. | Kevin Ryde | 1 | -18/+107 |
2005-10-23 | (scm_init_socket): Add IPPROTO_IP, IPPROTO_TCP, | Kevin Ryde | 1 | -7/+14 |
2005-07-10 | (scm_inet_pton, scm_inet_ntop): Pointer cast to scm_t_uint8 | Kevin Ryde | 1 | -8/+8 |
2005-06-05 | * hashtab.h: Bugfix: use SCM_API (WAS: extern). | Marius Vollmer | 1 | -4/+5 |