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

Builder curl-pr-unthreaded-solaris10-i386 Build #3684

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/normalize-urls
Revisionfe8866f96ca3f949fc9d416fbc11523a005d71ae
Got Revisionfe8866f96ca3f949fc9d416fbc11523a005d71ae
Changes6 changes

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 mins, 18 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch bagder/normalize-urls Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3684 Build
codebase Build
got_revision fe8866f96ca3f949fc9d416fbc11523a005d71ae Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision fe8866f96ca3f949fc9d416fbc11523a005d71ae Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Mar 30 05:33:22 2025
EndSun Mar 30 06:41:48 2025
Elapsed1 hrs, 8 mins, 25 secs

All Changes:

:

  1. Change #226002

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 29 Mar 2025 16:05:59
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision 07cca1945873d1d5b41d297d5807942db02f1b4f

    Comments

    urlapi: normalize retrieved URLs
    
    The API documentation for curl_url_get() mentions normalizing when
    extracting a URL (only), so this code does not affect retrieving the
    individual components.
    
    Normalizes: user, password, options, (lowercase) hostnames, path, query
    and fragment
    
    Added CURLU_NO_NORMALIZE flag for retrieving the URL without
    normalization.
    
    TODO:
    
    - use this option internally for redirect handling
    
    Extend test 1560 to verify
    
    Fixes #16829
    Reported-by: Alberto Leiva Popper

    Changed files

    • docs/libcurl/symbols-in-versions
    • include/curl/urlapi.h
    • lib/urlapi.c
    • tests/data/test1560
    • tests/libtest/lib1560.c
  2. Change #226003

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 29 Mar 2025 17:36:41
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision 7323ebe943aa22ab9a7dd9308d7eea521779d2a3

    Comments

    make %2f in paths remain encoded

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c
  3. Change #226023

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 29 Mar 2025 23:54:17
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision 57099c73acdc1c1aeb287e0de8f73feb2683d0aa

    Comments

    fixup use CURLU_NO_NORMALIZE internally

    Changed files

    • lib/http.c
    • lib/http2.c
    • lib/url.c
    • lib/urlapi.c
  4. Change #226025

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 00:00:43
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision 1c12f4c6579197301e54d710acd59a1201c50b3a

    Comments

    fixup be fine with silly long host names

    Changed files

    • lib/urlapi.c
  5. Change #226026

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 00:00:52
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision d58c4b07ce596dfc9f2cca3aeb680e60926db084

    Comments

    test58: assume uppercase hex

    Changed files

    • tests/data/test58
  6. Change #226027

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 00:02:16
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/normalize-urls
    Revision fe8866f96ca3f949fc9d416fbc11523a005d71ae

    Comments

    test1221: uppercase hex

    Changed files

    • tests/data/test1221