This is an automated email from the ASF dual-hosted git repository.
nickva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-ibrowse.git
omit c2bb9e3 Merge pull request #10 from apache/disable-copilot-code-review
omit c05ce3a disable copilot code review
omit bd9a77f Replace `gen_server:format_status/2` with `format_status/1`
omit de0858d Drop warnings_as_errors compile flag
omit a62d4a6 Strip sensitive data from state
omit a361105 Get a new lb pid if existing pid is not alive
add efd040d Get a new lb pid if existing pid is not alive (#166)
add 22d6fd6 Fix typos (#175)
add 2772261 Bump min erlang ver and add CI (#181)
add c8d82d1 feat: add connect_to option (#183)
add cd9eb76 Add `format_status(Status)` callback function (#182)
add 8ab185b added a function to set the download_dir in the internal
config ets (#158)
add 4a0743f Add binary optimization to chunk_request_body (#184)
add bd41afe Remove fallback code for timestamp (#185)
add b820f83 Replace lists keysearch with keyfind (#186)
add 5ae9bab Preparing 4.5.0 release
add 039dbc8 Prepare v4.5.0: SPDX licenses, drop deprecated maintainers
field
new d404072 Clarified license so github recognises it correctly
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 (c2bb9e3)
\
N -- N -- N refs/heads/main (d404072)
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:
.asf.yaml | 3 -
.github/workflows/ci.yml | 26 +++
.travis.yml | 14 --
CHANGELOG | 29 ++-
CONTRIBUTORS | 7 +
LICENSE | 507 ++++++++++++++++++++++++++++++++++++++++++-
README.md | 4 +-
rebar.config | 9 +-
src/ibrowse.app.src | 5 +-
src/ibrowse.erl | 24 +-
src/ibrowse_http_client.erl | 118 +++++-----
src/ibrowse_lib.erl | 6 +-
test/ibrowse_load_test.erl | 18 +-
test/ibrowse_test.erl | 101 ++++++++-
test/ibrowse_test_server.erl | 25 ++-
15 files changed, 769 insertions(+), 127 deletions(-)
delete mode 100644 .asf.yaml
create mode 100644 .github/workflows/ci.yml
delete mode 100644 .travis.yml