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

Builder curl-threaded-solaris11-sparc Build #3010

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 30 mins, 27 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 3010 Build
codebase Build
got_revision be39ed19a5124a900626ab377e2afe5f41839830 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision be39ed19a5124a900626ab377e2afe5f41839830 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri Oct 11 09:09:54 2024
EndFri Oct 11 10:11:11 2024
Elapsed1 hrs, 1 mins, 17 secs

All Changes:

:

  1. Change #211288

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 11 Oct 2024 09:01:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision be39ed19a5124a900626ab377e2afe5f41839830

    Comments

    cookie: overhaul and cleanup
    - split the huge Curl_cookie_add() into several smaller static functions
    
    - switch to using the common llist instead of custom linked list
    
    - use less memory for *getlist()
    
    - use bitfields for flags in the Cookie struct
    
    - avoid the copy for date parsing
    
    - more consistent variable naming
    
    Closes #15247

    Changed files

    • lib/cookie.c
    • lib/cookie.h
    • lib/http.c