ichrispa
|
f4629df441
Merge pull request #291 from acplt/service_call_implementation
|
před 10 roky |
ichrispa
|
69892b53f0
Fixed conflict arising from the lack of calcSizeBinary in the master branch.
|
před 10 roky |
ichrispa
|
d9c16defb5
Conflicts:
|
před 10 roky |
Julius Pfrommer
|
b865250d6f
simplify network error handling in the client
|
před 10 roky |
Julius Pfrommer
|
77c25bb956
remove calcSizeBinary
|
před 10 roky |
Stasik0
|
f4425ef48c
fixing cleanup memory errors, relates to #270
|
před 10 roky |
Stasik0
|
1ca92d05db
handling partial messages properly (the server did gracfully exit on this error, client was a problem)
|
před 10 roky |
Julius Pfrommer
|
b44a64a8fc
move sending of servicefaults from securechannel to server.
|
před 10 roky |
Julius Pfrommer
|
602086239e
fix client
|
před 10 roky |
Julius Pfrommer
|
8413eceba6
Don't use calcSizeBinary. Return a failure message if the response message would be too large.
|
před 10 roky |
Julius Pfrommer
|
e0f7d135b9
reuse buffers for sending
|
před 10 roky |
Stasik0
|
b2f2dd9adc
fixing missing authentification tokens in client
|
před 10 roky |
Stasik0
|
5e665ec563
fixed a cleanup crash for unitialized client, @hfaham, this fixes your issue!
|
před 10 roky |
Stasik0
|
e62e5a409f
partial revert of the PR #260, the memory allocators can be safely defined before including our header files
|
před 10 roky |
hfaham
|
21fef35105
Update ua_client.c
|
před 10 roky |
hfaham
|
ffc76aa126
Update ua_client.c
|
před 10 roky |
hfaham
|
8fdcafad73
Update ua_client.c
|
před 10 roky |
Julius Pfrommer
|
3220a651db
Added UA_SecureChannel_sendBinaryResponse
|
před 10 roky |
Stasik0
|
104c8d3107
renew secure channel on a timely base automatically
|
před 10 roky |
Julius Pfrommer
|
624f7089fa
add UA_Client_renewSecureChannel, make the securechannel lifetime user-definable in the client config
|
před 10 roky |
Stasik0
|
31dea3b36f
fixing coverity issues except for ua_server_worker.c
|
před 10 roky |
Julius Pfrommer
|
cf33d08b7d
changing some macros to reenable the library for c++
|
před 10 roky |
Stasik0
|
ab4e2d882b
added dynamically linked examples to the standard build, fixed the unexposed structs/functions, relates to #234
|
před 10 roky |
Stasik0
|
18718c1765
returning an error if tcp sending failed
|
před 10 roky |
Stasik0
|
f1b2c3334d
fixing 2 memory problems
|
před 10 roky |
Stasik0
|
1921322474
client calls getEndpoints and tries to locate an unsecured endpoint with an anonymous login token
|
před 10 roky |
Julius Pfrommer
|
776266e4e2
Do not use non-blocking sockets in the client (until we have an async API)
|
před 10 roky |
Stasik0
|
a70e39362c
fixing client identification
|
před 10 roky |
Julius Pfrommer
|
1c58e179af
alloc bufers in the network layer for the client
|
před 10 roky |
Julius Pfrommer
|
68cf0f8613
take message buffers from the connection layer
|
před 10 roky |