David Bader
e06fa11a67
Fix LockFileEx and UnlockFileEx
2026-04-27 14:42:56 +02:00
gingerBill
50323b43d6
Fix #6597
2026-04-22 11:17:17 +01:00
gingerBill
a52d0280f7
Merge pull request #6525 from blob1807/win32_association_api
...
[win32 api] Add Reg Association API
2026-04-22 11:14:46 +01:00
Yawning Angel
4e8c80f80b
core/crypto/noise: Move the smoke tests to the standard location
2026-04-20 21:34:24 +09:00
Yawning Angel
81011ec361
core/crypto/noise: Add support for deferred patterns
2026-04-20 21:34:24 +09:00
Yawning Angel
81c89a6094
core/crypto/noise: Rename things to match convention
2026-04-20 21:34:24 +09:00
Yawning Angel
2a61f0920d
core/crypto/noise: Fix HandshakeState_[Read,Write]Message
...
Per the specification EncryptAndHash/DecryptAndHash are always called.
2026-04-20 19:25:30 +09:00
Lord_Hellgrim
2623a8fa9f
Added noise package to core:crypto
...
Special thanks to Yawning for review, guidance, and massive updates.
2026-04-20 19:25:30 +09:00
Yawning Angel
19f249b475
core/crypto/ecdh: Add private_key_set and public_key_set
2026-04-20 19:25:30 +09:00
Yawning Angel
64868089a6
core/crypto/ed25519: Add private_key_set, public_key_(set,clear)
2026-04-20 19:25:30 +09:00
Yawning Angel
bd7b67317d
core/crypto/ecdsa: Add private_key_set and public_key_set
2026-04-20 19:25:30 +09:00
Yawning Angel
0af538c70a
core/crypto: Fix doc comment (No functional changes)
2026-04-20 15:16:46 +09:00
gingerBill
5d75090014
Add more ntdll related timing procedures
2026-04-18 13:06:54 +01:00
gingerBill
320f0f0fbd
Merge pull request #6581 from jakubtomsu/fmt-map-set
...
Omit value when formatting map[T]struct{}
2026-04-16 18:05:54 +01:00
Jeroen van Rijn
ccd789f442
Merge pull request #6575 from juaumjuaumjuaum/master
...
core:path/filepath Create wrappers for allocating procedures
2026-04-16 18:25:09 +02:00
jakubtomsu
1b99e08a9e
omit value when formatting map[T]struct{}
2026-04-16 17:04:34 +02:00
juaum
7e4240a460
Fix os.stem on empty path
2026-04-16 15:11:40 +02:00
juaum
54866dc3c8
core:path/filepath Add wrappers that use context.allocator to functions that allocate
...
core:path/filepath Remove repeated function
core:os/path.base() Change empty return string if path is empty
core:os dir() & base() Revert changes to return output on empty path
2026-04-16 14:57:24 +02:00
gingerBill
813e2bd807
Merge pull request #6558 from sudokit/master
...
`address_hint` onto virtual memory reserve proc
2026-04-16 13:37:47 +01:00
c4veman
9d0a27af7a
Fix virtual.map_file usage example
2026-04-16 10:56:02 +01:00
blob1807
3d4ccb3ec5
Update SHGetAssocKeys; rgKeys to multipointer
2026-04-14 20:53:05 +10:00
gingerBill
4558356bcf
Merge pull request #6567 from Faker-09/print_double_flush
...
Remove extra 'defer bufio.writer_flush' from fprint procs
2026-04-14 11:02:43 +01:00
blob1807
912a2d78c9
[core:test] Windows Fix stop reason being wrong for OOB
2026-04-14 19:11:42 +10:00
Shane Shrybman
38a2e7f259
Remove extra 'defer bufio.writer_flush' from print procs
2026-04-13 13:09:02 -04:00
Lukas Arens
55c592955d
removed default arguments from virtual_{platform}.odin files
2026-04-13 19:28:17 +03:00
gingerBill
a1100166ac
Merge pull request #6562 from heavyrain266/ioring
...
IoRing API bindings
2026-04-13 14:26:32 +01:00
gingerBill
f252704e4e
Merge pull request #6563 from FourteenBrush/patch-6
...
Win32: ensure `make_*` style bounds traps are handled in test runner `expect_signal`
2026-04-13 14:26:30 +01:00
FourteenBrush
742cd5bc77
Add EXCEPTION_ARRAY_BOUNDS_EXCEEDED to win32 testing.expect_signal handler
2026-04-13 14:43:08 +02:00
Ignacy Koper
68c50e845f
core:sys/windows: Added IoRing API bindings
...
Signed-off-by: Ignacy Koper <ignacy423@gmail.com >
2026-04-13 14:02:42 +02:00
Krzesimir Nowak
000e92d632
core/container/xar: Fix a typo in example
2026-04-12 22:47:08 +02:00
Lukas Arens
f2635bbb13
added adress_hint to virtual memory reserve function on all platforms
2026-04-12 18:51:56 +03:00
Laytan
ecbb20475e
nbio(posix): handle EOF in poll ( #6556 )
2026-04-12 11:48:59 +02:00
gingerBill
9c8199feab
Merge pull request #6537 from RaphGL/freebsd-ioctl
...
added ioctl and stdio FILENO constants to core:sys/freebsd
2026-04-11 21:34:55 +01:00
Laytan Laats
1cb272b8e6
testing: fix doc formatting?
2026-04-11 20:08:38 +02:00
David Bader
1cf49db865
Fix missing argument in adjtimex syscall in core:sys/linux ( #6502 )
2026-04-11 20:03:35 +02:00
alektron
98d6b3bc85
Undo change from #6398 and fix arena overcommit bug in the correct place;
2026-04-10 23:53:41 +02:00
Jeroen van Rijn
c36bd4f858
Merge pull request #6549 from jakubtomsu/faster-linalg
...
Faster linalg `dot`, `cross3`, `floor`, `ceil` and add `trunc`
2026-04-10 19:06:54 +02:00
jakubtomsu
e15230c194
remove force_inline from vector_dot
2026-04-10 17:21:03 +02:00
jakubtomsu
d5e4e61c1c
implement floor, ceil and trunc with SIMD
2026-04-10 17:10:24 +02:00
jakubtomsu
47371791b3
faster vector_dot and vector_cross3
2026-04-10 17:08:40 +02:00
Shane Shrybman
f4aa97f89a
Fix os._volume_name_len to handle paths of purely separators. Also, fix '\h\s' handling
2026-04-09 23:26:37 -04:00
RaphGL
f4590df071
fixed wrong fd number for stderr
2026-04-09 21:04:48 -01:00
blob1807
8c6f45ceb1
Rename FILETYPEATTRIBUTEFLAGS_Bits -> FILETYPEATTRIBUTEFLAG
2026-04-09 10:59:53 +10:00
gingerBill
c87d1a3cf6
Comment out the uncompleted stuff
2026-04-08 15:42:40 +01:00
gingerBill
2414f428a5
Add core:simd/x86/avx.odin
2026-04-08 15:37:46 +01:00
RaphGL
33832e1f8e
added ioctl and stdio FILENO constants to core:sys/freebsd
2026-04-08 13:06:53 -01:00
Jeroen van Rijn
e558f9852e
Add comment to os.exit
2026-04-08 10:17:43 +02:00
Shane Shrybman
08ae38b9aa
Fix filepath.dir to return '.' for an empty path
2026-04-07 11:31:33 -04:00
Shane Shrybman
c4893f617a
Fix typo in filepath.dir description
2026-04-07 11:23:20 -04:00
gingerBill
6f7226e692
Add intrinsics.simd_pairwise_(add|sub)
2026-04-07 15:45:50 +01:00