| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | expand-left and nexpand-left functions. | Kaz Kylheku | 2016-02-29 | 2 | -1/+108 |
* | Implement @(next nil). | Kaz Kylheku | 2016-02-29 | 2 | -6/+22 |
* | Missing return type on some inline functions. | Kaz Kylheku | 2016-02-29 | 1 | -2/+2 |
* | Fix typo in configure script message. | Kaz Kylheku | 2016-02-28 | 1 | -1/+1 |
* | Doc: syslog-related fixes. | Kaz Kylheku | 2016-02-28 | 1 | -4/+5 |
* | Doc: elsif doesn't exist. | Kaz Kylheku | 2016-02-28 | 1 | -1/+1 |
* | Documenting sockets. | Kaz Kylheku | 2016-02-28 | 1 | -0/+572 |
* | Socket streams know their connected peer address. | Kaz Kylheku | 2016-02-27 | 3 | -0/+22 |
* | Do the SO_REUSEADDR thing when binding socket. | Kaz Kylheku | 2016-02-27 | 1 | -2/+5 |
* | Fix descriptor leak on exception in open-fileno. | Kaz Kylheku | 2016-02-27 | 1 | -1/+3 |
* | open-fileno: errno usage. | Kaz Kylheku | 2016-02-27 | 1 | -1/+1 |
* | Adding socket support: unix, ipv4, ipv6. | Kaz Kylheku | 2016-02-26 | 8 | -1/+682 |
* | Place C standard I/O based streams into subtype. | Kaz Kylheku | 2016-02-26 | 3 | -3/+10 |
* | Functions for converting between buffers and integers. | Kaz Kylheku | 2016-02-26 | 4 | -0/+60 |
* | Adding --eargs mechanism. | Kaz Kylheku | 2016-02-02 | 2 | -2/+103 |
* | Support lazy loading of stdlib struct definitions. | Kaz Kylheku | 2016-01-31 | 1 | -2/+6 |
* | Support setuid operation. | Kaz Kylheku | 2016-01-23 | 4 | -1/+136 |
* | Add debug trace to @(require). | Kaz Kylheku | 2016-01-22 | 1 | -1/+3 |
* | Bugfix: @(require) eval not in proper env. | Kaz Kylheku | 2016-01-22 | 1 | -2/+1 |
* | Semantics fix: unhandled exceptions must still unwind. | Kaz Kylheku | 2016-01-22 | 2 | -36/+43 |
* | Header file cleanup. | Kaz Kylheku | 2016-01-22 | 17 | -44/+0 |