summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 135.txr-135Kaz Kylheku2016-03-106-596/+627
* Workaround for apparent putc bug in Cygwin.Kaz Kylheku2016-03-101-0/+7
* Run IPv6 tests only on some operating systems.Kaz Kylheku2016-03-102-4/+11
* Mac OS X: must clear sockaddr in order to bind.Kaz Kylheku2016-03-101-0/+2
* Solaris: cannot sendto on connected dgram socket.Kaz Kylheku2016-03-101-2/+8
* Documenting datagram streams.Kaz Kylheku2016-03-091-0/+99
* Bugfix in setenv: default argument handling.Kaz Kylheku2016-03-081-1/+1
* Allow nil value in setenv.Kaz Kylheku2016-03-082-3/+51
* Record adapter passes through socket ops.Kaz Kylheku2016-03-071-0/+29
* Diagnose operations on closed socket.Kaz Kylheku2016-03-071-23/+42
* Revamped naming for socket streams.Kaz Kylheku2016-03-073-10/+88
* sock_accept: uninitialized socklen_t.Kaz Kylheku2016-03-071-1/+1
* Dgram test: multiple transfers on one stream, IPv6.Kaz Kylheku2016-03-072-0/+39
* Formatting under make-struct.Kaz Kylheku2016-03-071-1/+1
* Basic regression test case for sockets.Kaz Kylheku2016-03-074-0/+45
* gc bugs: more instances of wrong mutations.Kaz Kylheku2016-03-072-2/+2
* gc bug: prepared_msg field of struct parser.Kaz Kylheku2016-03-071-1/+2
* Show failing address in sock-connect error.Kaz Kylheku2016-03-071-2/+2
* Bugfix: incorrect error string from stdio streams.Kaz Kylheku2016-03-071-1/+1
* Fix signed/unsigned warning from g++.Kaz Kylheku2016-03-061-1/+1
* Special implementation of dgram socket streams.Kaz Kylheku2016-03-063-60/+494
* Refer to correct socket function names in errors.Kaz Kylheku2016-03-061-3/+3
* Bugfix: get-string closing stream when told not to.Kaz Kylheku2016-03-061-1/+1
* Move error check from operation to wrapper.Kaz Kylheku2016-03-061-3/+2
* Access to file descriptor now via stream virtual.Kaz Kylheku2016-03-063-18/+49
* Make stdio_mode type public.Kaz Kylheku2016-03-062-14/+16
* Fix in chk_manage_vec resizing from zero.Kaz Kylheku2016-03-061-1/+1
* Replace stdio_get_line with generic routine.Kaz Kylheku2016-03-051-25/+23
* Socket operations become proper stream virtuals.Kaz Kylheku2016-03-042-14/+82
* Make make_sock_stream static in stream.c.Kaz Kylheku2016-03-042-4/+1
* Support umask function.Kaz Kylheku2016-03-022-0/+30
* Version 134.txr-134Kaz Kylheku2016-03-017-436/+491
* Prefix override in IP prefix functions.Kaz Kylheku2016-03-012-14/+35
* Fix triple-colon in ipv6 text representation.Kaz Kylheku2016-03-011-18/+17
* Functions for address prefixes to slash notation.Kaz Kylheku2016-02-293-0/+109
* IP address to string functions.Kaz Kylheku2016-02-292-0/+39
* Bugfix: append-each is wrongly destructive.Kaz Kylheku2016-02-291-1/+1
* expand-left and nexpand-left functions.Kaz Kylheku2016-02-292-1/+108
* Implement @(next nil).Kaz Kylheku2016-02-292-6/+22
* Missing return type on some inline functions.Kaz Kylheku2016-02-291-2/+2
* Fix typo in configure script message.Kaz Kylheku2016-02-281-1/+1
* Doc: syslog-related fixes.Kaz Kylheku2016-02-281-4/+5
* Doc: elsif doesn't exist.Kaz Kylheku2016-02-281-1/+1
* Documenting sockets.Kaz Kylheku2016-02-281-0/+572
* Socket streams know their connected peer address.Kaz Kylheku2016-02-273-0/+22
* Do the SO_REUSEADDR thing when binding socket.Kaz Kylheku2016-02-271-2/+5
* Fix descriptor leak on exception in open-fileno.Kaz Kylheku2016-02-271-1/+3
* open-fileno: errno usage.Kaz Kylheku2016-02-271-1/+1
* Adding socket support: unix, ipv4, ipv6.Kaz Kylheku2016-02-268-1/+682
* Place C standard I/O based streams into subtype.Kaz Kylheku2016-02-263-3/+10