Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
bup-list
Conversations
About
bup-list
1–30 of 2628
Mark all as read
Report abusive group
0 selected
Zachary Dremann
Jun 5
[PATCH 1/1] Introduce inline fn in bupsplit.h to get the "extra" bits
If we have __builtin_ctz (or, if forcibly enabled with a define for BUPSLIT_HAS_BUILTIN_CTZ), use it
unread,
[PATCH 1/1] Introduce inline fn in bupsplit.h to get the "extra" bits
If we have __builtin_ctz (or, if forcibly enabled with a define for BUPSLIT_HAS_BUILTIN_CTZ), use it
Jun 5
Zachary Dremann
,
Johannes Berg
2
Jun 5
[PATCH 1/1] Avoid using a local window for splitting
On Fri, 2023-06-02 at 23:25 -0400, Zachary Dremann wrote: > The splitting code in bupsplit.c/
unread,
[PATCH 1/1] Avoid using a local window for splitting
On Fri, 2023-06-02 at 23:25 -0400, Zachary Dremann wrote: > The splitting code in bupsplit.c/
Jun 5
Rob Browning
,
Zachary Dremann
2
Jun 2
[PATCH 1/2] Metadata: specify __slots__
This looks like just an unused local variable, as far as I can tell. Shouldn't this be in the
unread,
[PATCH 1/2] Metadata: specify __slots__
This looks like just an unused local variable, as far as I can tell. Shouldn't this be in the
Jun 2
Rob Browning
May 30
[PATCH 7/8] HashSplitter_init: guard against bits/fanbits overflow
Replace PyArg_ParseTuple "I" conversion (which ignores overflow) with bup_uint_from_py.
unread,
[PATCH 7/8] HashSplitter_init: guard against bits/fanbits overflow
Replace PyArg_ParseTuple "I" conversion (which ignores overflow) with bup_uint_from_py.
May 30
Rob Browning
2
May 30
[PATCH 0/8] Move py C utility code to pyutil; guard overflow
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- GNUmakefile | 2 +- lib/bup/_helpers.c |
unread,
[PATCH 0/8] Move py C utility code to pyutil; guard overflow
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- GNUmakefile | 2 +- lib/bup/_helpers.c |
May 30
Rob Browning
May 30
[PATCH 5/8] pyutil: add BUP_ASSIGN_PYLONG_TO_INTEGRAL; use EXPR_SIGNED
Check EXPR_SIGNED to simplify the handling, ie we know which path we're on up front. Signed-off-
unread,
[PATCH 5/8] pyutil: add BUP_ASSIGN_PYLONG_TO_INTEGRAL; use EXPR_SIGNED
Check EXPR_SIGNED to simplify the handling, ie we know which path we're on up front. Signed-off-
May 30
Rob Browning
May 30
[PATCH 6/8] _helpers: remove vestigial py2 utimes related code
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 6/8] _helpers: remove vestigial py2 utimes related code
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
May 30
Rob Browning
May 30
[PATCH 8/8] Reject bup_getpwuid bup_getgrgid argument overflow
Replace PyArg_ParseTuple "K" checks (which ignore overflow) with
unread,
[PATCH 8/8] Reject bup_getpwuid bup_getgrgid argument overflow
Replace PyArg_ParseTuple "K" checks (which ignore overflow) with
May 30
Rob Browning
May 30
[PATCH 3/8] pyutil: add INTEGER_TO_PY as BUP_LONGISH_TO_PY
Change to longish to hint that it only handles up to long (long)s. Signed-off-by: Rob Browning <
unread,
[PATCH 3/8] pyutil: add INTEGER_TO_PY as BUP_LONGISH_TO_PY
Change to longish to hint that it only handles up to long (long)s. Signed-off-by: Rob Browning <
May 30
Rob Browning
May 30
[PATCH 4/8] pyutil: add bup_uint_from_py bup_ulong_from_py bup_ullong_from_py
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 4/8] pyutil: add bup_uint_from_py bup_ulong_from_py bup_ullong_from_py
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
May 30
Rob Browning
May 30
[PATCH 1/8] bup_shared_cflags: add -Winline
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- GNUmakefile | 2 +- 1 file changed, 1
unread,
[PATCH 1/8] bup_shared_cflags: add -Winline
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- GNUmakefile | 2 +- 1 file changed, 1
May 30
Mark J Hewitt
, …
Rob Browning
18
May 28
Assertion failure
Rob Browning <r...@defaultvalue.org> writes: > Reverse the order of the check since we'd
unread,
Assertion failure
Rob Browning <r...@defaultvalue.org> writes: > Reverse the order of the check since we'd
May 28
Rob Browning
,
Greg Troxel
8
May 28
[PATCH 1/2] compare-trees: add --features and disallow args with it and -h
Rob Browning <r...@defaultvalue.org> writes: > While toying with some broader changes to our
unread,
[PATCH 1/2] compare-trees: add --features and disallow args with it and -h
Rob Browning <r...@defaultvalue.org> writes: > While toying with some broader changes to our
May 28
Rob Browning
,
Johannes Berg
7
May 28
[PATCH 1/1] Fix ACL metadata format; delimit short form entries with commas
Johannes Berg <joha...@sipsolutions.net> writes: > Now that I'm looking at this ... I
unread,
[PATCH 1/1] Fix ACL metadata format; delimit short form entries with commas
Johannes Berg <joha...@sipsolutions.net> writes: > Now that I'm looking at this ... I
May 28
Rob Browning
2
May 28
[PATCH 1/2] cirrus: move to freebsd 12.4 to fix rsync-related test failures
Reverse the order of the check since we'd originally intended it to guard the assignment to the
unread,
[PATCH 1/2] cirrus: move to freebsd 12.4 to fix rsync-related test failures
Reverse the order of the check since we'd originally intended it to guard the assignment to the
May 28
Rob Browning
May 28
bup 0.32.1 released
https://bup.github.io/ https://github.com/bup/bup/tags https://codeberg.org//bup/bup/tags This is a
unread,
bup 0.32.1 released
https://bup.github.io/ https://github.com/bup/bup/tags https://codeberg.org//bup/bup/tags This is a
May 28
Rob Browning
May 28
bup 0.33.1 released
https://bup.github.io/ https://github.com/bup/bup/tags https://codeberg.org//bup/bup/tags This is a
unread,
bup 0.33.1 released
https://bup.github.io/ https://github.com/bup/bup/tags https://codeberg.org//bup/bup/tags This is a
May 28
Rob Browning
May 10
Proposing a 0.33.1 release (please test 0.33.x if you have time)
I've pushed some changes to a new 0.33.x branch in preparation for a possible 0.33.1 release. The
unread,
Proposing a 0.33.1 release (please test 0.33.x if you have time)
I've pushed some changes to a new 0.33.x branch in preparation for a possible 0.33.1 release. The
May 10
mle...@gmail.com
, …
Johannes Berg
5
Apr 25
DESIGN document: How can one git checkout a file if it consists of multiple blobs?
On Wed, 2022-12-21 at 08:44 -0800, mle...@gmail.com wrote: > Thank you for your help. This is
unread,
DESIGN document: How can one git checkout a file if it consists of multiple blobs?
On Wed, 2022-12-21 at 08:44 -0800, mle...@gmail.com wrote: > Thank you for your help. This is
Apr 25
Rob Browning
18
Apr 15
[PATCH 14/17] hashsplitter: only refer to posix_fadvise if it's going to be used
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- Documentation/bup-get.md | 4 ++-- 1 file
unread,
[PATCH 14/17] hashsplitter: only refer to posix_fadvise if it's going to be used
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- Documentation/bup-get.md | 4 ++-- 1 file
Apr 15
Stefan Monnier
,
Rob Browning
4
Mar 26
bup get --append should --ff when applicable
Rob Browning <r...@defaultvalue.org> writes: > "'Stefan Monnier' via bup-list
unread,
bup get --append should --ff when applicable
Rob Browning <r...@defaultvalue.org> writes: > "'Stefan Monnier' via bup-list
Mar 26
Stefan Monnier
, …
Rob Browning
6
Mar 18
`bup save` fails with unexpected EOF
>> I still have no idea what's going on there (both `git fsck` and `bup >> fsck` are
unread,
`bup save` fails with unexpected EOF
>> I still have no idea what's going on there (both `git fsck` and `bup >> fsck` are
Mar 18
Greg Troxel
,
Johannes Berg
4
Mar 7
index-cache and idx
On Tue, 2023-03-07 at 15:33 -0500, Greg Troxel wrote: > Johannes Berg <johannes@sipsolutions.
unread,
index-cache and idx
On Tue, 2023-03-07 at 15:33 -0500, Greg Troxel wrote: > Johannes Berg <johannes@sipsolutions.
Mar 7
winsoz winsoz
, …
Rob Browning
26
Mar 6
Extended attribute in cifs share error
Same error code for bup and my test program. Il giorno sabato 4 marzo 2023 alle 22:40:58 UTC+1 r...@
unread,
Extended attribute in cifs share error
Same error code for bup and my test program. Il giorno sabato 4 marzo 2023 alle 22:40:58 UTC+1 r...@
Mar 6
Stefan Monnier
Feb 24
index missing
I do a daily `bup get` to mirror my backups off-site and it always gives me (numerous) warnings of
unread,
index missing
I do a daily `bup get` to mirror my backups off-site and it always gives me (numerous) warnings of
Feb 24
lanwatch
,
Greg Troxel
3
Jan 23
Branching
Fran Martínez <fran...@gmail.com> writes: > Then I would add a branch name somewhere
unread,
Branching
Fran Martínez <fran...@gmail.com> writes: > Then I would add a branch name somewhere
Jan 23
mle...@gmail.com
, …
Greg Troxel
7
Jan 19
bup prune-older causes loss of a pack and corrupted the branch of the save
"mle...@gmail.com" <mle...@gmail.com> writes: > Reviewing the original logs, I
unread,
bup prune-older causes loss of a pack and corrupted the branch of the save
"mle...@gmail.com" <mle...@gmail.com> writes: > Reviewing the original logs, I
Jan 19
moritz braun
, …
Johannes Berg
3
Jan 19
Bup failed
Hi, Just saw you also emailed me - I guess you found out list was quicker to get a response ;-) On
unread,
Bup failed
Hi, Just saw you also emailed me - I guess you found out list was quicker to get a response ;-) On
Jan 19
mle...@gmail.com
,
Rob Browning
8
Jan 1
Test failure(s) on Cygwin due to ACLs set on folders
ML <mle...@gmail.com> writes: > For Linux, the regex for a valid user name can be changed,
unread,
Test failure(s) on Cygwin due to ACLs set on folders
ML <mle...@gmail.com> writes: > For Linux, the regex for a valid user name can be changed,
Jan 1
Rob Browning
,
John Chambers
3
12/31/22
FreeBSD 0.33 CI build failure (rsync locale_charset?)
This "locale_charset" problem is what happened on a FreeBSD machine where I have an account
unread,
FreeBSD 0.33 CI build failure (rsync locale_charset?)
This "locale_charset" problem is what happened on a FreeBSD machine where I have an account
12/31/22