Changesets: bareos
master 8ab53161 2024-02-13 15:32 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
next-vol: give mutex a name | ||
mod - core/src/dird/next_vol.cc | Diff File | ||
master e0b36184 2024-02-13 14:08 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
bsock-tcp: adjust debug level of TCP_ULP warning There is very little reason for this debug message to have level 20. |
||
mod - core/src/lib/bnet_server_tcp.cc | Diff File | ||
mod - core/src/lib/bsock_tcp.cc | Diff File | ||
master aafd5ad1 2024-02-13 13:26 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
socket-server: fix mistake | ||
mod - core/src/dird/socket_server.cc | Diff File | ||
master fec23f2f 2024-02-13 13:14 Committer: Bareos Bot Ported: N/A Details Diff |
core: Fix compile errors on GCC 14 for tests, too | ||
mod - core/src/tests/addresses_and_ports_config.cc | Diff File | ||
master 73b7a97b 2024-02-13 11:28 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1685 core: fix various data races (connection_pool/heartbeat_thread) |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/dird/fd_cmds.cc | Diff File | ||
mod - core/src/dird/fd_cmds.h | Diff File | ||
mod - core/src/dird/job.cc | Diff File | ||
mod - core/src/dird/socket_server.cc | Diff File | ||
mod - core/src/dird/ua_status.cc | Diff File | ||
mod - core/src/filed/heartbeat.cc | Diff File | ||
mod - core/src/lib/connection_pool.cc | Diff File | ||
mod - core/src/lib/connection_pool.h | Diff File | ||
mod - core/src/lib/thread_util.h | Diff File | ||
mod - core/src/plugins/filed/CMakeLists.txt | Diff File | ||
add - core/src/plugins/filed/spam/spam.cc | Diff File | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/heartbeat-interval/CMakeLists.txt | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/fileset/PluginTest.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/heartbeat-interval/functions | Diff File | ||
add - systemtests/tests/heartbeat-interval/test-setup | Diff File | ||
add - systemtests/tests/heartbeat-interval/testrunner-check | Diff File | ||
master b6b7a05a 2024-02-13 11:28 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master cd082f1b 2024-02-13 09:41 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1662 fvec: add mmap based vector |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/lib/channel.h | Diff File | ||
mod - core/src/lib/edit.h | Diff File | ||
mod - core/src/stored/append.cc | Diff File | ||
add - core/src/stored/backends/dedup/fvec.h | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
add - core/src/tests/fvec.cc | Diff File | ||
mod - systemtests/tests/restore/testrunner-full-restore | Diff File | ||
master c6e54d38 2024-02-13 09:41 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 15b76d7f 2024-02-12 10:40 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
dird: fix trying to write batch if it does not exist | ||
mod - core/src/dird/ndmp_dma_backup_NDMP_BAREOS.cc | Diff File | ||
mod - core/src/dird/vbackup.cc | Diff File | ||
mod - core/src/dird/verify.cc | Diff File | ||
master bec1106a 2024-02-12 10:40 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: fix strippath test setup | ||
mod - systemtests/tests/strippath/CMakeLists.txt | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/job/verify-catalog-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/job/verify-disktocatalog-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/job/verify-initcatalog-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/job/verify-volumetocatalog-bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/strippath/test-setup | Diff File | ||
add - systemtests/tests/strippath/testrunner-01-backup | Diff File | ||
rm - systemtests/tests/strippath/testrunner-01-setup | Diff File | ||
mod - systemtests/tests/strippath/testrunner-02-restore | Diff File | ||
mod - systemtests/tests/strippath/testrunner-03-verify | Diff File | ||
master cbbd5e64 2024-02-12 10:40 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: clean up config comments | ||
mod - systemtests/tests/strippath/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
mod - systemtests/tests/strippath/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
mod - systemtests/tests/strippath/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
master c06488e0 2024-02-12 10:40 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: strippath tests for all verify levels | ||
mod - systemtests/tests/strippath/testrunner-03-verify | Diff File | ||
master 8053f844 2024-02-12 10:40 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
filed: fix DiskToCatalog job with StripPath | ||
mod - core/src/filed/verify.cc | Diff File | ||
master 57223a97 2024-02-12 10:40 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: add strippath verify job test | ||
mod - systemtests/tests/strippath/CMakeLists.txt | Diff File | ||
add - systemtests/tests/strippath/testrunner-03-verify | Diff File | ||
master f9c76257 2024-02-12 10:40 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: split strippath tests | ||
mod - systemtests/tests/strippath/CMakeLists.txt | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
rm - systemtests/tests/strippath/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
add - systemtests/tests/strippath/testrunner-02-restore | Diff File | ||
master 1cfbd529 2024-02-12 10:40 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
filed: fix stripping top level directories | ||
mod - core/src/filed/backup.cc | Diff File | ||
master bff3cf3a 2024-02-12 10:40 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
systemtests: clean up strippath test | ||
rm - systemtests/tests/strippath/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
rm - systemtests/tests/strippath/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/job/backup-bareos-fd.conf | Diff File | ||
rm - systemtests/tests/strippath/etc/bareos/bareos-dir.d/pool/Copy.conf | Diff File | ||
mod - systemtests/tests/strippath/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
rm - systemtests/tests/strippath/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
rm - systemtests/tests/strippath/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
mod - systemtests/tests/strippath/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
rm - systemtests/tests/strippath/etc/bareos/bareos-dir.d/storage/File2.conf.in | Diff File | ||
mod - systemtests/tests/strippath/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
mod - systemtests/tests/strippath/testrunner | Diff File | ||
master 45ce593c 2024-02-12 10:40 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
filed: undo strip path changes | ||
mod - core/src/filed/accurate_htable.cc | Diff File | ||
mod - core/src/filed/accurate_lmdb.cc | Diff File | ||
mod - core/src/filed/backup.cc | Diff File | ||
mod - core/src/filed/backup.h | Diff File | ||
master 48b17c5a 2024-02-12 10:40 SamuelBoerlin Committer: Bareos Bot Ported: N/A Details Diff |
filed: skip stripped top level directories | ||
mod - core/src/filed/accurate_htable.cc | Diff File | ||
mod - core/src/filed/accurate_lmdb.cc | Diff File | ||
mod - core/src/filed/backup.cc | Diff File | ||
mod - core/src/filed/backup.h | Diff File | ||
mod - systemtests/tests/CMakeLists.txt | Diff File | ||
add - systemtests/tests/strippath/CMakeLists.txt | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/catalog/MyCatalog.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/client/bareos-fd.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/fileset/Catalog.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/job/RestoreFiles.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/jobdefs/DefaultJob.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/messages/Daemon.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/messages/Standard.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/pool/Copy.conf | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/pool/Differential.conf | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/pool/Full.conf | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/pool/Incremental.conf | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/pool/Scratch.conf | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/profile/operator.conf | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/storage/File.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-dir.d/storage/File2.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-fd.d/client/myself.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-fd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-fd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-sd.d/device/FileStorage.conf | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-sd.d/director/bareos-dir.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-sd.d/messages/Standard.conf | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bareos-sd.d/storage/bareos-sd.conf.in | Diff File | ||
add - systemtests/tests/strippath/etc/bareos/bconsole.conf.in | Diff File | ||
add - systemtests/tests/strippath/testrunner | Diff File | ||
master 4b1a9766 2024-02-12 10:07 Sebastian Sura Ported: N/A Details Diff |
stored-conf: add option that controls jit reservations | ||
mod - core/src/stored/append.cc | Diff File | ||
mod - core/src/stored/reserve.cc | Diff File | ||
mod - core/src/stored/stored_conf.cc | Diff File | ||
mod - core/src/stored/stored_conf.h | Diff File | ||
mod - docs/manuals/source/include/autogenerated/bareos-sd-config-schema.json | Diff File | ||
master e5c3b2a9 2024-02-09 17:42 Ported: N/A Details Diff |
cmake: Refactor ccache usage | ||
mod - CMakeLists.txt | Diff File | ||
add - cmake/BareosCcache.cmake | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
master 250e3e5f 2024-02-09 16:32 Ported: N/A Details Diff |
cmake: add DebugEdit module by using the DebugEdit module we add a POST_BUILD command to each CMake target that generates ELF binaries if we have debugedit available. This command will basically undo the job of -fdebug-prefix-map. The idea here is that we want to have all object files with canonical paths in ccache, but the resulting binaries should have the non-canonical path embedded so debuginfo/debugsource generation will work correctly. |
||
mod - CMakeLists.txt | Diff File | ||
add - cmake/DebugEdit.cmake | Diff File | ||
mod - core/src/benchmarks/CMakeLists.txt | Diff File | ||
mod - core/src/cats/CMakeLists.txt | Diff File | ||
mod - core/src/console/CMakeLists.txt | Diff File | ||
mod - core/src/dird/CMakeLists.txt | Diff File | ||
mod - core/src/droplet/libdroplet/CMakeLists.txt | Diff File | ||
mod - core/src/fastlz/CMakeLists.txt | Diff File | ||
mod - core/src/filed/CMakeLists.txt | Diff File | ||
mod - core/src/findlib/CMakeLists.txt | Diff File | ||
mod - core/src/findlib/unittests/CMakeLists.txt | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
mod - core/src/lmdb/CMakeLists.txt | Diff File | ||
mod - core/src/ndmp/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/dird/python/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/filed/python/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/stored/CMakeLists.txt | Diff File | ||
mod - core/src/plugins/stored/python/CMakeLists.txt | Diff File | ||
mod - core/src/qt-tray-monitor/CMakeLists.txt | Diff File | ||
mod - core/src/stored/CMakeLists.txt | Diff File | ||
mod - core/src/stored/backends/CMakeLists.txt | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - core/src/tools/CMakeLists.txt | Diff File | ||
mod - core/src/vmware/vadp_dumper/CMakeLists.txt | Diff File | ||
master 4c63cb2c 2024-02-09 10:19 Ported: N/A Details Diff |
cmake: use top directory for prefix-maps | ||
mod - CMakeLists.txt | Diff File | ||
add - cmake/PrefixMap.cmake | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - debian/rules | Diff File | ||
master 4f68a135 2024-02-09 10:18 Ported: N/A Details Diff |
devtools: add rpm-build.sh | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
add - devtools/build-rpm.sh | Diff File | ||
master 6fb1de87 2024-02-09 07:30 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
dbcheck: fix assigning possible nullptr to std::string We now set the strings to be empty if the value it shouldve been assigned is null. This can happen if the configuration is missing. |
||
mod - core/src/dird/dbcheck.cc | Diff File |