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

Builder curl-ares-solaris11-sparc Build #4865

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona093c93994d2afed3beed94809844c961d3f4a64
Got Revisiona093c93994d2afed3beed94809844c961d3f4a64
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4865 Build
codebase Build
got_revision a093c93994d2afed3beed94809844c961d3f4a64 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a093c93994d2afed3beed94809844c961d3f4a64 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. Daniel Stenberg

Timing:

StartMon Dec 8 08:08:22 2025
EndMon Dec 8 08:13:21 2025
Elapsed4 mins, 58 secs

All Changes:

:

  1. Change #251280

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 08 Dec 2025 08:03:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c6e5dfa2c67570f98225959148a6e78c1e2180f2

    Comments

    cookie: allocate the main struct once cookie is fine
    This delays the allocating of the cookie struct until after all the
    checks have been done, as many cookies are received and discarded
    instead of accepted and this then saves one allocation for every
    discarded cookie.
    
    Closes #19864

    Changed files

    • lib/cookie.c
  2. Change #251281

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 08 Dec 2025 08:03:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 524936fbebf2a37f5d02c97da2842fa6655a25bd

    Comments

    cookie: when parsing a cookie header, delay all allocations until okay
    To avoid wasting time allocating data for incoming cookies that are
    discarded for one reason or another, delay allocations until after
    verifications are done.
    
    Closes #19864

    Changed files

    • lib/cookie.c
  3. Change #251282

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 08 Dec 2025 08:03:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a093c93994d2afed3beed94809844c961d3f4a64

    Comments

    cookie: only keep and use the canonical cleaned up path
    Instead of keeping both versions around.
    
    Closes #19864

    Changed files

    • lib/cookie.c
    • lib/cookie.h
    • tests/data/test1105
    • tests/data/test1561
    • tests/data/test1903
    • tests/data/test1905
    • tests/data/test31
    • tests/data/test420
    • tests/data/test444
    • tests/data/test46
    • tests/data/test61