Commit Graph

4055 Commits (f47261159720e90dc4444082b2a28bd1491634d4)
 

Author SHA1 Message Date
Glenn Strauss db4af125c0 [core] add iovec wrappers to sys-crypto-md.h
2 years ago
Glenn Strauss ffc7a0bfd8 [mod_auth] merge some repeated code; code reuse
2 years ago
Glenn Strauss d22e94ac88 [core] clear etag in stat_cache_get_entry_open()
2 years ago
Glenn Strauss 2d898bf9a9 [mod_magnet] sync script load w/ stat_cache
2 years ago
Glenn Strauss e86dba5468 [mod_magnet] inline name and etag buffers in cache
2 years ago
Glenn Strauss d5366c0aee [core] request_config_reset()
2 years ago
Glenn Strauss d38d5b4b48 [core] gw_host_get() comment out devel debugging
2 years ago
Glenn Strauss b33d779865 [core] calculate backend host gw_hash at startup
2 years ago
Glenn Strauss af3df29ae8 [multiple] reduce redundant NULL buffer checks
2 years ago
Glenn Strauss 937d83b6cf [core] inline fam_dir_entry buffer 'name' member
2 years ago
Glenn Strauss 28804e8c80 [core] comment out unused part of http_etag_remix
2 years ago
Glenn Strauss 7cd984c51d [core] adjust buffer use for hdr name for lshpack
2 years ago
Glenn Strauss a8b5ad2b5c [core] tweaks writing response header (better asm)
2 years ago
Glenn Strauss db853f9c05 [core] sock_addr_from_buffer_hints_numeric unused
2 years ago
Glenn Strauss 66626315ba [TLS] reset stek_rotate_ts if clock moves backward
2 years ago
Glenn Strauss f8bd028dc0 [core] http_header_hkey_get() perf (better asm)
2 years ago
Glenn Strauss fbefda3524 [build] MacOS linker compat
2 years ago
Glenn Strauss bb1d35dc17 [build] autoupdate; still autoconf 2.60 compatible
2 years ago
Glenn Strauss 0507c82204 [build] adjustments for autotools on Mac OS X
2 years ago
Glenn Strauss c8820d2ecc [core] code reuse with array_match_value_prefix()
2 years ago
Glenn Strauss 1553dc7be8 [core] reduce repeated work in http_cgi_headers()
2 years ago
Glenn Strauss 27b8f1d0b9 [core] compare entire "/bin/sh" "-c" after execve
2 years ago
Glenn Strauss 4a246a8754 [TLS] write_cq_ssl defer remove_finished_chunks
2 years ago
Glenn Strauss 8b96169b68 [core] buffer_commit() optim; better asm
2 years ago
Glenn Strauss 6e6e8baae4 [core] connection_handle_read_state mark hot case
2 years ago
Glenn Strauss 01fdccd85a [core] network_write prefer writev() over write()
2 years ago
Glenn Strauss c5dd8905e1 [core] network_write optimizations
2 years ago
Glenn Strauss 41916b58de [core] return entry from array_insert_data_at_pos
2 years ago
Glenn Strauss cc8e710710 [core] make insert_dup an optional array method
2 years ago
Glenn Strauss 29b9735338 [mod_secdownload] include algo_hmac.c in mod
2 years ago
Glenn Strauss 07aa7eedcc [core] comment out ck_getenv_s() (unused)
2 years ago
Glenn Strauss 0fd8918777 [mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api
2 years ago
Glenn Strauss 3538f8f2a4 [mod_auth*] rename http_auth.* -> mod_auth_api.*
2 years ago
Glenn Strauss 1a8ac120b4 [mod_auth,mod_vhostdb] move helper funcs to mods
2 years ago
Glenn Strauss e110b062be [multiple] http_auth_digest_hex2bin -> li_hex2bin
2 years ago
Glenn Strauss 08c03cd450 [multiple] rename safe_memclear() -> ck_memzero()
2 years ago
Glenn Strauss 62ccda8592 [multiple] move const time cmp funcs to ck.[ch]
2 years ago
Glenn Strauss 0286bdef0c [multiple] use thread-safe strerror where avail
2 years ago
Glenn Strauss 86c39754f2 [core] ck.[ch] - C11 Annex K wrappers
2 years ago
Glenn Strauss d4c1855578 [core] define __attribute_unused__ if needed
2 years ago
Glenn Strauss 4f8f83ea1d [core] move data_{array,integer,string} to array.c
2 years ago
Glenn Strauss fbe55825b4 [core] consolidate config printing code
2 years ago
Glenn Strauss 942c2f6722 [core] remove excess counts from print config
2 years ago
Glenn Strauss 0329e765a3 [core] remove size maint in algo_splaytree
2 years ago
Glenn Strauss f2aacad079 [core] load padding char from base64_table
2 years ago
Glenn Strauss 3301fe0455 [core] li_base64_dec() on 4 bytes at a time
2 years ago
Glenn Strauss 0dfe9f7b76 [core] merge base64 encoding to li_base64_enc()
2 years ago
Glenn Strauss 235c0dca84 [core] base64 encode w/ reduced data dependencies
2 years ago
Glenn Strauss e7805dbf93 [core] base64 encode round-up for required space
2 years ago
Glenn Strauss 30edc55bb3 [core] adjust some array code (better asm)
2 years ago