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
/
lib
/
std
/
net.zig
Age
Commit message (
Expand
)
Author
2020-03-20
ir: Peer type resolution between ?[]T and *[N]T
LemonBoy
2020-03-19
std.net: remove the hack from earlier in the branch
Andrew Kelley
2020-03-19
std lib fixups for new semantics
Andrew Kelley
2020-03-12
Replace fmt with new fmtstream
Benjamin Feng
2020-03-12
Convert fmt.bufPrint / fmt.allocPrint
Benjamin Feng
2020-03-12
Integrated outstreams with new formatter
Benjamin Feng
2020-03-10
update standard library to new I/O streams API
Andrew Kelley
2020-03-01
breaking: std.mem.len no longer takes a type argument
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-24
Merge pull request #4516 from xackus/remove-bytes-to-slice
Andrew Kelley
2020-02-21
annotate TODO comment with bug tracker link
Andrew Kelley
2020-02-21
remove @bytesToSlice, @sliceToBytes from std lib
xackus
2020-02-08
std lib typo fixups
Andrew Kelley
2020-02-05
std.fmt.format: comptime output parameter
Andrew Kelley
2020-01-18
std: turn EAI_ constants into a non-exhaustive enum
daurnimator
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-30
std.net: use mem.toBytes
Luna
2019-12-30
std.net: fix setsockopt call
Luna
2019-12-30
net: fix Options
Luna
2019-12-30
os: add setsockopt
Luna
2019-12-30
add StreamServer.Options.reuse_address
Luna
2019-12-17
[#3844 + #3767] update std.c and std.os.linux to use null-terminated pointer ...
Raul Leal
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-08
update formatted printing when linking libc
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-25
zig fmt
Andrew Kelley
2019-11-24
make std.mem.toSlice use null terminated pointers
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-19
Make StreamServer return address of accecpted client
frmdstryr
2019-11-10
remove builtin.os check in Address.initUnix
Luna
2019-11-10
replace panic to unreachable
Luna
2019-11-10
use hasDecl instead of switch on builtin.os
Luna
2019-11-10
add errors/panics for unsupported OSes
Luna
2019-11-09
use at-as
Luna
2019-11-09
Merge remote-tracking branch 'upstream/master' into unify-unix-sockets
Luna
2019-11-09
miscellaneous fixes
Luna
2019-11-09
make StreamServer.listen family-agnostic
Luna
2019-11-09
rename TcpServer -> StreamServer
Luna
2019-11-08
add Address.parseUnix and Address.format support for AF_UNIX
Luna
2019-11-08
replace Address.parse Address.parseIp
Luna
2019-11-08
rename IpAddress to Address, add Address.unix
Luna
2019-11-08
update more of the std lib to use `@as`
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-05
add special formatting for ipv4-mapped ipv6 addresses
Vexu
2019-11-04
support ipv4-mapped ipv6 addresses
Vexu
2019-11-04
improve ipv6 parsing and formatting
Vexu
2019-10-30
std.net: fix reference to incorrect constant name
Andrew Kelley
[next]