summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* * bin/bbackupd/BackupDaemon.cppChris Wilson2006-08-09
| | | | | - Reverted to trunk
* * bin/bbackupd/Win32BackupService.cppChris Wilson2006-08-09
| | | | | | | | | - Made RunService() pass the configuration file name to Win32BackupService::WinService() - Made WinService() calculate the default configuration file name more sanely and safely - Made WinService() not return before MAINHELPER_END
* * bbackupd/Win32BackupService.cppChris Wilson2006-08-09
| | | | | - Revert to trunk
* * bin/bbackupd/Win32ServiceFunctions.cppChris Wilson2006-08-09
| | | | | | | | - Improved diagnostic output if InstallService() fails - Ensure that InstallService() cleans up all resources - Check that the requested configuration file is accessible - Include the configuration file in the service parameters
* * bbackupd.cppChris Wilson2006-08-09
| | | | | | - Return the status code from InstallService() and RemoveService() as exit code (0 on success, 1 on failure)
* * bin/bbackupd/Win32ServiceFunctions.hChris Wilson2006-08-09
| | | | | | | | | | | | | | * bin/bbackupd/Win32ServiceFunctions.cpp - InstallService() and OurService() take the config file name as a parameter - InstallService() returns an integer status code like RemoveService() - OurService() sets the global static config file name to pass into the main thread later * bin/bbackupd/bbackupd.cpp - Call InstallService() and OurService() with the config file name as a parameter
* * Win32ServiceFunctions.hChris Wilson2006-08-09
| | | | | - Header update
* * bbackupd.cppChris Wilson2006-08-09
| | | | | | * Win32ServiceFunctions.h - Revert to trunk
* * Win32ServiceFunctions.cppChris Wilson2006-08-09
| | | | | | - RemoveService() returns a status code, 0 for success, 1 for error - RemoveService() outputs better diagnostic messages on failure
* * bin/bbackupd/Win32ServiceFunctions.cppChris Wilson2006-08-09
| | | | | | | | - Keep a static char pointer to hold onto the config file name to pass it to ServiceMain (over whose parameters we have no control). - ServiceMain passes the config file name as the parameter of the thread it creates.
* * bin/bbackupd/Win32ServiceFunctions.cppChris Wilson2006-08-09
| | | | | - More cosmetic spacing fixes
* * Win32ServiceFunctions.cppChris Wilson2006-08-09
| | | | | - Reindent ServiceMain function to match coding standards and rest of file
* * Win32ServiceFunctions.cppChris Wilson2006-08-09
| | | | | - Revert to trunk
* * bbackupctl.cppChris Wilson2006-08-08
| | | | | - Grammar fix in comments (cosmetic)
* * bin/bbackupctl/bbackupctl.cppChris Wilson2006-08-07
| | | | | | - Changed code structure to be more readable and robust, following Martin's advice.
* * bbackupctl.cppChris Wilson2006-08-07
| | | | | - Revert all changes back to trunk state
* * BoxPlatform.pm.inChris Wilson2006-08-07
| | | | | - Removed $build_cpu and `uname -p` entirely, as they are not used anywhere
* * mergeChris Wilson2006-07-27
| | | | | | | - This is my current patch queue. I think that all of these are safe to apply. This is just under half of the pending changes in chris/general (the easy half).
* * http://bbdev.fluffy.co.uk/svn/box/chris/mergeChris Wilson2006-07-27
| | | | | | - Created a new branch as a public buffer for the process of merging general win32 into trunk
* Apply patch from Stuart Hickinbottom <stuarth@hickinbottom.demon.co.uk> to ↵Ben Summers2006-06-19
| | | | fix complication problems with gcc 4.1.1 where configure didn't detect LLONG_MAX properly. Fix by removing configure check completely, and using STL interface.
* * BackupQueries.cppChris Wilson2006-05-10
| | | | | - Check for d_type not working on this platform, and abort compare
* * bin/bbackupquery/BackupQueries.cppChris Wilson2006-05-10
| | | | | - Win32 compile fixes
* * BackupQueries.cppChris Wilson2006-05-04
| | | | | | | | | | | - Fixed wrong path displayed during compare failure (duplicate local variable names) - Renamed some variables to make their purpose clearer, making the code easier to read - Fixed some cases where untranslated names would be shown on Win32, probably with encoding errors if they contained intl characters - Fixed a couple of minor spelling mistakes in compare output
* Minor edit in bbstoreaccounts.xmlPer Reedtz Thomsen2006-04-26
|
* Added raidfile-config, bbstored-certs and bbstored-config.Per Reedtz Thomsen2006-04-26
| | | | | Also, hacked makefile to do the right thing.
* Fixed typo in 'clean' target. dockit tarball will now be deleted.Per Reedtz Thomsen2006-04-15
|
* Added bbstoreaccounts man page.Per Reedtz Thomsen2006-04-15
| | | | | | | | | | | | | | | Added man-page specific XSL stylesheets. Rearranged the layout of the output directories. There are now 2 output directories: - box-hmtl, which gets tarred up into the dockit tarball for installation on a web server. - man-pages, which contains all the .1.gz files for installation somewhere in $MANPATH (/usr/share/man/manX?)
* Added man-page for bbackupctl.Per Reedtz Thomsen2006-04-10
| | | | | Makefile changes, to accommodate unlimited number of man-pages
* Changed the 'Bugs' section, to include a description of how to file a bug.Per Reedtz Thomsen2006-04-06
|
* Added man page for bbackupquery, and updated Makefile to be able to build ↵Per Reedtz Thomsen2006-04-06
| | | | the man pages.
* generate_except_xml.pl: closing the files at the end of the script.Per Reedtz Thomsen2006-03-31
| | | | | Makefile: changing to use a macro everywhere for bb-book.xsl
* CSS file and images for the HTML pages.Per Reedtz Thomsen2006-03-30
|
* Changed bb-book.xsl to point to the correct places in the directory structure.Per Reedtz Thomsen2006-03-30
| | | | | | | | | | Admin Guide now contains all exception codes. See below. generate_except_xml.pl generates a DocBook Appendix with all exceptions from ExceptionCodes.txt. That is then included in the Admin Guide. Makefile updated to generate ExceptionCodes.xml, and the dockit.
* Added XSL customization layer, and Makefile.Per Reedtz Thomsen2006-03-29
| | | | | | The Makefile is pretty simple, and doesn't integrate into the full build. At least not at this time.
* Prevent runaway behaviour when the StoreObjectInfo file doesn't exist when ↵Ben Summers2006-03-19
| | | | it's expected to exist. Not a fix to the underlying problem.
* Renamed instguide.sgml -> instguide.xml, to make XXE editing a little easier.Per Reedtz Thomsen2006-03-14
| | | | | First cut of the admin guide. There are several TODO items there now.
* Set svn:ignore for new substituted filesMartin Ebourne2006-03-12
|
* Fix execute permission on substituted perl scriptsMartin Ebourne2006-03-12
|
* (no commit message)Per Reedtz Thomsen2006-03-11
|
* Added rough cut of the installation guide. No DSSSL yet, but at least it can be Per Reedtz Thomsen2006-03-10
| | | | | reviewed, and edited.
* Added documentation directories.Per Reedtz Thomsen2006-03-10
|
* Fix for perl changes. makebuildenv now works with $(PERL) when executing ↵Martin Ebourne2006-03-04
| | | | | | | autogen code from Makefile.extras. Still not working fully though - execute permission lost on all substituted scripts.
* This is part 2 of a patch from James O'Gorman.Martin Ebourne2006-03-04
| | | | | This just renames all of the files that configure now substitutes - no changes to any of the files.
* This is part 1 of a patch from James O'Gorman.Martin Ebourne2006-03-04
| | | | | configure now detects perl executable location and updates all scripts to use the correct path; also adds PERL_EXECUTABLE define to BoxConfig.h. makebuildenv.pl adds PERL define to all makefiles.
* Fix RPM spec file since system name is now calculated differentlyMartin Ebourne2006-02-23
|
* Let's use directory and SVN version in our BOX_VERSION variableBen Summers2006-02-23
|
* Update linux install docMartin Ebourne2006-02-23
|
* Patch from Per Thomsen to skip kqueue check on NetBSD, required because the ↵Martin Ebourne2006-02-23
| | | | NetBSD kqueue is not compatible with the OpenBSD kqueue. This is a temporary workaround to be revisited for 0.11.
* Patch from Per Thomsen to detect statvfs. This is used by recent versions of ↵Martin Ebourne2006-02-23
| | | | NetBSD in preference to statfs.
* Disable memory testing on Darwin -- order of destructors of static variables ↵Ben Summers2006-02-21
| | | | is nasty so debug processes segfault on termination