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

Builder curl-threaded-solaris11-sparc Build #5635

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-sparc' triggered this build

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Apr 9 14:15:00 2026
EndThu Apr 9 15:03:44 2026
Elapsed48 mins, 44 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