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

Builder curl-unthreaded-solaris10-sparc Build #13373

Build In Progress:

Runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione5299a1b878807d58f7ae0f829f0c2992c3aa2e1
Got Revisione5299a1b878807d58f7ae0f829f0c2992c3aa2e1
Changes13 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13373 Build
codebase Build
got_revision e5299a1b878807d58f7ae0f829f0c2992c3aa2e1 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e5299a1b878807d58f7ae0f829f0c2992c3aa2e1 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Devdatta Talele
  3. Joshua Rogers
  4. Stefan Eissing
  5. Viktor Szakats
  6. x2018

Timing:

StartTue Nov 4 00:45:32 2025
Elapsed10 hrs, 10 mins, 29 secs

All Changes:

:

  1. Change #247460

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 03 Nov 2025 12:19:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aaf9522a2c28e5142c7f5640da4e24b65b47dc53

    Comments

    test696: decouple from test556 data
    Test 696 and 556 share the same libtest code. Make sure to issue
    the `GET` request to the correct runtime test number instead of using
    the hard-wired "556".
    
    It makes the `sws` test server read the response string from `test696`
    `<data>` section, instead of reading it from `test556`. To avoid this
    hidden interaction between test data.
    
    AFAICS there is no other similar hard-coded string in reused libtests.
    
    Ref: https://github.com/curl/curl/pull/19313#issuecomment-3477448933
    Follow-up to be82a3605a4b539580b3de776ffcca25b8770e43 #16003
    Closes #19329

    Changed files

    • tests/data/test696
    • tests/libtest/lib556.c
  2. Change #247461

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 03 Nov 2025 12:19:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 254e04b702e96b637b647241e4edea7ee4c24b70

    Comments

    ftpserver.pl: fix newlines in 227/229 replies, adjust tests
    The test FTP server returned LF newlines for 227/229 replies, instead of
    the CRLF used for the rest.
    
    Test data added later were explicitly made to expect an LF in these
    response lines.
    
    After this patch the FTP server returns CRLF newlines, allowing
    to delete this special case in test data.
    
    Follow-up to 3bfff57e1f604ef0b2bc84243014eb9c9a1e6acc
    Follow-up to a7937ed49c8f201444323b8a721e1d04e0306105
    
    Closes #19330

    Changed files

    • tests/data/test1349
    • tests/data/test1350
    • tests/data/test1351
    • tests/data/test1352
    • tests/data/test1353
    • tests/data/test1354
    • tests/data/test1357
    • tests/data/test1358
    • tests/data/test1359
    • tests/data/test1360
    • tests/data/test1361
    • tests/data/test1362
    • tests/data/test1379
    • tests/data/test1380
    • tests/data/test1381
    • tests/data/test1382
    • tests/data/test1383
    • tests/data/test1384
    • tests/data/test1387
    • tests/data/test1388
    • tests/data/test1389
    • tests/data/test1390
    • tests/data/test1391
    • tests/data/test1392
    • tests/ftpserver.pl
  3. Change #247482

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 03 Nov 2025 16:08:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1021c52c9288877ba911eca4c795703db0b6291d

    Comments

    REUSE: add copyright header to two files
    `.mailmap` supports comments and empty lines since at least 2.31.0:
    https://git-scm.com/docs/gitmailmap/2.31.0
    
    Closes #19339

    Changed files

    • .mailmap
    • GIT-INFO.md
    • REUSE.toml
  4. Change #247483

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 03 Nov 2025 16:10:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e91f24c73256af59ac9061c41b73a184c4690aa

    Comments

    cw-out: fix EAGAIN handling on pause
    The interim CURLE_AGAIN result was not always converted to a
    CURLE_OK and then caused write callers to report a failure.
    
    Fixes #19334
    Reported-by: pennae on github
    Closes #19338

    Changed files

    • lib/cw-out.c
  5. Change #247485

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 03 Nov 2025 16:31:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cccc65f05190adc8276d6f7a8071c8a45ca7f779

    Comments

    openssl: check CURL_SSLVERSION_MAX_DEFAULT properly
    The definition of these constants does not give a numeric ordering
    and MAX_DEFAULT needs to be checked in addition of ciphers and QUIC
    checks to apply correctly.
    
    Fixes #19340
    Reported-by: Peter Piekarski
    Closes #19341

    Changed files

    • lib/vtls/openssl.c
  6. Change #247494

    Category curl
    Changed by Devdatta Talele <devtalele0ohnoyoudont@gmail.com>
    Changed at Mon 03 Nov 2025 18:16:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8616e5aada9c78fb611c60d913c999c8e78c14ba

    Comments

    gssapi: make channel binding conditional on GSS_C_CHANNEL_BOUND_FLAG
    Fixes #19109 - GSSAPI authentication fails on macOS with Apple's Heimdal
    implementation which lacks GSS_C_CHANNEL_BOUND_FLAG support for TLS
    channel binding.
    
    Commit 0a5ea09a910e introduced TLS channel binding for SPNEGO/GSSAPI
    authentication unconditionally, but Apple's Heimdal fork (used on macOS)
    does not support this feature, causing "unsupported mechanism" errors
    when authenticating to corporate HTTP services with Kerberos.
    
    Solution:
    - Add CURL_GSSAPI_HAS_CHANNEL_BINDING detection in curl_gssapi.h based
      on GSS_C_CHANNEL_BOUND_FLAG presence (MIT Kerberos >= 1.19)
    - Make negotiatedata.channel_binding_data field conditional in vauth.h
    - Guard channel binding collection/cleanup in http_negotiate.c
    - Guard channel binding usage in spnego_gssapi.c
    
    This follows the same pattern as GSS_C_DELEG_POLICY_FLAG detection and
    ensures graceful degradation when channel binding is unavailable while
    maintaining full support for implementations that have it.
    
    Changes:
    - lib/curl_gssapi.h: Add feature detection macro
    - lib/vauth/vauth.h: Make struct field conditional
    - lib/http_negotiate.c: Conditional init/cleanup (2 locations)
    - lib/vauth/spnego_gssapi.c: Conditional channel binding usage
    
    Tested on macOS with Apple Heimdal (no channel binding) and Linux with
    MIT Kerberos (with channel binding). Both configurations authenticate
    successfully without errors.
    
    Closes #19164

    Changed files

    • lib/curl_gssapi.h
    • lib/http_negotiate.c
    • lib/vauth/spnego_gssapi.c
    • lib/vauth/vauth.h
  7. Change #247495

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Mon 03 Nov 2025 18:21:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0d5e24281dc7b49c396fda0d61126a05916fdda1

    Comments

    vtls: check final cfilter node in find_ssl_filter
    find_ssl_filter used while(cf && cf->next) and skipped the last node.
    If the SSL filter was last, channel binding lookup failed and we returned
    CURLE_BAD_FUNCTION_ARGUMENT. Switch to while(cf) so the tail is examined.
    
    This bug was found with ZeroPath.
    
    Closes #19229

    Changed files

    • lib/vtls/openssl.c
  8. Change #247504

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Mon 03 Nov 2025 20:17:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 231f0a2eecedd3cdb04463fb95754ebdfb0c8cb1

    Comments

    http: check the return value of strdup
    Closes #19343

    Changed files

    • lib/http.c
  9. Change #247505

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Mon 03 Nov 2025 20:19:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6adefe8ad08606c94d2bcb27eceface8aa556519

    Comments

    multi: check the return value of strdup()
    Closes #19344

    Changed files

    • lib/multi.c
  10. Change #247508

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 03 Nov 2025 21:15:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 63e9721b63d01518db83a664bc1e8373c352879e

    Comments

    tests: avoid hard-coded CRLFs in more sections
    - `reply/data*`, `verify/stdout`, `verify/stderr`, `verify/file*`,
      `verify/proxy`:
      - make `crlf="yes"` force CRLF to all lines, instead of just applying
        to HTTP protocol headers.
      - add support for `crlf="headers"` that only converts HTTP protocol
        header lines to CRLF. (previously done via `crlf="yes"`.)
      - use `crlf="headers"` where possible.
    
    - `reply/connect*`:
      - add support for `crlf="yes"` and `crlf="headers"`.
      - use them where possible.
    
    - `client/file*`, `client/stdin`:
      - add support for `crlf="yes"`.
      - use it where possible.
    
    - `reply/data*`, `verify/protocol`:
      - replace existing uses of `crlf="yes"` with `crlf="headers`" where it
        does not change the result.
    
    Reducing the number of `tests/data/test*`:
    - CRLF newlines from 10295 to 1985. (119985 lines total)
    - files with mixed newlines from 656 to 113. (1890 files total)
    
    After this patch there remain 141 sections with mixed newlines, where
    the mixing is not split between headers/non-headers. There is no obvious
    pattern here. Some of the CRLF uses might be accidental, or
    non-significant. They will be tackled in a future patch.
    
    Follow-up to 6cf3d7b1b161bc45501d17b401225befe3c43943 #19318
    Follow-up to 4d2a05d3fe8ba4db9168b03057029ea5ce7dab77 #19284
    
    Closes #19313

    Changed files

    • docs/tests/FILEFORMAT.md
    • tests/data/test1
    • tests/data/test1001
    • tests/data/test1002
    • tests/data/test1004
    • tests/data/test1008
    • tests/data/test1011
    • tests/data/test1012
    • tests/data/test1015
    • tests/data/test1021
    • tests/data/test1024
    • tests/data/test1025
    • tests/data/test1028
    • tests/data/test1029
    • tests/data/test1030
    • tests/data/test1031
    • tests/data/test1032
    • tests/data/test1033
    • tests/data/test1040
    • tests/data/test1041
    • tests/data/test1042
    • tests/data/test1043
    • tests/data/test1044
    • tests/data/test1045
    • tests/data/test1046
    • tests/data/test1051
    • tests/data/test1052
    • tests/data/test1053
    • tests/data/test1054
    • tests/data/test1055
    • tests/data/test1056
    • tests/data/test1058
    • tests/data/test1059
    • tests/data/test1060
    • tests/data/test1061
    • tests/data/test1064
    • tests/data/test1065
    • tests/data/test1066
    • tests/data/test1067
    • tests/data/test1068
    • tests/data/test1070
    • tests/data/test1071
    • tests/data/test1072
    • tests/data/test1073
    • tests/data/test1074
    • tests/data/test1075
    • tests/data/test1077
    • tests/data/test1078
    • tests/data/test1079
    • tests/data/test1080
    • tests/data/test1081
    • tests/data/test1082
    • tests/data/test1083
    • tests/data/test1087
    • tests/data/test1088
    • tests/data/test1089
    • tests/data/test1090
    • tests/data/test1092
    • tests/data/test1094
    • tests/data/test1095
    • tests/data/test1097
    • tests/data/test1098
    • tests/data/test11
    • tests/data/test1100
    • tests/data/test1101
    • tests/data/test1104
    • tests/data/test1105
    • tests/data/test1106
    • tests/data/test1109
    • tests/data/test1110
    • tests/data/test1111
    • tests/data/test1115
    • tests/data/test1116
    • tests/data/test1117
    • tests/data/test1118
    • tests/data/test1121
    • tests/data/test1122
    • tests/data/test1123
    • tests/data/test1124
    • tests/data/test1125
    • tests/data/test1126
    • tests/data/test1127
    • tests/data/test1128
    • tests/data/test1129
    • tests/data/test1130
    • tests/data/test1131
    • tests/data/test1133
    • tests/data/test1138
    • tests/data/test1141
    • tests/data/test1142
    • tests/data/test1143
    • tests/data/test1144
    • tests/data/test1148
    • tests/data/test1150
    • tests/data/test1151
    • tests/data/test1154
    • tests/data/test1155
    • tests/data/test1156
    • tests/data/test1157
    • tests/data/test1158
    • tests/data/test1159
    • tests/data/test1160
    • tests/data/test1161
    • tests/data/test1164
    • tests/data/test1166
    • tests/data/test1168
    • tests/data/test1170
    • tests/data/test1171
    • tests/data/test1172
    • tests/data/test1174
    • tests/data/test1176
    • tests/data/test1178
    • tests/data/test1180
    • tests/data/test1181
    • tests/data/test1183
    • tests/data/test1184
    • tests/data/test1186
    • tests/data/test1187
    • tests/data/test1188
    • tests/data/test1189
    • tests/data/test1197
    • tests/data/test12
    • tests/data/test1200
    • tests/data/test1201
    • tests/data/test1202
    • tests/data/test1203
    • tests/data/test1204
    • tests/data/test1205
    • tests/data/test1210
    • tests/data/test1212
    • tests/data/test1213
    • tests/data/test1214
    • tests/data/test1215
    • tests/data/test1216
    • tests/data/test1218
    • tests/data/test1221
    • tests/data/test1223
    • tests/data/test1228
    • tests/data/test1229
    • tests/data/test1230
    • tests/data/test1231
    • tests/data/test1232
    • tests/data/test1235
    • tests/data/test1237
    • tests/data/test1239
    • tests/data/test1240
    • tests/data/test1241
    • tests/data/test1244
    • tests/data/test1245
    • tests/data/test1246
    • tests/data/test1248
    • tests/data/test1249
    • tests/data/test1250
    • tests/data/test1251
    • tests/data/test1252
    • tests/data/test1253
    • tests/data/test1254
    • tests/data/test1255
    • tests/data/test1256
    • tests/data/test1257
    • tests/data/test1258
    • tests/data/test1259
    • tests/data/test1261
    • tests/data/test1265
    • tests/data/test1266
    • tests/data/test1267
    • tests/data/test1270
    • tests/data/test1271
    • tests/data/test1273
    • tests/data/test1274
    • tests/data/test1277
    • tests/data/test1278
    • tests/data/test1280
    • tests/data/test1283
    • tests/data/test1284
    • tests/data/test1285
    • tests/data/test1286
    • tests/data/test1287
    • tests/data/test1288
    • tests/data/test129
    • tests/data/test1290
    • tests/data/test1296
    • tests/data/test1297
    • tests/data/test1298
    • tests/data/test13
    • tests/data/test1310
    • tests/data/test1311
    • tests/data/test1312
    • tests/data/test1313
    • tests/data/test1314
    • tests/data/test1316
    • tests/data/test1317
    • tests/data/test1318
    • tests/data/test1319
    • tests/data/test1320
    • tests/data/test1321
    • tests/data/test1322
    • tests/data/test1324
    • tests/data/test1325
    • tests/data/test1326
    • tests/data/test1327
    • tests/data/test1328
    • tests/data/test1331
    • tests/data/test1334
    • tests/data/test1335
    • tests/data/test1336
    • tests/data/test1337
    • tests/data/test1338
    • tests/data/test1339
    • tests/data/test1340
    • tests/data/test1341
    • tests/data/test1342
    • tests/data/test1343
    • tests/data/test1344
    • tests/data/test1345
    • tests/data/test1346
    • tests/data/test1347
    • tests/data/test1349
    • tests/data/test1350
    • tests/data/test1351
    • tests/data/test1352
    • tests/data/test1353
    • tests/data/test1354
    • tests/data/test1356
    • tests/data/test1357
    • tests/data/test1358
    • tests/data/test1359
    • tests/data/test1360
    • tests/data/test1361
    • tests/data/test1362
    • tests/data/test1363
    • tests/data/test1364
    • tests/data/test1365
    • tests/data/test1366
    • tests/data/test1367
    • tests/data/test1368
    • tests/data/test1369
    • tests/data/test1370
    • tests/data/test1371
    • tests/data/test1372
    • tests/data/test1373
    • tests/data/test1374
    • tests/data/test1375
    • tests/data/test1376
    • tests/data/test1377
    • tests/data/test1379
    • tests/data/test1380
    • tests/data/test1381
    • tests/data/test1382
    • tests/data/test1383
    • tests/data/test1384
    • tests/data/test1386
    • tests/data/test1387
    • tests/data/test1388
    • tests/data/test1389
    • tests/data/test1390
    • tests/data/test1391
    • tests/data/test1392
    • tests/data/test1393
    • tests/data/test14
    • tests/data/test1400
    • tests/data/test1401
    • tests/data/test1403
    • tests/data/test1406
    • tests/data/test1407
    • tests/data/test1408
    • tests/data/test141
    • tests/data/test1411
    • tests/data/test1412
    • tests/data/test1413
    • tests/data/test1415
    • tests/data/test1416
    • tests/data/test1417
    • tests/data/test1418
    • tests/data/test1419
    • tests/data/test1420
    • tests/data/test1422
    • tests/data/test1423
    • tests/data/test1424
    • tests/data/test1425
    • tests/data/test1426
    • tests/data/test1428
    • tests/data/test1429
    • tests/data/test1430
    • tests/data/test1431
    • tests/data/test1432
    • tests/data/test1433
    • tests/data/test1434
    • tests/data/test1435
    • tests/data/test1436
    • tests/data/test1437
    • tests/data/test1438
    • tests/data/test1439
    • tests/data/test1443
    • tests/data/test1448
    • tests/data/test1457
    • tests/data/test1458
    • tests/data/test1466
    • tests/data/test1467
    • tests/data/test1468
    • tests/data/test1470
    • tests/data/test1473
    • tests/data/test1475
    • tests/data/test1476
    • tests/data/test1479
    • tests/data/test1480
    • tests/data/test1481
    • tests/data/test1482
    • tests/data/test1483
    • tests/data/test1484
    • tests/data/test1485
    • tests/data/test1487
    • tests/data/test1489
    • tests/data/test1492
    • tests/data/test1493
    • tests/data/test1494
    • tests/data/test1495
    • tests/data/test1496
    • tests/data/test1497
    • tests/data/test1498
    • tests/data/test1499
    • tests/data/test15
    • tests/data/test150
    • tests/data/test1500
    • tests/data/test1502
    • tests/data/test1503
    • tests/data/test1504
    • tests/data/test1505
    • tests/data/test1506
    • tests/data/test1509
    • tests/data/test151
    • tests/data/test1510
    • tests/data/test1511
    • tests/data/test1512
    • tests/data/test1513
    • tests/data/test1514
    • tests/data/test1517
    • tests/data/test152
    • tests/data/test1520
    • tests/data/test1525
    • tests/data/test1526
    • tests/data/test1527
    • tests/data/test1528
    • tests/data/test1529
    • tests/data/test153
    • tests/data/test1532
    • tests/data/test1533
    • tests/data/test1534
    • tests/data/test1535
    • tests/data/test1536
    • tests/data/test1539
    • tests/data/test154
    • tests/data/test1540
    • tests/data/test1541
    • tests/data/test1542
    • tests/data/test1543
    • tests/data/test1546
    • tests/data/test1549
    • tests/data/test155
    • tests/data/test1551
    • tests/data/test1552
    • tests/data/test1553
    • tests/data/test1555
    • tests/data/test1556
    • tests/data/test156
    • tests/data/test1561
    • tests/data/test1562
    • tests/data/test1563
    • tests/data/test1566
    • tests/data/test1567
    • tests/data/test1568
    • tests/data/test157
    • tests/data/test1571
    • tests/data/test1572
    • tests/data/test1573
    • tests/data/test1574
    • tests/data/test1575
    • tests/data/test1576
    • tests/data/test1577
    • tests/data/test1578
    • tests/data/test1579
    • tests/data/test158
    • tests/data/test1580
    • tests/data/test1581
    • tests/data/test1582
    • tests/data/test159
    • tests/data/test1590
    • tests/data/test1593
    • tests/data/test1594
    • tests/data/test1595
    • tests/data/test1596
    • tests/data/test16
    • tests/data/test160
    • tests/data/test1613
    • tests/data/test1617
    • tests/data/test162
    • tests/data/test1630
    • tests/data/test1631
    • tests/data/test1632
    • tests/data/test1634
    • tests/data/test1635
    • tests/data/test164
    • tests/data/test165
    • tests/data/test167
    • tests/data/test1670
    • tests/data/test1671
    • tests/data/test168
    • tests/data/test169
    • tests/data/test170
    • tests/data/test1700
    • tests/data/test1701
    • tests/data/test1702
    • tests/data/test1704
    • tests/data/test171
    • tests/data/test1711
    • tests/data/test172
    • tests/data/test174
    • tests/data/test175
    • tests/data/test176
    • tests/data/test177
    • tests/data/test178
    • tests/data/test179
    • tests/data/test18
    • tests/data/test1800
    • tests/data/test1801
    • tests/data/test1802
    • tests/data/test183
    • tests/data/test184
    • tests/data/test185
    • tests/data/test187
    • tests/data/test188
    • tests/data/test189
    • tests/data/test1901
    • tests/data/test1903
    • tests/data/test1904
    • tests/data/test1905
    • tests/data/test1906
    • tests/data/test1907
    • tests/data/test1908
    • tests/data/test1909
    • tests/data/test1910
    • tests/data/test1919
    • tests/data/test192
    • tests/data/test193
    • tests/data/test1933
    • tests/data/test1934
    • tests/data/test1935
    • tests/data/test1936
    • tests/data/test194
    • tests/data/test1941
    • tests/data/test1945
    • tests/data/test1948
    • tests/data/test1956
    • tests/data/test1957
    • tests/data/test1958
    • tests/data/test1959
    • tests/data/test1960
    • tests/data/test1964
    • tests/data/test197
    • tests/data/test1970
    • tests/data/test1974
    • tests/data/test1976
    • tests/data/test1977
    • tests/data/test198
    • tests/data/test1981
    • tests/data/test199
    • tests/data/test2
    • tests/data/test2001
    • tests/data/test2002
    • tests/data/test2003
    • tests/data/test2005
    • tests/data/test2023
    • tests/data/test2024
    • tests/data/test2025
    • tests/data/test2026
    • tests/data/test2027
    • tests/data/test2028
    • tests/data/test2029
    • tests/data/test2030
    • tests/data/test2031
    • tests/data/test2032
    • tests/data/test2033
    • tests/data/test2034
    • tests/data/test2037
    • tests/data/test2040
    • tests/data/test2041
    • tests/data/test2046
    • tests/data/test2047
    • tests/data/test2049
    • tests/data/test2050
    • tests/data/test2051
    • tests/data/test2052
    • tests/data/test2053
    • tests/data/test2054
    • tests/data/test2055
    • tests/data/test2056
    • tests/data/test2057
    • tests/data/test2058
    • tests/data/test2059
    • tests/data/test206
    • tests/data/test2060
    • tests/data/test2061
    • tests/data/test2062
    • tests/data/test2063
    • tests/data/test2064
    • tests/data/test2065
    • tests/data/test2066
    • tests/data/test2067
    • tests/data/test2068
    • tests/data/test2069
    • tests/data/test207
    • tests/data/test2070
    • tests/data/test2074
    • tests/data/test2076
    • tests/data/test2077
    • tests/data/test2078
    • tests/data/test2079
    • tests/data/test2081
    • tests/data/test2087
    • tests/data/test2088
    • tests/data/test2089
    • tests/data/test209
    • tests/data/test2102
    • tests/data/test213
    • tests/data/test214
    • tests/data/test217
    • tests/data/test218
    • tests/data/test22
    • tests/data/test220
    • tests/data/test221
    • tests/data/test222
    • tests/data/test223
    • tests/data/test224
    • tests/data/test230
    • tests/data/test2300
    • tests/data/test2301
    • tests/data/test2302
    • tests/data/test2303
    • tests/data/test2304
    • tests/data/test2306
    • tests/data/test2308
    • tests/data/test2309
    • tests/data/test232
    • tests/data/test233
    • tests/data/test234
    • tests/data/test239
    • tests/data/test24
    • tests/data/test240
    • tests/data/test2400
    • tests/data/test2401
    • tests/data/test2402
    • tests/data/test2403
    • tests/data/test2404
    • tests/data/test2406
    • tests/data/test241
    • tests/data/test242
    • tests/data/test243
    • tests/data/test245
    • tests/data/test246
    • tests/data/test249
    • tests/data/test25
    • tests/data/test2500
    • tests/data/test2501
    • tests/data/test2502
    • tests/data/test2503
    • tests/data/test256
    • tests/data/test257
    • tests/data/test258
    • tests/data/test259
    • tests/data/test26
    • tests/data/test260
    • tests/data/test262
    • tests/data/test263
    • tests/data/test264
    • tests/data/test265
    • tests/data/test266
    • tests/data/test267
    • tests/data/test268
    • tests/data/test269
    • tests/data/test27
    • tests/data/test273
    • tests/data/test274
    • tests/data/test275
    • tests/data/test276
    • tests/data/test278
    • tests/data/test279
    • tests/data/test28
    • tests/data/test282
    • tests/data/test287
    • tests/data/test29
    • tests/data/test292
    • tests/data/test293
    • tests/data/test299
    • tests/data/test3
    • tests/data/test30
    • tests/data/test300
    • tests/data/test3000
    • tests/data/test3001
    • tests/data/test3002
    • tests/data/test3003
    • tests/data/test3004
    • tests/data/test3005
    • tests/data/test3006
    • tests/data/test3007
    • tests/data/test3008
    • tests/data/test3009
    • tests/data/test301
    • tests/data/test3011
    • tests/data/test3012
    • tests/data/test3013
    • tests/data/test3014
    • tests/data/test3015
    • tests/data/test302
    • tests/data/test3023
    • tests/data/test3024
    • tests/data/test3028
    • tests/data/test303
    • tests/data/test3031
    • tests/data/test3032
    • tests/data/test3035
    • tests/data/test306
    • tests/data/test307
    • tests/data/test309
    • tests/data/test31
    • tests/data/test310
    • tests/data/test3100
    • tests/data/test3101
    • tests/data/test3102
    • tests/data/test3103
    • tests/data/test3104
    • tests/data/test314
    • tests/data/test315
    • tests/data/test316
    • tests/data/test317
    • tests/data/test318
    • tests/data/test319
    • tests/data/test32
    • tests/data/test320
    • tests/data/test3204
    • tests/data/test3208
    • tests/data/test3215
    • tests/data/test325
    • tests/data/test326
    • tests/data/test327
    • tests/data/test328
    • tests/data/test329
    • tests/data/test330
    • tests/data/test331
    • tests/data/test334
    • tests/data/test335
    • tests/data/test339
    • tests/data/test34
    • tests/data/test341
    • tests/data/test342
    • tests/data/test343
    • tests/data/test344
    • tests/data/test345
    • tests/data/test346
    • tests/data/test347
    • tests/data/test349
    • tests/data/test355
    • tests/data/test356
    • tests/data/test358
    • tests/data/test359
    • tests/data/test36
    • tests/data/test360
    • tests/data/test361
    • tests/data/test363
    • tests/data/test365
    • tests/data/test366
    • tests/data/test367
    • tests/data/test368
    • tests/data/test369
    • tests/data/test37
    • tests/data/test371
    • tests/data/test372
    • tests/data/test373
    • tests/data/test374
    • tests/data/test376
    • tests/data/test379
    • tests/data/test38
    • tests/data/test387
    • tests/data/test388
    • tests/data/test389
    • tests/data/test39
    • tests/data/test391
    • tests/data/test392
    • tests/data/test393
    • tests/data/test394
    • tests/data/test395
    • tests/data/test396
    • tests/data/test397
    • tests/data/test398
    • tests/data/test40
    • tests/data/test4000
    • tests/data/test410
    • tests/data/test412
    • tests/data/test413
    • tests/data/test414
    • tests/data/test415
    • tests/data/test417
    • tests/data/test418
    • tests/data/test42
    • tests/data/test420
    • tests/data/test421
    • tests/data/test423
    • tests/data/test424
    • tests/data/test425
    • tests/data/test427
    • tests/data/test428
    • tests/data/test429
    • tests/data/test43
    • tests/data/test434
    • tests/data/test435
    • tests/data/test436
    • tests/data/test437
    • tests/data/test438
    • tests/data/test439
    • tests/data/test440
    • tests/data/test441
    • tests/data/test442
    • tests/data/test443
    • tests/data/test444
    • tests/data/test446
    • tests/data/test447
    • tests/data/test448
    • tests/data/test449
    • tests/data/test45
    • tests/data/test450
    • tests/data/test451
    • tests/data/test455
    • tests/data/test457
    • tests/data/test458
    • tests/data/test459
    • tests/data/test46
    • tests/data/test461
    • tests/data/test468
    • tests/data/test469
    • tests/data/test47
    • tests/data/test470
    • tests/data/test471
    • tests/data/test472
    • tests/data/test473
    • tests/data/test474
    • tests/data/test477
    • tests/data/test478
    • tests/data/test479
    • tests/data/test483
    • tests/data/test486
    • tests/data/test487
    • tests/data/test488
    • tests/data/test489
    • tests/data/test49
    • tests/data/test493
    • tests/data/test495
    • tests/data/test497
    • tests/data/test499
    • tests/data/test5
    • tests/data/test50
    • tests/data/test500
    • tests/data/test503
    • tests/data/test508
    • tests/data/test51
    • tests/data/test510
    • tests/data/test512
    • tests/data/test514
    • tests/data/test515
    • tests/data/test516
    • tests/data/test518
    • tests/data/test519
    • tests/data/test52
    • tests/data/test522
    • tests/data/test523
    • tests/data/test528
    • tests/data/test53
    • tests/data/test535
    • tests/data/test536
    • tests/data/test537
    • tests/data/test54
    • tests/data/test540
    • tests/data/test542
    • tests/data/test544
    • tests/data/test545
    • tests/data/test547
    • tests/data/test548
    • tests/data/test549
    • tests/data/test55
    • tests/data/test550
    • tests/data/test551
    • tests/data/test552
    • tests/data/test553
    • tests/data/test554
    • tests/data/test555
    • tests/data/test556
    • tests/data/test560
    • tests/data/test561
    • tests/data/test563
    • tests/data/test565
    • tests/data/test566
    • tests/data/test567
    • tests/data/test568
    • tests/data/test57
    • tests/data/test570
    • tests/data/test571
    • tests/data/test572
    • tests/data/test573
    • tests/data/test577
    • tests/data/test578
    • tests/data/test579
    • tests/data/test580
    • tests/data/test581
    • tests/data/test584
    • tests/data/test585
    • tests/data/test589
    • tests/data/test59
    • tests/data/test590
    • tests/data/test598
    • tests/data/test599
    • tests/data/test6
    • tests/data/test60
    • tests/data/test61
    • tests/data/test62
    • tests/data/test63
    • tests/data/test64
    • tests/data/test643
    • tests/data/test644
    • tests/data/test645
    • tests/data/test646
    • tests/data/test648
    • tests/data/test649
    • tests/data/test65
    • tests/data/test650
    • tests/data/test651
    • tests/data/test653
    • tests/data/test654
    • tests/data/test655
    • tests/data/test658
    • tests/data/test659
    • tests/data/test66
    • tests/data/test662
    • tests/data/test663
    • tests/data/test666
    • tests/data/test667
    • tests/data/test668
    • tests/data/test67
    • tests/data/test670
    • tests/data/test671
    • tests/data/test672
    • tests/data/test673
    • tests/data/test674
    • tests/data/test675
    • tests/data/test676
    • tests/data/test678
    • tests/data/test679
    • tests/data/test68
    • tests/data/test681
    • tests/data/test682
    • tests/data/test683
    • tests/data/test684
    • tests/data/test685
    • tests/data/test687
    • tests/data/test688
    • tests/data/test689
    • tests/data/test69
    • tests/data/test690
    • tests/data/test691
    • tests/data/test692
    • tests/data/test693
    • tests/data/test694
    • tests/data/test696
    • tests/data/test699
    • tests/data/test7
    • tests/data/test70
    • tests/data/test700
    • tests/data/test701
    • tests/data/test708
    • tests/data/test709
    • tests/data/test710
    • tests/data/test717
    • tests/data/test718
    • tests/data/test719
    • tests/data/test72
    • tests/data/test720
    • tests/data/test721
    • tests/data/test722
    • tests/data/test724
    • tests/data/test727
    • tests/data/test728
    • tests/data/test73
    • tests/data/test730
    • tests/data/test731
    • tests/data/test732
    • tests/data/test733
    • tests/data/test734
    • tests/data/test735
    • tests/data/test736
    • tests/data/test737
    • tests/data/test74
    • tests/data/test740
    • tests/data/test742
    • tests/data/test743
    • tests/data/test744
    • tests/data/test747
    • tests/data/test749
    • tests/data/test750
    • tests/data/test752
    • tests/data/test755
    • tests/data/test756
    • tests/data/test76
    • tests/data/test762
    • tests/data/test767
    • tests/data/test768
    • tests/data/test769
    • tests/data/test77
    • tests/data/test770
    • tests/data/test771
    • tests/data/test772
    • tests/data/test773
    • tests/data/test775
    • tests/data/test776
    • tests/data/test78
    • tests/data/test780
    • tests/data/test781
    • tests/data/test782
    • tests/data/test783
    • tests/data/test784
    • tests/data/test785
    • tests/data/test786
    • tests/data/test788
    • tests/data/test789
    • tests/data/test79
    • tests/data/test790
    • tests/data/test791
    • tests/data/test794
    • tests/data/test796
    • tests/data/test797
    • tests/data/test799
    • tests/data/test8
    • tests/data/test80
    • tests/data/test800
    • tests/data/test801
    • tests/data/test802
    • tests/data/test804
    • tests/data/test805
    • tests/data/test806
    • tests/data/test807
    • tests/data/test808
    • tests/data/test809
    • tests/data/test81
    • tests/data/test810
    • tests/data/test815
    • tests/data/test816
    • tests/data/test818
    • tests/data/test819
    • tests/data/test82
    • tests/data/test820
    • tests/data/test821
    • tests/data/test822
    • tests/data/test823
    • tests/data/test824
    • tests/data/test825
    • tests/data/test826
    • tests/data/test827
    • tests/data/test828
    • tests/data/test83
    • tests/data/test833
    • tests/data/test834
    • tests/data/test835
    • tests/data/test836
    • tests/data/test837
    • tests/data/test838
    • tests/data/test839
    • tests/data/test84
    • tests/data/test840
    • tests/data/test841
    • tests/data/test842
    • tests/data/test843
    • tests/data/test846
    • tests/data/test847
    • tests/data/test848
    • tests/data/test85
    • tests/data/test850
    • tests/data/test853
    • tests/data/test857
    • tests/data/test86
    • tests/data/test861
    • tests/data/test862
    • tests/data/test864
    • tests/data/test865
    • tests/data/test866
    • tests/data/test867
    • tests/data/test868
    • tests/data/test869
    • tests/data/test87
    • tests/data/test870
    • tests/data/test871
    • tests/data/test872
    • tests/data/test873
    • tests/data/test874
    • tests/data/test879
    • tests/data/test88
    • tests/data/test880
    • tests/data/test881
    • tests/data/test882
    • tests/data/test883
    • tests/data/test884
    • tests/data/test885
    • tests/data/test886
    • tests/data/test887
    • tests/data/test888
    • tests/data/test89
    • tests/data/test892
    • tests/data/test895
    • tests/data/test897
    • tests/data/test898
    • tests/data/test899
    • tests/data/test90
    • tests/data/test901
    • tests/data/test902
    • tests/data/test903
    • tests/data/test904
    • tests/data/test905
    • tests/data/test906
    • tests/data/test907
    • tests/data/test908
    • tests/data/test909
    • tests/data/test91
    • tests/data/test910
    • tests/data/test912
    • tests/data/test913
    • tests/data/test914
    • tests/data/test915
    • tests/data/test916
    • tests/data/test917
    • tests/data/test918
    • tests/data/test919
    • tests/data/test92
    • tests/data/test920
    • tests/data/test921
    • tests/data/test922
    • tests/data/test924
    • tests/data/test925
    • tests/data/test926
    • tests/data/test927
    • tests/data/test928
    • tests/data/test93
    • tests/data/test935
    • tests/data/test936
    • tests/data/test937
    • tests/data/test938
    • tests/data/test939
    • tests/data/test94
    • tests/data/test940
    • tests/data/test942
    • tests/data/test943
    • tests/data/test944
    • tests/data/test945
    • tests/data/test946
    • tests/data/test947
    • tests/data/test948
    • tests/data/test949
    • tests/data/test95
    • tests/data/test950
    • tests/data/test951
    • tests/data/test952
    • tests/data/test953
    • tests/data/test955
    • tests/data/test956
    • tests/data/test959
    • tests/data/test960
    • tests/data/test962
    • tests/data/test963
    • tests/data/test965
    • tests/data/test966
    • tests/data/test967
    • tests/data/test97
    • tests/data/test970
    • tests/data/test972
    • tests/data/test974
    • tests/data/test976
    • tests/data/test977
    • tests/data/test978
    • tests/data/test979
    • tests/data/test98
    • tests/data/test987
    • tests/data/test989
    • tests/data/test99
    • tests/data/test990
    • tests/data/test991
    • tests/data/test992
    • tests/data/test995
    • tests/data/test998
    • tests/data/test999
    • tests/runner.pm
    • tests/runtests.pl
    • tests/testutil.pm
  11. Change #247514

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Mon 03 Nov 2025 22:27:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision feab3901241b0eef0724b38785ece4a7b99abb0c

    Comments

    rtsp: use explicit postfieldsize if specified
    Signed-off-by: Joshua Rogers <MegaManSec@users.noreply.github.com>
    Closes #19345

    Changed files

    • lib/rtsp.c
  12. Change #247515

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 03 Nov 2025 22:29:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5ec87346a9bfad1a24f97c378595df8b7c68bda7

    Comments

    CURLOPT_POSTFIELDSIZE*: these also work for MQTT and RTSP
    Closes #19346

    Changed files

    • docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.md
    • docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.md
  13. Change #247518

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 03 Nov 2025 23:13:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e5299a1b878807d58f7ae0f829f0c2992c3aa2e1

    Comments

    README.md: use the first paragraph from the man page
    Which also mentions all protocols
    
    Closes #19335

    Changed files

    • README.md