summaryrefslogtreecommitdiff
path: root/libguile/socket.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-02-27(scm_setsockopt): Handle IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIPMarius Vollmer1-40/+43
2005-01-02Use new vector elements API or simple vector API, as appropriate.Marius Vollmer1-15/+15
2004-12-10(scm_from_ipv6): Just use mpz_import. Don't bother tryingKevin Ryde1-59/+10
2004-09-22*** empty log message ***Marius Vollmer1-5/+5
2004-08-27(scm_fill_sockaddr): Use HAVE_STRUCT_SOCKADDR_SIN_LEN andKevin Ryde1-4/+2
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-15/+23
2004-08-17(scm_init_socket): Add SOCK_SEQPACKET and SOCK_RDM.Kevin Ryde1-1/+11
2004-08-12* socket.c (scm_inet_aton, scm_inet_pton): Convert SCM strings toMarius Vollmer1-12/+35
2004-08-10* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,Marius Vollmer1-6/+11
2004-08-02* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer1-26/+29
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-38/+38
2004-07-10(ipv6_net_to_num, scm_from_ipv6): RenamedMarius Vollmer1-89/+48
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-41/+41
2004-04-24Add a copyright year, based on the changelog.Kevin Ryde1-1/+1
2004-04-24(VALIDATE_INET6): Correction to bignum_in_ipv6_range_pKevin Ryde1-2/+3
2003-04-16* socket.c: use SCM_CHAR_BIT.Rob Browning1-3/+3
2003-04-07*** empty log message ***Rob Browning1-1/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-04-04* socket.c (FLIPCPY_NET_HOST_128): new macro.Rob Browning1-40/+127
2003-03-25* win32-socket.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-15/+9
2002-08-30(scm_addr_vector): Added size of address to arguments. Use it toMarius Vollmer1-7/+14
2002-08-16* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys1-3/+3
2002-07-21* macros.c: include deprecation.hHan-Wen Nienhuys1-16/+16
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-41/+40
2002-07-10No need to check for Cygwin when including <winsock2.h>, this isMarius Vollmer1-2/+1
2002-07-07Do not include <winsock2.h> on Cygwin even when we have it.Marius Vollmer1-1/+2
2002-03-15Small docstring fixes.Neil Jerram1-1/+1
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-01-282002-01-28 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+3
2001-11-072001-11-07 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+8
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-1/+0
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-1/+1
2001-06-26Make compilation under Windows easier.Martin Grabmüller1-1/+5
2001-06-26* Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann1-3/+2
2001-05-28* strop.c (s_scm_string_capitalize_x): fix docstring quoting.Michael Livshin1-3/+3
2001-05-24* validate.hMichael Livshin1-8/+8
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-36/+36
2001-05-05 * socket.c: use HAVE_IPV6 instead of AF_INET6 to enable IPv6Gary Houston1-5/+5
2001-05-03 * socket.c: define uint32_t if netdb.h doesn't. thanks toGary Houston1-0/+10
2001-04-22 * socket.c: attempted to improve the docstrings slightly.Gary Houston1-122/+133
2001-04-22 * net_db.c: remove bogus "close" declaration.Gary Houston1-80/+287