..
compat
[mod_fastcgi] move src/fastcgi.h into src/compat/
1 year ago
ls-hpack
[core] update ls-hpack
1 year ago
t
[core] base64 encode round-up for required space
1 year ago
CMakeLists.txt
[mod_secdownload] include algo_hmac.c in mod
9 months ago
Makefile.am
[build] adjustments for autotools on Mac OS X
9 months ago
SConscript
[mod_secdownload] include algo_hmac.c in mod
9 months ago
algo_hmac.c
[tests] disable secdownload HMAC tests for NSS
1 year ago
algo_hmac.h
[core] algo_hmac.[ch] wrapper (portability)
1 year ago
algo_md.h
[multiple] etag.[ch] -> http_etag.[ch]; better imp
1 year ago
algo_md5.c
[core] rename md5.[ch] to algo_md5.[ch]
2 years ago
algo_md5.h
[core] rename md5.[ch] to algo_md5.[ch]
2 years ago
algo_sha1.c
[core] sys-crypto-md.h w/ inline message digest fn
2 years ago
algo_sha1.h
[core] sys-crypto-md.h w/ inline message digest fn
2 years ago
algo_splaytree.c
[core] remove size maint in algo_splaytree
1 year ago
algo_splaytree.h
[core] remove size maint in algo_splaytree
1 year ago
algo_xxhash.c
[core] use system xxhash lib if available
2 years ago
algo_xxhash.h
[core] use system xxhash lib if available
2 years ago
array.c
[core] return entry from array_insert_data_at_pos
9 months ago
array.h
[core] move data_{array,integer,string} to array.c
1 year ago
base.h
[multiple] mark con->srv_socket a const ptr
1 year ago
base64.c
[core] load padding char from base64_table
1 year ago
base64.h
[core] merge base64 encoding to li_base64_enc()
1 year ago
base_decls.h
[core] remove HANDLER_UNSET enum value
1 year ago
buffer.c
[core] buffer_commit() optim; better asm
9 months ago
buffer.h
[multiple] http_auth_digest_hex2bin -> li_hex2bin
9 months ago
burl.c
[core] simplify buffer_path_simplify()
1 year ago
burl.h
[core] (const buffer *) in (struct burl_parts_t)
2 years ago
chunk.c
[TLS] write_cq_ssl defer remove_finished_chunks
9 months ago
chunk.h
[core] mark some chunk.h funcs attr cold
1 year ago
ck.c
[core] comment out ck_getenv_s() (unused)
9 months ago
ck.h
[multiple] move const time cmp funcs to ck.[ch]
9 months ago
config.h.cmake
[core] ck.[ch] - C11 Annex K wrappers
9 months ago
configfile-glue.c
[core] recognize "enabled"/"disabled" for bool
1 year ago
configfile.c
[mod_auth*] rename http_auth.* -> mod_auth_api.*
9 months ago
configfile.h
[multiple] mark addtl funcs attr returns_nonnull
1 year ago
configparser.y
[core] move data_{array,integer,string} to array.c
1 year ago
connections-glue.c
[core] connection_joblist global
2 years ago
connections.c
[core] connection_handle_read_state mark hot case
9 months ago
connections.h
[core] accept in network_server_handle_fdevent()
1 year ago
data_config.c
[core] make insert_dup an optional array method
9 months ago
fdevent.c
[core] compare entire "/bin/sh" "-c" after execve
9 months ago
fdevent.h
[core] fix kill workers and shutdown by signal
1 year ago
fdevent_freebsd_kqueue.c
[core] tighter OS event poll loops (better asm)
1 year ago
fdevent_impl.h
[core] omit fdevent select() code if poll() avail
1 year ago
fdevent_libev.c
[multiple] fix some cc warnings in 32-bit, powerpc
2 years ago
fdevent_linux_sysepoll.c
[core] tighter OS event poll loops (better asm)
1 year ago
fdevent_poll.c
[core] tighter OS event poll loops (better asm)
1 year ago
fdevent_select.c
[core] consistent inclusion of sys-time.h
1 year ago
fdevent_solaris_devpoll.c
[core] tighter OS event poll loops (better asm)
1 year ago
fdevent_solaris_port.c
[core] isolate fdevent subsystem
2 years ago
first.h
[core] define __attribute_unused__ if needed
1 year ago
gw_backend.c
[core] reduce repeated work in http_cgi_headers()
9 months ago
gw_backend.h
[core] store int* ptr to common gw status counters
1 year ago
h2.c
[core] quiet coverity noise
1 year ago
h2.h
[core] consistent inclusion of sys-time.h
1 year ago
http-header-glue.c
[core] code reuse with array_match_value_prefix()
9 months ago
http_cgi.c
[core] reduce repeated work in http_cgi_headers()
9 months ago
http_cgi.h
[core] http_cgi.[ch] CGI interfaces (RFC 3875)
1 year ago
http_chunk.c
[core] remove some (now) unused http_chunk APIs
1 year ago
http_chunk.h
[core] remove some (now) unused http_chunk APIs
1 year ago
http_date.c
[core] move timegm() impl inline in sys-time.h
1 year ago
http_date.h
[core] move timegm() impl inline in sys-time.h
1 year ago
http_etag.c
[multiple] etag.[ch] -> http_etag.[ch]; better imp
1 year ago
http_etag.h
[multiple] etag.[ch] -> http_etag.[ch]; better imp
1 year ago
http_header.c
[multiple] use buffer_append_* aggregates
1 year ago
http_header.h
[multiple] http_header APIs to reduce str copies
1 year ago
http_kv.c
[core] http_kv.[ch] perf tuning
1 year ago
http_kv.h
[core] mark select http_kv.[ch] funcs attr nonnull
1 year ago
http_range.c
[multiple] use buffer_append_* aggregates
1 year ago
http_range.h
[core] http_range.[ch] RFC 7233 Range handling
1 year ago
keyvalue.c
[core] copy string and len directly from tmp_buf
1 year ago
keyvalue.h
[multiple] mark addtl funcs attr returns_nonnull
1 year ago
lemon.c
[multiple] correct misspellings in comments
2 years ago
lempar.c
[multiple] correct misspellings in comments
2 years ago
lighttpd-angel.c
[core] attempt to quiet coverity false positives
5 years ago
log.c
[multiple] use thread-safe strerror where avail
9 months ago
log.h
[multiple] mark addtl funcs attr returns_nonnull
1 year ago
meson.build
[mod_secdownload] include algo_hmac.c in mod
9 months ago
mod_access.c
[mod_access] mark mod_access_check attribute pure
1 year ago
mod_accesslog.c
[multiple] strftime %F and %T
1 year ago
mod_ajp13.c
[multiple] use buffer_append_* aggregates
1 year ago
mod_alias.c
[multiple] buffer_has_slash_suffix()
1 year ago
mod_auth.c
[mod_auth*] rename http_auth.* -> mod_auth_api.*
9 months ago
mod_auth_api.c
[mod_auth*] rename http_auth.* -> mod_auth_api.*
9 months ago
mod_auth_api.h
[mod_auth*] rename http_auth.* -> mod_auth_api.*
9 months ago
mod_authn_dbi.c
[mod_auth*] rename http_auth.* -> mod_auth_api.*
9 months ago
mod_authn_file.c
[mod_auth*] rename http_auth.* -> mod_auth_api.*
9 months ago
mod_authn_gssapi.c
[mod_auth*] rename http_auth.* -> mod_auth_api.*
9 months ago
mod_authn_ldap.c
[mod_auth*] rename http_auth.* -> mod_auth_api.*
9 months ago
mod_authn_mysql.c
[mod_auth*] rename http_auth.* -> mod_auth_api.*
9 months ago
mod_authn_pam.c
[mod_auth*] rename http_auth.* -> mod_auth_api.*
9 months ago
mod_authn_sasl.c
[mod_auth*] rename http_auth.* -> mod_auth_api.*
9 months ago
mod_cgi.c
[core] simplify buffer_path_simplify()
1 year ago
mod_cml.c
[core] remove buffer_is_equal_right_len()
1 year ago
mod_cml.h
[multiple] split con, request (very large change)
2 years ago
mod_cml_funcs.c
[core] consistent inclusion of sys-time.h
1 year ago
mod_cml_funcs.h
[autobuild] rm module stub code for missing deps
6 years ago
mod_cml_lua.c
[core] consistent inclusion of sys-time.h
1 year ago
mod_deflate.c
[core] consistent inclusion of sys-time.h
1 year ago
mod_dirlisting.c
[multiple] static file optimization; reuse cache
1 year ago
mod_evasive.c
[multiple] split con, request (very large change)
2 years ago
mod_evhost.c
[multiple] use stat_cache_path_isdir()
2 years ago
mod_expire.c
[mod_expire] send only Cache-Control to >=HTTP/1.1
1 year ago
mod_extforward.c
[core] adjust r->http_host ptr caching
1 year ago
mod_fastcgi.c
[multiple] use buffer_append_* aggregates
1 year ago
mod_flv_streaming.c
[mod_flv_streaming] check range before sending FLV
1 year ago
mod_geoip.c
[multiple] http_header APIs to reduce str copies
1 year ago
mod_gnutls.c
[TLS] write_cq_ssl defer remove_finished_chunks
9 months ago
mod_indexfile.c
[mod_indexfile] reduce copying of base path
1 year ago
mod_magnet.c
[mod_magnet] use http_chunk_append_file_ref_range
1 year ago
mod_magnet_cache.c
[core] consistent inclusion of sys-time.h
1 year ago
mod_magnet_cache.h
[multiple] mark addtl funcs attr returns_nonnull
1 year ago
mod_maxminddb.c
[mod_maxminddb] fix config validation typo
2 years ago
mod_mbedtls.c
[TLS] write_cq_ssl defer remove_finished_chunks
9 months ago
mod_mysql_vhost.c
[multiple] use stat_cache_path_isdir()
2 years ago
mod_nss.c
[TLS] write_cq_ssl defer remove_finished_chunks
9 months ago
mod_openssl.c
[TLS] write_cq_ssl defer remove_finished_chunks
9 months ago
mod_proxy.c
[mod_proxy] send HTTP/1.0 to backend if no Host
1 year ago
mod_redirect.c
[multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE ( fixes #2361 )
1 year ago
mod_rewrite.c
[multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE ( fixes #2361 )
1 year ago
mod_rrdtool.c
[core] consistent inclusion of sys-time.h
1 year ago
mod_scgi.c
[multiple] optimize primitives, buffer_extend()
1 year ago
mod_secdownload.c
[multiple] http_auth_digest_hex2bin -> li_hex2bin
9 months ago
mod_setenv.c
[core] extend (data_string *) to store header id
2 years ago
mod_simple_vhost.c
[multiple] use buffer_append_* aggregates
1 year ago
mod_skeleton.c
[multiple] split con, request (very large change)
2 years ago
mod_sockproxy.c
[multiple] rename connection_reset hook to request
2 years ago
mod_ssi.c
[core] simplify buffer_path_simplify()
1 year ago
mod_ssi.h
[mod_ssi] use intermediate chunkqueue to aggregate
1 year ago
mod_ssi_expr.c
[multiple] mark addtl funcs attr returns_nonnull
1 year ago
mod_ssi_expr.h
[multiple] mark addtl funcs attr returns_nonnull
1 year ago
mod_ssi_exprparser.y
[core] remove some unused header includes
5 years ago
mod_staticfile.c
[mod_staticfile] move cold paths to separate func
1 year ago
mod_status.c
[multiple] use buffer_append_* aggregates
1 year ago
mod_trigger_b4_dl.c
[multiple] quiet coverity warnings
1 year ago
mod_uploadprogress.c
[multiple] do not clear physical.path if finished
1 year ago
mod_userdir.c
[multiple] buffer_copy_path_len2() aggregate
1 year ago
mod_usertrack.c
[multiple] use buffer_append_* aggregates
1 year ago
mod_vhostdb.c
[mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api
9 months ago
mod_vhostdb_api.c
[mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api
9 months ago
mod_vhostdb_api.h
[mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api
9 months ago
mod_vhostdb_dbi.c
[mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api
9 months ago
mod_vhostdb_ldap.c
[mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api
9 months ago
mod_vhostdb_mysql.c
[mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api
9 months ago
mod_vhostdb_pgsql.c
[mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api
9 months ago
mod_webdav.c
[core] simplify buffer_path_simplify()
1 year ago
mod_wolfssl.c
[TLS] write_cq_ssl defer remove_finished_chunks
9 months ago
mod_wstunnel.c
[core] remove buffer_is_equal_right_len()
1 year ago
network.c
[core] accept in network_server_handle_fdevent()
1 year ago
network.h
[core] graceful and immediate restart option
2 years ago
network_write.c
[core] network_write prefer writev() over write()
9 months ago
network_write.h
[multiple] mark addtl funcs attr returns_nonnull
1 year ago
plugin.c
[core] reorder hook enum for better mem locality
1 year ago
plugin.h
[core] merge uri_raw and uri_clean hooks
1 year ago
plugin_config.h
[multiple] add attrs from gcc -Wsuggest-attribute=
1 year ago
rand.c
[multiple] rename safe_memclear() -> ck_memzero()
9 months ago
rand.h
[core] adjust li_rand_pseudo* interfaces
5 years ago
reqpool.c
[mod_auth] close HTTP/2 connection after bad pass
1 year ago
reqpool.h
[multiple] mark addtl funcs attr returns_nonnull
1 year ago
request.c
[core] adjust r->http_host ptr caching
1 year ago
request.h
[multiple] static file optimization; reuse cache
1 year ago
response.c
[core] merge uri_raw and uri_clean hooks
1 year ago
response.h
[multiple] static file optimization; reuse cache
1 year ago
server.c
[mod_auth,mod_vhostdb] move helper funcs to mods
9 months ago
sock_addr.c
[multiple] use buffer_append_* aggregates
1 year ago
sock_addr.h
[core] C99 restrict on some base funcs
2 years ago
sock_addr_cache.c
[core] inet_ntop_cache -> sock_addr_cache
1 year ago
sock_addr_cache.h
[core] inet_ntop_cache -> sock_addr_cache
1 year ago
stat_cache.c
[multiple] prefer monotonic time for internal use
1 year ago
stat_cache.h
[core] consistent inclusion of sys-time.h
1 year ago
status_counter.h
[multiple] mark addtl funcs attr returns_nonnull
1 year ago
sys-crypto-md.h
[core] avoid multiple definition of SHA512_CTX
1 year ago
sys-crypto.h
[core] set NSS_VER_INCLUDE after crypto lib select
2 years ago
sys-endian.h
DragonFlyBSD defines __DragonFly__ ( #2746 )
6 years ago
sys-mmap.h
[core] _WIN32 impl of read-only mmap(), munmap()
1 year ago
sys-socket.h
[core] some header cleanup
4 years ago
sys-strings.h
[core] sys-strings.h abstraction for strings.h
5 years ago
sys-time.h
[core] move timegm() impl inline in sys-time.h
1 year ago
vector.c
[core] some header cleanup
4 years ago
vector.h
[core] vector.h tweaks
1 year ago