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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/CURLFOLLOW_OBEYCODE
Revision50831d4b7bce08898e9cefd6aa06b060fafd3aea
Got Revision50831d4b7bce08898e9cefd6aa06b060fafd3aea
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 12 mins, 35 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch bagder/CURLFOLLOW_OBEYCODE Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3549 Build
codebase Build
got_revision 50831d4b7bce08898e9cefd6aa06b060fafd3aea Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 50831d4b7bce08898e9cefd6aa06b060fafd3aea 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 2 00:42:58 2025
EndSun Mar 2 01:55:41 2025
Elapsed1 hrs, 12 mins, 42 secs

All Changes:

:

  1. Change #223486

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 01 Mar 2025 23:25:25
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/CURLFOLLOW_OBEYCODE
    Revision 50831d4b7bce08898e9cefd6aa06b060fafd3aea

    Comments

    lib: add CURLFOLLOW_OBEYCODE and CURLFOLLOW_FIRSTONLY
    
    With this change, the argument passed to the CURLOPT_FOLLOWLOCATION
    option is now instead a "mode" instead of just a boolean. Documentation
    is extended to describe the two new modes.
    
    Test 1571 to 1581 verify.
    
    Closes #16473

    Changed files

    • docs/KNOWN_BUGS
    • docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.md
    • docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.md
    • docs/libcurl/symbols-in-versions
    • include/curl/curl.h
    • lib/http.c
    • lib/setopt.c
    • lib/urldata.h
    • tests/data/Makefile.am
    • tests/data/test1571
    • tests/data/test1572
    • tests/data/test1573
    • tests/data/test1574
    • tests/data/test1575
    • tests/data/test1576
    • tests/data/test1577
    • tests/data/test1578
    • tests/data/test1579
    • tests/data/test1580
    • tests/data/test1581
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1571.c
    • tests/libtest/lib1576.c