Timeline
04/01/2007:
- 20:48 Ticket #17 (List files using wildcards) created by
- Paul MacKenzie? <nospam@…> reports: For individual files within …
- 20:46 Ticket #16 (Restore deleted directories may fail) created by
- Paul MacKenzie? <nospam@…> reports that restoring a deleted …
- 12:03 Ticket #15 (boxbackup should run e-mail notify script if server can't be contacted) created by
- Currently the e-mail notification is run if one of these conditions …
01/01/2007:
- 12:37 MailingLists edited by
- Please don't post to boxbackup-commit! (diff)
- 12:31 CompileWithVisualC edited by
- Correct project name (BoxBackup -> Box Backup) (diff)
30/12/2006:
- 03:32 CompileWithVisualC edited by
- (diff)
- 03:20 CompileWithVisualC edited by
- (diff)
- 03:19 CompileWithVisualC edited by
- (diff)
29/12/2006:
- 23:51 Changeset [1233] by
- Visual Studio 2005 compile fixes, thanks to Gary. Enable (and require) …
- 23:49 Changeset [1232] by
- Updated docs for building MinGW builds on Linux (refs #3)
- 22:09 CompileWithMinGW edited by
- we now include pcreposix.h instead of regex.h on win32, as of [1231] (diff)
- 22:06 CompilationOnWindows edited by
- (diff)
- 21:58 Changeset [1231] by
- Visual Studio 2005 compile fixes, thanks to Gary. Enable (and require) …
- 17:32 Changeset [1230] by
- Belay that order, XO (partially revert patch [1229])
- 17:18 Changeset [1229] by
- Compile fix for platforms without intercept capability (refs #3)
- 16:39 CompileWithVisualC edited by
- Minor updates pertinent to the latest Win32 component versions. (diff)
- 15:31 Changeset [1228] by
- Don't redefine the built-in operators new and delete unnecessarily (refs …
- 15:29 Changeset [1227] by
- Add missing include of <string> header (refs #3)
28/12/2006:
- 20:45 WindowsClientReleases edited by
- describe win32 binary release 1096 (diff)
- 18:48 WindowsClientReleases edited by
- (diff)
- 18:46 WindowsClientReleases edited by
- (diff)
- 18:46 WindowsClientReleases edited by
- (diff)
- 10:44 LoggingFrameworkProposal edited by
- (diff)
19/12/2006:
- 10:28 FeatureRequests edited by
- recommend adding name (diff)
- 10:25 TicketHowto edited by
- Recommend email + wiki for feature requests (diff)
16/12/2006:
- 22:49 LoggingFrameworkProposal edited by
- New logging framework replaces TRACEx() (diff)
- 20:45 Win32Regex edited by
- wrong timestamps on directories are not a bug (diff)
- 20:27 Changeset [1226] by
- Change all logging to use the logging framework, as an example. (refs #3)
- 20:26 Changeset [1225] by
- * Rename Loggers class to Logging, which looks nicer. * Fix type of …
- 18:47 Changeset [1224] by
- Initial implementation of the logging framework.
- 17:12 Marketplace edited by
- (diff)
- 16:15 Changeset [1223] by
- Added implementation of getopt from BSD (refs #3) (check license!)
- 16:12 Changeset [1222] by
- Improved debugging when a path to a location doesn't exist or can't be …
15/12/2006:
- 09:19 Changeset [1221] by
- Disable standard library memory leak debugging, as it causes hangs on FC2
- 03:39 FeatureRequests edited by
- (diff)
- 02:31 FeatureRequests edited by
- (diff)
- 00:18 Changeset [1220] by
- * Remove #ifdefs around geteuid(), re-enable use of fake version under …
- 00:10 Changeset [1219] by
- Added a script to determine the build version on Win32 MSVC (merges …
- 00:05 Changeset [1218] by
- Improved debugging when creation of sparse files fails (merges [1076])
- 00:03 Changeset [1217] by
- Add test/bbackupd/testfiles/syncallowscript.pl to the list of Perl files …
14/12/2006:
- 23:59 Changeset [1216] by
- Don't check for AC_HEADER_DIRENT on any mingw32 platform (merges [1071])
- 23:57 Changeset [1215] by
- Don't check for nanosleep, random device, or flock/F_SETLK on any mingw32 …
- 23:50 Changeset [1214] by
- Removed a hunk of the merge tree that got into [1210] by mistake (not in …
- 23:34 Changeset [1213] by
- Added tests for case-insensitive matching in exclude lists on Win32. …
- 23:27 Changeset [1212] by
- Compile fix (merges [1054])
- 23:24 Changeset [1211] by
- Add an option to ignore attribute differences on compare (merges [1052])
- 23:20 Changeset [1210] by
- * Convert command-line arguments from the system locale/character set to …
- 23:10 Changeset [1209] by
- Add option to bbackupquery list command to show times in UTC or local time …
- 23:06 Changeset [1208] by
- Fix compile error caused by conflicting MSVC macros (merges [1035])
- 23:04 Changeset [1207] by
- Operator precedence fix (merges [1032])
- 23:01 Changeset [1206] by
- Catch invalid output from sync allow script and tell the user what it …
- 22:59 Changeset [1205] by
- Apply Box coding standards (merges [1029])
- 22:54 Changeset [1204] by
- * Replace global daemon object with a pointer, to allow deletion and …
- 22:46 Changeset [1203] by
- Use readdir's d_type field to determine type of directory entry without …
- 22:43 Changeset [1202] by
- Simplify code (merge [1017])
- 22:40 Changeset [1201] by
- Use INVALID_HANDLE_VALUE instead of NULL to represent invalid file …
- 22:37 Changeset [1200] by
- Created directory for mingw compile utilities, added configure script.
- 21:35 Changeset [1199] by
- Added missing Makefile.extra to link against bbackupd objects, so that …
13/12/2006:
- 21:54 Changeset [1198] by
- Fix more deadlocks by minimising the amount of stuff that the signal …
12/12/2006:
- 23:35 Changeset [1197] by
- Sync subdirectories even when store is full, allows user to exclude files …
- 22:42 Changeset [1196] by
- Compile fix: include std::string definition (refs #3)
- 22:40 Changeset [1195] by
- Compile fix: include MemLeakFinder?.h even on release builds (refs #3)
11/12/2006:
05/12/2006:
Note: See TracTimeline
for information about the timeline view.
