]> git.sur5r.net Git - bacula/bacula/history - bacula
For Solaris 9 and higher there is no need to call thr_setconcurrency anymore.
[bacula/bacula] / bacula /
2013-04-20 Marco van WieringenFor Solaris 9 and higher there is no need to call thr_s...
2013-04-20 Marco van WieringenExecute the Index creation for mysql in bvfs.c
2013-04-20 Marco van WieringenUse B_ISSPACE in scan.c and reformat comments a bit.
2013-04-20 Eric BollengierFix nanosleep for Windows
2013-04-20 Kern SibbaldTweak update AUTHORS file
2013-04-20 Kern SibbaldFix reference to uninitialized stack variable
2013-04-20 Kern SibbaldTweak add break to default
2013-04-20 Kern SibbaldRemove FATAL error for ignored events in old Exchange...
2013-04-20 Kern SibbaldFix uninitialized stack variable in bextract
2013-04-20 Kern SibbaldRemove temp index on start and term of dbcheck
2013-04-20 Eric BollengierUpdate projects
2013-04-20 Eric Bollengiertweak debug
2013-04-20 Eric BollengierFix brestore that should have miscDebug enabled to...
2013-04-20 Eric BollengierUpdate releasenotes
2013-04-20 Eric Bollengierregress: Add debug for RestoreObject test
2013-04-20 Craig MiskellFix for duplicate jobmedia records bug #1666
2013-04-20 Kern SibbaldFix bug #1703 unable to bextract compressed files
2013-04-20 Kern SibbaldPull .gitignore from master
2013-04-20 Marco van WieringenFix some esc_obj handling in DBI and wrong free in...
2013-04-20 Kern SibbaldGet full Windows Version display string
2013-04-20 Kern SibbaldFix seg fault in PostgreSQL driver code
2013-04-20 Kern SibbaldRemove _ in restore_job
2013-04-20 Kern SibbaldUpdate ReleaseNotes
2013-04-20 Kern SibbaldAttempt to disactivate old exchange-fd.dll if no plugin...
2013-04-20 Eric BollengierAdd tray monitor to windows installer
2013-04-20 Eric BollengierFix QT tray monitor compilation on windows
2013-04-20 Eric BollengierFix tray-monitor qmake project file
2013-04-20 Kern SibbaldAdd extra Bacula plugin variables
2013-04-20 Kern SibbaldFix Windows build entrypoints
2013-04-20 Kern SibbaldFix bug #1389 MaxUseDuration uses job start instead...
2013-04-20 Kern SibbaldTweak date, version, and copyright
2013-04-20 Kern SibbaldBetter fix for bug #1603 restart of Virtual Full
2013-04-20 Eric BollengierUse system malloc in strack_trace() instead of smartalloc
2013-04-20 Kern SibbaldFix bug #1603 restart of Virtual Full becomes a Full
2013-04-20 Kern SibbaldUse jcr->is_xxx instead of direct tests
2013-04-20 Kern SibbaldFix bug #1608 btape test failure when block size too big
2013-04-20 Kern SibbaldFix week of year schduling bug #1699
2013-04-20 Kern SibbaldComment out unused variables in tray-monitor
2013-04-20 Kern SibbaldFix uninitialized variable in bat
2013-04-20 Kern SibbaldFix lock race conditions in bug #1675
2013-04-20 Kern SibbaldAdd missing code for rename incomplete to rerunning
2013-04-20 Kern SibbaldRename incomplete to rerunning for clarity
2013-04-20 Kern SibbaldFix bug #1700 no timestamp with -dt on Windows
2013-04-20 Kern SibbaldUse jcr->setJobStatus() in favor of set_jcr_job_status...
2013-04-20 Kern Sibbaldreplace set_Jobxxx by setJobxxx
2013-04-20 Kern SibbaldTweak accurate_finish
2013-04-20 Kern SibbaldTweak Incomplete jobs in accurate_finish
2013-04-20 Kern SibbaldAdd more debug to restart regress scripts
2013-04-20 Eric BollengierAdd stack_trace() function to print current thread...
2013-04-20 Eric BollengierAdd HAVE_BACKTRACE in configure.in
2013-04-20 Kern SibbaldTweak restart incomplete jobs
2013-04-20 Eric BollengierAdd %h option in runscript to get client address
2013-04-20 Kern SibbaldTweak restart base
2013-04-20 Kern SibbaldRework Incomplete job intereaction with Base and Accurate
2013-04-20 Kern SibbaldFix seg fault during cancel in SD
2013-04-20 Kern SibbaldRestart incomplete jobs only if type Backup
2013-04-20 Kern SibbaldMake restart2-test work
2013-04-20 Eric BollengierFix #1696 about an error when displaying "Base" level...
2013-04-20 Kern SibbaldMake hangup single shot
2013-04-20 Kern SibbaldPut resched Incomplete Job on directive default=on
2013-04-20 Eric BollengierFix #1695 about bacula-sd crash in detach_dcr_from_dev()
2013-04-20 Kern SibbaldUse max(FileIndex) for restarting incomplete Job
2013-04-20 Marco van WieringenTweak sql_cmds, remove unreferenced sql and reformat...
2013-04-20 Kern SibbaldFirst cut restart Jobs
2013-04-20 Marco van WieringenFix typo
2013-04-20 Eric BollengierRename ua->err to ua->errmsg
2013-04-20 Marco van WieringenB_DB is a class now not a struct lets fix the include...
2013-04-20 Eric BollengierCheck some user inputs in purge and restore commands
2013-04-20 Eric BollengierCheck if resource name is valid in acl_access_ok()
2013-04-20 Eric BollengierAvoid extra strlen() in is_name_valid()
2013-04-20 Kern SibbaldAdd negative numbers to bsscanf
2013-04-20 Kern SibbaldApply get_basename to printed filenames to reduce unnec...
2013-04-20 Marco van WieringenFix typo
2013-04-20 Marco van WieringenTweak layout and remove double cats.h include.
2013-04-20 Eric BollengierFix double query in db_list_basefiles()
2013-04-20 Eric BollengierFix chgrp on bacula-x.conf
2013-04-20 Eric BollengierAllow using sql_fetch_field() in db_sql_query() callbac...
2013-04-20 Eric BollengierUse old list_result() in db_list_xxx for good formating
2013-04-20 Kern SibbaldIncrease Windows backup/restore privileges possible...
2013-04-20 Eric BollengierUse db_escape_string() in all db_xxx functions
2013-04-20 Kern SibbaldPull src/lib/Makefile.in from master
2013-04-20 Marco van WieringenAdd configure magic for detecting getpagesize
2013-04-20 Marco van WieringenImplement mntent_cache on top of the new htable code...
2013-04-20 Marco van WieringenAdded support to htable for giving a hint on the number...
2013-04-20 Kern SibbaldImplement chgrp on bacula-x.conf if user configs a...
2013-04-20 Kern SibbaldRebuild configure
2013-04-20 Kern SibbaldRemove old scripts no longer used
2013-04-20 Kern SibbaldAdd patch from bug #1574 for Scientific Linux spec
2013-04-20 Kern SibbaldApply patches from bug #1672 to clean up configuration
2013-04-20 Eric BollengierTweak select_media_dbr()
2013-04-20 Eric BollengierCheck if volume name is valid in select_media_dbr()
2013-04-20 Marco van WieringenSmall change to exporting functions not found in includ...
2013-04-20 Marco van WieringenFixed some compile errors in IRIX and TRU64 xattr code...
2013-04-20 Marco van WieringenTweak remove last reference to __SQL_C which is not...
2013-04-20 Kern SibbaldImprove bat stability by checking if page valid
2013-04-20 Eric BollengierFix segfault with print_memory_pool_stats()
2013-04-20 Marco van WieringenDrop last SQL_INC leftovers. Due to backend abstraction...
2013-04-20 Kern SibbaldRemove reference to @SQL_INC@ in tools Makefile.in
2013-04-20 Kern SibbaldPull in lib.h from master so new htable code compiles
2013-04-20 Kern SibbaldTweak date + version
next