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

Builder curl-unthreaded-solaris11-sparc Build #6202

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 55 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-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6202 Build
codebase Build
got_revision a61f2f9219bc121eea41a870e181e93a79623743 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a61f2f9219bc121eea41a870e181e93a79623743 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. anupamme

Timing:

StartMon Aug 10 21:34:24 2026
EndMon Aug 10 22:28:23 2026
Elapsed53 mins, 59 secs

All Changes:

:

  1. Change #277741

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 10 Aug 2026 23:07:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 874a54de5dcb5b68e22e896787d8b9bd9cda8aaa

    Comments

    multi: use index list for expire timeouts
    Replace the `timeoutlist` and time nodes for expire timers with `struct
    expire_timers` that keeps a time and next array.
    
    There is only ever one timeout per timer id and a fully dynamic list is
    not needed. Do the sorting by keeping an array of 'next' indiced and a
    'first' starting point.
    
    Added tracking of splay tree status.
    
    Fixed missing splay removal when last timeout was removed via
    Curl_expire_done().
    
    Closes #22473

    Changed files

    • lib/curl_trc.c
    • lib/multi.c
    • lib/multiif.h
    • lib/urldata.h
  2. Change #277742

    Category curl
    Changed by anupamme <medirattaohnoyoudont@gmail.com>
    Changed at Mon 10 Aug 2026 23:11:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a61f2f9219bc121eea41a870e181e93a79623743

    Comments

    ldap: reject control characters in URL-decoded filter values
    Closes #22524

    Changed files

    • lib/ldap.c