ichrispa
|
8ebed8bd0c
Fixed: Client would retain tx buffer size even after server explitly says he has less rx buffer size in hello message (caused all subsequent getSendBuffer() to fail)
|
8 년 전 |
Julius Pfrommer
|
823dd17de6
remove magic numbers in client; improve logging
|
8 년 전 |
Julius Pfrommer
|
c317396f4c
Chunking callback (#534)
|
9 년 전 |
Julius Pfrommer
|
999bdef64a
split the MessageTypeAndFinal type, cherry-picked from chunking_callback
|
9 년 전 |
Julius Pfrommer
|
5e87c1db68
move logger and connection-function into the client config (#585)
|
9 년 전 |
ichrispa
|
8c22a486bd
Made client state visible to userspace; client recovers from potential decoding errors after successfull service calls or channel renewals (closes #570).
|
9 년 전 |
Julius Pfrommer
|
3946886130
make UA_Connection_completeMessages an internal function
|
9 년 전 |
Stasik0
|
d81279feb0
adding usernamepassword auth to client, fixing a username/pass struct bug in the server
|
9 년 전 |
Julius Pfrommer
|
34dafb78ce
Use the less noisy C99 true/false throughout. But keep the UA_TRUE/UA_FALSE macros for compatibility
|
9 년 전 |
Julius Pfrommer
|
9f9c66b413
cosmetic improvements
|
9 년 전 |
Stasik0
|
086c8d63dc
fixing some bugs in client side, relates to #543
|
9 년 전 |
Julius Pfrommer
|
38c5308165
increase default session timeout; add session logging
|
9 년 전 |
Julius Pfrommer
|
525e5a1404
align client getendpoints with naming conventions
|
9 년 전 |
Stasik0
|
fcf6e55fa3
Implemented UA_Client_getEndpoints function, relates to #313
|
9 년 전 |
Stasik0
|
a883dc3145
Merge branch 'master' into client_getEndpoints
|
9 년 전 |
Julius Pfrommer
|
2ae7fef1e4
add Wshadow and Wconversion compiler flags; fix all warnings; networklayer takes the logger from the server at startup
|
9 년 전 |
Stasik0
|
428afdb2e4
removed unneded timeToRenewSecureChannel parameter, relates #505
|
9 년 전 |
Stasik0
|
d491f9bc66
fixing renewal in both client and server: added verification of secureChannelID for both the issue and the renewal case, relates #505
|
9 년 전 |
Stasik0
|
cd5cec72b4
fixed wrong securechannel lifetime duration conversion, relates #505
|
9 년 전 |
Stasik0
|
412bf6d64d
Implemented UA_Client_getEndpoints function, relates to #313
|
9 년 전 |
Julius Pfrommer
|
b04d6f867c
Merge branch 'master' into cleanup_build
|
9 년 전 |
Stasik0
|
6f9514e361
removing a possible memleak, relates to #481
|
9 년 전 |
Stasik0
|
b2ac767f74
should fix issue #481, seems to be a regression
|
9 년 전 |
Julius Pfrommer
|
b210b19ae2
cleanup build settings; remove old doxygen documentation
|
9 년 전 |
Julius Pfrommer
|
23ed641bcc
improve the client; fix remaining memleaks; wait for complete messages in the network layer
|
9 년 전 |
Julius Pfrommer
|
ac07df68b6
cosmetic improvements; increase the client timeout
|
9 년 전 |
Julius Pfrommer
|
cfdccab274
purely cosmetic improvements
|
9 년 전 |
Julius Pfrommer
|
4634aa1cd7
Merge branch 'master' into unsigned_array_size
|
9 년 전 |
Julius Pfrommer
|
7c152a5ece
use a const string for the client connection
|
9 년 전 |
Julius Pfrommer
|
4f30c9aaf2
remove crash in the client when the server does not respond
|
9 년 전 |