summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix make distributionMartin Ebourne2005-12-28
|
* Putting this back now I see why we've got twoMartin Ebourne2005-12-28
|
* Removed dynamic tests, not used since autoconfMartin Ebourne2005-12-28
|
* Fix VERSION.txtMartin Ebourne2005-12-28
|
* Now supports Berkeley DB versions >= 4.1 in addition to 1.x. The versions ↵Martin Ebourne2005-12-28
| | | | inbetween are not supported because they require code changes and I don't have them available to test against.
* Fix svn:ignore for BoxConfig.h, missed from r260Martin Ebourne2005-12-28
|
* Don't use betoh64/be64tonh to avoid name hassleMartin Ebourne2005-12-28
|
* Fix FreeBSD not finding sys/mount.hMartin Ebourne2005-12-25
|
* Attempt to fix box_ntoh64 for FreeBSD which renames betoh64 to be64tohMartin Ebourne2005-12-25
|
* Rename config.h to BoxConfig.h to help prevent clashesMartin Ebourne2005-12-21
|
* Allow use of native 64 bit endian swapping functionsMartin Ebourne2005-12-21
|
* Fixed up configure.ac after win32 changesMartin Ebourne2005-12-20
|
* Revert this change to the error retry delay that slipped in with win32. ↵Martin Ebourne2005-12-20
| | | | Arguably the timeout was already too short, or should use an increasing backoff strategy. But 10s is way too short.
* Rationalise type usage for time values. Now:Martin Ebourne2005-12-20
| | | | | | Box time is always box_time_t seconds is time_t microseconds is uint64_t
* Better to leak block quietly from backtrace_symbols on debug build than ↵Martin Ebourne2005-12-20
| | | | erroneously report a leak when there isn't one
* Fix CodingChunkAlloc/Free for use on 32 and 64 bit platformsMartin Ebourne2005-12-20
|
* Diffing timeout in test too short for running debug buildMartin Ebourne2005-12-15
|
* Add more libdb version checks when configuring for Berkeley DBMartin Ebourne2005-12-15
|
* Fix assert on 64 bitMartin Ebourne2005-12-14
|
* Set svn:ignore on all dirsMartin Ebourne2005-12-14
|
* Refined BackupDiff test to delete the 220MB in temporary test files Jonathan Morton2005-12-13
| | | | | | after use. Should cause much less strain on everyone's disk space.
* Merged 210:218 from chris/win32/merge/07-win32-fixes to trunkMartin Ebourne2005-12-12
|
* Set svn:eol-style as appropriate for all filesMartin Ebourne2005-12-12
|
* Setting svn:mime-type for *.tgzMartin Ebourne2005-12-12
|
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
| | | | You may need a new checkout to see this.
* Marged chris/win32/merge/07-win32-fixes at r210 to trunkMartin Ebourne2005-12-12
|
* Merged martin/autoconf at r35 to trunkMartin Ebourne2005-12-07
|
* Merged chromi/diffopt at r116 to trunkMartin Ebourne2005-12-07
|
* Build under DarwinBen Summers2005-12-01
|
* Merged martin/xattr at r5 to trunkMartin Ebourne2005-11-30
|
* Merged martin/ppcfixes at r3 to trunkMartin Ebourne2005-11-30
|
* Merged martin/solaris at r9 to trunkMartin Ebourne2005-11-30
|
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14