- Jun 04, 2009
-
-
g0dil authored
-
- Jun 03, 2009
- Feb 10, 2009
-
-
g0dil authored
Utils/Console: Implement directory return value support in Executor Utils/Logger: Make file-target return the new directory node
-
- Dec 19, 2008
-
-
g0dil authored
Refactor build system to remove sub-library dependencies
-
- Oct 04, 2008
-
-
g0dil authored
Scheduler/Console: Add 'sys' directory Scheduler: Implement EventManager and 'sys/scheduler/events' command
-
- Apr 13, 2008
-
-
g0dil authored
Console: Implement custom argument parser support Utils: Add Boost.Parameter has_parameter helper senfscons: Show reason (error message) in the CompileCheck builder
-
- Apr 10, 2008
-
-
g0dil authored
Console: Documentation
-
- Apr 09, 2008
-
-
g0dil authored
Console: Fix parsing of commands in the presence of default arguments Console: Generate automatic online help for automatically parsed commands
-
- Apr 03, 2008
-
-
g0dil authored
Console: Pass ParseCommandInfo instead of ArgumentsRange to the callbacks Console: Add named aliases for operator overloads ('[]' and '()') Utils: Document, where impl/demangle.h comes from Updated the 'Setting up a new project using SENF' documentation
-
- Apr 01, 2008
-
-
g0dil authored
Console: Implement OverloadableCommandNode Console: Make all virtual functions private Console: Rename ObjectDirectory to ScopedDirectory Console: Move non-template dependent ScopedDirectory members to ScopedDirectoryBase Console: Provide owner-less void specialization of ScopedDirectory
-
- Mar 07, 2008
-
-
g0dil authored
Socket: Fix NetDeviceController.test.cc (use 'lo' interface instead of 'wlan0' Socket/Protocols/MPEGDVBbundle: Fix TransportPacket.test.cc (add 0 to constant to fix link error)
-
- Mar 06, 2008
-
-
jkaeber authored
-
- Feb 12, 2008
-
-
g0dil authored
Changed all exceptions to inherit from senf::Exception Replaced all throwErrno() calls with throw SystemException()
-
- Feb 05, 2008
-
-
tho authored
-
- Jan 31, 2008
-
-
g0dil authored
Socket: Move protocol into the socket body (as private base class) and allow non-const protocol access
-
- Jan 17, 2008
-
-
g0dil authored
https://svn.berlios.de/svnroot/repos/senf/branches/socket-cleanup ........ r582 | g0dil | 2007-12-18 19:12:46 +0100 (Tue, 18 Dec 2007) | 2 lines Socket/Protocols: Move timestamp() (SIOCGSTAMP) into (new) DatagramSocketProtocol facet Socket/Protocols/INet: Rename all '*Inet*' classes and files to '*INet*' ........ r584 | g0dil | 2007-12-19 21:05:41 +0100 (Wed, 19 Dec 2007) | 7 lines Socket: Add 'clientHandle()' and 'serverHandle()' members to 'ConcreteSocketProtocol' class Socket/Protocols: Removed 'connect()'/'bind()' members from all protocol classes Socket/Protoocols: Implemented 'BSDSocketProtocol::priority()' Socket/Protocols/INet: Implement 'INetProtocol' policy facet Socket/Protocols/INet: Implemented 'MulticastProtocol' and 'INet[46]MulticastProtocol' facets Socket/Protocols/INet: Moved all multicast members to the 'MulticastProtocol' facets and changed interface to use INet[46]Address instead of socket addresses Socket/Protocols/INet: Added multicast facets to RawV[46]SocketProtocol ........ r595 | g0dil | 2008-01-14 14:52:16 +0100 (Mon, 14 Jan 2008) | 1 line Examples/MCSniffer: Fix address class from INet4SocketAddress to INet4Address ........ r601 | g0dil | 2008-01-15 12:38:35 +0100 (Tue, 15 Jan 2008) | 1 line Add file missing from svnmerge ........ r603 | g0dil | 2008-01-15 14:22:10 +0100 (Tue, 15 Jan 2008) | 1 line doclib: Fix integer field parser names ........ r605 | g0dil | 2008-01-15 15:03:48 +0100 (Tue, 15 Jan 2008) | 2 lines Socket: Remove BufferingPolicy Socket: Add sndbuf/rcvbuf to BSDSocketProtocol protocol facet ........
-
- Dec 29, 2007
-
-
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
Replace all 'throw SystemException(...)' commands with 'throwErrno(...)' Add additional links to documentation header
-
- Aug 31, 2007
-
-
g0dil authored
Make all include path's relative Add 'senf/Packets.hh', 'senf/PPI.hh' and 'senf/Socket.hh'
-
- Aug 08, 2007
-
-
g0dil authored
Socket/Protocols/INet: Slightly optimized generic INet6Address algorithms Utils: Add ios_all_saver to hexdump() senfscons: Add automatic image-copy to Doxygen builder (fixes weird doxygen copy problem) Socket/Protocols/Inet: Add ConnectedUDPSocketHandle
-
- Jul 26, 2007
-
-
g0dil authored
-
- Jul 24, 2007
-
-
g0dil authored
-
- Jul 10, 2007
-
-
g0dil authored
-
- Jul 02, 2007
-
-
g0dil authored
-
- Mar 20, 2007
-
-
tho authored
-
- Feb 20, 2007
-
-
g0dil authored
Unified emacs Local Variables
-
- Feb 06, 2007
-
-
g0dil authored
-
- Dec 20, 2006
-
-
g0dil authored
Renaned directory satscons to senfscons
-
- Nov 10, 2006
-
-
g0dil authored
add missing retrive_filehandle overload fix operator bool (use safe bool idiom) add GenericSockAddr as default Address implementation
-
- 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
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
-
- Jul 11, 2006
-
-
sbund authored
-
- Jul 07, 2006
-
-
sbund authored
No commit message
-