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

Builder curl-ares-solaris11-i386 Build #5360

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 16 mins, 56 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 19 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 5360 Build
codebase Build
got_revision 6ee61c3fe1479a6fbe85238fa83873b87b87f747 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6ee61c3fe1479a6fbe85238fa83873b87b87f747 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:

StartWed Sep 9 21:45:40 2026
EndWed Sep 9 23:49:51 2026
Elapsed2 hrs, 4 mins, 10 secs

All Changes:

:

  1. Change #281295

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 09 Sep 2026 23:25:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ee61c3fe1479a6fbe85238fa83873b87b87f747

    Comments

    lib: connection shutdown, cleanup code
    Move all shutdown related functions to cshutdn.c and give them
    `Curl_cshutdn_*` prefix.
    
    Add connection age handling methods to conncache.h, so that other code
    does not need to mess with details of how connections keep time.
    
    Closes #22888

    Changed files

    • lib/cfilters.c
    • lib/cfilters.h
    • lib/conncache.c
    • lib/conncache.h
    • lib/connect.c
    • lib/connect.h
    • lib/cshutdn.c
    • lib/cshutdn.h
    • lib/telnet.c
    • lib/transfer.c
    • lib/url.c
    • lib/vdns/hostip.c
    • lib/vtls/vtls.c