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
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
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
/
std
/
os
Age
Commit message (
Expand
)
Author
2018-04-22
linux: support VDSO for clock_gettime
Andrew Kelley
2018-04-22
fixups
Andrew Kelley
2018-04-22
Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz...
Andrew Kelley
2018-04-19
Use std.os.errorUnexpectedPosix if timer initialization encounters unexpected...
tgschultz
2018-04-19
Style cleanups, u64 casts, Timer.start returns error instead of unreachable o...
tgschultz
2018-04-18
Fixed another incorrect comment
tgschultz
2018-04-18
Added notes regarding CLOCK_MONOTONIC_RAW and made it easy to change our mind...
tgschultz
2018-04-18
Fixed incorrect sign on epoch.clr
tgschultz
2018-04-18
fixed typos.
tgschultz
2018-04-18
Fixed compiler errors around darwin code.
tgschultz
2018-04-18
Added unstaged changes.
tgschultz
2018-04-18
Added timestamp, high-perf. timer functions.
tgschultz
2018-04-15
add @atomicLoad builtin
Andrew Kelley
2018-04-14
add std.os.createThread
Andrew Kelley
2018-04-13
Fix windows access check
Marc Tiehuis
2018-04-13
Replace File.exists with File.access
Marc Tiehuis
2018-04-12
fix invalid implicit cast on macos
Andrew Kelley
2018-04-12
Revise self-hosted command line interface
Marc Tiehuis
2018-04-10
add more linux syscalls and constants
Andrew Kelley
2018-04-09
async tcp server proof of concept
Andrew Kelley
2018-04-08
basic tcp server working when used with netcat
Andrew Kelley
2018-04-08
*WIP* async/await TCP server
Andrew Kelley
2018-04-04
fix up logic for macos std.os.deleteTree
Andrew Kelley
2018-04-03
Merge branch 'wip-macos-dirent' of https://github.com/hellerve/zig into helle...
Andrew Kelley
2018-04-03
remove more signal handling stuff from std.os.ChildProcess
Andrew Kelley
2018-03-29
st/os: address @andrewrk concerns
hellerve
2018-03-28
std/os: getting dir entries works on OS X
Andrew Kelley
2018-03-27
fix bitrotted code in unexpected error tracing
Andrew Kelley
2018-03-24
std.os.linux exposes syscall functions and syscall numbers
Andrew Kelley
2018-03-23
Fix os.File.mode function
Marc Tiehuis
2018-03-20
Zen specific hacks
Andrea Orru
2018-03-20
Public SplitIterator
Andrea Orru
2018-03-18
Message type, Undefined mailbox, read syscall, more constructors
Andrea Orru
2018-03-16
Service -> Server
Andrea Orru
2018-03-16
Add Thread option for Mailboxes
Andrea Orru
2018-03-15
Some POSIX stuff, including a primitive write
Andrea Orru
2018-03-15
subscribeIRQ support
Andrea Orru
2018-03-15
More precise naming
Andrea Orru
2018-03-14
IPC structure updates
Andrea Orru
2018-03-09
Fixed syntax errors in linux-i386 syscalls
Andrea Orru
2018-03-09
Added 6 parameters syscalls for zen
Andrea Orru
2018-03-06
ptrCast builtin now gives an error for removing const qualifier
Andrew Kelley
2018-02-27
remove signal hanlding stuff from std.os.ChildProcess
Andrew Kelley
2018-02-17
improve std lib linux epoll API
Andrew Kelley
2018-02-12
remove std.heap.IncrementingAllocator
Andrew Kelley
2018-02-12
introduce std.heap.ArenaAllocator and std.heap.DirectAllocator
Andrew Kelley
2018-02-11
std: refactor posixOpen to be friendlier to error return traces
Andrew Kelley
2018-02-10
std.os and std.io API update
Andrew Kelley
2018-02-09
std lib: modify allocator idiom
Andrew Kelley
2018-02-09
fix build runner on windows
Andrew Kelley
[next]