]> git.llucax.com Git - software/posixx.git/history - src/linux/tipc.hpp
Add Boost License
[software/posixx.git] / src / linux / tipc.hpp
2016-03-09 Leandro LucarellaAdd Boost License master
2009-02-27 Leandro LucarellaMove type_t and scope_t out from tipc::sockaddr
2009-02-27 Leandro LucarellaUse own constants in tipc::sockaddr constructor
2009-02-27 Leandro LucarellaClean the tipc::sockaddr in the default constructor
2009-02-27 Leandro LucarellaFix tipc::sockaddr::operator == ()
2009-02-27 Leandro LucarellaAdd accessors with reference semantics to objects
2009-02-27 Leandro LucarellaImplement operator == for all tipc objects
2009-02-27 Leandro LucarellaImprove tipc::subscr construction
2009-02-27 Leandro LucarellaAdd SUB_CANCEL to tipc::subscr_t
2009-02-27 Leandro LucarellaImprove code spacing
2009-02-27 Leandro LucarellaRename tipc::event to tipc::subscr_event
2009-02-27 Leandro LucarellaMove tipc::event::type_t to tipc::event_t
2009-02-27 Leandro LucarellaRename linux::tipc::subscription(_t) to subscr(_t)
2009-02-27 Leandro LucarellaRemove posixx::linux::tipc::multicast
2008-09-29 Leandro LucarellaMove basic_socket.hpp to the socket directory
2008-09-19 Leandro LucarellaRemove extra comma at the end of enum values
2008-09-15 Leandro LucarellaInitial import of the POSIX thin wrapper for C++