]> git.llucax.com Git - software/posixx.git/history - src
Clean the tipc::sockaddr in the default constructor
[software/posixx.git] / src /
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
2009-02-09 Leandro LucarellaImprove internet addresses (inet::sockaddr)
2008-12-03 Leandro LucarellaGeneralize basic_buffer's value_type
2008-12-01 Leandro LucarellaAdd reverse iteration to basic_buffer
2008-12-01 Leandro LucarellaUse std namespace for size_t and ptrdiff_t
2008-11-13 Leandro LucarellaAdd pkg-config support
2008-11-13 Leandro LucarellaAdd socket addresses ostream formatting
2008-11-06 Leandro LucarellaFix indentation
2008-10-08 Leandro LucarellaAdd posix::basic_buffer template and posix::buffer...
2008-09-29 Leandro LucarellaAdd missing default "prefix" to Makefile
2008-09-29 Leandro LucarellaMove basic_socket.hpp to the socket directory
2008-09-22 Leandro LucarellaAvoid rebuilding of doc, (mem)test and install targets
2008-09-19 Leandro LucarellaRemove extra comma at the end of enum values
2008-09-18 Leandro LucarellaPreserve installed headers timestamps
2008-09-15 Leandro LucarellaInitial import of the POSIX thin wrapper for C++