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

Builder curl-unthreaded-solaris10-i386 Build #16130

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 51 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16130 Build
codebase Build
got_revision d517efe5bd1dbcc6faafe6b0c123521f96d955b0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d517efe5bd1dbcc6faafe6b0c123521f96d955b0 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Dec 4 19:09:34 2025
EndThu Dec 4 19:12:38 2025
Elapsed3 mins, 3 secs

All Changes:

:

  1. Change #250980

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 04 Dec 2025 19:04:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d517efe5bd1dbcc6faafe6b0c123521f96d955b0

    Comments

    bufref: add Curl_bufref_dup that returns a strdup()ed version
    Cleans up a common pattern somewhat. Implemented as a macro.
    
    Closes #19834

    Changed files

    • docs/internals/BUFREF.md
    • lib/bufref.h
    • lib/easy.c
    • lib/http.c
    • lib/multi.c
    • lib/transfer.c