]> git.plutz.net Git - quickjs_net/log
quickjs_net
5 weeks agoremoved low level socket functions, bugfix: some variable initializations
Paul Hänsch [Wed, 18 Mar 2026 19:13:57 +0000 (20:13 +0100)]
removed low level socket functions, bugfix: some variable initializations

5 weeks agosplit low level os socket functions into separate module
Paul Hänsch [Wed, 18 Mar 2026 17:57:33 +0000 (18:57 +0100)]
split low level os socket functions into separate module

5 weeks agoasync accept and recv functions
Paul Hänsch [Wed, 18 Mar 2026 01:55:03 +0000 (02:55 +0100)]
async accept and recv functions

5 weeks agorefined "mustard" test
Paul Hänsch [Mon, 16 Mar 2026 22:29:28 +0000 (23:29 +0100)]
refined "mustard" test

5 weeks agomore tests
Paul Hänsch [Mon, 16 Mar 2026 21:47:03 +0000 (22:47 +0100)]
more tests

5 weeks agobugfix use correct address struct for ip6 send, set socket family for unix client...
Paul Hänsch [Mon, 16 Mar 2026 21:46:10 +0000 (22:46 +0100)]
bugfix use correct address struct for ip6 send, set socket family for unix client connections

5 weeks agobugfix: free new object properly when connection fails (js_free was called at the...
Paul Hänsch [Mon, 16 Mar 2026 19:26:15 +0000 (20:26 +0100)]
bugfix: free new object properly when connection fails (js_free was called at the wrong point)

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