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

Builder curl-threaded-solaris10-i386 Build #4365

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7100e8d45abcb24907f28ede3b15969b775453de
Changes2 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-i386' 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/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4365 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 7100e8d45abcb24907f28ede3b15969b775453de Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Yedaya Katsman

Timing:

StartThu Apr 23 08:35:59 2026
Elapsed5 hrs, 2 mins, 27 secs

All Changes:

:

  1. Change #265230

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 23 Apr 2026 07:40:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4c078fd11570528396fd63552d330d97e6bd5e62

    Comments

    urlapi: simplify urlget_url
    - unify the query and fragment separator logic
    - read the bitflags directly instead of via a temp variable
    - narrow the scope of a few variables
    
    Closes #21417

    Changed files

    • lib/urlapi.c
  2. Change #265236

    Category curl
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Thu 23 Apr 2026 08:13:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7100e8d45abcb24907f28ede3b15969b775453de

    Comments

    vtls: log when key logging is enabled.
    If built with LibreSSL, also warn that it only works for TLS <= 1.2
    
    Inspired-by: Viktor Szakats
    Closes #19814

    Changed files

    • lib/vtls/keylog.c
    • lib/vtls/keylog.h
    • lib/vtls/vtls.c