Groups
Groups
Sign in
Groups
Groups
bup-list
Conversations
About
Send feedback
Help
bup-list
1–30 of 3123
Mark all as read
Report group
0 selected
Rob Browning
4:25 PM
[PATCH 1/1] bup-on: drop vestigial --reverse related code
Left after the conversion to derive_repo_addr. Signed-off-by: Rob Browning <r...@defaultvalue.org
unread,
[PATCH 1/1] bup-on: drop vestigial --reverse related code
Left after the conversion to derive_repo_addr. Signed-off-by: Rob Browning <r...@defaultvalue.org
4:25 PM
Sarah Tylor0160
2
12:17 PM
$180 For Each Duct, Dryer and Chimney cleaning Group rate
Anyone Interested? On Wednesday, February 18, 2026 at 8:40:02 PM UTC+5 Sarah Tylor0160 wrote: Just
unread,
$180 For Each Duct, Dryer and Chimney cleaning Group rate
Anyone Interested? On Wednesday, February 18, 2026 at 8:40:02 PM UTC+5 Sarah Tylor0160 wrote: Just
12:17 PM
Rob Browning
,
Johannes Berg
3
Feb 17
[PATCH 1/1] client: fix index-cache name differences with 0.33.x
Test for expected (ie as of 0.33.x) index cache IDs, and fix the incompatibilities revealed. Handle
unread,
[PATCH 1/1] client: fix index-cache name differences with 0.33.x
Test for expected (ie as of 0.33.x) index cache IDs, and fix the incompatibilities revealed. Handle
Feb 17
Daniel Distler
, …
Rob Browning
15
Feb 16
Filesystems without native hard links
Rearrange client initialization so we can check that it's choosing the expected index-cache ids.
unread,
Filesystems without native hard links
Rearrange client initialization so we can check that it's choosing the expected index-cache ids.
Feb 16
Rob Browning
Feb 15
[PATCH 1/1] _FileReader: don't compute file size in read
Defer the cost of computing the file's size until a seek requires it and remember a file's
unread,
[PATCH 1/1] _FileReader: don't compute file size in read
Defer the cost of computing the file's size until a seek requires it and remember a file's
Feb 15
Rob Browning
Feb 15
Improve vfs _FileReader performance
Pushed to main. -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C
unread,
Improve vfs _FileReader performance
Pushed to main. -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C
Feb 15
Rob Browning
Feb 15
[PATCH 1/3] vfs._ChunkReader: avoid copying blob contents
From: Johannes Berg <joha...@sipsolutions.net> When reading bupm files, eg during repo
unread,
[PATCH 1/3] vfs._ChunkReader: avoid copying blob contents
From: Johannes Berg <joha...@sipsolutions.net> When reading bupm files, eg during repo
Feb 15
Rob Browning
Feb 15
[PATCH 3/3] _FileReader: drop unused "known_size" init arg
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 3/3] _FileReader: drop unused "known_size" init arg
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Feb 15
Rob Browning
Feb 15
[PATCH 2/3] vfs._ChunkReader: build next() result by joining parts
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 2/3] vfs._ChunkReader: build next() result by joining parts
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Feb 15
Johannes Berg
,
Rob Browning
2
Feb 15
[PATCH] configure: allow python 3.14
Johannes Berg <joha...@sipsolutions.net> writes: > This works fine, just enable it. Pushed
unread,
[PATCH] configure: allow python 3.14
Johannes Berg <joha...@sipsolutions.net> writes: > This works fine, just enable it. Pushed
Feb 15
Tomas Hnyk
, …
Rob Browning
4
Feb 15
PR to improve man page
Rob Browning <r...@defaultvalue.org> writes: > Remove the single quotes from the example
unread,
PR to improve man page
Rob Browning <r...@defaultvalue.org> writes: > Remove the single quotes from the example
Feb 15
Rob Browning
Feb 15
[PATCH 1/1] ls: don't require a local repo (e.g. for --remote)
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 1/1] ls: don't require a local repo (e.g. for --remote)
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Feb 15
Johannes Berg
4
Feb 13
[PATCH 0/3] server security
To restrict what a remote bup can do on a server, eg in 'bup on' scenarios, add a --mode
unread,
[PATCH 0/3] server security
To restrict what a remote bup can do on a server, eg in 'bup on' scenarios, add a --mode
Feb 13
Sarah Tylor0160
3
Feb 11
$180 For Each Duct, Dryer and Chimney cleaning Group rate
Anyone Interested?
unread,
$180 For Each Duct, Dryer and Chimney cleaning Group rate
Anyone Interested?
Feb 11
Rob Browning
4
Feb 5
[PATCH 1/3] find_live_objects: correct progress ref count and verbosity
Python added support for nanosecond timestamps in 3.3, so we shouldn't need our C *stat helpers
unread,
[PATCH 1/3] find_live_objects: correct progress ref count and verbosity
Python added support for nanosecond timestamps in 3.3, so we shouldn't need our C *stat helpers
Feb 5
Sarah Tylor0160
3
Jan 30
$180 For Each Duct, Dryer and Chimney cleaning Group rate
Anyone Interested?
unread,
$180 For Each Duct, Dryer and Chimney cleaning Group rate
Anyone Interested?
Jan 30
Rob Browning
Jan 28
bup 0.33.10 released
https://bup.github.io/ https://github.com/bup/bup/tags https://codeberg.org//bup/bup/tags This is a
unread,
bup 0.33.10 released
https://bup.github.io/ https://github.com/bup/bup/tags https://codeberg.org//bup/bup/tags This is a
Jan 28
Rob Browning
Jan 21
[PATCH 1/1] test-ls: guard output truncation test via with-tty
Only run the output trunction test if with-tty says it's OK (as we already do in main). Thanks to
unread,
[PATCH 1/1] test-ls: guard output truncation test via with-tty
Only run the output trunction test if with-tty says it's OK (as we already do in main). Thanks to
Jan 21
Greg Troxel
,
Rob Browning
2
Jan 20
testing update: 0.33.x looks good (bup functionality), 2 nits (test harness)
Greg Troxel <g...@lexort.com> writes: > An alternative would be to "if NetBSD don't
unread,
testing update: 0.33.x looks good (bup functionality), 2 nits (test harness)
Greg Troxel <g...@lexort.com> writes: > An alternative would be to "if NetBSD don't
Jan 20
Rob Browning
,
Greg Troxel
5
Jan 18
Call for testing for a 0.33.10 release
MANPATH is more portable, eg to freebsd. Create self-referential manN symlinks in Documentation to
unread,
Call for testing for a 0.33.10 release
MANPATH is more portable, eg to freebsd. Create self-referential manN symlinks in Documentation to
Jan 18
Rob Browning
3
Jan 16
Fix a few build and test related issues in 0.33.x
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
Fix a few build and test related issues in 0.33.x
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Jan 16
Rob Browning
Jan 16
[PATCH 4/6] test_get: disable git log pager with -P
Signed-off-by: Rob Browning <r...@defaultvalue.org> (cherry picked from commit
unread,
[PATCH 4/6] test_get: disable git log pager with -P
Signed-off-by: Rob Browning <r...@defaultvalue.org> (cherry picked from commit
Jan 16
Rob Browning
Jan 16
[PATCH 5/6] test-import-duplicity: explicitly disable encryption
Invoke duplicity with --no-encryption to avoid failures since the tests don't need or want
unread,
[PATCH 5/6] test-import-duplicity: explicitly disable encryption
Invoke duplicity with --no-encryption to avoid failures since the tests don't need or want
Jan 16
Rob Browning
Jan 16
[PATCH 2/6] GNUmakefile: force-delete tmp before purging __pycache__
force-delete tmp first so the __pycache__ removal can't be thwarted by anything troublesome in
unread,
[PATCH 2/6] GNUmakefile: force-delete tmp before purging __pycache__
force-delete tmp first so the __pycache__ removal can't be thwarted by anything troublesome in
Jan 16
Rob Browning
Jan 16
[PATCH 1/6] test_metadata.setup_testfs: don't modprobe loop
Suspect this is no longer needed and it was causing failures in some environments where modprobe wasn
unread,
[PATCH 1/6] test_metadata.setup_testfs: don't modprobe loop
Suspect this is no longer needed and it was causing failures in some environments where modprobe wasn
Jan 16
Greg Troxel
,
Rob Browning
5
Jan 15
main failing on macOS 13
Greg Troxel <g...@lexort.com> writes: > I sent a patch, twice :-( The first version has a
unread,
main failing on macOS 13
Greg Troxel <g...@lexort.com> writes: > I sent a patch, twice :-( The first version has a
Jan 15
Rob Browning
76
Jan 15
[PATCH 26/75] Include empty top level directories in get --rewrite tests
Rob Browning <r...@defaultvalue.org> writes: > For a while, Johannes Berg and I have been
unread,
[PATCH 26/75] Include empty top level directories in get --rewrite tests
Rob Browning <r...@defaultvalue.org> writes: > For a while, Johannes Berg and I have been
Jan 15
Rob Browning
Jan 14
[PATCH 1/3] join: exit with EXIT_FAILURE, not 1
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 1/3] join: exit with EXIT_FAILURE, not 1
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Jan 14
Rob Browning
Jan 14
[PATCH 2/3] dev/cleanup-mounts-under: support python3.13 and python3.14
Thanks to Greg Troxel for reporting the issue. Signed-off-by: Rob Browning <r...@defaultvalue.org
unread,
[PATCH 2/3] dev/cleanup-mounts-under: support python3.13 and python3.14
Thanks to Greg Troxel for reporting the issue. Signed-off-by: Rob Browning <r...@defaultvalue.org
Jan 14
Rob Browning
Jan 14
[PATCH 3/3] README.md: Extend NetBSD and macOS hints
From: Greg Troxel <g...@lexort.com> - Note that pkgsrc has TEST_DEPENDS for bup. - Explain the
unread,
[PATCH 3/3] README.md: Extend NetBSD and macOS hints
From: Greg Troxel <g...@lexort.com> - Note that pkgsrc has TEST_DEPENDS for bup. - Explain the
Jan 14