This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch nouveau-gun-http2
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard aa80d77cd WIP configure nouveau for https
discard 864981182 nouveau: switch from ibrowse to gun
omit a6eb3a187 Merge pull request #5578 from
apache/introduce-commit_header-2
new a20968f6e nouveau: switch from ibrowse to gun
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (aa80d77cd)
\
N -- N -- N refs/heads/nouveau-gun-http2 (a20968f6e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/nouveau/src/nouveau_api.erl | 49 +++++---------
src/nouveau/src/nouveau_gun.erl | 106 ++++++++++++++++++++++++++++++
src/nouveau/src/nouveau_index_manager.erl | 49 --------------
src/nouveau/src/nouveau_index_updater.erl | 6 +-
src/nouveau/src/nouveau_sup.erl | 1 +
src/nouveau/src/nouveau_util.erl | 6 +-
6 files changed, 127 insertions(+), 90 deletions(-)
create mode 100644 src/nouveau/src/nouveau_gun.erl