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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/normalize-urls
Revision6c3526b0094cf7205282e938f3ad1b7b0bec938e
Got Revision6c3526b0094cf7205282e938f3ad1b7b0bec938e
Changes2 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, 7 mins, 57 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 3692 Build
codebase Build
got_revision 6c3526b0094cf7205282e938f3ad1b7b0bec938e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 6c3526b0094cf7205282e938f3ad1b7b0bec938e 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:

StartMon Mar 31 02:45:43 2025
EndMon Mar 31 07:23:53 2025
Elapsed4 hrs, 38 mins, 10 secs

All Changes:

:

  1. Change #226065

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

    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.
    
    Uses this option internally for redirect handling.
    
    Extend test 1560 to verify
    
    Fixes #16829
    Reported-by: Alberto Leiva Popper
    Closes #16841

    Changed files

    • docs/libcurl/symbols-in-versions
    • include/curl/urlapi.h
    • lib/http.c
    • lib/http2.c
    • lib/url.c
    • lib/urlapi.c
    • tests/data/test1221
    • tests/data/test1560
    • tests/data/test58
    • tests/libtest/lib1560.c
  2. Change #226110

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

    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.
    
    Uses this option internally for redirect handling.
    
    Extend test 1560 to verify
    
    Assisted-by: Demi Marie Obenour
    
    Fixes #16829
    Reported-by: Alberto Leiva Popper
    Closes #16841

    Changed files

    • docs/libcurl/symbols-in-versions
    • include/curl/urlapi.h
    • lib/http.c
    • lib/http2.c
    • lib/url.c
    • lib/urlapi.c
    • tests/data/test1221
    • tests/data/test1560
    • tests/data/test58
    • tests/libtest/lib1560.c