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

Builder curl-threaded-solaris11-i386 Build #4985

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Apr 23 07:49:42 2026
EndThu Apr 23 09:47:20 2026
Elapsed1 hrs, 57 mins, 38 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