commit ee832951e2bc2030abe49b1436760a597bd55382
Author: Oswald Buddenhagen
Date: Mon Jul 24 12:04:13 2023 +0200
revamp automatic enumeration of power-of-two enumerators
i found a neat trick to do it with the C pre-processor after all.
this makes the enum definitions themselves
commit f467b57a957672a02cd7d923603a8a9da7f0f9fc
Author: Oswald Buddenhagen
Date: Sun Jun 26 12:59:44 2022 +0200
generalize GPL exception
we have explicit approval from:
- Anton Khirnov
- Jeremy Katz
- Jesse Weaver
- Marc Hoersken
- Michael J Gruber
- No
commit 5f81162f5e93efa8a35bbad5aa0f5d279da3a9e7
Author: Husain Alshehhi
AuthorDate: Sat Jan 14 01:06:23 2023 +
Commit: Oswald Buddenhagen
CommitDate: Wed Jul 31 21:23:58 2024 +0200
add tag files to .gitignore
The auto-generated makefile targets CTAGS, GTAGS and TAGS gene
commit 43271d8fad03c2cefd387a8cd80d578c2aa6fd34
Author: Oswald Buddenhagen
Date: Tue Jul 30 08:25:20 2024 +0200
eliminate commit_cmds driver callback
no driver implements it, and this isn't likely to change any time soon.
src/driver.h | 3 ---
src/drv_imap.c | 9 -
commit 7bca6967a7b22cc2afe72856f340097651afe70e
Author: Oswald Buddenhagen
Date: Sat Sep 3 22:46:41 2022 +0200
update some email addresses
noa's and jeremy's new address are confirmed.
michael e.'s address is kinda confirmed, except that it's silent.
AUTHORS | 6 +++---
1 fil
commit ceb0fa9803b27057c7a8413cf50a51f428f5d792
Author: Oswald Buddenhagen
Date: Thu Jul 4 09:09:17 2024 +0200
don't try to qsort() NULL array
while this actually works due to the array size being zero, it's
undefined behavior which makes gcc eliminate a subsequent null check i
commit 12e30ce560c2b79f2de9ab7f44626063c0e7e2ff
Author: Oswald Buddenhagen
Date: Mon Jul 29 12:05:43 2024 +0200
cap readsz at buffer size
otherwise we may get negative comparison sizes, which the unsigned
arithmetic we use cannot represent. this would prevent buffer content
commit 31c504d43263a891b7a9d37517f9e26fb650d20b
Author: Oswald Buddenhagen
Date: Mon Jul 24 11:34:10 2023 +0200
remove redundant argument from BIT_FORMATTER_PROTO()
it doesn't need to know the enum prefix.
amends 17db5de0c & 950ebe833.
src/common.h | 6 +++---
1 file cha
commit 8b8313997c357238d85eb70e8fdee005c746eedf
Author: Oswald Buddenhagen
Date: Tue Jul 30 07:50:49 2024 +0200
Revert "actually implement imap_commit_cmds()"
the CHECK command doesn't do what i thought; the formulation in the
specs was ambiguous - it really checks for new mail
commit 84194a7a9fdd179ca15e4b069a3cffbeaec03bab
Author: Oswald Buddenhagen
Date: Tue Jan 10 11:37:26 2023 +0100
don't try to create already existing boxes
if the SELECT command fails even though the box was LISTed, then the
error cause is obviously not that box is absent, and s
On Mon, Oct 31, 2022 at 03:43:28PM +, Edd Barrett wrote:
On Fri, Oct 28, 2022 at 05:04:10PM +0200, Oswald Buddenhagen wrote:
i need the full log. in fact, of two consecutive runs, as this is an
inter-run problem. you can limit it on the command line to the affected
mailbox, and send me the l
11 matches
Mail list logo