Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-20 | Add a handful of useful TCP socket options | Phil Vachon | |
Add definitions for manipulating Nagle's algorithm, corking a TCP connection and setting the maximum TCP segment size. | |||
2014-10-20 | Add SO_REUSEPORT to list of available sock options | Phil Vachon | |
Add the ability to use SO_REUSEPORT for multiple applications listening on the same port for TCP accepting sockets and UDP listening sockets. | |||
2014-10-19 | Bind kill | Yehuda Katz | |
2014-10-15 | Bind basic signal constants and functions | Yehuda Katz | |
2014-10-10 | Merge pull request #5 from ok32/bug/macos-accept4 | Yehuda Katz | |
Make macos/ios version of accept4 function public | |||
2014-10-10 | Update static->const | Tilde Engineering | |
2014-10-09 | Make macos/ios version of accept4 function public | Evgeny Starikov | |
2014-10-08 | Bind x86 linux | Tilde Engineering | |
2014-10-07 | Fix dup3 and accept4 on Darwin | Tilde Engineering | |
2014-10-07 | Add wait bindings | Tilde Engineering | |
2014-10-06 | Fix warnings | Carl Lerche | |
2014-10-06 | Don't special case accept4 | Carl Lerche | |
2014-10-06 | Implement improved feature detection on Linux | Carl Lerche | |
2014-10-06 | Bind stat and fstat | Tilde Engineering | |
2014-10-02 | Track Rust master | Carl Lerche | |
2014-09-22 | Weak link eventfd | Carl Lerche | |
2014-09-22 | Merge remote-tracking branch 'cgaebel/master' | Carl Lerche | |
2014-09-21 | Bind eventfd() | Carl Lerche | |
2014-09-21 | correctly match the kqueue man page | Clark Gaebel | |
2014-09-20 | Be warning-free on Darwin. | Clark Gaebel | |
2014-09-14 | EpollEvent is a packed struct | Carl Lerche | |
2014-09-03 | Expose some more C types | Carl Lerche | |
2014-08-25 | Tweaks + fix accept4 | Carl Lerche | |
2014-08-24 | SysError does not need desc field | Carl Lerche | |
2014-08-21 | Fix O_* flags for Darwin. Minor kqueue tweaks. | Carl Lerche | |
2014-08-21 | Bind kqueue + misc cleanup | Carl Lerche | |
2014-08-20 | Start binding Darwin | Carl Lerche | |
2014-08-20 | getsockopt and setsockopt | Carl Lerche | |
2014-08-19 | Start on socket options | Carl Lerche | |
2014-08-17 | More socket APIs | Carl Lerche | |
2014-08-17 | Add uname | Carl Lerche | |
2014-08-16 | Epoll, rename to nix, misc cleanup | Carl Lerche | |