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

Builder curl-unthreaded-solaris11-i386 Build #4860

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision99d5b908781f452a1c2b549d53e0c9b96ed3942f
Got Revision99d5b908781f452a1c2b549d53e0c9b96ed3942f
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 54 mins, 45 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4860 Build
codebase Build
got_revision 99d5b908781f452a1c2b549d53e0c9b96ed3942f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 99d5b908781f452a1c2b549d53e0c9b96ed3942f Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Apr 2 14:05:13 2026
EndThu Apr 2 15:57:24 2026
Elapsed1 hrs, 52 mins, 11 secs

All Changes:

:

  1. Change #263296

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 02 Apr 2026 13:14:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 33e43985b8f3b9e66691d06e70be0395849856cd

    Comments

    url: improve connection reuse on negotiate
    Check state of negotiate to allow proper connection reuse.
    
    Closes #21203

    Changed files

    • lib/url.c
  2. Change #263297

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 02 Apr 2026 13:15:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 99d5b908781f452a1c2b549d53e0c9b96ed3942f

    Comments

    asyn-thrdd: item cleanup using resolv_id
    Now that we support multiple async operations at the same transfer,
    fix the thread queue cleanup to match not only the mid but also the
    resolv_id.
    
    Found by Codex Security
    
    Closes #21202

    Changed files

    • lib/asyn-thrdd.c