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

Builder curl-ares-solaris11-i386 Build #4924

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 53 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 4924 Build
codebase Build
got_revision 3512b673ddc54074676d8322f8a414e364ce0eb2 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3512b673ddc54074676d8322f8a414e364ce0eb2 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. Daniel Stenberg

Timing:

StartTue Apr 14 00:45:42 2026
EndTue Apr 14 02:37:19 2026
Elapsed1 hrs, 51 mins, 36 secs

All Changes:

:

  1. Change #264353

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 13 Apr 2026 23:23:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3512b673ddc54074676d8322f8a414e364ce0eb2

    Comments

    lib: move request specific allocations to the request struct
    To make it clearer that they are ephemeral.
    
    Closes #21301

    Changed files

    • lib/cf-h1-proxy.c
    • lib/cf-h2-proxy.c
    • lib/http.c
    • lib/http_aws_sigv4.c
    • lib/http_digest.c
    • lib/http_negotiate.c
    • lib/http_ntlm.c
    • lib/http_proxy.c
    • lib/request.c
    • lib/request.h
    • lib/rtsp.c
    • lib/url.c
    • lib/urldata.h