aboutsummaryrefslogtreecommitdiff
path: root/core/net/socket_linux.odin
Commit message (Expand)AuthorAgeFilesLines
* [net]: Fix passing the wrong socket to on linuxflysand72023-11-241-1/+1
* Merge pull request #2948 from flysand7/fix-doJeroen van Rijn2023-11-111-1/+3
|\
| * [core]: Remove `do` keyword from the core libraryflysand72023-11-111-1/+3
* | Fix use of unitialized socket in socket_linux.odin#_dial_tcp_from_endpointDivan Burger2023-11-061-1/+1
|/
* Implement new sys/unix packageflysand72023-10-271-245/+221
* Fix Timeval for darwin and linuxJames Duran2023-06-071-4/+4
* Add `set_blocking` for network socketsSokus2023-03-081-0/+23
* More coalescing.Jeroen van Rijn2023-03-031-59/+48
* Coalesce socket_windowsJeroen van Rijn2023-03-031-24/+0
* Make more private.Jeroen van Rijn2023-03-031-11/+79
* Alignment + unnecessary allocator param.Jeroen van Rijn2023-03-031-5/+5
* big error cleanupColin Davidson2023-03-021-192/+11
* manually start merging core_netColin Davidson2023-03-011-0/+532