]> git.sur5r.net Git - bacula/bacula/commit
- Convert more atoi to str_to_int64() for DB.
authorKern Sibbald <kern@sibbald.com>
Fri, 1 Apr 2005 15:21:46 +0000 (15:21 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 1 Apr 2005 15:21:46 +0000 (15:21 +0000)
commita99080b63218b00f4f58416e08365ce49404abf7
tree9e4f7eda1a55de73290fe618bef6ad73014cb1fa
parent30d0eaa993db03b04441fc96781d054549d7e2f4
- Convert more atoi to str_to_int64() for DB.
- Implement filling in NumVols by querying DB rather
  than trying to keep track of it.
- Add storage name to string passed to in use storage=
- Fix newVolume() so that the Python script is always
  called.
- Fix handling of pool,PoolId, and storage in ua_output.
- Same fix in ua_status.c
- Remove required locking of resources
- Replace pthread_cond_signal() by pthread_cond_broadcast()
  hoping to fix the /lib/tls hang problems (lost signal).
- Move resource locking seaching from parse_conf.c to res.c
  in src/lib.
- Modify end of volume handling so that fixup_... does not
  redo what block.c has already done -- writing Vol info to
  DIR. This fixes a bug with bad numbers of files on a tape
  when it filled as reported by Peter.
- In release_device() do not update the DIR on the Volume
  info if the the information was already written at the
  end of the tape.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1905 91ce42f0-d328-0410-95d8-f526ca767f89
35 files changed:
bacula/kernstodo
bacula/src/cats/sql.c
bacula/src/cats/sql_delete.c
bacula/src/cats/sql_find.c
bacula/src/cats/sql_get.c
bacula/src/dird/catreq.c
bacula/src/dird/dird.c
bacula/src/dird/job.c
bacula/src/dird/jobq.c
bacula/src/dird/msgchan.c
bacula/src/dird/newvol.c
bacula/src/dird/next_vol.c
bacula/src/dird/ua_output.c
bacula/src/dird/ua_run.c
bacula/src/dird/ua_status.c
bacula/src/filed/job.c
bacula/src/findlib/find_one.c
bacula/src/lib/Makefile.in
bacula/src/lib/parse_conf.c
bacula/src/lib/python.c
bacula/src/lib/res.c [new file with mode: 0644]
bacula/src/lib/rwlock.c
bacula/src/lib/workq.c
bacula/src/stored/acquire.c
bacula/src/stored/append.c
bacula/src/stored/block.c
bacula/src/stored/dev.c
bacula/src/stored/dev.h
bacula/src/stored/device.c
bacula/src/stored/dircmd.c
bacula/src/stored/dvd.c
bacula/src/stored/job.c
bacula/src/stored/protos.h
bacula/src/stored/stored.c
bacula/src/version.h