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
...
*
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
*
sock-connect return value change.
Kaz Kylheku
2016-03-14
1
-1
/
+1
*
All stdio streams get line buffering with i mode.
Kaz Kylheku
2016-03-14
1
-1
/
+0
*
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
*
Diagnose operations on closed socket.
Kaz Kylheku
2016-03-07
1
-23
/
+42
*
Revamped naming for socket streams.
Kaz Kylheku
2016-03-07
1
-5
/
+32
*
sock_accept: uninitialized socklen_t.
Kaz Kylheku
2016-03-07
1
-1
/
+1
*
gc bugs: more instances of wrong mutations.
Kaz Kylheku
2016-03-07
1
-1
/
+1
*
Show failing address in sock-connect error.
Kaz Kylheku
2016-03-07
1
-2
/
+2
*
Special implementation of dgram socket streams.
Kaz Kylheku
2016-03-06
1
-28
/
+488
*
Refer to correct socket function names in errors.
Kaz Kylheku
2016-03-06
1
-3
/
+3
*
Socket streams know their connected peer address.
Kaz Kylheku
2016-02-27
1
-0
/
+2
*
Do the SO_REUSEADDR thing when binding socket.
Kaz Kylheku
2016-02-27
1
-2
/
+5
*
Adding socket support: unix, ipv4, ipv6.
Kaz Kylheku
2016-02-26
1
-0
/
+382
[prev]