summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [mod_webdav] add missing update to cq accountingGlenn Strauss2020-10-191-0/+1
* [core] modify use of getrlimit() to not be fatalGlenn Strauss2020-10-191-2/+2
* [multiple] remove chunk file.start memberGlenn Strauss2020-10-196-49/+45
* [TLS] ignore empty "CipherString" in ssl-conf-cmdGlenn Strauss2020-10-195-5/+7
* [multiple] stat_cache_path_stat() for struct stGlenn Strauss2020-10-197-25/+27
* [multiple] use NSS crypto if no other crypto availGlenn Strauss2020-10-196-1/+132
* [wolfssl] wolfSSL_CTX_set_mode differs from othersGlenn Strauss2020-10-191-7/+8
* [core] sys-crypto-md.h consistent interfacesGlenn Strauss2020-10-191-63/+114
* [tests] detect multiple SSL/TLS/crypto providersGlenn Strauss2020-10-192-1/+14
* [multiple] openssl 3.0.0 digest interface migrateGlenn Strauss2020-10-192-11/+169
* [mod_openssl] merge ssl_tlsext_ticket_key_cb implsGlenn Strauss2020-10-191-33/+12
* [mod_openssl] construct OSSL_PARAM on stackGlenn Strauss2020-10-191-13/+14
* [mod_openssl] migrate ticket cb to openssl 3.0.0Glenn Strauss2020-10-191-2/+62
* [multiple] ignore openssl 3.0.0 deprecation warnsGlenn Strauss2020-10-192-0/+8
* [mod_cgi] use splice() to send input to CGIGlenn Strauss2020-10-191-4/+13
* [core] reuse chunkqueue_compact_mem*()Glenn Strauss2020-10-194-63/+36
* [core] alloc optim reading file, sending chunkedGlenn Strauss2020-10-191-1/+1
* [core] fix chunkqueue_compact_mem w/ partial chunkGlenn Strauss2020-10-191-1/+5
* [mod_fastcgi] decode chunked is cold code pathGlenn Strauss2020-10-191-4/+11
* [tests] simulate slow, small packets more quicklyGlenn Strauss2020-10-191-5/+5
* [core] coalesce nearby ranges in Range requestsGlenn Strauss2020-10-196-35/+111
* [doc] comment out config disabling Range for .pdfGlenn Strauss2020-10-191-3/+4
* [core,mod_deflate] leverage cache of open fdGlenn Strauss2020-10-193-18/+18
* [core] stat_cache_get_entry_open()Glenn Strauss2020-10-192-5/+49
* [core] pass open fd to http_response_parse_rangeGlenn Strauss2020-10-133-6/+7
* [core] http_response_parse_range() const file szGlenn Strauss2020-10-131-11/+12
* [core] remove unused r->content_lengthGlenn Strauss2020-10-132-13/+0
* [core] limit num ranges in Range requestsGlenn Strauss2020-10-131-10/+22
* [mod_gnutls] quiet CLOSE_NOTIFY after conn resetGlenn Strauss2020-10-131-0/+2
* [mod_mbedtls] quiet CLOSE_NOTIFY after conn resetGlenn Strauss2020-10-131-0/+2
* [multiple] use stat_cache_path_isdir()Glenn Strauss2020-10-137-36/+13
* [core] stat_cache_path_isdir()Glenn Strauss2020-10-132-0/+6
* [core] dup FILE_CHUNK fd when splitting FILE_CHUNKGlenn Strauss2020-10-111-0/+4
* [core] fdevent_dup_cloexec()Glenn Strauss2020-10-112-0/+11
* [mod_ssi] use stat_cache_open_rdonly_fstat()Glenn Strauss2020-10-111-8/+1
* [core] save errno around close() if fstat() failsGlenn Strauss2020-10-111-0/+2
* [mod_deflate] fix potential NULL deref in err caseGlenn Strauss2020-10-111-1/+1
* [multiple] use light_btst() for hdr existence chkGlenn Strauss2020-10-116-23/+15
* [core] allow symlinks under /dev for rand devicesGlenn Strauss2020-10-111-1/+1
* [TLS] use fdevent_load_file_bytes() for STEK fileGlenn Strauss2020-10-115-37/+12
* [core] fdevent_load_file_bytes()Glenn Strauss2020-10-112-1/+36
* [core] be more precise checking streaming flagsGlenn Strauss2020-10-114-6/+17
* [core] connection_joblist globalGlenn Strauss2020-10-114-5/+7
* [core] walk queue in connection_write_chunkqueue()Glenn Strauss2020-10-111-12/+23
* [core] short-circuit connection_write_throttle()Glenn Strauss2020-10-111-19/+24
* [core] handle unexpected EOF reading FILE_CHUNKGlenn Strauss2020-10-112-8/+13
* [core] defer handling FDEVENT_HUP and FDEVENT_ERRGlenn Strauss2020-10-112-93/+87
* [core] server_run_con_queue()Glenn Strauss2020-10-111-5/+11
* [core] propagate state after writingGlenn Strauss2020-10-111-16/+23
* [multiple] inline chunkqueue where always alloc'dGlenn Strauss2020-10-1128-236/+241