- Mar 12, 2009
-
-
tho authored
-
- Feb 07, 2009
-
-
g0dil authored
Utils/Logger: Implement dynmaic targets
-
- Nov 18, 2008
-
-
g0dil authored
Clean up all file-defines and remove all tabs
-
- Jun 03, 2008
-
-
g0dil authored
-
- Apr 23, 2008
-
-
g0dil authored
Console: Add Console.hh Console: Add testServer as example to the documentation Console: Fix overload resolution when adding manually parsed commands Console: Remove Server::instance() to be more flexible with future extensions
-
- Feb 22, 2008
-
-
g0dil authored
Socket/Protocols/INet: Fix INet6SocketAddress base classes
-
- Feb 12, 2008
-
-
tho authored
Packets/DefaultBundle/extra_tests: use unittest include from utils /grrr Socket/Protocols/AddressExceptions: fixes Socket: fixed documentation
-
- Feb 08, 2008
-
-
g0dil authored
-
- Feb 05, 2008
-
-
tho authored
-
- Dec 28, 2007
-
-
tho authored
-
- Dec 18, 2007
-
-
g0dil authored
https://svn.berlios.de/svnroot/repos/senf/branches/socket-cleanup ........ r573 | g0dil | 2007-12-18 12:15:23 +0100 (Tue, 18 Dec 2007) | 6 lines Socket: Replace 'SocketProtocol::body()' member with 'fh()' and 'fd()' members Socket: Rename ConvertibleString to StreamableString and use 'operator<<' instead of 'operator=' Socket: some minor documentation clarifications Socket/Protocols/UN: Removed unneeded UNAddress Socket/Protocols/UN: Fixed UNSocketAddress to adhere to the GenericAddressingPolicy requirements ........ r577 | g0dil | 2007-12-18 13:08:27 +0100 (Tue, 18 Dec 2007) | 1 line Socket/Protocols/UN: Add all_includes.hh to svn:ignore ........
-
- Nov 23, 2007
-
-
g0dil authored
Rename IpV[46]* -> IPv[46]*
-
- Nov 02, 2007
-
-
g0dil authored
Utils: Rename SafeBool to safe_bool (hmm ...)
-
- Aug 31, 2007
-
-
g0dil authored
Make all include path's relative Add 'senf/Packets.hh', 'senf/PPI.hh' and 'senf/Socket.hh'
-
- Aug 29, 2007
-
-
g0dil authored
Socket/Protocols/Inet: Remove not implemented async resolv constructors (in favor of a later non-member implementation) Socket/Protocols/Inet: More detailed exceptions thrown by INet4Address / INet6Address
-
- Jul 31, 2007
-
-
g0dil authored
Socket/Protocols/INet: Add optional resolve-type argument to INet6 adressing classes to support IpV4 mapped addresses Socket/Protocols/INet: removed obsolte INet6SocketAddress constructor
-
g0dil authored
Socket/Protocols/Inet: Update INet6SocketAddress syntax to support hostnames and correct zone-id syntax
-
- Jul 30, 2007
-
-
g0dil authored
-
- Jul 27, 2007
- Jul 26, 2007
-
-
g0dil authored
-
- Jul 24, 2007
-
-
g0dil authored
-
- Jul 10, 2007
-
-
g0dil authored
-
- Jul 02, 2007
-
-
g0dil authored
-
- Jun 11, 2007
-
-
g0dil authored
* Allow empty FileHandle/SocketHandle etc instances * Make ServerSocketHandle::listen depend on AddressingPolicy * Replace all occurences of inet_ntoa with inet_ntop (thread safety) * Fix handling of exceptions in ReadHelper/WriteHelper * Fix Scheduler ERR/HUP semantics
-
- Mar 02, 2007
-
-
tho authored
-
- Feb 20, 2007
-
-
g0dil authored
Unified emacs Local Variables
-
- Feb 16, 2007
-
-
g0dil authored
-
- Feb 15, 2007
-
-
g0dil authored
-
- Feb 14, 2007
-
-
g0dil authored
-
- Feb 08, 2007
-
-
g0dil authored
Set fixed column width in member docs
-
- Jan 18, 2007
-
-
g0dil authored
Updated documentation templates to include cross-reference Fixed documentation build (especially regarding cleanup) Cleaned up BUG, FIXME, TODO and IDEA items More SocketLibrary documentation
-
- Dec 20, 2006
-
-
g0dil authored
Renaned directory satscons to senfscons
-
- Sep 06, 2006
-
-
sbund authored
Implemented EAGAIN / EWOULDBLOCK and EINTR handling Made the generic connect implementation always block Implemented SocketHandle::state() infrastructure
-
- Sep 05, 2006
-
-
sbund authored
implemented rudimentary PacketSocketHandle testing
-
sbund authored
added listen to ConnectedCommunicationPolicy added primitive doxygen documentation cleaned up naming of some files fixed INetProtocol.cc (missing const modifiers) removed SocketProtcolHelper in favor of directly inheriting SocketProtocol virtually moved implementation of TCPv4SocketProtocol virtual methods into the base classes added rudimentary testing of the TCPv4SocketHandle protocol interface finalized PacketSocketHandle
-
- Aug 31, 2006
-
-
sbund authored
-
- Aug 28, 2006
-
-
sbund authored
-
- Aug 25, 2006
-
-
sbund authored
started ClientSocketHandle generic interface
-
- Aug 17, 2006
-
-
sbund authored
-