summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-20Change sendto to return bytes sent successfullyPhil Vachon
2014-10-20Add recvfrom(2) and sendto(2) wrappersPhil Vachon
2014-10-20Add vim swapfiles to the gitignorePhil Vachon
2014-10-20Add Special INADDR_* definitionsPhil Vachon
2014-10-20Add a MulticastTtl typePhil Vachon
2014-10-20Add IPPROTO_IP for level, based on existing SOL_IPPhil Vachon
2014-10-20Add defines for multicast membership managementPhil Vachon
2014-10-20Add a handful of useful TCP socket optionsPhil Vachon
2014-10-20Add SO_REUSEPORT to list of available sock optionsPhil Vachon
2014-10-19Merge pull request #10 from carllerche/bind-killYehuda Katz
2014-10-19Bind killYehuda Katz
2014-10-15Bind basic signal constants and functionsYehuda Katz
2014-10-10Merge pull request #8 from little-arhat/feature-scatter-gatherYehuda Katz
2014-10-10Merge pull request #5 from ok32/bug/macos-accept4Yehuda Katz
2014-10-10Update static->constTilde Engineering
2014-10-11Implement scatter/gather IO: writev & readv.Roma Sokolov
2014-10-09Make macos/ios version of accept4 function publicEvgeny Starikov
2014-10-08Bind x86 linuxTilde Engineering
2014-10-07Fix dup3 and accept4 on DarwinTilde Engineering
2014-10-07Add wait bindingsTilde Engineering
2014-10-06Fix warningsCarl Lerche
2014-10-06Implement dup3Carl Lerche
2014-10-06Don't special case accept4Carl Lerche
2014-10-06Implement improved feature detection on LinuxCarl Lerche
2014-10-06Bind stat and fstatTilde Engineering
2014-10-02Track Rust masterCarl Lerche
2014-09-22Weak link eventfdCarl Lerche
2014-09-22Merge remote-tracking branch 'cgaebel/master'Carl Lerche
2014-09-21Bind eventfd()Carl Lerche
2014-09-21correctly match the kqueue man pageClark Gaebel
2014-09-20Be warning-free on Darwin.Clark Gaebel
2014-09-16execve should take a ref to a CStringCarl Lerche
2014-09-16Provide fork() + error tweaksCarl Lerche
2014-09-15Temporarily remove dup3 supportCarl Lerche
2014-09-14Expose pipe and pipe2Carl Lerche
2014-09-14EpollEvent is a packed structCarl Lerche
2014-09-11Merge pull request #2 from carllerche/hostnameYehuda Katz
2014-09-11Add gethostname and sethostnameYehuda Katz
2014-09-11Bind daemon(3)Yehuda Katz
2014-09-03Expose some more C typesCarl Lerche
2014-08-25Tweaks + fix accept4Carl Lerche
2014-08-24SysError does not need desc fieldCarl Lerche
2014-08-21Fix O_* flags for Darwin. Minor kqueue tweaks.Carl Lerche
2014-08-21Bind kqueue + misc cleanupCarl Lerche
2014-08-20Start binding DarwinCarl Lerche
2014-08-20getsockopt and setsockoptCarl Lerche
2014-08-19Start on socket optionsCarl Lerche
2014-08-17More socket APIsCarl Lerche
2014-08-17Add unameCarl Lerche
2014-08-16Epoll, rename to nix, misc cleanupCarl Lerche