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

Builder curl-ares-solaris11-i386 Build #5379

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5379 Build
codebase Build
got_revision 0b04700029149d740f50b7925dd162aa270e3908 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0b04700029149d740f50b7925dd162aa270e3908 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Sep 13 14:16:52 2026
EndSun Sep 13 15:17:14 2026
Elapsed1 hrs, 22 secs

All Changes:

:

  1. Change #281661

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 13 Sep 2026 15:56:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0b04700029149d740f50b7925dd162aa270e3908

    Comments

    urlapi: run the urlparser perf test faster
    - Batch contiguous unencoded characters into single curlx_dyn_addn()
      calls instead of invoking dynbuf append byte-by-byte
    - Inline lowercasing in absolute url parsing
    - Make junkscan pass over data only once instead of twice
    - Use lookup-table to validate hostname in hostname_check()
    - Improve needs_dedotdot with leading memchr calls for dots and percent
    - Replace a strcspn() call with a while loop
    - Replace several strchr with memchr
    - Detect IPv6 earlier and skip some logic
    - Skip the full URL junkscan:
      - allows for better return codes for where the problem lies
      - allows for proper support for the URLENCODE flag
      - runs a little faster
    
    This completes the perf test roughly 17% faster on my machine in debug
    mode.
    
    Closes #22924

    Changed files

    • lib/urlapi.c
    • lib/vdns/doh.c
    • tests/libtest/lib1560.c