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

Builder curl-pr-unthreaded-solaris10-i386 Build #3690

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/2e-dotdot
Revision4e83216916a0ec81fbd40caf92f5ce648488a5c3
Got Revision4e83216916a0ec81fbd40caf92f5ce648488a5c3
Changes9 changes

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 11 mins, 53 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch bagder/2e-dotdot Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3690 Build
codebase Build
got_revision 4e83216916a0ec81fbd40caf92f5ce648488a5c3 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 4e83216916a0ec81fbd40caf92f5ce648488a5c3 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Mar 30 20:45:57 2025
EndSun Mar 30 21:57:58 2025
Elapsed1 hrs, 12 mins, 0 secs

All Changes:

:

  1. Change #226042

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 13:08:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/2e-dotdot
    Revision 545fc365855b58c5ed4bcebdedd4d0064591b443

    Comments

    fixup drop the special ?-handling
    
    It is not needed anymore, this only runs on a path. All bytes are equal.

    Changed files

    • lib/urlapi.c
    • tests/unit/unit1395.c
  2. Change #226043

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 13:13:42
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/2e-dotdot
    Revision b690475a8332b5f72982d358f3e83cbd6355c377

    Comments

    remove ISEND()

    Changed files

    • lib/urlapi.c
  3. Change #226044

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 13:17:43
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/2e-dotdot
    Revision ae43c88f863d5a15c812ac321c312217b8f1ea2c

    Comments

    fixup more tests

    Changed files

    • tests/unit/unit1395.c
  4. Change #226045

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 13:19:41
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/2e-dotdot
    Revision c9b267f269765a135b810cfed9dac56f5b0e794a

    Comments

    fixup clen use in loop

    Changed files

    • lib/urlapi.c
  5. Change #226047

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 13:21:16
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/2e-dotdot
    Revision b5fc9b070316b6068e7a86f47a4a2577e8cde563

    Comments

    fixup remove endp

    Changed files

    • lib/urlapi.c
  6. Change #226048

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 13:23:32
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/2e-dotdot
    Revision 398df4bb93081a1508e4b9aa2c24572e54530bcc

    Comments

    make it a while loop

    Changed files

    • lib/urlapi.c
  7. Change #226049

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 13:24:46
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/2e-dotdot
    Revision b419f940a4c53d2935af9ec689488584dfc59863

    Comments

    fixup remove extra loop

    Changed files

    • lib/urlapi.c
  8. Change #226051

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 13:29:28
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/2e-dotdot
    Revision e583f20301a6237bfaf03c0106f0247ae37d43dd

    Comments

    fixup simplify the beginning

    Changed files

    • lib/urlapi.c
  9. Change #226062

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 30 Mar 2025 14:25:09
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/2e-dotdot
    Revision 4e83216916a0ec81fbd40caf92f5ce648488a5c3

    Comments

    fixup use dynbuf instead of malloc + direct manipulation

    Changed files

    • lib/urlapi.c