Commit Graph

394 Commits

Author SHA1 Message Date
Matej Sekoranja
f72c813991 codec: not-a-first segmented with zero payload allowed 2014-03-27 23:55:17 +01:00
Matej Sekoranja
452bbbc2b2 win: try on reducing warnings and dllexport on codec because of the tests 2014-03-27 22:23:32 +01:00
Matej Sekoranja
ed6169a1f3 win: try on reducing warnings and dllexport on codec because of the tests 2014-03-27 21:49:37 +01:00
Matej Sekoranja
9a1cffd666 flow: Merged <feature> 'codec' to <develop> ('default'). 2014-03-26 14:07:51 +01:00
Matej Sekoranja
b2d2734b58 TCP vs UDP initialization order, logging handling 2014-03-26 14:02:16 +01:00
Matej Sekoranja
3c7bac27fd codec now tests pass 2014-03-26 13:20:13 +01:00
Matej Sekoranja
ca2828c6dc trace log removal, old codec files removed 2014-03-26 12:42:50 +01:00
Matej Sekoranja
baaea33bc6 no crashes, all tests needs to pass still 2014-03-26 11:51:28 +01:00
Matej Sekoranja
3e514c819a bad bad static_cast removed, clean read thread shutdown 2014-03-26 10:54:16 +01:00
Matej Sekoranja
d925e0ccfb codec: socketAddress mirroring removed 2014-03-25 21:26:43 +01:00
Matej Sekoranja
0230d5f241 codec valgrind clean, fast search and UDP shutdown, robust testSum service 2014-03-25 20:50:21 +01:00
Matej Sekoranja
dea00d5309 enabled codec based client side 2014-03-25 13:16:34 +01:00
Matej Sekoranja
5426526de3 socket shutdown on OS X 2014-03-22 22:24:18 +01:00
Matej Sekoranja
5a5e49dd5d simpleSearchManager: immediate search (same thread) for first/the only channel 2014-03-22 22:11:43 +01:00
Matej Sekoranja
4b5432e050 merge 2014-03-22 21:58:37 +01:00
Matej Sekoranja
45f5430baf UDP blocking socket shutdown 2014-03-22 21:53:22 +01:00
Matej Sekoranja
80b93e2ddb UDP blocking socket shutdown 2014-03-22 21:21:39 +01:00
Andrew Johnson
1ccbdab48a Fix library link order to permit static builds. 2014-03-13 13:36:18 -05:00
Matej Sekoranja
f2ee8de758 codec: BlockingTCPClientTransportCodec 2014-03-09 01:36:44 +01:00
Marty Kraimer
f56ecdbfc0 CreateRequest: strip blanks from request string before parsing 2014-03-03 09:03:40 -05:00
Matej Sekoranja
13cf6f0d6a codec: fixed bugs in codec, now entire test passes 2014-02-14 21:55:27 +01:00
Matej Sekoranja
2e184d62e8 fixed transprort weak_ptr 2014-02-13 23:55:19 +01:00
Matej Sekoranja
a9c6ed6af8 codec: minor code fixes, codec endian test checks 2014-02-13 22:46:19 +01:00
Matej Sekoranja
3b9ca36301 v3ioc: added DLL export in syncChannelFind.h 2014-02-13 19:25:46 +01:00
damjankumar
5ab2ead581 internalDestroy problem solved + memory leak fixed in abstract codec 2014-02-13 15:52:02 +01:00
Matej Sekoranja
cd87ecd23a added v3ioc from pvDatabaseCPP 2014-02-12 23:58:40 +01:00
Matej Sekoranja
ae73e7c2ed codec implementation with lots of tests commited 2014-02-11 11:17:14 +01:00
Matej Sekoranja
7b2197ca26 ca: replaced deprecated array method with new for rtems/vxworks 2014-02-05 22:44:31 +01:00
Matej Sekoranja
f6d4c68c39 introspectionRegistry: enabled caching of non scalar/scalarArrays 2013-12-05 13:07:10 +01:00
Matej Sekoranja
344ba439ba build fixed 2013-12-03 12:55:25 +01:00
Matej Sekoranja
aa6bcecb1a win32: some warning removed 2013-12-03 12:08:45 +01:00
Matej Sekoranja
ebef394fe3 testServer: added ChannelArray impl. 2013-12-02 10:27:48 +01:00
Matej Sekoranja
a410437164 version inc. 2013-11-27 18:49:14 +01:00
Matej Sekoranja
e00bd16a8b win32 port: cntd. 2013-11-27 08:44:48 +01:00
Matej Sekoranja
2f31bf74bc win32 port: visibility declration 2013-11-27 08:13:32 +01:00
Matej Sekoranja
bc8bef3cc3 ca: ported to new shared_vector 2013-11-26 00:45:10 +01:00
Matej Sekoranja
c9e70902a2 Win32 port: gcc visibility test passed 2013-11-20 21:29:33 +01:00
Matej Sekoranja
283e7331a0 Win32 port: remote tests compile 2013-11-20 16:28:22 +01:00
Matej Sekoranja
949bed230e starting Win32 port 2013-11-20 16:14:42 +01:00
Marty Kraimer
308105a212 change monitor queue implementation 2013-11-13 09:55:29 -05:00
Marty Kraimer
cc9fae09e5 new implementation of monitor queue 2013-11-12 10:55:21 -05: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
c8da6ca92b 3.0.4 version 2013-09-24 22:21:15 +02:00
Matej Sekoranja
236a7311d5 pvAccess -> pva provider name change 2013-09-23 11:26:10 +02: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
03bb840840 vxWorks: non-virtual destructor warning fixed 2013-06-19 23:31:42 +02:00
Matej Sekoranja
8031d1fe31 pvaVersion: print of maintain. version even if not 0 2013-06-19 23:04:43 +02:00
Matej Sekoranja
e99fae4005 added virtual ~ChannelProviderFactory 2013-06-18 23:37:29 +02:00