aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2019-10-30Merge branch 'testAddresses' of https://github.com/marler8997/zig into std.netAndrew Kelley
2019-10-30std.net: enable test for resolving DNSAndrew Kelley
2019-10-30fix std.net tests and std.net.TcpServer docsAndrew Kelley
2019-10-30rename std.net.Server to TcpServer and simplify itAndrew Kelley
2019-10-29std lib networking improvements, especially non-blocking I/OAndrew Kelley
2019-10-29std.net: port the RFC 3484/6724 destination...Andrew Kelley
2019-10-29implement CNAME expansionAndrew Kelley
2019-10-29Add tests for ip address formattingJonathan Marler
2019-10-29basic DNS address resolution for linux without libcAndrew Kelley
2019-10-28move libc/linux bits aroundAndrew Kelley
2019-10-28partial no-libc implementation of std.net.getAddressListAndrew Kelley
2019-10-28std.net.getAddressListAndrew Kelley
2019-10-28remove dead tls codeAndrew Kelley
2019-10-28Merge pull request #3541 from xackus/language_serverAndrew Kelley
2019-10-28Std docs: Fix a js error that would cause some function to be not renderedTimon Kruiper
2019-10-28Add some documentation for standard library things. (#3540)Nathan Michaels
2019-10-27rename error and specify it in functionxackus
2019-10-27better test name for empty stringxackus
2019-10-27Merge pull request #3522 from SebastianKeller/WriteJsonAndrew Kelley
2019-10-27Added test for 'emitJson'Sebastian Keller
2019-10-27Unified public apiSebastian Keller
2019-10-27generated docs: vertically align fns with commentsHenry Wu
2019-10-27std.target: use mem instead of std.memAndrew Kelley
2019-10-27lib/std/target.zig: Added missing 'mem' constantBenoit Giannangeli
2019-10-27fix json parser crashing on empty inputxackus
2019-10-26std: make addr_size parameter be a pointer to socklen_tLuna
2019-10-26fix std.os.accept4Luna
2019-10-24os.dup2: handle EBAFAndrew Kelley
2019-10-24Shortened switch statementSebastian Keller
2019-10-24Added 'writeJson' to write_stream.zig:Sebastian Keller
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-24refAllDecls in a test block to limit when it gets runAndrew Kelley
2019-10-23move types from builtin to stdAndrew Kelley
2019-10-23Handle TERM=dumb for stdout/stderrJonathan Marler
2019-10-22Merge pull request #3503 from MasterQ32/markdown-rendererAndrew Kelley
2019-10-22Adds documentation for std.fmt.format grammar and customization. (#3474)Felix Queißner
2019-10-22Merge branch 'master' of https://github.com/ziglang/zig into markdown-rendererFelix Queißner
2019-10-21Merge branch 'stratact-no-dir-allocators'Andrew Kelley
2019-10-21std.os.accept4: improve docs and integrate with evented I/OAndrew Kelley
2019-10-21Fix accept function APIJonathan Marler
2019-10-21remove pub syntax for container fieldsVexu
2019-10-21test runner: restore previous behavior of printing all tests passedAndrew Kelley
2019-10-21fix os.unlinkatW implementationAndrew Kelley
2019-10-21test runner: restore previous behavior when...Andrew Kelley
2019-10-21add freebsd AT_* bitsAndrew Kelley
2019-10-21cleanupAndrew Kelley
2019-10-21darwin: add AT_* bitsAndrew Kelley
2019-10-21fs.Dir.openDir: use empty object name for "." on WindowsAndrew Kelley
2019-10-21test runner: refresh display before running testAndrew Kelley
2019-10-21adjust test runner to print the test name when error occursAndrew Kelley