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

Builder curl-ares-solaris11-i386 Build #5302

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

StartThu Jun 25 15:16:42 2026
EndThu Jun 25 17:03:25 2026
Elapsed1 hrs, 46 mins, 42 secs

All Changes:

:

  1. Change #272728

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Jun 2026 14:07:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 26c6a4d89875e6652b47e32a36d0fb00d85fae4e

    Comments

    urlapi: do not keep an internal port string
    Do not allocated an internal port string, just keep and number and a bit
    if it is present. Format the port string in a local buffer when someone
    asks for it and copy that.
    
    This avoid the format/alloc penalty when parsing URLs and no one ever
    asking for the port string.
    
    (And there will be a method to get the uint16_t value directly in
     another PR)
    
    Closes #22167

    Changed files

    • lib/urlapi-int.h
    • lib/urlapi.c