index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Use width of 8 for struct dgram boolean bitfields.
Kaz Kylheku
2016-05-29
1
-2
/
+2
*
Support byte oriented mode in dgram sockets.
Kaz Kylheku
2016-05-29
1
-3
/
+19
*
Rename struct dgram_stream member.
Kaz Kylheku
2016-05-29
1
-5
/
+5
*
Strengthen against resource leaks upon exceptions.
Kaz Kylheku
2016-04-21
1
-3
/
+9
*
Recycle conses in unget-char and read-until-match.
Kaz Kylheku
2016-04-20
1
-1
/
+1
*
Allow unlimited character pushback in unget-char.
Kaz Kylheku
2016-04-19
1
-11
/
+4
*
Make open_socket static and register in socket.c.
Kaz Kylheku
2016-04-14
1
-1
/
+2
*
Make open_sockfd static.
Kaz Kylheku
2016-04-14
1
-21
/
+21
*
New open-socket-pair function.
Kaz Kylheku
2016-04-14
1
-1
/
+59
*
Consolidate repeated address unpacking code.
Kaz Kylheku
2016-04-14
1
-14
/
+16
*
Fix error handling in dgram case of sock-accept.
Kaz Kylheku
2016-04-14
1
-10
/
+11
*
Bugfix: support abstract UNIX socket addresses on Linux.
Kaz Kylheku
2016-03-31
1
-2
/
+5
*
sock-set-peer shouldn't mark dgram sockets connected.
Kaz Kylheku
2016-03-31
1
-1
/
+5
*
Rename badly named socket-related internal funs.
Kaz Kylheku
2016-03-31
1
-16
/
+16
*
Permissive stream open mode strings.
Kaz Kylheku
2016-03-19
1
-9
/
+8
*
Size mode meaningful in datagram sockets.
Kaz Kylheku
2016-03-19
1
-11
/
+20
*
Nuke accidental tabs.
Kaz Kylheku
2016-03-19
1
-9
/
+9
*
Sockets are r+b by default, not r+.
Kaz Kylheku
2016-03-18
1
-1
/
+1
*
Timeout parameter in sock-accept.
Kaz Kylheku
2016-03-15
1
-7
/
+38
*
Make connect interruptible and support timeout.
Kaz Kylheku
2016-03-15
1
-3
/
+65
*
Implement socket timeouts.
Kaz Kylheku
2016-03-15
1
-0
/
+35
[next]