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

Builder curl-threaded-solaris11-sparc Build #2345

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Apr 18 10:42:56 2024
EndThu Apr 18 11:10:51 2024
Elapsed27 mins, 55 secs

All Changes:

:

  1. Change #195518

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 18 Apr 2024 10:37:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3eac21d86bc50ba459a9a8a0f3d1130b6d30b57d

    Comments

    urlapi: add CURLU_GET_EMPTY for empty queries and fragments
    By default the API inhibits empty queries and fragments extracted.
    Unless this new flag is set.
    
    This also makes the behavior more consistent: without it set, zero
    length queries and fragments are considered not present in the URL. With
    the flag set, they are returned as a zero length strings if they were in
    fact present in the URL.
    
    This applies when extracting the individual query and fragment
    components and for the full URL.
    
    Closes #13396

    Changed files

    • docs/libcurl/curl_url_get.md
    • docs/libcurl/symbols-in-versions
    • include/curl/urlapi.h
    • lib/urlapi.c
    • tests/data/test1201
    • tests/libtest/lib1560.c