| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Sockets are r+b by default, not r+. | Kaz Kylheku | 2016-03-18 | 2 | -2/+11 |
* | New l and u letters in stream open mode strings. | Kaz Kylheku | 2016-03-18 | 3 | -15/+64 |
* | Support binding in @(repeat)/@(rep) :vars. | Kaz Kylheku | 2016-03-16 | 4 | -9/+99 |
* | Bugfix and @(repeat) and @(rep). | Kaz Kylheku | 2016-03-16 | 1 | -1/+1 |
* | Timeout parameter in sock-accept. | Kaz Kylheku | 2016-03-15 | 2 | -8/+48 |
* | Make connect interruptible and support timeout. | Kaz Kylheku | 2016-03-15 | 2 | -4/+75 |
* | Bugfix: set errno to zero in stdio_unget_byte. | Kaz Kylheku | 2016-03-15 | 1 | -0/+1 |
* | Implement socket timeouts. | Kaz Kylheku | 2016-03-15 | 6 | -2/+80 |
* | Bad formatting under sock-shutdown. | Kaz Kylheku | 2016-03-15 | 1 | -0/+1 |
* | @(output)_destination can be a stream. | Kaz Kylheku | 2016-03-14 | 2 | -27/+37 |
* | sock-connect return value change. | Kaz Kylheku | 2016-03-14 | 2 | -2/+2 |
* | All stdio streams get line buffering with i mode. | Kaz Kylheku | 2016-03-14 | 3 | -6/+21 |
* | Obsolete statement about datagram sockets in doc. | Kaz Kylheku | 2016-03-14 | 1 | -2/+0 |
* | Version 135.txr-135 | Kaz Kylheku | 2016-03-10 | 6 | -596/+627 |
* | Workaround for apparent putc bug in Cygwin. | Kaz Kylheku | 2016-03-10 | 1 | -0/+7 |
* | Run IPv6 tests only on some operating systems. | Kaz Kylheku | 2016-03-10 | 2 | -4/+11 |
* | Mac OS X: must clear sockaddr in order to bind. | Kaz Kylheku | 2016-03-10 | 1 | -0/+2 |
* | Solaris: cannot sendto on connected dgram socket. | Kaz Kylheku | 2016-03-10 | 1 | -2/+8 |
* | Documenting datagram streams. | Kaz Kylheku | 2016-03-09 | 1 | -0/+99 |
* | Bugfix in setenv: default argument handling. | Kaz Kylheku | 2016-03-08 | 1 | -1/+1 |
* | Allow nil value in setenv. | Kaz Kylheku | 2016-03-08 | 2 | -3/+51 |
* | Record adapter passes through socket ops. | Kaz Kylheku | 2016-03-07 | 1 | -0/+29 |
* | Diagnose operations on closed socket. | Kaz Kylheku | 2016-03-07 | 1 | -23/+42 |
* | Revamped naming for socket streams. | Kaz Kylheku | 2016-03-07 | 3 | -10/+88 |
* | sock_accept: uninitialized socklen_t. | Kaz Kylheku | 2016-03-07 | 1 | -1/+1 |
* | Dgram test: multiple transfers on one stream, IPv6. | Kaz Kylheku | 2016-03-07 | 2 | -0/+39 |
* | Formatting under make-struct. | Kaz Kylheku | 2016-03-07 | 1 | -1/+1 |
* | Basic regression test case for sockets. | Kaz Kylheku | 2016-03-07 | 4 | -0/+45 |
* | gc bugs: more instances of wrong mutations. | Kaz Kylheku | 2016-03-07 | 2 | -2/+2 |
* | gc bug: prepared_msg field of struct parser. | Kaz Kylheku | 2016-03-07 | 1 | -1/+2 |
* | Show failing address in sock-connect error. | Kaz Kylheku | 2016-03-07 | 1 | -2/+2 |
* | Bugfix: incorrect error string from stdio streams. | Kaz Kylheku | 2016-03-07 | 1 | -1/+1 |
* | Fix signed/unsigned warning from g++. | Kaz Kylheku | 2016-03-06 | 1 | -1/+1 |
* | Special implementation of dgram socket streams. | Kaz Kylheku | 2016-03-06 | 3 | -60/+494 |
* | Refer to correct socket function names in errors. | Kaz Kylheku | 2016-03-06 | 1 | -3/+3 |
* | Bugfix: get-string closing stream when told not to. | Kaz Kylheku | 2016-03-06 | 1 | -1/+1 |
* | Move error check from operation to wrapper. | Kaz Kylheku | 2016-03-06 | 1 | -3/+2 |
* | Access to file descriptor now via stream virtual. | Kaz Kylheku | 2016-03-06 | 3 | -18/+49 |
* | Make stdio_mode type public. | Kaz Kylheku | 2016-03-06 | 2 | -14/+16 |
* | Fix in chk_manage_vec resizing from zero. | Kaz Kylheku | 2016-03-06 | 1 | -1/+1 |
* | Replace stdio_get_line with generic routine. | Kaz Kylheku | 2016-03-05 | 1 | -25/+23 |
* | Socket operations become proper stream virtuals. | Kaz Kylheku | 2016-03-04 | 2 | -14/+82 |
* | Make make_sock_stream static in stream.c. | Kaz Kylheku | 2016-03-04 | 2 | -4/+1 |
* | Support umask function. | Kaz Kylheku | 2016-03-02 | 2 | -0/+30 |
* | Version 134.txr-134 | Kaz Kylheku | 2016-03-01 | 7 | -436/+491 |
* | Prefix override in IP prefix functions. | Kaz Kylheku | 2016-03-01 | 2 | -14/+35 |
* | Fix triple-colon in ipv6 text representation. | Kaz Kylheku | 2016-03-01 | 1 | -18/+17 |
* | Functions for address prefixes to slash notation. | Kaz Kylheku | 2016-02-29 | 3 | -0/+109 |
* | IP address to string functions. | Kaz Kylheku | 2016-02-29 | 2 | -0/+39 |
* | Bugfix: append-each is wrongly destructive. | Kaz Kylheku | 2016-02-29 | 1 | -1/+1 |