]>
git.plutz.net Git - quickjs_net/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Paul Hänsch [Sun, 15 Mar 2026 22:42:32 +0000 (23:42 +0100)]
test functions for socket module
Paul Hänsch [Sun, 15 Mar 2026 22:39:13 +0000 (23:39 +0100)]
separate socket logic from js handling
Paul Hänsch [Thu, 12 Mar 2026 23:36:40 +0000 (00:36 +0100)]
introduce timeout option
Paul Hänsch [Thu, 12 Mar 2026 14:12:52 +0000 (15:12 +0100)]
allow selection destination for udp send
Paul Hänsch [Thu, 12 Mar 2026 11:23:18 +0000 (12:23 +0100)]
gitignore .so files
Paul Hänsch [Thu, 12 Mar 2026 03:11:11 +0000 (04:11 +0100)]
use sockaddr_storage in data structure, set peer address when receiving udp messages, optimize buffer in recv
Paul Hänsch [Wed, 11 Mar 2026 19:43:01 +0000 (20:43 +0100)]
unix sockets, getters for address lookup, some code reformatting
Paul Hänsch [Wed, 11 Mar 2026 03:10:22 +0000 (04:10 +0100)]
overall testing and cleanup, optimisations in listener functions
Paul Hänsch [Tue, 10 Mar 2026 20:20:57 +0000 (21:20 +0100)]
initial commit