History log of /haiku/src/add-ons/kernel/file_systems/nfs4/Connection.h
Revision Date Author Comments
# 266b99b7 12-Feb-2013 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Support callbacks over IPv6


# a0d5a922 04-Feb-2013 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Try connecting to all getaddrinfo() results before giving up


# 060a4636 16-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Make the client more configurable


# a37a2288 15-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Let GenerateClientID take advantage of PeerAddress methods


# 94c47dc6 04-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add basic RPC level support for callbacks


# 24128e49 03-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Send the server client's network address


# 137884e0 11-Jul-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Make networking code IP version agnostic


# 367b07d5 11-Jul-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Use more meaningful names in Connection and RPCServer


# c3b57e8e 11-Jul-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Use IPPROTO_* instead of enum Transport


# 92284dcc 08-Jul-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Use semaphore to cancel threads instead of interrupt_thread()


# 9054c96c 04-Jul-2012 Pawel Dziepak <pdziepak@quarnos.org>

Move parsing getattrinfo() result out of dns_resolver module


# b75edefd 27-Jun-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add ConnectionStream and ConnectionPacket classes


# a01e1e99 05-Jun-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: k- variants of socket functions are not really needed


# 2a292557 05-Jun-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add open() hook


# e552920f 30-May-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Fix rpc listener thread cancelation

recv on UDP sockets is not interrupted when the socket is closed.
Additionaly, signals do not interrupt kernel threads, that is why
new function interrupt_thread was implemented in order to cancel
listener thread.


# e4977f20 24-May-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add network code

Connection class supports sending and receiving RPC data using either
TCP or UDP as a transport protocol.


# 266b99b7e921a71c22ac5d444a107abb282bbf36 12-Feb-2013 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Support callbacks over IPv6


# a0d5a922d6440c2d4df51536fab9ef5057e021f5 04-Feb-2013 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Try connecting to all getaddrinfo() results before giving up


# 060a4636e4a286dd70b9cbf335d12ddc10924937 16-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Make the client more configurable


# a37a22884cd3f5b3442b1d88e6a0789f838de224 15-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Let GenerateClientID take advantage of PeerAddress methods


# 94c47dc6a85fa8c028382eb3b54e04f40d08590c 04-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add basic RPC level support for callbacks


# 24128e493f63be1b913bf8a5006f94addf22043f 03-Aug-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Send the server client's network address


# 137884e0d2fa9e53a17fa2b736b4a5c158b7c75f 11-Jul-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Make networking code IP version agnostic


# 367b07d54addf471636a7c5dc1bde320560c4f68 11-Jul-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Use more meaningful names in Connection and RPCServer


# c3b57e8e834b942e3df0b77199b66640e3c3cf67 11-Jul-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Use IPPROTO_* instead of enum Transport


# 92284dcc2cc283de8cf553889891ae46aa2ba991 08-Jul-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Use semaphore to cancel threads instead of interrupt_thread()


# 9054c96c17401b5ef4259cbba615ca8b8856473c 04-Jul-2012 Pawel Dziepak <pdziepak@quarnos.org>

Move parsing getattrinfo() result out of dns_resolver module


# b75edefd15c76ceb9e1ccfb4195a9d3ffcfb5ff4 27-Jun-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add ConnectionStream and ConnectionPacket classes


# a01e1e9961b5a7c5f17fa006c68371e2f5f9f09b 05-Jun-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: k- variants of socket functions are not really needed


# 2a292557d4bffd34841c3db2ee1095a1a51f0274 05-Jun-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add open() hook


# e552920f09647d2e8a0743dceac5a37f1d57c5be 30-May-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Fix rpc listener thread cancelation

recv on UDP sockets is not interrupted when the socket is closed.
Additionaly, signals do not interrupt kernel threads, that is why
new function interrupt_thread was implemented in order to cancel
listener thread.


# e4977f2046fcdaeee40c869a3bce8e391c87b7ad 24-May-2012 Pawel Dziepak <pdziepak@quarnos.org>

nfs4: Add network code

Connection class supports sending and receiving RPC data using either
TCP or UDP as a transport protocol.