]> arthur.barton.de Git - bup.git/history - Makefile
Makefile: Don't use printf '\c'; not needed, and not portable
[bup.git] / Makefile
2011-05-15 Avery Pennarunconfig: more config stuff to config/ subdir, call it...
2011-05-15 mikMakefile: add a PREFIX variable for locations other...
2011-05-12 Jimmy TangInitial import of configure.sh
2011-05-08 Rob BrowningRemove vestigal clean target comment regarding pybuptes...
2011-03-21 Rob Browningtgit.py: provoke ENOTDIR rather than EACCES in test_che...
2011-03-20 Avery PennarunMerge branch 'maint'
2011-03-20 Gabriel FilionMakefile: Fix 'clean' rule bup-0.24b
2011-03-11 Avery PennarunMerge branch 'maint'
2011-03-10 Avery PennarunMerge branch 'maint'
2011-03-10 Gabriel FilionVerify permissions in check_repo_or_die()
2011-03-10 Gabriel FilionVerify permissions in check_repo_or_die()
2011-02-28 Avery PennarunMerge branch 'rlb/meta'
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-27 Rob BrowningDon't touch correct target xattrs; remove inappropriate...
2011-02-27 Rob BrowningRename test-fs.img to testfs.img and add it to the...
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-15 Brandon LowRemove .c and .o rules, apply flags to csetup.py
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-02-01 Avery Pennarunruntests: Apparently $(wildcard) in make doesn't always... bup-0.22
2011-01-03 Avery PennarunMerge branches 'gf/ls', 'gf/tag', 'zz/import-rsnapshot... bup-0.21-rc1
2011-01-03 Zoran ZaricMakefile: handle shell commands (cmd/*-cmd.sh)
2010-11-26 Rob BrowningAdd (private for now) "bup xstat" command and use it...
2010-11-09 Avery PennarunAdd make export-docs/push-docs/import-docs targets. bup-0.20
2010-09-22 Avery PennarunMerge branch 'dr/web'
2010-09-22 David RodaEnable static resources. Move css to external file.
2010-09-06 Avery PennarunMerge branch 'maint'
2010-09-04 Avery PennarunDon't use $(wildcard) during 'make install'. bup-0.17a
2010-09-04 Avery PennarunDon't forget to install _helpers.dll on cygwin.
2010-08-23 Avery PennarunRename _faster.so to _helpers.so. bup-0.17
2010-07-31 Avery PennarunRename _hashsplit.so to _faster.so, and move bupsplit...
2010-07-28 Avery Pennarunmake clean: remove some leftover files.
2010-07-26 Rob BrowningDon't specify a user or group during "make install".
2010-07-26 Rob BrowningRemove Makefile lines that only contain a tab.
2010-07-23 Joe BedaConvert 'bup web' directory listing to use tornado...
2010-07-22 Joe BedaInstall our copy of tornado into /usr/lib/bup/tornado.
2010-07-14 Avery PennarunMove t/*.py to lib/bup/t/*.py.
2010-07-14 Avery PennarunUpdate to latest wvtest.py, wvtest.sh, and wvtestrun...
2010-06-25 Gabriel FilionMakefile: allow PYTHON variable to override python...
2010-06-08 Avery Pennarunmake install: don't fail if documentation couldn't...
2010-04-24 Avery Pennaruncmd/version, etc: fix version number detection stuff.
2010-04-01 Avery PennarunMerge branch 'master' of /tmp/bup
2010-04-01 Avery PennarunAdd a 'make install' target.
2010-02-28 Avery PennarunMove cmd-*.py to cmd/*-cmd.py.
2010-02-28 Avery PennarunMove python library files to lib/bup/
2010-02-28 Avery PennarunAdd a new 'bup newliner' that fixes progress message...
2010-02-14 Avery Pennaruncmd-ftp: a new command-line client you can use for...
2010-02-12 Steve DiverFix building under cygwin.
2010-02-11 Avery PennarunReplace randomgen with a new 'bup random' command.
2010-02-10 Andrew SchleiferFix building on MacOS X on PowerPC.
2010-02-06 Avery PennarunMerge remote branch 'origin/master'
2010-02-05 Avery PennarunInfrastructure for generating a markdown-based man...
2010-02-04 Avery PennarunMerge branch 'indexrewrite' bup-0.08
2010-02-03 Avery PennarunSplit directory recursion stuff from cmd-index.py into...
2010-02-02 Avery Pennaruncmd-margin: a command to find out the max bits of overl...
2010-01-31 Avery PennarunBasic cmd-fsck for checking integrity of packfiles.
2010-01-31 Avery Pennaruncmd-damage: a program for randomly corrupting file...
2010-01-27 Avery Pennaruncmd-ls and cmd-fuse: toys for browsing your available...
2010-01-25 Avery Pennaruncmd-midx: a command for merging multiple .idx files...
2010-01-25 Avery PennarunRename chashsplit.so to _hashsplit.so.
2010-01-24 Avery PennarunMakefile: build module using python distutils instead...
2010-01-24 Avery PennarunMakefile: oops, all the $^ and $< were backwards.
2010-01-12 Avery Pennarunmemtest.py: a standalone program for testing memory...
2010-01-11 Avery PennarunMerge branch 'cygwin'
2010-01-11 Avery PennarunAssorted cleanups to Luke's cygwin fixes.
2010-01-11 Avery PennarunMakefile: work with cygwin on different windows versions.
2010-01-10 Lukasz KosewskiMerge branch 'master' of git://github.com/apenwarr/bup
2010-01-10 Lukasz KosewskiMakefile: On Windows, executable files must end with...
2010-01-10 Lukasz KosewskiMakefile: Build on Windows under Cygwin.
2010-01-10 Avery PennarunThis adds the long-awaited indexfile feature, so you...
2010-01-10 Avery PennarunA bunch of wvtests for the 'bup index' command.
2010-01-10 Avery PennarunStart using wvtest.sh for shell-based tests in test-sh.
2010-01-08 Avery Pennaruncmd-index: basic index reader/writer/merger.
2010-01-07 Avery PennarunMore compile options for MacOS X.
2010-01-06 Avery PennarunAdd a 'make stupid' target that does 'make test' with...
2010-01-06 Michael WolfMerge remote branch 'remotes/apenwarr-master/master'
2010-01-06 Michael WolfFigure out where Python dynamic libraries live. Use...
2010-01-05 Avery PennarunMakefile: avoid using backquotes.
2010-01-05 David WoleverMake now calls python2.5-config.
2010-01-03 Avery PennarunExtremely basic 'bup server' support.
2010-01-03 Avery Pennarunbup save: handle symlinks correctly.
2010-01-03 Avery PennarunAdd 'bup init' command.
2010-01-03 Avery PennarunName temp files from 'make test' as *.tmp to make them...
2010-01-03 Avery Pennarun'make test' now tests the -t and -c options of bup...
2010-01-02 Avery Pennarunbup split: print extra output to stderr if -v or -vv...
2010-01-02 Avery PennarunFix 'bup split --bench'.
2010-01-01 Avery PennarunInitial version of 'bup save'.
2010-01-01 Avery Pennarun'bup join' now takes objects on the command line and...
2010-01-01 Avery PennarunRefactor splitting functions from cmd-split.py into...
2009-12-31 Avery Pennarun'bup split' takes a list of filenames on the command...
2009-12-31 Avery Pennarun'bup split' now outputs any combination of blobs, tree...
2009-12-31 Avery PennarunCompletely revamped option parsing based on git-shell...
2009-12-31 Avery PennarunRename datagen.c to randomgen.c, to better reflect...
2009-12-30 Avery PennarunGet rid of extra CFLAGS/LDFLAGS that I don't understand...
2009-12-30 Avery PennarunAdd a 'bup' wrapper program.
2009-12-30 Avery PennarunRemove old hashsplit.c, since hashsplit.py replaces it.
2009-12-30 Avery PennarunDo less work for objects that occur more than once.
2009-12-30 Avery PennarunUse t# instead of et# for hashsplit parameter type.
2009-12-30 Avery PennarunHey wow, turning on -O2 gives about a 50% speedup.
2009-12-30 Avery PennarunAdd a C module to do the rolling checksum.
2009-12-30 Avery Pennarundatagen.c: a quick program to generate a repeatable...
next