Add bytefield.sty latex package to doclib
[senf.git] / Socket /
2009-03-26 g0dil Socket/Protocols: Fix BSDSocketAddress self-assignment
2009-03-26 tho Socket/Protocols/Raw/PacketSocketHandle: added promisc...
2009-03-26 tho Socket/NetdeviceController: added promisc() methods
2009-03-17 tho PPI/RateFilter: added interval getter
2009-03-14 tho some unimportant clean-ups ;)
2009-03-12 tho added more tests to increase test coverage
2009-03-10 atx23 fixed typo in DVBSocket
2009-03-06 atx23 added consolewrapper vor DVB-Demuxfilter
2009-03-03 g0dil Socket: Make SocketProtocol::close() non-const (at...
2009-03-02 g0dil Socket: Make protocl() member return non-const SocketPr...
2009-02-26 g0dil Socket: Move shutdown from SocketProtocol::close()...
2009-02-18 tho replaced all BOOST_CHECK_NO_THROW with SENF_CHECK_NO_THROW
2009-02-17 tho Socket/Protocols/DVB: added main.test.cc; more tests...
2009-02-16 tho DVBSocketController: some code convention clean ups
2009-02-12 tho Socket/Protocols/BSDSocketProtocol: minor bugfix
2009-02-12 tho Socket/Protocols/INet/MulticastSocketProtocol: minor...
2009-02-10 tho removed .toString() members from address classes; use...
2009-02-10 tho Socket/Protocols/Raw: added MACAddress input streaming
2009-02-09 tho Socket/Protocols/INet: added documentation for new...
2009-02-07 g0dil Socket/Protocols/INet: Implement address input streaming
2009-02-06 g0dil Utils/Logger: Add console directory to target
2009-02-04 tho Packets documentation updates
2009-01-28 g0dil Fix boost-1.36 fixes to work in boost < 1.36 ... no...
2009-01-28 g0dil Adjustment and fixes for boost-1.36 support
2009-01-26 tho fixed MACAddress example
2009-01-26 tho added MACAddress::uint64()
2009-01-19 tho removed some tabs
2009-01-07 atx23 Added documentation and removed "find file bug" in...
2009-01-05 g0dil Utils: Fix hexump() of nevative values
2009-01-02 atx23 Added documentation for DVBSocketController
2008-12-19 g0dil Completely refactor install targets
2008-12-18 tho replaced some tabs with spaces
2008-12-18 atx23 minor cleanup
2008-12-17 atx23 wrong paremeter in DVBDemuxHandles::setSectionFiltler...
2008-12-17 atx23 Changed API of DVBDemuxSectionHandle !
2008-12-10 g0dil Utils/Logger: Implement direct syslog-via-UDP target
2008-12-09 tho some clean-ups
2008-12-05 g0dil Socket: Add timeout arg to FileHandle 'wait' members
2008-12-04 tho added some documentation
2008-12-04 dw6 senf::INet4Address::toString() added
2008-12-03 g0dil Socket: Add oobReadable() and waitOOBReadable() FileHan...
2008-12-02 g0dil Scheduler: Restructure signal blocking/unblocking
2008-12-01 tho some minor documentation fixes.
2008-11-28 atx23 implemented DVBFrontendHandle
2008-11-25 dw6 completing implementation, adding missing interfaceName...
2008-11-25 dw6 formatting
2008-11-25 g0dil Socket/Protocols: Really fix 64bit alignment issue
2008-11-25 g0dil Socket/Protocols: (hopefully) fix sockaddr alignment...
2008-11-24 dw6 change to tapSocketProtocol to save interface index
2008-11-24 tho INet4SocketAddress: unsigned/size_type bugfix for 64bit
2008-11-21 tho added some documentation for NetdeviceController.
2008-11-18 g0dil Packets: Fix VariantParser invalid parser access bug
2008-11-10 tho DVBFrontendHandle: added some methods to the protocol
2008-11-10 tho DVBFrontendHandle: clean-up the signalStrength method...
2008-11-05 g0dil Port SENF to compile against boost-1.35
2008-11-04 g0dil Update SENF to compile using g++ 4.3.2 (Ubuntu 8.10)
2008-10-20 g0dil PPI: Delayed connect and disconnect
2008-10-10 g0dil Socket: Add missing InetSocketProtocol baseclass to...
2008-10-08 dw6 adding flexibility to use interface index / no interface
2008-10-08 g0dil Socket/Protocols/INet: Implement SSM Multicast API
2008-10-04 g0dil Console: Move into Scheduler as subdirectory
2008-09-19 g0dil Scheduler: Remove obsolete 'Scheduler' class
2008-07-08 tho made some ClientSocketHandle methods (except read/write...
2008-06-27 dw6 adding MACAddress::toString()
2008-06-27 tho replaced tabs with spaces.
2008-06-20 g0dil Packets: Restructure documentation
2008-06-18 dw6 adding toString and toin6_addr
2008-06-03 g0dil Socket: Documentation for new addressing classes
2008-06-03 g0dil Console: Implement BSDSocketAddress and BSDAddressingPolicy
2008-05-29 g0dil Scheduler: Implement Timer helper
2008-05-27 g0dil Console: Implement short-option and non-option parsing
2008-05-15 g0dil Socket: Fix dynamic_socket_cast() / check_socket_cast...
2008-05-02 g0dil Socket/Protocols/INet: Extend INet6SocketAddress syntax...
2008-05-02 g0dil Socket/Protocols/INet: BUGFIX: Fix SOL_IP to SOL_IPV6...
2008-04-23 g0dil Socket/Protocols/INet: Add 'shutdown' member to TCPSock...
2008-04-23 g0dil Socket: Add additional port-only constructor for INet...
2008-04-10 tho minor documentation fix
2008-04-07 g0dil Socket/Protocols: Add SO_ERROR getsockopt (BSDSocketPro...
2008-04-04 g0dil Scheduler: Remove unneeded Socket dependency
2008-04-04 dw6 don't connect when sockaddr is empty ipv6 only. ipv4...
2008-04-04 g0dil Socket: Add a 'facet<>()' member to access protocol...
2008-04-03 g0dil Socket/Protocols/INet: Allow socket address string...
2008-03-31 g0dil Socket/Protocols/INet: Fix INet6Address in6_addr constr...
2008-03-20 g0dil Socket: Fix reuseaddr / bind ordering
2008-03-19 dw6 adding constructor from in6_addr
2008-03-12 jkaeber Changed UnknownHostnameException's argument processing
2008-03-07 g0dil Utils: Implement helper macros to add file/line inform...
2008-03-07 jkaeber Implemented void hardwareAddress(const MACAddress ...
2008-03-07 tho miscellaneous bits and bobs ;)
2008-03-06 jkaeber Streamlined SystemException definition and usage
2008-03-06 jkaeber Streamlined SystemException:
2008-03-06 jkaeber Catch senf::Exception instead of senf::SystemException
2008-03-04 jkaeber Added TODO
2008-03-04 jkaeber added address info to socket related SystemExceptions
2008-03-03 jkaeber added even more meaningful exception text to unix domai...
2008-03-03 jkaeber added more meaningful exception text to unix domain...
2008-03-01 tho added more meaningful exception text
2008-02-29 tho added more meaningful exception text
2008-02-29 jmo added more meaningful exception text
2008-02-29 tho added some const's to the NetdeviceController
next