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

Builder curl-unthreaded-solaris11-sparc Build #5713

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 35 mins, 8 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-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5713 Build
codebase Build
got_revision 4c078fd11570528396fd63552d330d97e6bd5e62 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4c078fd11570528396fd63552d330d97e6bd5e62 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Apr 23 07:49:37 2026
EndThu Apr 23 08:24:58 2026
Elapsed35 mins, 21 secs

All Changes:

:

  1. Change #265230

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 23 Apr 2026 07:40:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4c078fd11570528396fd63552d330d97e6bd5e62

    Comments

    urlapi: simplify urlget_url
    - unify the query and fragment separator logic
    - read the bitflags directly instead of via a temp variable
    - narrow the scope of a few variables
    
    Closes #21417

    Changed files

    • lib/urlapi.c