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

Builder curl-ares-solaris11-i386 Build #4169

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision38961528434e6efdd4c1fba19e67ae0f0585007c
Got Revision38961528434e6efdd4c1fba19e67ae0f0585007c
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 23 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 4169 Build
codebase Build
got_revision 38961528434e6efdd4c1fba19e67ae0f0585007c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 38961528434e6efdd4c1fba19e67ae0f0585007c 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:

StartFri Nov 28 16:18:15 2025
EndFri Nov 28 16:23:28 2025
Elapsed5 mins, 12 secs

All Changes:

:

  1. Change #250394

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 28 Nov 2025 16:07:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8c68887d2d145b00a912824cc6962d0d64cb8419

    Comments

    http1: parse header from uint8_t buffer
    To save casting the passed buffer when parsing HTTP/1 request
    headers from an uint8_t buffer.
    
    Closes #19742

    Changed files

    • lib/http1.c
    • lib/http1.h
    • lib/http2.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • tests/unit/unit2603.c
  2. Change #250395

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 28 Nov 2025 16:08:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38961528434e6efdd4c1fba19e67ae0f0585007c

    Comments

    connection: give send methods/prototypes an uint8_t buffer
    To conclude changing the send buffer type from `const void *` to `const
    uint8_t *`, change the top level send function and its implementations.
    
    Closes #19743

    Changed files

    • lib/cfilters.c
    • lib/cfilters.h
    • lib/curl_rtmp.c
    • lib/urldata.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c