| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2024. | Kaz Kylheku | 2024-01-18 | 1 | -1/+1 |
* | streams: a few close funtions should return t. | Kaz Kylheku | 2023-08-07 | 1 | -1/+2 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | args: don't use alloca for const size cases. | Kaz Kylheku | 2022-10-15 | 1 | -3/+3 |
* | New method: str-addr. | Kaz Kylheku | 2022-10-03 | 1 | -1/+1 |
* | New sockaddr-str function. | Kaz Kylheku | 2022-10-02 | 1 | -0/+1 |
* | autoload: move socket material into socket module. | Kaz Kylheku | 2022-02-19 | 1 | -4/+64 |
* | ffi: move socket stuff to socket module. | Kaz Kylheku | 2022-02-17 | 1 | -0/+96 |
* | sockets: appease -Wint-in-bool-context warning. | Paul A. Patience | 2022-02-13 | 1 | -2/+2 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | sockets: bug in clearing SOCK_* type flags. | Kaz Kylheku | 2021-09-11 | 1 | -6/+5 |
* | sockets: throw exception if socket call fails. | Paul A. Patience | 2021-09-11 | 1 | -0/+5 |
* | exceptions: hack to store errno in string object. | Kaz Kylheku | 2021-09-07 | 1 | -35/+35 |
* | sockets: improve socked type patch. | Kaz Kylheku | 2021-09-06 | 1 | -10/+12 |
* | sockets: clear non-type bits after fd creation. | Paul A. Patience | 2021-09-06 | 1 | -0/+13 |
* | sockets: make error messages more consistent. | Paul A. Patience | 2021-09-06 | 1 | -17/+17 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | getaddrinfo: implement canonname. | Kaz Kylheku | 2021-08-15 | 1 | -2/+12 |
* | musl: fix missing <sys/time.h>. | Kaz Kylheku | 2021-08-04 | 1 | -2/+5 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -1/+1 |
* | c_str now takes a self argument. | Kaz Kylheku | 2021-06-23 | 1 | -8/+11 |
* | port: build on OpenBSD | Alexander Shendi | 2021-04-18 | 1 | -0/+5 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | android: fix socket module, failing tests. | Kaz Kylheku | 2020-12-23 | 1 | -0/+1 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -59/+72 |
* | Replace all strerror calls with wrapper. | Kaz Kylheku | 2020-06-20 | 1 | -10/+10 |
* | Reduce footprint of :fd property. | Kaz Kylheku | 2020-04-25 | 1 | -3/+0 |
* | sockets: connect bugfix and use poll in preference to select. | Kaz Kylheku | 2020-04-23 | 1 | -35/+71 |
* | sockets: missing shut-rd, shut-wr, shut-rdwr. | Kaz Kylheku | 2020-04-13 | 1 | -0/+3 |
* | open-socket-pair: bugfix. | Kaz Kylheku | 2020-04-13 | 1 | -5/+7 |
* | warning cleanup: GNU C++ initializer warnings. | Kaz Kylheku | 2020-04-06 | 1 | -1/+1 |
* | warning cleanup: add casts for unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -0/+3 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | All HAVE_* macros should be tested with #if, not #ifdef. | Kaz Kylheku | 2019-09-12 | 1 | -3/+3 |
* | lib: more nuanced file access errors. | Kaz Kylheku | 2019-05-01 | 1 | -2/+3 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 1 | -1/+1 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+0 |
* | POSIX requires <sys/select.h> for select function. | Kaz Kylheku | 2018-11-09 | 1 | -0/+3 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | streams: put-buf and fill-buf functions. | Kaz Kylheku | 2017-06-04 | 1 | -0/+2 |
* | cobj: rename poorly named default operation. | Kaz Kylheku | 2017-05-15 | 1 | -1/+1 |
* | New path slot in stat struct. | Kaz Kylheku | 2017-04-08 | 1 | -2/+2 |
* | Rename badly named default_bool_arg | Kaz Kylheku | 2017-03-17 | 1 | -2/+2 |
* | Fix wrong copyright year and add 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | A few volatile fixes related to setjmp. | Kaz Kylheku | 2016-10-20 | 1 | -2/+2 |
* | Add stream printing context. | Kaz Kylheku | 2016-10-20 | 1 | -1/+2 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Fix crash in getaddrinfo. | Kaz Kylheku | 2016-07-03 | 1 | -2/+4 |
* | Fix memory leak in dgram socket streams. | Kaz Kylheku | 2016-06-08 | 1 | -0/+1 |