8000 Tags · KumoCorp/kumomta · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: KumoCorp/kumomta

Tags

2025.05.06-b29689af

Toggle 2025.05.06-b29689af's commit message

Verified

This commit was signed with the committer’s verified signature.
wez Wez Furlong
docs: memoize: allow_stale_reads

2025.03.19-1d3f1f67

Toggle 2025.03.19-1d3f1f67's commit message

Verified

This commit was signed with the committer’s verified signature.
wez Wez Furlong
deps: unpin ring, bump some deps

briansmith/ring#2462 has been resolved,
so we should be buildable on amazonlinux:2 with the latest released
package.

cargo update, but also a couple of intentional bumpds to some
packages in Cargo.toml to keep things updated.

2025.01.29-833f82a8

Toggle 2025.01.29-833f82a8's commit message

Verified

This commit was signed with the committer’s verified signature.
wez Wez Furlong
egress_source: fix potentially stale rr state when config changes

Previously, we would compare only the names of the pools when
updating the round robin source selection state.

That meant that if you change the composition of a pool by changing
either the number of the definition of its constituent sources,
that change may not take effect until the corresponding queues
had aged out.

This commit resolves this by comparing both the name and the
composition of the pool when deciding to rebuild the source
selection state.

2025.01.23-7273d2bc

Toggle 2025.01.23-7273d2bc's commit message

Verified

This commit was signed with the committer’s verified signature.
wez Wez Furlong
cargo update

2024.11.08-d383b033

Toggle 2024.11.08-d383b033's commit message

Verified

This commit was signed with the committer’s verified signature.
wez Wez Furlong
docs: add a refman section for template syntax

2024.09.02-c5476b89

Toggle 2024.09.02-c5476b89's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wez Wez Furlong
metrics: retain global counters as well

The recent changes to auto-prune counters for various queues went
a little too far, and were pruning a couple of these global overall
counters.

This commit works to pin those counters and retain them for the
life of the process.

2024.09.01-a18308a3

Toggle 2024.09.01-a18308a3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wez Wez Furlong
docs: mention SingletonTimerWheel

dev

Toggle dev's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wez Wez Furlong
dev release branch

2024.06.10-84e84b89

Toggle 2024.06.10-84e84b89's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wez Wez Furlong
cargo update

2024.06.04-50e83b11

Toggle 2024.06.04-50e83b11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ready_queue: move maintainer notify logic in dispatcher drop (#194)

* move maintainer notify logic in dispatcher drop

* rework dispatcher drop logic shape

---------

Co-authored-by: ncai <ncai@chapsvision.com>
0