History log of /curl/ (Results 3626 – 3650 of 33762)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
70d2fca231-Mar-2023 Dan Fandrich

tests: move server config files under the pid dir

These files are generated by the test servers and must therefore be
found in the log directory to make them available to only those serv

tests: move server config files under the pid dir

These files are generated by the test servers and must therefore be
found in the log directory to make them available to only those servers
once multiple test runners are executing in parallel. They must also not
be deleted with the log files, so they are stored in the pidfile
directory.

Ref: #10818
Closes #10875

show more ...

1cffced931-Mar-2023 Dan Fandrich

runtests: use the ssh key filenames from the sshhelp package

3cc41a2d30-Mar-2023 Dan Fandrich

tests: move pidfiles and portfiles under the log directory

This is to segregate all files written by a test process into a single
root to allow for future parallel testing.

Ref:

tests: move pidfiles and portfiles under the log directory

This is to segregate all files written by a test process into a single
root to allow for future parallel testing.

Ref: #10818
Closes #10874

show more ...

ec2a5bc530-Mar-2023 Dan Fandrich

runtests: minor code cleanups

62ba1d6b30-Mar-2023 Dan Fandrich

runtests: call processexists() and pidfromfile()

rather than duplicating the logic in several places.

0409f63331-Mar-2023 Viktor Szakats

cmake: do not add zlib headers for openssl

Logic copied earlier from wolfSSL. wolfSSL requires zlib headers for its
public headers. OpenSSL does not, so stop adding zlib headers for it.

cmake: do not add zlib headers for openssl

Logic copied earlier from wolfSSL. wolfSSL requires zlib headers for its
public headers. OpenSSL does not, so stop adding zlib headers for it.

Follow-up to 1e3319a167d2f32d295603167486e9e88af9bb4e

Closes #10878

show more ...

3797f1a431-Mar-2023 Stefan Eissing

rustls: fix error in recv handling

- when rustls is told to recieve more TLS data and its internal
plaintext buffers are full, it returns an IOERROR
- avoid receiving TLS data whil

rustls: fix error in recv handling

- when rustls is told to recieve more TLS data and its internal
plaintext buffers are full, it returns an IOERROR
- avoid receiving TLS data while plaintext is not read empty

pytest:
- increase curl run timeout when invoking pytest with higher verbosity

Closes #10876

show more ...

544abeea30-Mar-2023 Stefan Eissing

http3: improvements across backends

- ngtcp2: using bufq for recv stream data
- internal stream_ctx instead of `struct HTTP` members
for quiche, ngtcp2 and msh3
- no more QUIC

http3: improvements across backends

- ngtcp2: using bufq for recv stream data
- internal stream_ctx instead of `struct HTTP` members
for quiche, ngtcp2 and msh3
- no more QUIC related members in `struct HTTP`
- experimental use of recvmmsg(), disabled by default
- testing on my old debian box shows no throughput improvements.
- leaving it in, but disabled, for future revisit
- vquic: common UDP receive code for ngtcp2 and quiche
- vquic: common UDP send code for ngtcp2 and quiche
- added pytest skips for known msh3 failures
- fix unit2601 to survive torture testing
- quiche: using latest `master` from quiche and enabling large download
tests, now that key change is supported
- fixing test_07_21 where retry handling of starting a stream
was faulty
- msh3: use bufq for recv buffering headers and data
- msh3: replace fprintf debug logging with LOG_CF where possible
- msh3: force QUIC expire timers on recv/send to have more than
1 request per second served

Closes #10772

show more ...

a094ec1a31-Mar-2023 Dan Fandrich

test1471/2: add http as a required feature

curl bails out early with a different error message if http support is
compiled out.

Ref: #10705

2dd471d531-Mar-2023 Dan Fandrich

tests: limit return code of unit tests and lib tests

Values greater than 125 have special meanings, so cap it there. Unit
tests and lib tests use the number of failures as the return co

tests: limit return code of unit tests and lib tests

Values greater than 125 have special meanings, so cap it there. Unit
tests and lib tests use the number of failures as the return code, so a
large number of failures (such as test 2601 as a torture test) can
exceed this causing the test to be erroneously reported as having
failed.

Ref: #10720

show more ...

9fa018db30-Mar-2023 Dan Fandrich

test1960: point to the correct path for the precheck tool

Otherwise, it might find the binary in .libs which can cause it to use
the system libcurl which can fail. This error is only vis

test1960: point to the correct path for the precheck tool

Otherwise, it might find the binary in .libs which can cause it to use
the system libcurl which can fail. This error is only visible by
noticing that the test is skipped.

Follow-up to e4dfe6fc

Ref: #10651

show more ...

f754990a30-Mar-2023 Dan Fandrich

tests: use the proper %LOGDIR path on two tests

Follow-up to e7a021e1

Ref: #10818

2d59eb0030-Mar-2023 Daniel Stenberg

rtsp: fix Value stored to 'skip_size' is never read

Pointed out by scan-build

Follow-up to 6c6306f3008f2c9b20a64

Closes #10872

041cf77c30-Mar-2023 Stefan Eissing

tests/http: relax connection check in test_07_02

Only 1 connection will be used when curl is slow, happens when
address-sanitized in CI, for example

Closes #10865

744dcf2230-Mar-2023 Stefan Eissing

http2: flow control and buffer improvements

- use bufq for send/receive of network data
- usd bufq for send/receive of stream data
- use HTTP/2 flow control with no-auto updates to c

http2: flow control and buffer improvements

- use bufq for send/receive of network data
- usd bufq for send/receive of stream data
- use HTTP/2 flow control with no-auto updates to control the
amount of data we are buffering for a stream
HTTP/2 stream window set to 128K after local tests, defined
code constant for now
- elminiating PAUSEing nghttp2 processing when receiving data
since a stream can now take in all DATA nghttp2 forwards

Improved scorecard and adjuste http2 stream window sizes
- scorecard improved output formatting and options default
- scorecard now also benchmarks small requests / second

Closes #10771

show more ...

4ced75b729-Mar-2023 Dan Fandrich

runtests: show error message if file can't be written

58e85d6d29-Mar-2023 Dan Fandrich

tests: fix remaining servers to run with a dynamic log directory

This final commit in the series is sufficient to allow the tests succeed
if $LOGDIR is changed in runtests.pl.

R

tests: fix remaining servers to run with a dynamic log directory

This final commit in the series is sufficient to allow the tests succeed
if $LOGDIR is changed in runtests.pl.

Ref: #10818
Closes #10866

show more ...

0bdb95ec29-Mar-2023 Dan Fandrich

tests: fix fake_ntlm to run with a dynamic log directory

Ref: #10818

8a29811929-Mar-2023 Dan Fandrich

tests: fix http servers to run with a dynamic log directory

Ref: #10818

c753418d29-Mar-2023 Dan Fandrich

tests: fix ftpserver to run with a dynamic log directory

Ref: #10818

c102502e29-Mar-2023 Dan Fandrich

tests: fix C servers to run with a dynamic log directory

Ref: #10818

1fe081ab29-Mar-2023 Dan Fandrich

tests: fix lib tests to run with a dynamic log directory

Ref: #10818

6e3734f729-Mar-2023 Dan Fandrich

tests: fix unit tests to run with a dynamic log directory

Ref: #10818

e7a021e129-Mar-2023 Dan Fandrich

tests: use %LOGDIR to refer to the log directory

This will allow it be set dynamically.

Ref: #10818


.github/scripts/spellcheck.words
tests/FILEFORMAT.md
tests/data/test10
tests/data/test1001
tests/data/test1002
tests/data/test1007
tests/data/test1013
tests/data/test1014
tests/data/test1015
tests/data/test1016
tests/data/test1017
tests/data/test1018
tests/data/test1019
tests/data/test1020
tests/data/test1022
tests/data/test1023
tests/data/test1024
tests/data/test1025
tests/data/test1026
tests/data/test1027
tests/data/test1030
tests/data/test1036
tests/data/test1037
tests/data/test1038
tests/data/test1039
tests/data/test1040
tests/data/test1041
tests/data/test1042
tests/data/test1043
tests/data/test1051
tests/data/test1052
tests/data/test1053
tests/data/test1054
tests/data/test1055
tests/data/test1063
tests/data/test1064
tests/data/test1065
tests/data/test107
tests/data/test1070
tests/data/test1071
tests/data/test1075
tests/data/test108
tests/data/test109
tests/data/test1104
tests/data/test1105
tests/data/test1116
tests/data/test112
tests/data/test1129
tests/data/test1130
tests/data/test1131
tests/data/test1133
tests/data/test1136
tests/data/test1145
tests/data/test1146
tests/data/test1147
tests/data/test1148
tests/data/test1151
tests/data/test1155
tests/data/test1157
tests/data/test1158
tests/data/test1160
tests/data/test1161
tests/data/test1169
tests/data/test1176
tests/data/test1182
tests/data/test1185
tests/data/test1186
tests/data/test1189
tests/data/test1193
tests/data/test1210
tests/data/test1216
tests/data/test1220
tests/data/test1221
tests/data/test123
tests/data/test1243
tests/data/test1268
tests/data/test1271
tests/data/test1273
tests/data/test1274
tests/data/test1278
tests/data/test128
tests/data/test1283
tests/data/test1285
tests/data/test1287
tests/data/test1291
tests/data/test130
tests/data/test1304
tests/data/test1308
tests/data/test131
tests/data/test1311
tests/data/test1312
tests/data/test1313
tests/data/test1315
tests/data/test132
tests/data/test1327
tests/data/test1328
tests/data/test133
tests/data/test1330
tests/data/test1331
tests/data/test1334
tests/data/test1335
tests/data/test1336
tests/data/test1337
tests/data/test1338
tests/data/test1339
tests/data/test134
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/test1348
tests/data/test1349
tests/data/test1350
tests/data/test1351
tests/data/test1352
tests/data/test1353
tests/data/test1354
tests/data/test1355
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/test1378
tests/data/test1379
tests/data/test1380
tests/data/test1381
tests/data/test1382
tests/data/test1383
tests/data/test1384
tests/data/test1385
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/test1400
tests/data/test1401
tests/data/test1402
tests/data/test1403
tests/data/test1404
tests/data/test1405
tests/data/test1406
tests/data/test1407
tests/data/test1408
tests/data/test1411
tests/data/test1415
tests/data/test1417
tests/data/test1420
tests/data/test1422
tests/data/test1423
tests/data/test1424
tests/data/test1434
tests/data/test1440
tests/data/test1441
tests/data/test1442
tests/data/test1443
tests/data/test1444
tests/data/test1445
tests/data/test1446
tests/data/test1459
tests/data/test1460
tests/data/test1465
tests/data/test1469
tests/data/test149
tests/data/test1506
tests/data/test1508
tests/data/test1509
tests/data/test1510
tests/data/test1524
tests/data/test154
tests/data/test1542
tests/data/test155
tests/data/test1558
tests/data/test156
tests/data/test1561
tests/data/test1566
tests/data/test163
tests/data/test1654
tests/data/test166
tests/data/test1660
tests/data/test1670
tests/data/test1671
tests/data/test1680
tests/data/test1681
tests/data/test1682
tests/data/test1683
tests/data/test1703
tests/data/test171
tests/data/test172
tests/data/test179
tests/data/test180
tests/data/test181
tests/data/test1903
tests/data/test1905
tests/data/test1908
tests/data/test1909
tests/data/test200
tests/data/test2000
tests/data/test2001
tests/data/test2002
tests/data/test2003
tests/data/test2004
tests/data/test201
tests/data/test202
tests/data/test203
tests/data/test2039
tests/data/test204
tests/data/test205
tests/data/test2058
tests/data/test2059
tests/data/test2060
tests/data/test2071
tests/data/test2072
tests/data/test208
tests/data/test2080
tests/data/test216
tests/data/test218
tests/data/test2205
tests/data/test2305
tests/data/test231
tests/data/test235
tests/data/test236
tests/data/test24
tests/data/test2402
tests/data/test247
tests/data/test248
tests/data/test2502
tests/data/test256
tests/data/test257
tests/data/test258
tests/data/test259
tests/data/test266
tests/data/test281
tests/data/test285
tests/data/test286
tests/data/test288
tests/data/test289
tests/data/test3008
tests/data/test3011
tests/data/test3012
tests/data/test3013
tests/data/test3021
tests/data/test3022
tests/data/test3029
tests/data/test3030
tests/data/test304
tests/data/test31
tests/data/test320
tests/data/test327
tests/data/test329
tests/data/test33
tests/data/test339
tests/data/test341
tests/data/test342
tests/data/test343
tests/data/test344
tests/data/test345
tests/data/test347
tests/data/test348
tests/data/test35
tests/data/test355
tests/data/test356
tests/data/test357
tests/data/test358
tests/data/test359
tests/data/test362
tests/data/test364
tests/data/test369
tests/data/test370
tests/data/test371
tests/data/test376
tests/data/test378
tests/data/test379
tests/data/test38
tests/data/test380
tests/data/test381
tests/data/test39
tests/data/test390
tests/data/test399
tests/data/test401
tests/data/test408
tests/data/test409
tests/data/test410
tests/data/test411
tests/data/test412
tests/data/test413
tests/data/test414
tests/data/test420
tests/data/test430
tests/data/test431
tests/data/test432
tests/data/test433
tests/data/test434
tests/data/test436
tests/data/test44
tests/data/test440
tests/data/test441
tests/data/test442
tests/data/test443
tests/data/test444
tests/data/test446
tests/data/test46
tests/data/test490
tests/data/test491
tests/data/test492
tests/data/test493
tests/data/test494
tests/data/test500
tests/data/test502
tests/data/test503
tests/data/test505
tests/data/test506
tests/data/test525
tests/data/test529
tests/data/test53
tests/data/test531
tests/data/test541
tests/data/test558
tests/data/test566
tests/data/test568
tests/data/test569
tests/data/test57
tests/data/test571
tests/data/test572
tests/data/test578
tests/data/test579
tests/data/test58
tests/data/test582
tests/data/test583
tests/data/test588
tests/data/test591
tests/data/test592
tests/data/test593
tests/data/test594
tests/data/test595
tests/data/test596
tests/data/test599
tests/data/test600
tests/data/test601
tests/data/test602
tests/data/test603
tests/data/test608
tests/data/test609
tests/data/test61
tests/data/test610
tests/data/test611
tests/data/test612
tests/data/test613
tests/data/test614
tests/data/test615
tests/data/test616
tests/data/test617
tests/data/test618
tests/data/test619
tests/data/test62
tests/data/test620
tests/data/test621
tests/data/test622
tests/data/test623
tests/data/test624
tests/data/test625
tests/data/test626
tests/data/test627
tests/data/test630
tests/data/test631
tests/data/test632
tests/data/test633
tests/data/test634
tests/data/test635
tests/data/test636
tests/data/test637
tests/data/test638
tests/data/test639
tests/data/test640
tests/data/test641
tests/data/test642
tests/data/test644
tests/data/test646
tests/data/test647
tests/data/test648
tests/data/test649
tests/data/test650
tests/data/test651
tests/data/test654
tests/data/test664
tests/data/test665
tests/data/test668
tests/data/test676
tests/data/test679
tests/data/test680
tests/data/test682
tests/data/test683
tests/data/test684
tests/data/test685
tests/data/test7
tests/data/test71
tests/data/test73
tests/data/test74
tests/data/test75
tests/data/test8
tests/data/test805
tests/data/test86
tests/data/test87
tests/data/test88
tests/data/test897
tests/data/test9
tests/data/test909
tests/data/test912
tests/data/test913
tests/data/test914
tests/data/test938
tests/data/test941
tests/data/test96
tests/data/test970
tests/data/test972
tests/data/test977
tests/data/test978
tests/data/test981
tests/data/test983
tests/data/test984
tests/data/test986
tests/runtests.pl
0c82fcde29-Mar-2023 Dan Fandrich

runtests: track verification time even if no files to compare

1...<<141142143144145146147148149150>>...1351