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