index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Group-Canceled
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
groupAwait
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os
Age
Commit message (
Expand
)
Author
2020-07-22
Draft out dir symlinks branch
Jakub Konka
2020-07-22
Start drafting CreateSymbolicLink using ntdll syscalls
Jakub Konka
2020-07-22
Ensure Dir.deleteTree does not dereference symlinks
Jakub Konka
2020-07-22
Fix Windows build
Jakub Konka
2020-07-22
Move symlink to fs.symlinkAbsolute with SymlinkFlags
Jakub Konka
2020-07-22
Refactor
Jakub Konka
2020-07-22
Ensure we use Win32 prefix in Win32 calls
Jakub Konka
2020-07-22
Handle relative/absolute symlinks; add more tests
Jakub Konka
2020-07-22
Add smoke test for dir symlinks
Jakub Konka
2020-07-22
Add SymlinkFlags needed to create symlinks to dirs on Win
Jakub Konka
2020-07-22
Fix readlink smoke test
Jakub Konka
2020-07-22
Refactor
Jakub Konka
2020-07-22
Fix unlinkatW to allow file symlink deletion on Windows
Jakub Konka
2020-07-22
Use NtCreateFile to get handle to reparse point
Jakub Konka
2020-07-22
Fix incorrect byte format of REPARSE_DATA_BUFFER struct
Jakub Konka
2020-07-22
Use windows.CreateFileW to open the reparse point
Jakub Konka
2020-07-22
Add windows.ReadLink similar to OpenFile but for reparse points only
Jakub Konka
2020-07-22
Debug readlinkW using OpenFile
Jakub Konka
2020-07-22
Finish symlink implementation on Windows
Jakub Konka
2020-07-22
Add readlink smoke test
Jakub Konka
2020-07-22
Start drafting out os.readlink on Windows
Jakub Konka
2020-07-20
Merge branch 'master' of https://github.com/ziglang/zig into 5002-fix-entrypo...
Anthony Arian
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-01
Implement std.os for powerpc64{,le}
Shawn Anastasio
2020-06-27
Merge pull request #5064 from marler8997/newAllocator
Andrew Kelley
2020-06-27
Move fs-specific tests from os/test.zig to fs/test.zig
Ryan Liptak
2020-06-26
new allocator interface
Jonathan Marler
2020-06-24
Implement fstatat targeting WASI
Jakub Konka
2020-06-22
Enhance std.os.readlinkat coverage
Jakub Konka
2020-06-22
Enhance std.os.symlinkat coverage
Jakub Konka
2020-06-21
Add errors to windows.WSAStartup and WSACleanup
Nameless
2020-06-20
zig fmt
Andrew Kelley
2020-06-15
Implement WinMain Callers that Pass Valid Params
Anthony Arian
2020-06-04
std.os.windows.OpenFile: Handle FILE_IS_A_DIRECTORY status
Ryan Liptak
2020-06-04
Windows: Handle ERROR_DIRECTORY in std.fs.deleteDirAbsolute when called on a ...
Ryan Liptak
2020-06-02
cleanups
Andrew Kelley
2020-06-02
Change ioctl's request type to i32
Luna
2020-06-02
Replace syscall3 to os.ioctl
Luna
2020-06-02
Add std.os.ioctl
Luna
2020-06-02
Make ifru fields sentinel-terminated
Luna
2020-06-02
Replace C types in declarations
Luna
2020-06-02
Replace C shorts by integer types
Luna
2020-06-02
Fix ifreq definition
Luna
2020-06-02
Only resolve scope id when needed
Luna
2020-06-02
Add some interface structs to linux bits
Luna
2020-06-01
Merge pull request #5475 from marler8997/windowsDns
Andrew Kelley
2020-06-01
Fix evented builds on windows with runtime safety on
Alexandros Naskos
2020-05-31
more windows network fixes
Jonathan Marler
2020-05-31
Merge pull request #5478 from vrischmann/fix-iouring
Veikka Tuominen
2020-05-30
linux: fix IOSQE_BIT decl and io_uring_sqe flags
Vincent Rischmann
[prev]
[next]