Commit Graph

13 Commits

Author SHA1 Message Date
Marty Kraimer
2ee024ecb8 include files put into include/pv 2011-06-07 08:31:41 -04:00
Matej Sekoranja
f19ceb7793 multiple providers per server initial support 2011-06-05 23:41:59 +02:00
Matej Sekoranja
1da4173535 shared_pointer const & 2011-05-13 14:02:06 +02:00
Matej Sekoranja
c36ba5264d port from pvAccessCPP-md 2011-05-12 12:47:55 +02:00
Matej Sekoranja
44cd148610 setChannelProvider added 2011-03-04 20:28:03 +01:00
Gasper Jansa
d98a386c9e server requests 2011-02-25 17:09:24 +01:00
Gasper Jansa
14a12729aa small fix 2011-02-18 17:38:53 +01:00
Matej Sekoranja
c87ff047ca stability 2011-02-10 17:05:34 +01:00
Gasper Jansa
0c855c7326 some handlers added 2011-02-07 22:14:39 +01:00
Gasper Jansa
de8b632381 serverContext and beacon emitter impl 2011-02-04 16:22:28 +01:00
Gasper Jansa
327efbcf80 server context implementation 2011-01-31 22:52:25 +01:00
miha_vitorovic
df7a9fa073 Added configuration to Context and fixed all the users. 2011-01-10 14:09:58 +01:00
miha_vitorovic
6a6e9d6256 Makefile:
- added 'server' folder
- added 'blockingTCPAcceptor.cpp' and 'responseHandlers.cpp' to 'remote'

blockingTCP.h:
- added 'public' specifier to 'BlockingServerTCPTransport'
- added 'BlockingTCPAcceptor' class declaration

blockingTCPAcceptor.cpp:
- implementation

blockingTCPConnector.cpp:
- 'sizeof(optval)' -> 'sizeof(int)'

remote.h:
- enum 'MessageCommands'
- added class declarations:
  * AbstractResponseHandler
  * AbstractServerResponseHandler
  * BadResponse
  * ServerResponseHandler

responseHandlers.cpp:
- implementation of various response handlers

serverContext.h:
- dummy implementation

growingCircularBuffer.h:
- removed empty line
2011-01-04 23:47:07 +01:00