Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-ares-solaris11-i386 Build #4906

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionef49d42a2c219679aa6844dffd899169ffbdafa1
Got Revisionef49d42a2c219679aa6844dffd899169ffbdafa1
Changes1 change

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 11 mins, 10 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4906 Build
codebase Build
got_revision ef49d42a2c219679aa6844dffd899169ffbdafa1 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ef49d42a2c219679aa6844dffd899169ffbdafa1 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Apr 9 14:14:58 2026
EndThu Apr 9 16:41:21 2026
Elapsed2 hrs, 26 mins, 22 secs

All Changes:

:

  1. Change #264071

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 09 Apr 2026 14:10:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ef49d42a2c219679aa6844dffd899169ffbdafa1

    Comments

    cfilters: CF_TYPE_SETUP connection filter
    Connection filters can now carry the flag CF_TYPE_SETUP, indicating that
    they are only needed during connection setup, e.g. connect.
    
    Once the connection is fully established, those filter are removed
    again. This frees resources and also makes the filter (call) chains
    shorter.
    
    Closes #21269

    Changed files

    • lib/cf-dns.c
    • lib/cf-haproxy.c
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/http_proxy.c