Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-08Merge pull request #1302dev/bpoed/master/localizationAndreas Rogge
2022-11-07Merge pull request #1271Andreas Rogge
2022-11-07Updated CHANGELOG.mdAndreas Rogge
2022-11-07python-fd: force C++17 for python modulesAndreas Rogge
2022-11-07vol_mgr: replace construct_at with placement newAlaa Eddine Elamri
2022-11-07use compare exchange before changing statusAlaa Eddine Elamri
2022-11-07make JobStatus private and replace accesses with setter and getterAlaa Eddine Elamri
2022-11-07replace volatile jobstatus with atomicAlaa Eddine Elamri
2022-11-07rename forceJobStatus to setJobStatusAlaa Eddine Elamri
2022-11-07rename setJobStatus to setJobStatusWithPriorityCheckAlaa Eddine Elamri
2022-11-07remove reset jobstatus and replace with forcejobstatusAlaa Eddine Elamri
2022-11-07vol_mgr: remove duplicate FreeReadVolItemAlaa Eddine Elamri
2022-11-07vol_mgr: replace volatile with atomic for use_count_Alaa Eddine Elamri
2022-11-07remove volatile from swap_deviceAlaa Eddine Elamri
2022-11-07replace volatile device pointers with actual variableAlaa Eddine Elamri
2022-11-07device_control_record.h: remove volatile keyword from Device*Alaa Eddine Elamri
2022-11-07jcr_private: sd_msg_thread_done from volatile to atomicAlaa Eddine Elamri
2022-11-07jcr_private: FDJobStatus from volatile to atomicAlaa Eddine Elamri
2022-11-07jcr_private: SDJobStatus from volatile to atomicAlaa Eddine Elamri
2022-11-07jcr: use count volatile to atomicAlaa Eddine Elamri
2022-11-07bsock: switch volatile to std::atomicAlaa Eddine Elamri
2022-11-07windows: fix windows complaintsAlaa Eddine Elamri
2022-11-07complying with the deprecation of implicit capture of `this` via `[=]`Alaa Eddine Elamri
2022-11-07Merge pull request #1300Andreas Rogge
2022-11-07update CHANGELOG.mdBruno Friedmann
2022-11-07Update CHANGELOG.mdAndreas Rogge
2022-11-07job.cc: still try to get filest recordPhilipp Storz
2022-11-07systemtest: verify that fileset text is updated in existing fileset db entriesPhilipp Storz
2022-11-07sql_create.cc: update existing fileset records with current filesettextPhilipp Storz
2022-11-07webui: fix pool link in job details formatterFrank Bergkemper
2022-11-04Merge pull request #1279Philipp Storz
2022-11-04update CHANGELOG.mdPhilipp Storz
2022-11-04bareos-check-sources: apply modificationsPhilipp Storz
2022-11-03core: remove the remaining HAVE_TYPEOFAndreas Rogge
2022-11-03lib: use decltype() for rblist castsAndreas Rogge
2022-11-03lib: remove casts from foreach_htable()Andreas Rogge
2022-11-03lib: remove casts from foreach_dlist()Andreas Rogge
2022-11-03lib: remove casts from foreach_alist()Andreas Rogge
2022-11-03lib: improve foreach_res()Andreas Rogge
2022-11-03tests: add foreach_res and reload testAndreas Rogge
2022-11-03Merge pull request #1261Philipp Storz
2022-11-03update CHANGELOG.mdPhilipp Storz
2022-11-03cmake: refactor bareos_disable_warningsAndreas Rogge
2022-11-03lib: tree.cc remove unused variableAndreas Rogge
2022-11-03stored: fix typo in generic_tape_device.ccAndreas Rogge
2022-11-03droplet: fix fallthough warningAndreas Rogge
2022-11-03droplet: fix maybe-uninitialized warningAndreas Rogge
2022-11-03fixup LMDB warningsAndreas Rogge
2022-11-03droplet: fix some compiler warningsAndreas Rogge
2022-11-03address future warnings (clang 15)Andreas Rogge