Commit Graph

92 Commits

Author SHA1 Message Date
Matej Sekoranja
b2d2734b58 TCP vs UDP initialization order, logging handling 2014-03-26 14:02:16 +01:00
Matej Sekoranja
2f31bf74bc win32 port: visibility declration 2013-11-27 08:13:32 +01:00
Matej Sekoranja
c9e70902a2 Win32 port: gcc visibility test passed 2013-11-20 21:29:33 +01:00
Marty Kraimer
530a96746b CreateRequest no longer derives from Requester; In responseHandlers all destructors are virtual. 2013-10-31 06:23:33 -04:00
Matej Sekoranja
f2a10fd37a server: deserialization exceptuion guards 2013-09-23 11:05:52 +02:00
Andrew Johnson
8ebadb261c Fix VxWorks and RTEMS builds 2013-09-05 10:32:11 -05:00
Matej Sekoranja
1dbf736ad2 fixed version reporting (shows module version) now; fixed system configuration and startPVAServer user specified provider name(s) 2013-09-02 23:17:52 +02:00
Matej Sekoranja
54383923af added startPVAServer() and 4.3 versions 2013-06-10 12:10:38 +02:00
Matej Sekoranja
6c14f27641 CA to PVA rename 2013-05-16 09:58:38 +02:00
Matej Sekoranja
c3fa37e71b EPICS4_CA prefix replaced with EPICS_PVA 2013-05-16 09:22:43 +02:00
Matej Sekoranja
d59f2c81ea testGetPerformance file support, fixed directSerialization with fast get clients 2013-04-24 12:22:43 +02:00
Matej Sekoranja
fd56d36b09 MB_POINT stage description added 2013-03-13 21:39:19 +01:00
Matej Sekoranja
26c5921f27 integrated last workshop demo channelGet micro-benchmark test 2013-02-13 16:48:07 +01:00
Matej Sekoranja
605709ee52 Backed out changeset 6de53cf04511 2013-02-06 23:49:10 +01:00
Matej Sekoranja
eacad71e72 updated google test install procedure 2013-02-06 23:31:13 +01:00
Matej Sekoranja
e11cca0fdb unused params warnings removed 2012-10-10 12:02:12 +02:00
Matej Sekoranja
0a68534a8e removed debug info 2012-10-03 09:44:44 +02:00
Matej Sekoranja
d721ba5765 print modes 2012-10-02 10:54:22 +02:00
Unknown
fba545818d compatibility with vxWorks 2012-09-05 14:10:43 +02:00
Matej Sekoranja
929387cf80 VxWorks ports from Dirk 2012-09-03 23:48:31 +02:00
Matej Sekoranja
050ba5136c String const & message 2012-08-20 19:09:38 +02:00
Matej Sekoranja
39d6a6bc19 server cleanup 2012-07-30 12:21:13 +02:00
Matej Sekoranja
4f15626281 remote.h interfaces sync with Java - cleanup 2012-07-25 12:46:04 +02:00
Matej Sekoranja
3ea38d79dd IntrospectionRegistry changes, does not compile 2012-07-24 23:00:20 +02:00
Matej Sekoranja
1b6587336e cleanup phase I 2012-07-24 10:13:57 +02:00
Matej Sekoranja
49bc940179 removed CDRMonitor, ported to new Timer API 2012-07-18 11:09:00 +02:00
Matej Sekoranja
998fd9e44e version check and port numbers aligned with Java 2012-06-27 08:25:15 +02:00
Matej Sekoranja
4b5bc38835 unsigned/size_t/shared ptrs 2012-06-15 14:47:16 +02:00
Matej Sekoranja
81f9aac2b0 Dirk's VxWorks port 2012-03-28 20:31:33 +02:00
Matej Sekoranja
0dbae3dea2 newer compiler warning removed 2011-11-10 12:29:49 +01:00
Matej Sekoranja
d46f024e6b symmetric RPC 2011-11-07 13:29:30 +01:00
Matej Sekoranja
8464aacbef header cleanup 2011-10-20 15:40:53 +02:00
Matej Sekoranja
4e22433de1 wildcharMatcher removed, headers cleaned from using statements 2011-10-20 15:10:31 +02:00
Matej Sekoranja
019e768e84 sync of ChannelRequest-s data 2011-10-05 10:30:28 +02:00
Matej Sekoranja
46970e45ee typo 2011-09-23 10:18:28 +02:00
jrowlandls
dff545bed7 must initialize sockets with osiSockAttach on Windows 2011-09-21 10:31:24 +01:00
jrowlandls
267d486073 window: used osiSock to discover broadcast addresses, used more portable types, replaced two instances of variable length stack allocation with std::vector 2011-09-16 11:54:33 +01:00
Matej Sekoranja
633801c2ae RTEMS support; using namespace removed from headers 2011-09-13 09:56:39 +02:00
Matej Sekoranja
acbfe16022 moved logger.h include from header to cpp 2011-08-29 07:52:08 +02:00
Matej Sekoranja
399bd82662 removed include logger.h 2011-08-28 10:11:58 +02:00
Matej Sekoranja
872135a4b1 new logging, SIGPIPE and other handled 2011-08-25 15:17:36 +02:00
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
b51b8215f7 server CancelRequest fixed 2011-05-19 10:27:35 +02:00
Matej Sekoranja
176d64f601 serverChannel SID/CID 2011-05-19 09:11:01 +02:00
Matej Sekoranja
3d8c681be7 Monitor memory leak fixed 2011-05-18 11:54:10 +02:00
Matej Sekoranja
484da96da6 shared_pointer cycles 2011-05-17 23:32:39 +02:00
Matej Sekoranja
9c1eda3655 memory management 2011-05-15 21:41:05 +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