Changesets: bareos
master 9e83022e 2024-07-04 07:44 Sebastian Sura Ported: N/A Details Diff |
config-parser-test-fd: enable test on msvc build | ||
mod - core/src/filed/filed_globals.h | Diff File | ||
mod - core/src/tests/CMakeLists.txt | Diff File | ||
mod - core/src/tests/test_config_parser_fd.cc | Diff File | ||
master 503e597d 2024-07-04 06:54 Sebastian Sura Ported: N/A Details Diff |
bareos.h: remove getopt include The include is moved to every file which needs it instead. As basically all of them are not build on windows, this is technically not needed. |
||
mod - core/src/include/bareos.h | Diff File | ||
mod - core/src/stored/bextract.cc | Diff File | ||
mod - core/src/stored/bls.cc | Diff File | ||
mod - core/src/tests/dir_statistics_thread.cc | Diff File | ||
mod - core/src/tools/bscrypto.cc | Diff File | ||
mod - core/src/tools/btestls.cc | Diff File | ||
mod - core/src/tools/drivetype.cc | Diff File | ||
mod - core/src/tools/fstype.cc | Diff File | ||
mod - core/src/vmware/vadp_dumper/bareos_vadp_dumper.cc | Diff File | ||
master 54167de7 2024-07-04 06:45 Sebastian Sura Ported: N/A Details Diff |
CMakeLists: add definition from mingwconfig.h | ||
mod - core/CMakeLists.txt | Diff File | ||
master b505b73f 2024-07-04 06:44 Sebastian Sura Ported: N/A Details Diff |
check-functions: always enable glob on windows This is done because we ship it ourselves and this is kinda hard to detect with `check_symbol_exists`. |
||
mod - core/cmake/BareosCheckFunctions.cmake | Diff File | ||
master b0a62295 2024-07-03 18:02 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1850 VMware Plugin: Adapt to Python 3.12 |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/cmake/get_python_compile_settings.py | Diff File | ||
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py | Diff File | ||
master bed6de47 2024-07-03 18:02 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 8e9465c0 2024-07-03 15:53 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1881 fix warnings on FreeBSD 13.3 compiler |
||
mod - CHANGELOG.md | Diff File | ||
mod - core/src/lib/channel.h | Diff File | ||
master 532fb01f 2024-07-03 15:53 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 0564c65b 2024-07-03 15:32 Ported: N/A Details Diff |
fix warnings on FreeBSD 13.3 compiler | ||
mod - core/src/lib/channel.h | Diff File | ||
master 07c7ec02 2024-07-03 15:21 Committer: arogge Ported: N/A Details Diff |
add test failing rerun always incremental virtual full Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> |
||
add - systemtests/tests/always-incremental-consolidate/testrunner-06-rerun-ai-vf | Diff File | ||
master 930495f8 2024-07-03 12:09 Sebastian Sura Ported: N/A Details Diff |
output-formatter: remove unused variable | ||
mod - core/src/lib/output_formatter.cc | Diff File | ||
master fe056864 2024-07-03 12:01 Sebastian Sura Ported: N/A Details Diff |
bnet: fix missing template specifier | ||
mod - core/src/lib/bnet.cc | Diff File | ||
master e39c4ee8 2024-07-03 12:01 Sebastian Sura Ported: N/A Details Diff |
findlib: remove unnecessary casts; fix #if | ||
mod - core/src/findlib/attribs.cc | Diff File | ||
mod - core/src/findlib/find_one.cc | Diff File | ||
master b763cd99 2024-07-03 12:00 Sebastian Sura Ported: N/A Details Diff |
cmake: fix checks for msvc | ||
mod - core/cmake/BareosCheckFunctions.cmake | Diff File | ||
mod - core/cmake/BareosCheckIncludes.cmake | Diff File | ||
master 9f8872ea 2024-07-03 11:55 Sebastian Sura Ported: N/A Details Diff |
btime: make code easier to understand | ||
mod - core/src/lib/btime.cc | Diff File | ||
master 71ae88e3 2024-07-03 11:19 Sebastian Sura Ported: N/A Details Diff |
config: add additional defines for other compilers | ||
mod - cmake/BareosSetVariableDefaults.cmake | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
master 62ea1e72 2024-07-03 11:17 Sebastian Sura Ported: N/A Details Diff |
btime: add implementation for localtime_r on MSVC | ||
mod - core/src/lib/bsys.cc | Diff File | ||
mod - core/src/lib/btime.cc | Diff File | ||
master 67901eb8 2024-07-03 11:16 Sebastian Sura Ported: N/A Details Diff |
compression: fix misplaced #define libfastlz is always compiled in and also relies on libz.h, so we would actually need to check for libz.h instead of libz itself. Sadly on windows this check does not want to work, so i disabled it completely. |
||
mod - core/src/lib/compression.cc | Diff File | ||
master c60c156b 2024-07-03 11:15 Sebastian Sura Ported: N/A Details Diff |
bsmtp: fix misplaced definitions | ||
mod - core/src/tools/bsmtp.cc | Diff File | ||
master f63262c0 2024-07-03 11:14 Sebastian Sura Ported: N/A Details Diff |
darwin: use constexpr instead of define | ||
mod - core/src/filed/backup.cc | Diff File | ||
mod - core/src/filed/verify.cc | Diff File | ||
master 48045542 2024-07-03 10:20 Committer: Bareos Bot Ported: N/A Details Diff |
Fix copyright year | ||
mod - core/cmake/get_python_compile_settings.py | Diff File | ||
master 422646f8 2024-07-02 17:51 Committer: Bareos Bot Ported: N/A Details Diff |
Suggested changes for PR#1850 | ||
mod - core/cmake/get_python_compile_settings.py | Diff File | ||
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py | Diff File | ||
master c17a86ac 2024-07-02 15:49 Sebastian Sura Committer: arogge Ported: N/A Details Diff |
socket-server: remove nonsensical check | ||
mod - core/src/filed/filed.cc | Diff File | ||
mod - core/src/filed/socket_server.cc | Diff File | ||
mod - core/src/filed/socket_server.h | Diff File | ||
master 375a5e7d 2024-07-02 15:44 Committer: bruno-at-bareos Ported: N/A Details Diff |
docs: improve Restoring a Bareos Server section - add example how to load the restored database ascii dump as catalog - update the AUTHORS file. |
||
mod - AUTHORS | Diff File | ||
mod - docs/manuals/source/Appendix/DisasterRecoveryUsingBareos.rst | Diff File | ||
master 97aefb04 2024-07-02 10:06 Sebastian Sura Ported: N/A Details Diff |
bnet: fix using <= with boolean | ||
mod - core/src/lib/bnet.cc | Diff File |