kes Change abort_on_error and AbortJobOnError to fail_on_error
and FailJobOnError in RunScripts.
kes Minor tweaks of code formating in RunScripts, principally to
avoid depassing 80 columns.
Prevent the settings for the splitter from being written if the plot has not
been drawn. This fixes a repeatable way to get the splitter from going back to
a state where it would be all the way to the right hiding the display of the
plot. Done by opening bat and not viewing the plot and closing bat.
kes Tweaked Win32 installer to remove temp conf files at uninstall time.
This should fix bug #842. Made a note to look at removing the temp
files at the end of the install.
kes Add ability to mount and unmount a file device providing it is
marked as being removable and has the appropriate mount and unmount
commands defined in the Device resource. This fixes bug #830.
kes When applying a storage override, release all previous storage
definitions rather than just prepending the new storage.
This should prevent a good deal of confusion.
kes Disable posting the WM_CLOSE message in KillRunningCopy of the
Win32 FD. This should fix bug #893.
kes Remove an unnecessary beep in Win32 init code.
kes Update copyright dates in Win32 executable about boxes.
kes Replace the FSF copyrighted getopt.c and getopt.h in the Win32
code with a BSD getopt.c and getopt.h.
kes Remove sched.h from the Win32 compat directory -- not used.
kes Remove the Exit menu item from the Win32 tray monitor. If you really
need to shut it down, do it through the services panel or the command
line.
kes Remove some inappropriate Bacula FSFE copyrights.
kes Fix regress config non-portable test as pointed out by
Florian Heigl <florian.heigl@gmail.com>
kes Fix PSCMD for HP-UX in configure.in to have proper syntax.
as pointed out by Florian Heigl <florian.heigl@gmail.com>
kes Make arguments to get_scratch_volume() in same order as other
such calls.
kes Rework the prune_volumes() subroutine so that after purging and
no volume found in desired pool, it will check for a scratch
volume. This prevents recycling the whole scratch pool.
kes Add code to status storage to print boffset_t (largefile support).
kes Rework prune_volumes() code to take account of InChanger flag,
and to handle recycling volumes going to the Scratch pool and
current pool because the RecyclePool directive.
kes Implement a better and more efficient db_get_query_dbids() to
handle creating and passing back a list of DBIds.
kes Start work on new more efficient DBId subroutine. First use
will be for recycling volume to Scratch inchanger.
kes Increase number of JobIds in pruning from 1000 to 10000.
This to be replaced by above routine.
kes Begin implementation of building Qt4 on Win32.
kes Correct typo in fix I added for bad TLS shutdown.
kes Pull 2.0.3 patches into patches directory.
kes Update Release notes. Include qt-console in line count.
kes Update Projects file.
Kern Sibbald [Fri, 29 Jun 2007 12:12:26 +0000 (12:12 +0000)]
29Jun07
kes Implement new BST_DESPOOLING blocked state. Change from locking
during despooling in SD to blocking. This means that other threads
can work with the device structure, in particular the reservations
system while despooling.
28Jun07
kes Fix return in reservation message queue that missed clearing
the jcr lock (implemented 26Jun07 below).
kes Rename a number of dev methods to make locking function names
a bit clearer.
kes Document locking in lock.c. Move lock structures to new file
lock.h.
Kern Sibbald [Thu, 28 Jun 2007 11:57:03 +0000 (11:57 +0000)]
kes Move lock structures into new file lock.h
kes Use jcr lock for locking reservations messages rather than
the reservations lock.
kes Rename a number of locking functions to make their sense a
bit more logical (more to be done), also rename a few other
methods in the DEVICE structure.
kes Add a good bit of documentation of the SD locking mechanisms
to src/stored/lock.c
kes Convert a number of bnet_xx calls to use the new bsock class.