aboutsummaryrefslogtreecommitdiff
path: root/std/net.zig
AgeCommit message (Expand)Author
2018-04-09async tcp server proof of conceptAndrew Kelley
2018-04-08basic tcp server working when used with netcatAndrew Kelley
2018-04-08*WIP* async/await TCP serverAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-10-15fix std.io.InStream for windowsAndrew Kelley
2017-10-09implement os.path.real for windows and update allocator interfaceAndrew Kelley
2017-08-27all behavior tests passing for macosAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-03-26organize std and make import relative to current fileAndrew Kelley
2017-03-26replace "&&" and "||" with "and" and "or"Andrew Kelley
2017-03-26new unreachable syntaxAndrew Kelley
2017-02-12slice and array re-work plus some misc. changesAndrew Kelley
2016-12-31IR: std makes it to codegenAndrew Kelley
2016-12-31IR: progress toward compiling standard libraryAndrew Kelley
2016-12-21update more std library to new zigAndrew Kelley
2016-12-18IR: add FnProto instructionAndrew Kelley
2016-09-28remove compiler directivesAndrew Kelley
2016-09-13change `unreachable{}` to `@unreachable()`Andrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-07-27remove multiline commentsAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-05-17add beginning of print stack trace functionAndrew Kelley
2016-05-13std: fix linux.get_errnoAndrew Kelley
2016-05-13ability to cast maybe pointer to isize/usizeAndrew Kelley
2016-05-10some work in progress networking codeAndrew Kelley
2016-05-04more networking standard library codeAndrew Kelley
2016-05-03beginnings of network standard library codeAndrew Kelley