Changesets: bareos
|
dev 78145faa 2018-08-13 16:27 Ported: N/A Details Diff |
bsock-test: always enable tls-cert on the server - disabled check_cipher test but left the code for documentation |
||
| mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
|
dev 2d882e35 2018-08-13 16:27 Ported: N/A Details Diff |
bsock-test: always enable tls-cert on the server - disabled check_cipher test but left the code for documentation |
||
| mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
|
dev 7fc23830 2018-08-13 16:27 Ported: N/A Details Diff |
bsock-test: always enable tls-cert on the server - disabled check_cipher test but left the code for documentation |
||
| mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
|
dev 5e4e4a2a 2018-08-13 16:27 Ported: N/A Details Diff |
bsock-test: always enable tls-cert on the server - disabled check_cipher test but left the code for documentation |
||
| mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
|
dev 66898082 2018-08-13 15:10 Ported: N/A Details Diff |
bsock-test: improved constructor tests | ||
| mod - core/src/lib/unittests/bsock_constructor_test.cc | Diff File | ||
|
dev f05ed521 2018-08-13 15:10 Ported: N/A Details Diff |
bsock-test: improved constructor tests | ||
| mod - core/src/lib/unittests/bsock_constructor_test.cc | Diff File | ||
|
dev cf856e0a 2018-08-13 15:10 Ported: N/A Details Diff |
bsock-test: improved constructor tests | ||
| mod - core/src/lib/unittests/bsock_constructor_test.cc | Diff File | ||
|
dev 01b229a4 2018-08-13 15:10 Ported: N/A Details Diff |
bsock-test: improved constructor tests | ||
| mod - core/src/lib/unittests/bsock_constructor_test.cc | Diff File | ||
|
dev 4a0e2a08 2018-08-13 15:10 Ported: N/A Details Diff |
bsock-test: improved constructor tests | ||
| mod - core/src/lib/unittests/bsock_constructor_test.cc | Diff File | ||
|
dev 735a717d 2018-08-13 15:05 Ported: N/A Details Diff |
bsock: tls connection as shared pointer - changed declaration - copy constructor makes a copy of the pointer |
||
| mod - core/src/lib/bsock.cc | Diff File | ||
| mod - core/src/lib/bsock.h | Diff File | ||
|
dev 252882ab 2018-08-13 15:05 Ported: N/A Details Diff |
bsock: tls connection as shared pointer - changed declaration - copy constructor makes a copy of the pointer |
||
| mod - core/src/lib/bsock.cc | Diff File | ||
| mod - core/src/lib/bsock.h | Diff File | ||
|
dev 99a93b0f 2018-08-13 15:05 Ported: N/A Details Diff |
bsock: tls connection as shared pointer - changed declaration - copy constructor makes a copy of the pointer |
||
| mod - core/src/lib/bsock.cc | Diff File | ||
| mod - core/src/lib/bsock.h | Diff File | ||
|
dev 33defbad 2018-08-13 15:05 Ported: N/A Details Diff |
bsock: tls connection as shared pointer - changed declaration - copy constructor makes a copy of the pointer |
||
| mod - core/src/lib/bsock.cc | Diff File | ||
| mod - core/src/lib/bsock.h | Diff File | ||
|
dev cf6cdeb5 2018-08-13 13:26 Ported: N/A Details Diff |
bsock: removed bitfield declarations for bool type variables | ||
| mod - core/src/lib/bsock.h | Diff File | ||
|
dev 0185f5b1 2018-08-13 13:26 Ported: N/A Details Diff |
bsock: removed bitfield declarations for bool type variables | ||
| mod - core/src/lib/bsock.h | Diff File | ||
|
dev 8b6b8f84 2018-08-13 13:26 Ported: N/A Details Diff |
bsock: removed bitfield declarations for bool type variables | ||
| mod - core/src/lib/bsock.h | Diff File | ||
|
dev 4a20dade 2018-08-13 13:26 Ported: N/A Details Diff |
bsock: removed bitfield declarations for bool type variables | ||
| mod - core/src/lib/bsock.h | Diff File | ||
|
dev 93ebf1d3 2018-08-13 13:23 Ported: N/A Details Diff |
bsock-test: added bsock_constructor_test.cc to unittests | ||
| mod - core/src/lib/unittests/CMakeLists.txt | Diff File | ||
| add - core/src/lib/unittests/bsock_constructor_test.cc | Diff File | ||
| mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
|
dev 0402a070 2018-08-13 13:23 Ported: N/A Details Diff |
bsock-test: added bsock_constructor_test.cc to unittests | ||
| mod - core/src/lib/unittests/CMakeLists.txt | Diff File | ||
| add - core/src/lib/unittests/bsock_constructor_test.cc | Diff File | ||
| mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
|
dev de2597da 2018-08-13 13:23 Ported: N/A Details Diff |
bsock-test: added bsock_constructor_test.cc to unittests | ||
| mod - core/src/lib/unittests/CMakeLists.txt | Diff File | ||
| add - core/src/lib/unittests/bsock_constructor_test.cc | Diff File | ||
| mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
|
dev 50189f8f 2018-08-13 13:23 Ported: N/A Details Diff |
bsock-test: added bsock_constructor_test.cc to unittests | ||
| mod - core/src/lib/unittests/CMakeLists.txt | Diff File | ||
| add - core/src/lib/unittests/bsock_constructor_test.cc | Diff File | ||
| mod - core/src/lib/unittests/bsock_test.cc | Diff File | ||
|
dev db941aa4 2018-08-13 13:00 Ported: N/A Details Diff |
bsock: improved socket close - removed obvious comments - check for valid socket descriptor number before closing |
||
| mod - core/src/lib/bsock_tcp.cc | Diff File | ||
|
dev 6a42056a 2018-08-13 13:00 Ported: N/A Details Diff |
bsock: improved socket close - removed obvious comments - check for valid socket descriptor number before closing |
||
| mod - core/src/lib/bsock_tcp.cc | Diff File | ||
|
dev f6e5b681 2018-08-13 13:00 Ported: N/A Details Diff |
bsock: improved socket close - removed obvious comments - check for valid socket descriptor number before closing |
||
| mod - core/src/lib/bsock_tcp.cc | Diff File | ||
|
dev 3d5a59b5 2018-08-13 13:00 Ported: N/A Details Diff |
bsock: improved socket close - removed obvious comments - check for valid socket descriptor number before closing |
||
| mod - core/src/lib/bsock_tcp.cc | Diff File | ||