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

Builder curl-threaded-solaris10-i386 Build #4177

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision40fee505a03b357a7a9869317437fff9e16d8ba7
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 4177 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 40fee505a03b357a7a9869317437fff9e16d8ba7 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

Timing:

StartMon Jan 12 09:31:54 2026
Elapsed4 hrs, 55 mins, 31 secs

All Changes:

:

  1. Change #254880

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 11 Jan 2026 23:28:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bd3b2a626a33434a1e9e83a1e8573ef2c8c65358

    Comments

    libssh: simplify myssh_statemach_act()
    Reduce complexity by splitting out sub functions.
    
    Made myssh_quote_error() to reduce code duplication.
    
    Closes #20252

    Changed files

    • lib/vssh/libssh.c
  2. Change #254905

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 Jan 2026 08:42:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 40fee505a03b357a7a9869317437fff9e16d8ba7

    Comments

    tool_operate: split single_transfer into sub functions
    To make it more manageable and less complex
    
    Closes #20258

    Changed files

    • src/tool_operate.c