]> git.sur5r.net Git - bacula/bacula/history - bacula/src/stored
- Make JCR a class and implement inc_use_count() and
[bacula/bacula] / bacula / src / stored /
2005-05-26 Kern Sibbald- Make JCR a class and implement inc_use_count() and
2005-05-25 Kern Sibbald- Put Dmsg() on inside if() to avoid calling subroutine.
2005-05-20 Kern SibbaldUnify the reserve_device() for a single device into...
2005-05-18 Kern Sibbald- Modify wait during use_device to happen only after...
2005-05-16 Kern SibbaldAdd more debug to SD for Autochangers + status output.
2005-05-15 Kern Sibbald- Set reconnect flag in MySQL packet to 1 to ensure...
2005-05-10 Kern Sibbald- Add cancel() to Dir Python scripting.
2005-05-09 Kern Sibbald- Correct bug in parse_config error handling.
2005-05-09 Kern Sibbald- Fix bug in changing tape pools after first backup...
2005-05-06 Kern Sibbald- Move test for MaxStartDelay as suggested by Peter.
2005-05-03 Kern SibbaldMake a few tls ifdef tweaks
2005-05-03 Kern SibbaldMove winapi.h/c from findlib to lib for inclusion in...
2005-04-30 Kern Sibbald- Remove a few HAVE_TLS #ifdefs
2005-04-26 Nicolas Boichatwx-console: Improve error handling when reading configu...
2005-04-26 Kern Sibbald- Make SD re-open a device with the right permissions if
2005-04-26 Kern Sibbald- Implement restore of a single directory.
2005-04-26 Kern SibbaldUpdate projects
2005-04-22 Kern SibbaldFix (hopefully) the ftello() overflow reported by Peter.
2005-04-22 Kern Sibbald- Landon Fuller committed his TLS patch.
2005-04-22 Landon Fuller- Integrated TLS network encryption
2005-04-21 Kern SibbaldGet FD Python running -- design Python backup interface.
2005-04-21 Kern Sibbald- Fix seg fault in SD when referencing Alert Command.
2005-04-19 Kern Sibbald- Fix new Python code to work for Director.
2005-04-19 Kern SibbaldCleanup Python build so that Python is not dragged
2005-04-18 Kern SibbaldMake Bacula build without Python
2005-04-17 Kern Sibbald- First cut of new Python implementation.
2005-04-11 Kern Sibbald Make fsr_dev() a method dev->fsr()
2005-04-11 Kern Sibbald- Remove Created new FileSet message as it always comes...
2005-04-09 Kern SibbaldUpdate FD and SD Python calling sequence
2005-04-07 Nicolas Boichat - Fix "unknown device type" problem with DVD devices.
2005-04-04 Kern Sibbald- Increase the index width of Filename and Path entries
2005-04-02 Kern SibbaldFix DIR - SD use storage protocol
2005-04-02 Kern Sibbald- Reset NumVols in Pool record from database on every...
2005-04-01 Kern Sibbald- Convert more atoi to str_to_int64() for DB.
2005-03-28 Kern Sibbald- This version has a new DIR -- SD protocol. Both
2005-03-26 Kern Sibbald- Remove \a and -e from error echos in most Makefiles.
2005-03-26 Kern Sibbald- Add wait.c (oops forgot previously).
2005-03-26 Kern Sibbald- Comment out Multiple Connections in the document.
2005-03-22 Kern SibbaldChange set_label() to set_labeled() -- a bit clearer
2005-03-22 Kern Sibbald- Add copyright to title page of manual so it is clear.
2005-03-18 Kern Sibbald- Fix more print_name()s for printing device name.
2005-03-17 Kern Sibbald- Detect if fseeko exists with autoconf. If so, use it
2005-03-14 Kern Sibbald- Add a second job and a second client to the default
2005-03-14 Kern Sibbald- Fix ANSI labels to put EOF1 and EOF2 after each file...
2005-03-12 Kern Sibbald- Implement IBM labels
2005-03-11 Kern SibbaldFix error message
2005-03-10 Kern Sibbald- Add new ua_update.c file and move update_cmd there.
2005-03-09 Kern Sibbald- Edit Resource-name (physical-name) for the device...
2005-03-09 Kern SibbaldMove supported Autochangers to new chapter
2005-03-08 Kern SibbaldMore device name convention
2005-03-08 Kern Sibbald- Copy latest config.sub and config.guess from autoconf.
2005-03-07 Kern Sibbald- Rework some of the autochanger data so that the DIR has
2005-03-06 Kern Sibbald06Mar05
2005-03-05 Kern SibbaldAdd match_bsr.c
2005-03-05 Kern SibbaldChange match_bsr.c options
2005-03-05 Kern SibbaldAdd ebcdic translation code
2005-03-04 Kern Sibbald- Change Developers to Developer's Guide as requested...
2005-03-02 Kern Sibbald- Make Director loop over alternative Devices specified...
2005-03-01 Kern Sibbald- Implement setting DIR Storage device to Autochanger
2005-02-28 Kern Sibbald- Lock autochanger script when running.
2005-02-28 Kern Sibbald- Corrected some typos in the make_xxx_tables.in files.
2005-02-26 Kern SibbaldFix some bugs in SD with multiple files
2005-02-26 Kern Sibbald- Clean up drive reservation system. Add more sanity...
2005-02-25 Kern Sibbald24Feb05
2005-02-22 Kern Sibbald- Add some changes submitted by a user for HP client...
2005-02-21 Kern Sibbald- Make clean remove old CVS files
2005-02-19 Kern Sibbald- Add back JobId index for MySQL as default -- speeds up
2005-02-15 Kern Sibbald- Fix Media LabelDate and FirstWritten to be correctly...
2005-02-10 Kern SibbaldEnsure that correct error messages are returned when
2005-02-09 Kern Sibbald- Modified ANSI label code to preserve any ANSI label
2005-02-07 Kern SibbaldAdd BACULA.DATA to HDR1 record
2005-02-07 Kern SibbaldAdded code to detect that no files were inserted into the
2005-02-04 Kern SibbaldOK, ANSI labels seem to be working now
2005-02-02 Kern SibbaldCut 3 ANSI labels
2005-02-02 Kern SibbaldSecond cut ANSI labels
2005-02-02 Kern SibbaldAdd more use of dev methods
2005-02-02 Kern SibbaldAdd more info in dev error msg + codes
2005-02-01 Kern SibbaldDisplay more informative message when a device was not
2005-01-29 Kern SibbaldVacation work -- see tech log
2005-01-12 Kern SibbaldIntegrate Preben 'Peppe' Guldberg <peppe@wielders.org>'s
2005-01-11 Kern SibbaldFix scripts/bacula.in to have awk on an environment...
2005-01-09 Nicolas BoichatFixed configure script so scripts/dvd-freespace/writepa...
2005-01-08 Kern SibbaldIntegrate Nicolas' patch for direct DVD support.
2005-01-03 Kern SibbaldAdd Python.c
2005-01-01 Kern Sibbald- Implement Python in the SD (no events yet though).
2004-12-31 Kern SibbaldMinor updates to manual
2004-12-21 Kern SibbaldApply Preben 'Peppe' Guldberg <peppe@wielders.org>
2004-12-19 Kern SibbaldUpdate rescue disk to include mkinitrd
2004-12-18 Kern Sibbald- While using the rescue CDROM after my computer would not
2004-12-13 Kern SibbaldIntegrate Tim Oberfoell <oberfoell@web.de> patch to...
2004-12-12 Kern SibbaldIntegrated Preben 'Peppe' Guldberg <peppe@wielders...
2004-12-09 Kern Sibbald- Integrated Preben 'Peppe' Guldberg <peppe@wielders...
2004-12-09 Kern SibbaldUpdate doc
2004-12-04 Kern SibbaldFirst cut conversion using html2latex; add .tex files
2004-11-24 Kern Sibbald- Take Dan's fix to the fix_postgresql_tables (thanks...
2004-11-22 Kern SibbaldUpdate doc and authentication error message
2004-11-21 Kern Sibbald- Make authentication timeout compile time configurable.
2004-11-21 Kern SibbaldUpdate
2004-11-20 Kern SibbaldAdd more auth debug code
2004-11-18 Kern SibbaldFinal changes
next