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
/
net.zig
Age
Commit message (
Expand
)
Author
2019-03-02
rename std lib files to new convention
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-11-14
address port getter
Josh Wolfe
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-06-18
remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`
Andrew Kelley
2018-06-04
Pointer Reform: proper slicing and indexing (#1053)
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-10
partial conversion to post-fix pointer deref using zig fmt
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-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-10-15
fix std.io.InStream for windows
Andrew Kelley
2017-10-09
implement os.path.real for windows and update allocator interface
Andrew Kelley
2017-08-27
all behavior tests passing for macos
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley
2017-03-26
replace "&&" and "||" with "and" and "or"
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2016-12-31
IR: std makes it to codegen
Andrew Kelley
2016-12-31
IR: progress toward compiling standard library
Andrew Kelley
2016-12-21
update more std library to new zig
Andrew Kelley
2016-12-18
IR: add FnProto instruction
Andrew Kelley
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-13
change `unreachable{}` to `@unreachable()`
Andrew Kelley
2016-08-17
progress toward stack trace printing
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-07-27
remove multiline comments
Andrew Kelley
2016-07-26
unsigned integers for sizes of things
Andrew Kelley
2016-07-25
inline parameters
Andrew Kelley
2016-05-17
add beginning of print stack trace function
Andrew Kelley
2016-05-13
std: fix linux.get_errno
Andrew Kelley
2016-05-13
ability to cast maybe pointer to isize/usize
Andrew Kelley
2016-05-10
some work in progress networking code
Andrew Kelley
2016-05-04
more networking standard library code
Andrew Kelley
2016-05-03
beginnings of network standard library code
Andrew Kelley