1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
# built from .in files by autoconf/CMake
bin/bbackupd/bbackupd-config
bin/bbstored/bbstored-certs
bin/bbstored/bbstored-config
contrib/debian/bbackupd
contrib/debian/bbstored
contrib/mac_osx/org.boxbackup.bbackupd.plist
contrib/mac_osx/org.boxbackup.bbstored.plist
contrib/redhat/bbackupd
contrib/redhat/bbstored
contrib/suse/bbackupd
contrib/suse/bbstored
contrib/solaris/bbackupd-manifest.xml
contrib/solaris/bbackupd-smf-method
contrib/solaris/bbstored-manifest.xml
contrib/solaris/bbstored-smf-method
contrib/windows/installer/boxbackup.mpi
infrastructure/BoxPlatform.pm
infrastructure/cmake/build
infrastructure/makebuildenv.pl
infrastructure/makedistribution.pl
infrastructure/makeparcels.pl
lib/bbackupquery/makedocumentation.pl
lib/common/BoxConfig.h
lib/common/BoxConfig.h.in
lib/common/BoxConfig.cmake.h
lib/common/BoxPortsAndFiles.h
lib/common/BoxVersion.h
lib/common/makeexception.pl
lib/raidfile/raidfile-config
lib/server/makeprotocol.pl
runtest.pl
test/backupstorefix/testfiles/testbackupstorefix.pl
test/bbackupd/testfiles/bbackupd.conf
test/bbackupd/testfiles/bbackupd-exclude.conf
test/bbackupd/testfiles/bbackupd-snapshot.conf
test/bbackupd/testfiles/bbackupd-symlink.conf
test/bbackupd/testfiles/bbackupd-temploc.conf
test/bbackupd/testfiles/extcheck1.pl
test/bbackupd/testfiles/extcheck2.pl
test/bbackupd/testfiles/notifyscript.pl
test/bbackupd/testfiles/syncallowscript.pl
# from svn:ignore
aclocal.m4
autom4te.cache
config.log
config.log.features
config.status
config.env
configure
configure.lineno
debug
release
parcels
ExceptionCodes.txt
local
Makefile
.hg
*.log
test/*/*.memleaks
# built by makebuildenv.pl
test/*/_main.cpp
test/*/t
test/*/t-gdb
bin/*/autogen_*.cpp
bin/*/autogen_*.h
lib/*/autogen_*.cpp
lib/*/autogen_*.h
test/*/autogen_*.cpp
test/*/autogen_*.h
# qdbm
qdbm/*.o
qdbm/libqdbm.a
qdbm/qdbm.pc
qdbm/qdbm.spec
qdbm/LTmakefile
qdbm/cbcodec
qdbm/cbtest
qdbm/crmgr
qdbm/crtest
qdbm/crtsv
qdbm/dpmgr
qdbm/dptest
qdbm/dptsv
qdbm/hvmgr
qdbm/hvtest
qdbm/libqdbm.so
qdbm/libqdbm.so.14
qdbm/libqdbm.so.14.13.0
qdbm/odidx
qdbm/odmgr
qdbm/odtest
qdbm/qmttest
qdbm/rlmgr
qdbm/rltest
qdbm/vlmgr
qdbm/vltest
qdbm/vltsv
# development
*.orig
*.patch
.*.swo
.*.swp
# generated documentation
docs/htmlguide
docs/man
|