]> git.sur5r.net Git - bacula/bacula/history - bacula
regress: display ERROR properly
[bacula/bacula] / bacula /
2010-08-02 Kern SibbaldChange Byline
2010-08-02 Kern SibbaldRemove RestoreObjects when pruning Jobs
2010-08-02 Kern SibbaldFix bug #1538 Start Scripts return incorrect value
2010-08-02 Kern SibbaldFix bug #1564 init scripts not LSB compliant
2010-08-02 Eric BollengierRework sql queries for update copies
2010-08-02 Marco van WieringenDon't hardcode temporary table creation as some backend...
2010-08-02 Marco van WieringenAdded missing column in Ingres database definition...
2010-08-02 Kern SibbaldPatch from Martin to avoid error when single tape used
2010-08-02 James HarperJames' patch
2010-08-02 Eric BollengierFix File and Job Retention in show pool command
2010-08-02 Eric Bollengiertweak
2010-08-02 Grzegorz GrabowskiAdd Polish translation. This translation project is...
2010-08-02 Marco van WieringenChange Ingres query filter to set a realy early timesta...
2010-08-02 Kern SibbaldAdd new file I missed from James' plugin patch
2010-08-02 Kern SibbaldProbable fix for SD crash bug #1553
2010-08-02 Kern SibbaldRemove bad debug line
2010-08-02 Kern SibbaldAdd extra lock debug code but turned off
2010-08-02 Eric BollengierAdd lmgr_is_locked() function to test if a thread own...
2010-08-02 Kern SibbaldPut attr.c debug on dbglvl
2010-08-02 Marco van WieringenUse lwps cmd in dbx and no threads as it seems to give...
2010-08-02 Marco van WieringenFix typo
2010-08-02 Marco van WieringenFix typo
2010-08-02 Eric BollengierFix #1559 problem when restoring pruned jobs with a...
2010-08-02 Marco van WieringenDo some work on the btraceback on Solaris, we test...
2010-08-02 Kern SibbaldFix for bug #1560 bcopy cannot find Volume
2010-08-02 Kern SibbaldTweak update configure
2010-08-02 Kern SibbaldAdd beef
2010-08-02 Kern SibbaldUpdate autoconf scripts
2010-08-02 Kern SibbaldFix Windows build
2010-08-02 Kern SibbaldUpdate Ingres RestoreObject table
2010-08-02 Kern SibbaldAdd compress/decompress of Object Record data
2010-08-02 Eric BollengierFix #1558 about bscan that doesn't update PurgedFiles...
2010-08-02 Eric Bollengiertweak debug
2010-08-02 Kern SibbaldRemove pool zap code that breaks 2drive-concurrent...
2010-08-02 Eric BollengierFix cancel crash bug #1551
2010-08-02 Marco van WieringenA timestamp can only be assigned to a timestamp in...
2010-08-02 Marco van WieringenFor Ingres always enable batch mode inserts.
2010-08-02 Marco van Wieringenreindent some Ingres DECLARE queries so they are better...
2010-08-02 Marco van WieringenLets not use the mdb->transaction bool but create a...
2010-08-02 Marco van WieringenLets have a single exit from db_write_batch_file_record...
2010-08-02 Eric Bollengierskip update configure in changelog
2010-08-02 James HarperFix job_metadata name problem
2010-08-02 Kern SibbaldTweak fix copyright typo
2010-08-02 Kern SibbaldAllow traceback with gdb on Solaris
2010-08-02 Marco van WieringenImplement IS_NUM for Ingres by using eqsqlda.h IISQ_...
2010-08-02 Kern SibbaldCorrect Pool display in SD status. Fixes bug #1541
2010-08-02 Eric BollengierAdd performance notes in make_xxx_tables.in files
2010-08-02 Eric BollengierTweak git2changelog for bweb
2010-08-02 Marco van WieringenFix Ingres problems with queries with have both an...
2010-08-02 Kern SibbaldFix cancel crash reported by Stephen Thompson
2010-08-02 Eric BollengierCheck if sql backend is thread-safe
2010-08-02 Eric BollengierFix error message with PostgreSQL on JobHisto sequence
2010-08-02 Kern SibbaldAdd RestoreObject postgresql privilege
2010-08-02 Kern SibbaldChange plugin FileSet function names add NewOptions...
2010-08-02 Kern SibbaldSecond cut plugin filesets
2010-08-02 Kern SibbaldAdd exclude to test program
2010-08-02 Kern SibbaldCorrect new plugin names
2010-08-02 Kern SibbaldFirst cut more complicated fileset options for plugins
2010-08-02 Kern SibbaldSkip FT_RESTORE_FIRST in verify
2010-08-02 Kern SibbaldStart adding plugin regex filesets
2010-08-02 Kern SibbaldReorganize regex code
2010-08-02 Eric BollengierRewind on close to fix #1549
2010-08-02 James HarperAdd bVarWorkingDir to filed plugins
2010-08-02 Marco van WieringenUpdate Ingres temporary table definitions with new...
2010-08-02 Marco van WieringenAdded extra check to scream when we encounter a databas...
2010-08-02 Marco van WieringenSome small indent changes.
2010-08-02 Eric BollengierUse a dedicated connexion when VirtualFull computes...
2010-08-02 Kern SibbaldAdd back line accidentally deleted -- fixes verify...
2010-08-02 Kern SibbaldRemove inappropriate comments and unused line
2010-08-02 Kern SibbaldFix badly named index
2010-08-02 Marco van WieringenFirst stab at rewriting the ingres database schema...
2010-08-02 Kern SibbaldTweak new restore object code
2010-08-02 Kern SibbaldRemove closelog() in bpipe fixes bug #1536
2010-08-02 Kern SibbaldConvert restore object to use STREAM_RESTORE_OBJECT...
2010-08-02 Marco van WieringenFor now the Ingres type is not TEXT but VARCHAR(256...
2010-08-02 Marco van WieringenSeperate some basejob queries into sql_cmds.c so the...
2010-08-02 Marco van WieringenRemove some strange includes halve way this file which...
2010-08-02 Kern SibbaldFix RestoreObject make_sqlite3_table.in syntax
2010-08-02 Marco van WieringenDISTINCT ON postgresql queries won't work on Ingres...
2010-08-02 Marco van WieringenSmall changes to btraceback script so on solaris we...
2010-08-02 Marco van WieringenAdd install and uninstall of btraceback.mdb script
2010-08-02 Eric BollengierRemove bad index tips on mysql creation script
2010-08-02 Kern SibbaldApply James' patch with my restore object changes
2010-08-02 Kern SibbaldTweak comments + indenting
2010-08-02 Kern SibbaldAdd vss_close_backup_session after find_files + add...
2010-08-02 Kern SibbaldCleanup restore_object packet
2010-08-02 Marco van WieringenFix typos.
2010-08-02 Marco van WieringenIngres doesn't understand a query string with ORDER...
2010-08-02 Kern SibbaldAdd missing break. Pointed out by James
2010-08-02 Kern SibbaldPass restore object to plugin
2010-08-02 Kern SibbaldRestore object now sent to FD
2010-08-02 Kern SibbaldTweak rebuild configure
2010-08-02 Kern SibbaldDrop old bdb catalog scripts
2010-08-02 Kern SibbaldTweak remove trailing space add doxygen doc marks
2010-08-02 Kern SibbaldExtract restore object and send to FD first cut
2010-08-02 Kern SibbaldAdd Ingres RestoreObject SQL changes
2010-08-02 Marco van WieringenFix typo in sqlite
2010-08-02 Marco van WieringenRename sql_insert_id into sql_insert_autokey_record...
2010-08-02 Kern SibbaldTurn off plugin debug
2010-08-02 Kern SibbaldCreate and put data into RestoreObject table
next