Scheduler: Implement new file descriptor event API
[senf.git] / Console / Server.cc
2008-09-19 g0dil Scheduler: Implement new file descriptor event API
2008-09-17 g0dil Scheduler: Implement new timer event API
2008-07-09 g0dil Utils/Console: Fix singleton instantiation order (Serve...
2008-06-03 g0dil Console: Fix stupid scoping bug
2008-05-30 g0dil Console: Multiple network console server support
2008-05-30 g0dil Utils: Add some spirit/phoenix helpers
2008-05-29 g0dil Scheduler: Implement Timer helper
2008-05-17 g0dil Missing changes from last commit
2008-05-15 g0dil Socket: Fix dynamic_socket_cast() / check_socket_cast...
2008-05-08 jmo Server logs client address
2008-04-29 g0dil Console: Implement autocomplete
2008-04-28 g0dil Console; Fix second console segfault
2008-04-24 g0dil Console: Basic readling support
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-03 g0dil PPI: Add senf::connect() packet type compatibility...
2008-03-29 g0dil Fix documentation
2008-03-28 g0dil Console: Added lots of unit-tests
2008-03-27 g0dil Console: Add log support to network client (every clien...
2008-03-26 g0dil Console: Implement ObjectDirectory proxy
2008-03-24 g0dil Console: Implement command execution
2008-03-23 g0dil Console: Factored out path traversal into generic trave...
2008-03-22 g0dil Console: Implement current directory management and...
2008-03-22 g0dil Console: Make the parser interface callback based
2008-03-20 g0dil Console: Add builtin parsing
2008-03-20 g0dil Console: Implement skeleton executor
2008-03-19 g0dil Scheduler: Fix ReadHelper to conform to new Scheduler API