Commit Graph

103 Commits

Author SHA1 Message Date
Matej Sekoranja
4e62a7d4df channelList using svector 2014-06-09 22:13:48 +02:00
Matej Sekoranja
aea156ebbb channelList 2014-06-09 21:32:20 +02:00
Matej Sekoranja
b101fa1e7a protocol change: connection validation/authNZ support 2014-06-09 12:39:29 +02:00
Matej Sekoranja
8862d29ea5 protocol change: searching messages 2014-06-09 11:27:39 +02:00
Matej Sekoranja
d19cf15a0e started protocol changes 2014-06-09 08:25:47 +02:00
Matej Sekoranja
1442c6cd41 pv API tests pass 2014-06-01 23:54:40 +02:00
Matej Sekoranja
0988f0c8fb EPICS_PVA_DEBUG from bool to int 2014-05-23 13:36:21 +02:00
Matej Sekoranja
6b388a572e everything compiles now 2014-05-23 09:29:17 +02:00
Matej Sekoranja
6ae61258ca work on server API changes 2014-05-21 12:01:02 +02:00
Matej Sekoranja
4bbab422fe ChannelRequest::cancel() impl. 2014-04-07 12:22:30 +02:00
Matej Sekoranja
d2fb05ddd8 ChannelArray int to size_t 2014-04-04 12:36:11 +02:00
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