index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed whitespace
h0mtanks
2024-06-30
1
-1
/
+1
*
added missing would_block enum member
h0mtanks
2024-06-30
1
-0
/
+1
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
2
-105
/
+102
*
More style improvements
gingerBill
2024-06-29
2
-8
/
+9
*
Even more style fixes
gingerBill
2024-06-29
3
-5
/
+5
*
Add another `-vet-cast` check
gingerBill
2024-06-29
2
-6
/
+5
*
Merge pull request #3439 from andreas-jonsson/netbsd
gingerBill
2024-05-15
1
-2
/
+2
|
\
|
*
Merge branch 'master' into netbsd
Andreas T Jonsson
2024-04-25
2
-4
/
+21
|
|
\
|
*
|
More std lib fixes
Andreas T Jonsson
2024-04-19
1
-2
/
+2
*
|
|
Fix #3577
gingerBill
2024-05-13
1
-2
/
+2
|
|
/
|
/
|
*
|
fix(net): fix return type for `send_tcp`
Rickard Andersson
2024-04-19
1
-1
/
+1
*
|
docs(net): add comment about `EPIPE` -> `Connection_Closed`
Rickard Andersson
2024-04-19
1
-1
/
+3
*
|
feat(net): turn `EPIPE` into `Connection_Closed`
Rickard Andersson
2024-04-19
2
-2
/
+3
*
|
fix(net): add `NOSIGNAL` to `send` options
Rickard Andersson
2024-04-19
2
-1
/
+2
*
|
uniformity change
blob1807
2024-04-13
1
-2
/
+2
*
|
Added support for URL fragments
blob1807
2024-04-13
1
-2
/
+15
|
/
*
correct newly found vets
Laytan Laats
2024-04-03
4
-12
/
+7
*
fixup
Tetralux
2024-02-22
1
-1
/
+1
*
[net] Better error code for binding a privileged port without root access on ...
Tetralux
2024-02-22
2
-3
/
+12
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
[net]: Fix passing the wrong socket to on linux
flysand7
2023-11-24
1
-1
/
+1
*
Merge pull request #2972 from flysand7/net-socket-any
Jeroen van Rijn
2023-11-24
1
-3
/
+38
|
\
|
*
[net]: Add send_any, recv_any variants to proc groups for Any_Socket
flysand7
2023-11-24
1
-3
/
+38
*
|
Merge pull request #2948 from flysand7/fix-do
Jeroen van Rijn
2023-11-11
3
-5
/
+15
|
\
\
|
*
|
[core]: Remove `do` keyword from the core library
flysand7
2023-11-11
3
-5
/
+15
|
|
/
*
|
Fix net.split_url
Jeroen van Rijn
2023-11-09
1
-1
/
+1
*
|
Fix use of unitialized socket in socket_linux.odin#_dial_tcp_from_endpoint
Divan Burger
2023-11-06
1
-1
/
+1
|
/
*
Implement new sys/unix package
flysand7
2023-10-27
4
-450
/
+432
*
bugfix: darwin net flags
simon
2023-10-06
1
-2
/
+2
*
darwin _enumerate_interfaces
simon
2023-09-30
2
-5
/
+122
*
Use `or_break` and `or_continue` where appropriate in the core library
gingerBill
2023-09-30
2
-32
/
+27
*
[net] Assorted cleanup
Tetralux
2023-08-26
4
-31
/
+18
*
Remove `switch in` in favour of `switch _ in`
gingerBill
2023-08-08
2
-5
/
+5
*
Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...
gingerBill
2023-07-31
1
-35
/
+35
*
fix(dns): don't exit early on no hosts in hosts file
Rickard Andersson
2023-06-12
1
-4
/
+1
*
Fix Timeval for darwin and linux
James Duran
2023-06-07
2
-8
/
+8
*
implement non blocking sockets for darwin
Laytan Laats
2023-05-27
1
-2
/
+19
*
Merge pull request #2547 from laytan/parse-address-can-return-nil
Jeroen van Rijn
2023-05-19
1
-0
/
+4
|
\
|
*
fix parse_address can return nil
Laytan Laats
2023-05-19
1
-0
/
+4
*
|
Merge pull request #2533 from laytan/add-hex-and-expand-percent-decoding
Jeroen van Rijn
2023-05-15
1
-39
/
+5
|
\
\
|
*
|
add encoding/hex and use it to expand the percent decoding chars
Laytan Laats
2023-05-14
1
-39
/
+5
|
|
/
*
/
Join URL queries with &
Yoshihiro Tanaka
2023-05-14
1
-1
/
+7
|
/
*
fix leak in url_parse
Laytan Laats
2023-05-09
1
-0
/
+2
*
Fix #2471
Jeroen van Rijn
2023-04-21
1
-3
/
+5
*
Preserve port when calling `net.resolve` with hostname:port.
Jeroen van Rijn
2023-04-18
1
-1
/
+2
*
Fix #2386
Jeroen van Rijn
2023-03-16
1
-0
/
+3
*
Add `set_blocking` for network sockets
Sokus
2023-03-08
8
-0
/
+72
*
Add .None to Linux & Darwin, too.
Jeroen van Rijn
2023-03-04
2
-3
/
+25
*
Apply #shared_nil to Network_Error
Jeroen van Rijn
2023-03-04
3
-26
/
+31
*
Update addr.odin
Jeroen van Rijn
2023-03-04
1
-1
/
+1
[next]