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

Builder curl-unthreaded-solaris11-i386 Build #5340

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-unthreaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 4 mins, 26 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 51 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 5340 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-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:

StartWed Sep 9 22:37:18 2026
EndThu Sep 10 00:55:13 2026
Elapsed2 hrs, 17 mins, 54 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