Matej Sekoranja
a63374e86b
ClientFactory added
2011-02-03 17:09:13 +01:00
Michael Davidsaver
8904298718
update for changes to PVData object monitoring
...
showConstructDestruct.h renamed as CDRMonitor.h
2011-02-02 10:07:19 -05:00
Matej Sekoranja
8fdd51396c
remote connection close fix, request destroy fix
2011-02-02 10:49:32 +01:00
Matej Sekoranja
3c2265e94a
initial protocol spec added
2011-02-01 19:28:23 +01:00
Matej Sekoranja
d0db4588ee
mm of TransportSender
2011-02-01 00:38:11 +01:00
Matej Sekoranja
db1a880c68
get rid of status globals, global enum
2011-01-31 22:08:25 +01:00
Matej Sekoranja
0c13ba72a3
ClientContextImpl
2011-01-30 22:39:56 +01:00
Matej Sekoranja
f42834179c
exception safe calls
2011-01-28 23:39:10 +01:00
Matej Sekoranja
ec3a7b3ed6
resubscription
2011-01-28 21:22:31 +01:00
Matej Sekoranja
441532ff66
baseException fix
2011-01-28 19:52:46 +01:00
Matej Sekoranja
4bb231f22c
channelArray done.
2011-01-26 12:31:41 +01:00
Matej Sekoranja
7d650f3d68
channelRPC done
2011-01-26 10:46:51 +01:00
Matej Sekoranja
c1c391854c
putGet impl
2011-01-25 23:43:07 +01:00
Matej Sekoranja
8dbc67377c
no-queue monitor implementation
2011-01-24 23:20:19 +01:00
Matej Sekoranja
5cb78eac05
TCP transport cleanup, lots of printf still in use
2011-01-24 18:07:37 +01:00
Matej Sekoranja
b23e7f13d8
memory management fixes
2011-01-23 23:47:13 +01:00
Matej Sekoranja
d8f81d79db
MM cleanup
2011-01-20 19:01:25 +01:00
Matej Sekoranja
c6d51067d1
UDP transport cleanup
2011-01-20 17:47:13 +01:00
Matej Sekoranja
d4d82f9788
channelPut
2011-01-19 21:24:41 +01:00
Matej Sekoranja
ff25642cd1
process, getField implementation
2011-01-19 20:01:56 +01:00
Matej Sekoranja
91c2851b30
successful channelGet
2011-01-19 00:33:00 +01:00
Matej Sekoranja
b2bac9f916
channelGet... not working
2011-01-17 00:11:08 +01:00
Matej Sekoranja
9d2692026a
BaseResponseRequests
2011-01-16 22:40:30 +01:00
Matej Sekoranja
9b27d7b35d
all reqs finished
2011-01-12 16:19:56 +01:00
Matej Sekoranja
9416f887ad
more responses
2011-01-12 14:30:05 +01:00
Matej Sekoranja
f72e495a99
more responses implemented
2011-01-11 22:35:43 +01:00
Matej Sekoranja
d30cb10439
crash on transport verification fixed
2011-01-11 18:07:49 +01:00
Matej Sekoranja
21951b885d
create channel w/ minor error on verification send-back
2011-01-10 21:15:17 +01:00
Matej Sekoranja
349a8217f7
merge and broadcast addresses fix
2011-01-10 17:51:30 +01:00
Matej Sekoranja
a87b9e72e7
search req. accepted
2011-01-10 16:34:56 +01:00
miha_vitorovic
6db84be16e
- Connecting to invalid server (port) now generates an error.
...
- Removed usage 'ipAddrToA' from the code. Replaced with 'ipAddrToDottedIP'.
2011-01-10 15:51:35 +01:00
miha_vitorovic
df7a9fa073
Added configuration to Context and fixed all the users.
2011-01-10 14:09:58 +01:00
Matej Sekoranja
f1f7ad2709
Context, ChannelSearchManager cyc. dep. resolved
2011-01-09 22:41:05 +01:00
Matej Sekoranja
5c5305635b
first successful message test
2011-01-09 20:07:03 +01:00
miha_vitorovic
6c3b00dc86
configure/CONFIG_SITE:
...
- added explicit instructions to link pthread library, since it is not included by default on Fedora linux (possibly others?)
testRemoteClientImpl.cpp:
- added "#include <memory>" needed for std::auto_ptr
2011-01-06 09:49:22 +01:00
Matej Sekoranja
bf5e3f3e19
ChannelSearchManager mocks
2011-01-05 10:14:18 +01:00
Matej Sekoranja
45ec248380
merge
2011-01-04 13:16:27 +01:00
Matej Sekoranja
b6d9221a47
ctnd. work on remote client access implementation
2011-01-04 12:58:51 +01:00
miha_vitorovic
bd1a4e2634
Makefile: included all the new sources
...
blockingClientTCPTransport.cpp: implementation
blockingTCP.h:
* class BlockingTCPTransport:
- added Context to ctor
- added 'virtual' declaration to overrides
- 'priority' is now 'int16'
* added class 'BlockingClientTCPTransport'
blockingTCPConnector.cpp: implementation
blockingTCPTransport.cpp:
* removed 'transportRegistry' added 'context'
blockingUDP.h:
* added missing override 'getIntrospectionRegistry'
* 'BlockingUDPConnector::_priority' is now 'int16' instead of 'short'
blockingUDPConnector.cpp:
* 'connect' parameter priority is now 'int16' instead of 'short'
* fixed and added error logging
remote.h:
* added 'TransportRegistry' forward declaration
* added 'Transport::getIntrospectionRegistry' prototype
* changed 'Connector::connect' prototype parameter 'priority': 'short'->'int16'
* added 'Context' interface
* added 'ReferenceCountingTransport' interface
transportRegistry.h:
* added 'Transport' forward declaration
testRemoteClientImpl.cpp:
* added '#include <transportRegistry.h>' to fix compile error
* lots of auto-format changes
transportRegistryTest.cpp:
*
2011-01-04 11:58:00 +01:00
Matej Sekoranja
95148e2d50
ref. counting macro, starting remote client implementation
2011-01-02 12:59:33 +01:00