log seobeo/s_linux_network.c @ 106:daf2d393741a

age author description
Fri, 02 Jan 2026 19:16:17 -0800 June Park [Seobeo] Added logging.
Sun, 28 Dec 2025 20:34:22 -0800 June Park Giagantic changes that update Dowa library to be more align with stb style array and hashmap. Updated Seobeo to be caching on server side instead of file level caching. Deleted bunch of things I don't really use.
Wed, 24 Dec 2025 09:15:55 -0800 June Park [Seobeo] Separated out Client Server logic. Created test tools.
Wed, 24 Dec 2025 06:34:19 -0800 June Park [Misc] taking out capital P stuff.
Tue, 23 Dec 2025 11:48:11 -0800 June Park [Seobeo] Fixed issues with epoll or kqeue in different threads. Initizlied the event looop inside of the thread itself.
Sun, 09 Nov 2025 06:25:16 -0800 MrJuneJune [Zenbu] WIP fixing issues regarding to using edge only. I think there is a problem where socket closes before sending back the info.
Fri, 10 Oct 2025 06:59:32 -0700 MrJuneJune [Seobeo] Linux epoll. Set the client socket to be nonblocking so that it doesn't stop loading when two different threads handle different client calls. I might have problem with socket not being cleaned up properly so need to check that.
Tue, 07 Oct 2025 07:11:02 -0700 June Park [Dowa & Seobeo] Updated so that Dowa hashmaps can use arena and not be broken. Split up web so taht it can handle different paths. Also fixes issues with hash collisions which was pain in the ass.
Mon, 06 Oct 2025 09:55:34 -0700 June Park [Seobeo] Chaning Function naming to be easily readable.
Mon, 06 Oct 2025 08:21:34 -0700 June Park [Seobeo] Fixed a bug with pathing. Support SSL.
Sat, 04 Oct 2025 07:53:12 -0700 June Park [Seobeo] Few changes...
Fri, 03 Oct 2025 09:55:51 -0700 June Park [Seobeo] Fixed the problem with edge server.
Mon, 29 Sep 2025 16:00:44 -0700 June Park [Seobeo] Updated seobeo so that API is more opinionated. Added my webpage./build.sh
Fri, 26 Sep 2025 15:14:46 -0700 June Park [Seobeo] Updated so that it create socket for both server and clients.
Wed, 24 Sep 2025 18:49:09 -0700 June Park [Seobeo] Working on simple TCP server and client logic.
Wed, 24 Sep 2025 09:11:20 -0700 June Park Updated naming and separated out some logic within seobeo.