]> git.plutz.net Git - quickjs_net/log
quickjs_net
5 weeks agoimproved timeout handling
Paul Hänsch [Sun, 15 Mar 2026 23:53:28 +0000 (00:53 +0100)]
improved timeout handling

5 weeks agotest functions for socket module
Paul Hänsch [Sun, 15 Mar 2026 22:42:32 +0000 (23:42 +0100)]
test functions for socket module

5 weeks agoseparate socket logic from js handling
Paul Hänsch [Sun, 15 Mar 2026 22:39:13 +0000 (23:39 +0100)]
separate socket logic from js handling

6 weeks agointroduce timeout option
Paul Hänsch [Thu, 12 Mar 2026 23:36:40 +0000 (00:36 +0100)]
introduce timeout option

6 weeks agoallow selection destination for udp send
Paul Hänsch [Thu, 12 Mar 2026 14:12:52 +0000 (15:12 +0100)]
allow selection destination for udp send

6 weeks agogitignore .so files
Paul Hänsch [Thu, 12 Mar 2026 11:23:18 +0000 (12:23 +0100)]
gitignore .so files

6 weeks agouse sockaddr_storage in data structure, set peer address when receiving udp messages...
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

6 weeks agounix sockets, getters for address lookup, some code reformatting
Paul Hänsch [Wed, 11 Mar 2026 19:43:01 +0000 (20:43 +0100)]
unix sockets, getters for address lookup, some code reformatting

6 weeks agooverall testing and cleanup, optimisations in listener functions
Paul Hänsch [Wed, 11 Mar 2026 03:10:22 +0000 (04:10 +0100)]
overall testing and cleanup, optimisations in listener functions

6 weeks agoinitial commit
Paul Hänsch [Tue, 10 Mar 2026 20:20:57 +0000 (21:20 +0100)]
initial commit