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

Builder curl-ares-solaris11-sparc Build #5735

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Apr 24 13:17:55 2026
EndFri Apr 24 13:44:26 2026
Elapsed26 mins, 31 secs

All Changes:

:

  1. Change #265349

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 24 Apr 2026 13:10:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b6e0ecb3f28708bf49208738bec69a2dd0cbeb17

    Comments

    resolve: pass bool for proxy resolves
    So that CURLcode failure is correct and not figured out later via
    `conn->bits.proxy`. Add the flag to the async struct.
    
    `for_proxy` is figured out by the caller of Curl_resolv() when it
    figures out which host/proxy name it wants the addresses for.
    
    Remove CONN_IS_PROXIED macro as no longer needed.
    
    Closes #21423

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-base.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/cf-dns.c
    • lib/cf-ip-happy.c
    • lib/connect.c
    • lib/doh.c
    • lib/hostip.c
    • lib/hostip.h
    • lib/url.c
    • lib/urldata.h