Commit Graph

140 Commits

Author SHA1 Message Date
Matej Sekoranja 8fdd51396c remote connection close fix, request destroy fix 2011-02-02 10:49:32 +01:00
Matej Sekoranja 082b890948 merge 2011-02-01 00:38:59 +01:00
Matej Sekoranja d0db4588ee mm of TransportSender 2011-02-01 00:38:11 +01:00
Gasper Jansa 327efbcf80 server context implementation 2011-01-31 22:52:25 +01:00
Matej Sekoranja 5ee480beee merge 2011-01-31 22:10:42 +01:00
Matej Sekoranja db1a880c68 get rid of status globals, global enum 2011-01-31 22:08:25 +01:00
Gasper Jansa 82969687f8 fixed memory leak. System configuration gets created by default. 2011-01-31 21:17:42 +01:00
Matej Sekoranja 0afa2a6aa7 tabs removed, formatting, monitor resubscription fixed 2011-01-30 23:24:46 +01:00
Matej Sekoranja 0c13ba72a3 ClientContextImpl 2011-01-30 22:39:56 +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 228ed56858 merge 2011-01-24 23:28:31 +01:00
Matej Sekoranja 8dbc67377c no-queue monitor implementation 2011-01-24 23:20:19 +01:00
Gasper Jansa 29ae6bb531 merging 2011-01-24 21:47:36 +01:00
Gasper Jansa 7d16a119df some fixes in introspection registry 2011-01-24 21:44:27 +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
Gasper Jansa 32bed890b6 configuration , changed key in maps from char* to std::string 2011-01-21 16:09:04 +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 ff25642cd1 process, getField implementation 2011-01-19 20:01:56 +01:00
Matej Sekoranja 4c49c498c9 UDP port reuse fixed 2011-01-19 10:52:06 +01:00
Matej Sekoranja 39183e3b7f structure deserialization fix 2011-01-19 00:32:33 +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
miha_vitorovic c621d68d5b Merge with 4eb701a1dba05c30fdd8d0c9c03c7ffc30915745 2011-01-12 16:25:41 +01:00
Matej Sekoranja 9b27d7b35d all reqs finished 2011-01-12 16:19:56 +01:00
miha_vitorovic b63373ba03 Using %u to display size_type variable - avoid warning. 2011-01-12 16:05:13 +01:00
Matej Sekoranja 9597663cea merge 2011-01-12 14:31:34 +01:00
Matej Sekoranja 9416f887ad more responses 2011-01-12 14:30:05 +01:00
miha_vitorovic 3bd11a1e00 Fixing the TCPConnector cleanup order in case of a server crash. 2011-01-12 14:23:32 +01:00
miha_vitorovic 2565191fb7 Removed socket polling from transports. 2011-01-12 14:01:54 +01:00
Matej Sekoranja f72e495a99 more responses implemented 2011-01-11 22:35:43 +01:00
Matej Sekoranja 6c19ea34b2 broadcast list fix. 2011-01-11 16:05:31 +01:00
miha_vitorovic 23569b4919 Defining SA_LEN macro to correctly calculate the next sockaddr offset 2011-01-11 09:03:20 +01:00
miha_vitorovic 4381e85143 Fixing compile error because of missing 'sa_len' field. 2011-01-11 08:34:37 +01:00
Matej Sekoranja 38d53f1ab6 cleanup cntd. 2011-01-11 00:58:12 +01:00
Matej Sekoranja 3ec4dcdcdb merge 2011-01-10 23:44:33 +01:00
Matej Sekoranja b167f78416 cleanup 2011-01-10 23:43:52 +01:00
Gasper Jansa b3fb43800f Fixing bad mering and test for search manager 2011-01-10 23:06:46 +01:00
Gasper Jansa a5f44c97c2 merging 2011-01-10 22:29:59 +01:00
Gasper Jansa 5224123ba4 deadlock and some other fixes 2011-01-10 22:15:32 +01:00
Gasper Jansa 636a1f73bd deadlock and some other fixes 2011-01-10 22:15:14 +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 487882dbff - 'getBroadcastAddresses' now accepts a port as parameter which in then used in all returned broadcast addresses.
- 'getBroadcastAddresses' now returns a default broadcast address (255.255.255.255) on failure, if no other broadcast address was found.
2011-01-10 16:13:23 +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 44516e8a40 GrowingCircularBuffer template specialization for pointers done. 2011-01-10 15:37:25 +01:00
miha_vitorovic 4e96a20766 ArrayFIFO template specialization for pointers done. 2011-01-10 15:18:15 +01:00