build: Don't include <config.h> in native programs when cross-compiling.
[bpt/guile.git] / libguile / socket.c
2014-03-12 Mark H WeaverUse 'offsetof' to avoid undefined behavior.
2014-02-28 Mark H WeaverRely on Gnulib for <unistd.h>.
2014-02-08 Andy WingoDeprecate htons, htonl, ntohs, ntohl
2013-12-15 Ludovic CourtèsHide EINTR returns from 'accept'.
2013-06-16 Ludovic CourtèsDefine `AF_UNIX' only when Unix-domain sockets are...
2013-03-18 Ludovic CourtèsDefine the new Linux-specific `SO_REUSEPORT'.
2013-03-09 Andy Wingomingw include order for socket.c
2013-03-09 Andy Wingosquish remove some mingw-specific code that is covered...
2012-12-10 Ludovic CourtèsVerify the value of `SHUT_RD' and related constants.
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2011-05-13 Andy Wingoscm_is_false instead of == SCM_BOOL_F; also is_null...
2011-05-13 Andy Wingoscm_is_eq for SCM vals, not == or !=
2011-03-20 Ludovic CourtèsMake VM string literals immutable.
2011-02-13 Noah LavineSet sockaddr_in.sin_len field when it exists.
2011-02-13 Noah Lavinezero newly allocated sockaddrs
2011-01-29 Ludovic CourtèsMake `inet-ntop' and `inet-pton' available even when...
2011-01-29 Ludovic CourtèsHave `recv!', `send', etc. accept a bytevector.
2010-12-02 Andy Wingoscm_accept no longer leaves guile mode
2010-10-20 Tristan Colgate... Add support for more multicast sockopts.
2009-12-11 Andy Wingomerge from master to elisp
2009-11-17 Ludovic CourtèsRemove references to undefined macros.
2009-11-16 Ludovic CourtèsDeprecate `inet-ntoa' and `inet-aton'.
2009-11-16 Ludovic CourtèsUse Gnulib's `inet_ntop' and `inet_pton' modules.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-01 Neil JerramFix doc for inet-ntop: always produces a string
2009-10-01 Neil JerramFix handling of IPv6 addresses
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-23 Michael GranModify socket and time functions for wide strings
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-08 Michael GranMerge commit 'origin/master'
2009-08-08 Michael GranAdd Unicode strings and symbols
2009-07-19 Andy Wingorename unif.[ch] to arrays.[ch]
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-08-02 Andy Wingomerge guile-vm to guile
2007-12-04 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-02 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-02 Ludovic CourtèsChanges from arch/CVS synchronization
2007-06-12 Ludovic CourtèsChanges from arch/CVS synchronization
2006-10-09 Kevin Rydemerge from 1.8 branch
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-02-09 Neil Jerram(scm_c_make_socket_address): Pass address_size pointer
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-11-26 Kevin Ryde(scm_fill_sockaddr): Remove SCM_C_INLINE_KEYWORD, this is
2005-11-12 Kevin Ryde(scm_setsockopt): Missing @defvar in docstring. Reported
2005-10-27 Kevin Ryde2005-10-27 Ludovic Courtès <ludovic.courtes@laas.fr>
2005-10-23 Kevin Ryde(scm_getsockopt, scm_setsockopt): Update docstrings...
2005-10-23 Kevin Ryde(scm_init_socket): Add IPPROTO_IP, IPPROTO_TCP,
2005-07-10 Kevin Ryde(scm_inet_pton, scm_inet_ntop): Pointer cast to scm_t_uint8
2005-06-05 Marius Vollmer* hashtab.h: Bugfix: use SCM_API (WAS: extern).
2005-05-23 Marius VollmerThe FSF has a new address.
2005-02-27 Marius Vollmer(scm_setsockopt): Handle IP_ADD_MEMBERSHIP and IP_DROP_...
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as...
2004-12-10 Kevin Ryde(scm_from_ipv6): Just use mpz_import. Don't bother...
2004-09-22 Marius Vollmer*** empty log message ***
2004-08-27 Kevin Ryde(scm_fill_sockaddr): Use HAVE_STRUCT_SOCKADDR_SIN_LEN and
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-17 Kevin Ryde(scm_init_socket): Add SOCK_SEQPACKET and SOCK_RDM.
2004-08-12 Marius Vollmer* socket.c (scm_inet_aton, scm_inet_pton): Convert...
2004-08-10 Marius Vollmer* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,
2004-08-02 Marius Vollmer* numbers.h, numbers.c, discouraged.h, discouraged...
2004-07-23 Marius Vollmer* deprecated.h, deprecated.c, numbers.h (SCM_INUMP...
2004-07-10 Marius Vollmer(ipv6_net_to_num, scm_from_ipv6): Renamed
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-04-24 Kevin RydeAdd a copyright year, based on the changelog.
2004-04-24 Kevin Ryde(VALIDATE_INET6): Correction to bignum_in_ipv6_range_p
2003-04-16 Rob Browning* socket.c: use SCM_CHAR_BIT.
2003-04-07 Rob Browning*** empty log message ***
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-04-04 Rob Browning* socket.c (FLIPCPY_NET_HOST_128): new macro.
2003-03-25 Rob Browning* win32-socket.c: #include <config.h> if HAVE_CONFIG_H.
2002-08-30 Marius Vollmer(scm_addr_vector): Added size of address to arguments...
2002-08-16 Han-Wen Nienhuys* mallocs.c (scm_malloc_obj): use scm_gc_malloc in...
2002-07-21 Han-Wen Nienhuys* macros.c: include deprecation.h
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-07-10 Marius VollmerNo need to check for Cygwin when including <winsock2...
2002-07-07 Marius VollmerDo not include <winsock2.h> on Cygwin even when we...
2002-03-15 Neil JerramSmall docstring fixes.
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-01-28 Stefan Jahn2002-01-28 Stefan Jahn <stefan@lkcc.org>
2001-11-07 Stefan Jahn2001-11-07 Stefan Jahn <stefan@lkcc.org>
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-26 Martin GrabmüllerMake compilation under Windows easier.
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-05-28 Michael Livshin* strop.c (s_scm_string_capitalize_x): fix docstring...
next