summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Ensure that _FILE_OFFSET_BITS is defined before testing its value.Chris Wilson2008-10-11
* FreeBSD is very strict about vararg types and aborts at runtime ifChris Wilson2008-10-11
* Don't blindly use an undefined symbol in #if.Chris Wilson2008-10-11
* Use getpeerucred() to identify connecting socket clients on Solaris,Chris Wilson2008-10-11
* Add missing extern "C" on intercept function definitions inChris Wilson2008-10-11
* Fix spurious memory leak warnings on Solaris when using Sun StudioChris Wilson2008-10-11
* Fix intercept compile problem on Solaris, and hopefully on other platformsChris Wilson2008-10-11
* Remove non-working icons for now.Chris Wilson2008-10-08
* Use Windows Crypto API to seed the random number generator, and removeChris Wilson2008-10-08
* Determine whether to use find | xargs at build time, not at run time,Chris Wilson2008-10-08
* Compile fix for makeparcels.pl (missing definition of @args).Chris Wilson2008-10-08
* Rebranding of installer.Chris Wilson2008-10-08
* Add @build_dir@ as a substituted variable in autoconf script.Chris Wilson2008-10-08
* Include LICENSE.txt in parcels, but don't install it.Chris Wilson2008-10-08
* Documentation restructuring: part 2 of 2.James O'Gorman2008-10-07
* Documentation restructuring: part 1 of 2.James O'Gorman2008-10-07
* Yet more backslashes required :(Chris Wilson2008-10-05
* Really fix sed expression.Chris Wilson2008-10-05
* Add missing closing quote to path substitution for parcel path.Chris Wilson2008-10-05
* Use program version for installer version as well.Chris Wilson2008-10-05
* Parcel path must have backslashes replaced with forward slashes forChris Wilson2008-10-05
* Substitute parcel directory and Box version into InstallJammer configChris Wilson2008-10-05
* Add a script to print the Box software version, to substitute into theChris Wilson2008-10-05
* Move parcel_* functions into BoxPlatform package to share them withChris Wilson2008-10-05
* Update autoconf to silence warnings on autoconf >= 2.62James O'Gorman2008-10-05
* Reintroducing old typos isn't very helpful.James O'Gorman2008-10-04
* Add some more <refmiscinfo> tags to silence warnings from xsltproc.James O'Gorman2008-10-04
* Log statistics before BackupFinish event, so that they can be usedChris Wilson2008-10-04
* Use xargs to delete files on Cygwin, as it's much faster than find -exec.Chris Wilson2008-10-04
* No need for pcreposix.dll in parcels, now that it's statically linked.Chris Wilson2008-10-04
* Update svn:ignore property to remove a few generated files from contrib and d...James O'Gorman2008-10-04
* Fix bbackupd/housekeeping deletion test for Unix again, and hopefullyChris Wilson2008-10-04
* Reformat comments for readability.Chris Wilson2008-10-03
* Remove Win32 command socket thread, as it has caused too much trouble.Chris Wilson2008-10-03
* Remove -K option which now does nothing on Windows.Chris Wilson2008-10-03
* Fix directory record conflicts caused by including the same directoryChris Wilson2008-10-03
* Log creation of directory records and warn on conflicting records.Chris Wilson2008-10-03
* Reformat for readability.Chris Wilson2008-10-03
* Utility classes to be used by new Windows named pipe framework.Chris Wilson2008-10-03
* Spacing and additional stream header byte logging.Chris Wilson2008-10-03
* More debugging, log type of stream received and fix logging of header byte.Chris Wilson2008-10-03
* Type o fox.Chris Wilson2008-09-30
* Documentation!James O'Gorman2008-09-30
* Update documentation Makefile to include a few more man pages and to make the...James O'Gorman2008-09-30
* Additional debugging for protocol stream deadlock reported byChris Wilson2008-09-30
* Add file logging support (LogFile and LogFileLevel config options).Chris Wilson2008-09-26
* Make upload decision messages (logged with LogAllFileAccess) clearerChris Wilson2008-09-26
* Use named timer for KeepAliveTime.Chris Wilson2008-09-26
* Fix compilation of open64() intercept.Chris Wilson2008-09-26
* Remove #ifdef WIN32 as we now define O_BINARY to 0 on Unixes, soChris Wilson2008-09-26