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

Builder curl-unthreaded-solaris10-sparc Build #13955

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona575601b5b0d6e0fa6843de74b5d1c69ee2bc262
Changes5 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13955 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision a575601b5b0d6e0fa6843de74b5d1c69ee2bc262 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon May 4 19:45:48 2026
Elapsed5 hrs, 57 mins, 11 secs

All Changes:

:

  1. Change #266255

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 May 2026 10:57:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6f26ecb734d1caa50ca47ceb4700236f3638cf33

    Comments

    tool_formparse: cleanups
    - explain the get_param_part() function
    - make it parse only blanks like the rest of this code
    - check for commas explicitly when scanning multiple files (to help code
      understanding)
    
    Closes #21489

    Changed files

    • src/tool_formparse.c
  2. Change #266261

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 May 2026 11:20:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f69ba0408e79b116b9fd9a0fc130bd78a37f2470

    Comments

    mime: simplify Curl_mime_prepare_headers
    Make add_content_disposition() a sub function for that single purpose.
    
    Closes #21490

    Changed files

    • lib/mime.c
  3. Change #266263

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 May 2026 11:22:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a790b634c0e24e026971d25e921b60e4df9f6964

    Comments

    libcurl-easy.md: minor clarifications
    Closes #21491

    Changed files

    • docs/libcurl/libcurl-easy.md
  4. Change #266284

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 May 2026 16:18:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 46e9c65c8fdfe42182190c2133a8a808a4208c37

    Comments

    socks_gssapi: tiny Curl_SOCKS5_gssapi_negotiate cleanups
    - use 'result' instead of 'code' for CURLcode variable
    - use aprintf() instead of malloc + snprintf
    
    Closes #21493

    Changed files

    • lib/socks_gssapi.c
  5. Change #266303

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 04 May 2026 17:31:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a575601b5b0d6e0fa6843de74b5d1c69ee2bc262

    Comments

    show-headers.md: mention bold headers and --no-styled-output
    Mentioned-by: Sollace on github
    Fixes #21495
    Closes #21497

    Changed files

    • .github/scripts/pyspelling.words
    • docs/cmdline-opts/show-headers.md