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

Builder curl-ares-solaris10-i386 Build #4509

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git updating ( 8 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4509 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision a935481d4e04690ec2eef266528c8f5aacdc3608 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jay Satiro

Timing:

StartSat Sep 12 14:18:46 2026
EndSat Sep 12 14:18:54 2026
Elapsed8 secs

All Changes:

:

  1. Change #281570

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Sat 12 Sep 2026 15:48:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a935481d4e04690ec2eef266528c8f5aacdc3608

    Comments

    lib: CURL_GLOBAL_WIN32 -> CURL_GLOBAL_WINSOCK
    - Change curl_global_init flag name from CURL_GLOBAL_WIN32 to
      CURL_GLOBAL_WINSOCK.
    
    - Retain CURL_GLOBAL_WIN32 as an alias for legacy reasons.
    
    - Remove lwIP initialization from CURL_GLOBAL_WINSOCK.
    
    Prior to this change lwIP init was controlled by the flag which did
    not make sense. It may have some historical reason but if it does then
    that should be represented by a different flag. AFAICT lwIP init is
    not our responsibility, since it may need different init depending on
    how it is used.
    
    The name change WIN32 -> WINSOCK is to eliminate user confusion. The name
    WIN32 may imply a broader Windows initialization, which libcurl always
    does and is not controlled by this flag.
    
    Reported-by: Viktor Szakats
    
    Ref: https://github.com/curl/curl/pull/22813#issuecomment-5529065833
    
    Closes https://github.com/curl/curl/pull/22819

    Changed files

    • docs/libcurl/curl_global_init.md
    • docs/libcurl/libcurl-tutorial.md
    • docs/libcurl/symbols-in-versions
    • include/curl/curl.h
    • lib/easy.c
    • projects/OS400/curl.inc.in