Timeline

and .

21/08/2008:

12:19 Changeset [2263] by chris
Make BackupQueries::CompareParams? public so that Boxi can use it.
12:18 Changeset [2262] by chris
Run housekeeping synchronously on all platforms if daemon is run in …
12:15 Changeset [2261] by chris
Report when directory modification time is later than last sync time as a …
12:14 Changeset [2260] by chris
Use SelfFlushingStream? to ensure that protocol streams are always …
12:12 Changeset [2259] by chris
Reformat for readability.
12:10 Changeset [2258] by chris
Don't use private direct access to Configuration.mSubConfigurations.
12:08 Changeset [2257] by chris
Better handle the case where MSVCRT_VERSION is already defined (e.g. …
12:06 Changeset [2256] by chris
Call virtual NotifyListenerIsReady?() method when listening socket is …
12:06 Changeset [2255] by chris
Use ForkToHandleRequests? in ServerStream? template call to avoid compiler …
12:05 Changeset [2254] by chris
Add a Flush() method to IOStream to read and discard all remaining data, …
12:04 Changeset [2253] by chris
Make Open() take a const std::string& for the socket name instead of a …
12:02 Changeset [2252] by chris
Only set spDaemon in Daemon::Main, to allow Boxi to have a BackupDaemon?
11:59 Changeset [2251] by chris
Allow constructing Configuration objects from scratch (for Boxi). Add a …
11:55 Changeset [2250] by chris
Spelling fix.
11:54 Changeset [2249] by chris
Take a const std::string& for the filename rather than a const char *, …
11:54 Changeset [2248] by chris
Handle sysadmin notifications and calculate next sync time in …
11:48 Changeset [2247] by chris
Propagate BackupStoreException::SignalReceived? up to BackupDaemon? to …
11:47 Changeset [2246] by chris
More use of new interfaces, compile fix for [2245].
11:41 Changeset [2245] by chris
Pass a RunStatusProvider? and a ReadLoggingStream::Logger from …
11:20 Changeset [2244] by chris
Run status provider interface, needed to connect Box Backup to Boxi and …
11:12 Changeset [2243] by chris
Change FileStream? constructor to take a const std::string& instead of a …
11:11 Changeset [2242] by chris
Understand Boxi SVN URLs and build an appropriate version string for Box …
11:10 Changeset [2241] by chris
Remove built binaries and libraries in clean target, so that it behaves …
10:59 Changeset [2240] by chris
Build lib/win32.a (even if empty) on all platforms, to help Boxi …

20/08/2008:

19:33 SourceCodeRepository edited by jamesog
Remove reference to FreeBSD versioned autoconf - this is no longer the … (diff)
19:32 SourceCodeRepository edited by jamesog
Grammar fix (Box Backup is a proper noun), correct minor nits, change all … (diff)

19/08/2008:

13:36 FeatureRequests edited by torsten
(diff)

18/08/2008:

22:12 MailingLists edited by jamesog
Update list addresses now that I've finally fiddled Mailman… (diff)

11/08/2008:

16:30 Changeset [2239] by chris
Add handling of backup-error events to NotifySysAdmin?.vbs. Fix spelling …
10:34 Changeset [2238] by chris
Make test failures more obvious, and log them through logging framework.

10/08/2008:

23:04 Changeset [2237] by chris
Test that store-full error is not wrongly generated on aborted …
22:45 Changeset [2236] by chris
Move the code that runs a backup with exception handling into its …
22:42 Changeset [2235] by chris
Reformat comments for readability.
22:41 Changeset [2234] by chris
Check for waitpid() function in configure.
22:40 Changeset [2233] by chris
Link bbackupd test with objects from bin/bbstored.
22:37 Changeset [2232] by chris
Handle multiple-line dependencies in Makefile.extra

09/08/2008:

08:09 Changeset [2231] by chris
Convert console logging output to console encoding on Windows.
08:07 Changeset [2230] by chris
Map ERROR_SHARING_VIOLATION to EBUSY in openfile().

08/08/2008:

23:50 Changeset [2229] by chris
Win32 compile fix for WaitForServerStartup?.
23:50 Changeset [2228] by chris
Replace manual pointer management with std::auto_ptr.
23:49 Changeset [2227] by chris
Fix redundant logging of command socket messages. Reformat for …

07/08/2008:

19:14 SourceCodeRepository edited by petej
fixed svn up and added svn switch, thanks be to James O'Gorman (diff)
17:35 Changeset [2226] by chris
Rename BackupContext? to BackupStoreContext?. Add a TestHook? to help test …
17:32 Changeset [2225] by chris
Separate LaunchServer? and WaitForServerStartup?.
17:31 Changeset [2224] by chris
Allow waiting for a process while killing it, will be needed for …
17:30 Changeset [2223] by chris
Allow externally controllic whether a daemon will run in the foreground or …
16:03 SourceCodeRepository edited by petej
added killall bbackupd (diff)
15:51 SourceCodeRepository edited by petej
added make install-backup-client (diff)
15:49 SourceCodeRepository edited by petej
added svn up, killall, make install-backup-server (diff)
14:47 Changeset [2222] by chris
Add machine-readable output mode (with -m option) to bbstoreaccounts info.

06/08/2008:

19:28 Changeset [2221] by chris
When dumping stack traces, allow libc to allocate its own memory, …
19:25 Changeset [2220] by chris
Fix conflict with local variables called "line".
19:25 Changeset [2219] by chris
Formatting fix.
19:24 Changeset [2218] by chris
Allow passing C strings into TEST_FAIL_WITH_MESSAGE, not just string …
19:23 Changeset [2217] by chris
Log a warning with the file that couldn't be opened and the error code, to …

05/08/2008:

12:14 Troubleshooting edited by chris
Describe StorageLimitExceeded? exception (diff)

03/08/2008:

08:09 Changeset [2216] by chris
Windows compile and deletion/housekeeping test fix.
08:08 Changeset [2215] by chris
Name the timers to help with debugging.
08:07 Changeset [2214] by chris
Log file uploads at NOTIFY level so that all you need to do to get …
08:06 Changeset [2213] by chris
Log the error code returned by NotifyScript?.
08:03 Changeset [2212] by chris
Really enable PID logging on Windows.
08:02 Changeset [2211] by chris
Enable logging of PID on Windows. Enable both -k and -K options on all …
08:00 Changeset [2210] by chris
Log error when rename over RaidFile? fails on Windows.
07:57 Changeset [2209] by chris
Kill running daemons using kill -f on Windows (cygwin) which kills by …
07:56 Changeset [2208] by chris
Remove Windows limitation on Logging that showing PID was not possible.
07:54 Changeset [2207] by chris
Add getpid() emulation.

29/07/2008:

21:28 020Redesign edited by chris
(diff)
21:24 020Redesign edited by chris
add table of contents (diff)
21:23 020Redesign edited by chris
design notes for resuming uploads (diff)
21:19 FuturePlans edited by chris
FutureDesignChanges is obsolete, all FeatureRequests merged into one page (diff)
21:18 FeatureRequests edited by chris
(diff)
21:17 FeatureRequests edited by chris
refactor and reorganise FeatureRequests, remove or comment those already … (diff)
20:44 FuturePlans edited by chris
PlannedWork is now obsolete (diff)
20:44 FeatureRequests edited by chris
(diff)

27/07/2008:

21:36 Changeset [2206] by chris
New timer implementation using TimerQueue? on Windows to avoid the need to …
21:11 Changeset [2205] by chris
On Windows XP, you can open a process even after it's terminated, …
21:10 Changeset [2204] by chris
Use the new time function when generating console log messages.
21:09 Changeset [2203] by chris
Add a function to format a BoxTime? as a human-readable time only (for use …

26/07/2008:

16:03 Changeset [2202] by chris
Add spaces before Make progress output lines to visually separate them …
16:02 Changeset [2201] by chris
Remove -rdynamic flag from mingw gcc which doesn't support it.

Note: See TracTimeline for information about the timeline view.