Commit Graph

  • f2cdee2430 [core] order gw_host members for packing and usage gstrauss 2021-06-18 08:40:33 -04:00
  • 50f88480a6 [core] order gw_proc members for packing and usage gstrauss 2021-06-18 08:22:44 -04:00
  • e89d75136c [core] avoid inlining buffer_eq_icase_ssn() gstrauss 2021-06-18 05:59:22 -04:00
  • 2899d7f983 [core] construct file path after docroot hook gstrauss 2021-06-17 09:08:16 -04:00
  • 5bc92071d7 [core] reset large path buffers from long URLs gstrauss 2021-06-17 09:05:10 -04:00
  • f1e8a82f1a [multiple] inline struct in con->dst_addr_buf gstrauss 2021-06-16 18:25:34 -04:00
  • e6f286ef5f [multiple] reduce use of BUFFER_INTLEN_PTR gstrauss 2021-06-16 17:33:59 -04:00
  • 38a9f0ebdd [mod_access] remove excess trace gstrauss 2021-06-16 17:25:57 -04:00
  • 2d9bf8062d [mod_extforward] inline some more data structures gstrauss 2021-06-16 17:19:31 -04:00
  • 4ccd86f981 [core] allocate initial request pool w/ srv->conns gstrauss 2021-06-16 04:04:56 -04:00
  • 1cd73b08a6 [core] move backtrace and assert macros to ck.[ch] gstrauss 2021-06-15 07:46:40 -04:00
  • 4e5b822b16 [mod_magnet] cache script objects at config time gstrauss 2021-06-15 03:10:47 -04:00
  • f490078d0f [multiple] buffer_copy_string_len_lc() gstrauss 2021-06-14 20:43:36 -04:00
  • 8c5acaae3c [core] lowercase r->http_host, r->uri.authority gstrauss 2021-06-14 19:51:06 -04:00
  • 84fa4b8d1b [core] buffer_realloc() using power-2 realloc gstrauss 2021-06-14 05:12:14 -04:00
  • caff799ccb [build] look for port.h on Solaris, not sys/port.h gstrauss 2021-06-14 01:40:38 -04:00
  • 0f90a9e320 [core] reduce memcmp in http_request_parse_header gstrauss 2021-06-13 23:11:18 -04:00
  • 5beee8b2d4 [core] buffer_path_simplify() quick(er) path gstrauss 2021-06-13 07:15:27 -04:00
  • 1f161bda1f [build] look for memcpy and define HAVE_MEMCPY gstrauss 2021-06-13 03:31:08 -04:00
  • 56e2881c36 [mod_auth] refactor mod_auth_check_basic() gstrauss 2021-06-12 17:13:36 -04:00
  • 20c56cecc3 [mod_auth] refactor mod_auth_check_digest() gstrauss 2021-06-12 06:21:48 -04:00
  • 60b773a6cb [mod_authn_dbi] copy strings before escaping gstrauss 2021-06-12 04:45:15 -04:00
  • 870b0c1343 [mod_auth] mod_auth_algorithm_parse() w/ algo len gstrauss 2021-06-12 03:57:58 -04:00
  • c841ce3b0b [mod_auth] mod_auth_digest_get() gstrauss 2021-06-12 00:20:18 -04:00
  • c987bec18e [multiple] use <algo>_iov() digest funcs gstrauss 2021-06-10 08:27:20 -04:00
  • 396a923066 [core] li_base64_dec() gstrauss 2021-06-11 23:07:03 -04:00
  • db4af125c0 [core] add iovec wrappers to sys-crypto-md.h gstrauss 2021-06-10 03:29:42 -04:00
  • ffc7a0bfd8 [mod_auth] merge some repeated code; code reuse gstrauss 2021-06-09 12:53:22 -04:00
  • d22e94ac88 [core] clear etag in stat_cache_get_entry_open() gstrauss 2021-06-09 07:17:40 -04:00
  • 2d898bf9a9 [mod_magnet] sync script load w/ stat_cache gstrauss 2021-06-09 07:13:34 -04:00
  • e86dba5468 [mod_magnet] inline name and etag buffers in cache gstrauss 2021-06-09 05:03:23 -04:00
  • d5366c0aee [core] request_config_reset() gstrauss 2021-06-09 04:17:40 -04:00
  • d38d5b4b48 [core] gw_host_get() comment out devel debugging gstrauss 2021-06-09 02:36:19 -04:00
  • b33d779865 [core] calculate backend host gw_hash at startup gstrauss 2021-06-09 02:14:52 -04:00
  • af3df29ae8 [multiple] reduce redundant NULL buffer checks gstrauss 2021-06-08 22:57:36 -04:00
  • 937d83b6cf [core] inline fam_dir_entry buffer 'name' member gstrauss 2021-06-06 04:43:45 -04:00
  • 28804e8c80 [core] comment out unused part of http_etag_remix gstrauss 2021-06-06 02:17:32 -04:00
  • 7cd984c51d [core] adjust buffer use for hdr name for lshpack gstrauss 2021-06-04 22:44:20 -04:00
  • a8b5ad2b5c [core] tweaks writing response header (better asm) gstrauss 2021-06-04 05:18:21 -04:00
  • db853f9c05 [core] sock_addr_from_buffer_hints_numeric unused gstrauss 2021-05-27 02:35:59 -04:00
  • 66626315ba [TLS] reset stek_rotate_ts if clock moves backward gstrauss 2021-05-25 08:17:51 -04:00
  • f8bd028dc0 [core] http_header_hkey_get() perf (better asm) gstrauss 2021-05-25 05:04:36 -04:00
  • fbefda3524 [build] MacOS linker compat gstrauss 2021-05-24 22:02:50 -04:00
  • bb1d35dc17 [build] autoupdate; still autoconf 2.60 compatible gstrauss 2021-05-24 21:46:58 -04:00
  • 0507c82204 [build] adjustments for autotools on Mac OS X gstrauss 2021-05-24 20:57:53 -04:00
  • c8820d2ecc [core] code reuse with array_match_value_prefix() gstrauss 2021-05-24 14:57:01 -04:00
  • 1553dc7be8 [core] reduce repeated work in http_cgi_headers() gstrauss 2021-05-24 14:54:44 -04:00
  • 27b8f1d0b9 [core] compare entire "/bin/sh" "-c" after execve gstrauss 2021-05-24 13:01:42 -04:00
  • 4a246a8754 [TLS] write_cq_ssl defer remove_finished_chunks gstrauss 2021-05-24 01:33:06 -04:00
  • 8b96169b68 [core] buffer_commit() optim; better asm gstrauss 2021-05-23 20:47:14 -04:00
  • 6e6e8baae4 [core] connection_handle_read_state mark hot case gstrauss 2021-05-23 20:45:34 -04:00
  • 01fdccd85a [core] network_write prefer writev() over write() gstrauss 2021-05-23 20:38:03 -04:00
  • c5dd8905e1 [core] network_write optimizations gstrauss 2021-05-23 20:37:38 -04:00
  • 41916b58de [core] return entry from array_insert_data_at_pos gstrauss 2021-05-22 22:30:17 -04:00
  • cc8e710710 [core] make insert_dup an optional array method gstrauss 2021-05-22 20:34:58 -04:00
  • 29b9735338 [mod_secdownload] include algo_hmac.c in mod gstrauss 2021-05-22 19:22:42 -04:00
  • 07aa7eedcc [core] comment out ck_getenv_s() (unused) gstrauss 2021-05-22 19:18:30 -04:00
  • 0fd8918777 [mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api gstrauss 2021-05-22 17:14:22 -04:00
  • 3538f8f2a4 [mod_auth*] rename http_auth.* -> mod_auth_api.* gstrauss 2021-05-22 17:08:47 -04:00
  • 1a8ac120b4 [mod_auth,mod_vhostdb] move helper funcs to mods gstrauss 2021-05-22 16:32:00 -04:00
  • e110b062be [multiple] http_auth_digest_hex2bin -> li_hex2bin gstrauss 2021-05-22 16:19:37 -04:00
  • 08c03cd450 [multiple] rename safe_memclear() -> ck_memzero() gstrauss 2021-05-22 02:16:23 -04:00
  • 62ccda8592 [multiple] move const time cmp funcs to ck.[ch] gstrauss 2021-05-21 23:50:47 -04:00
  • 0286bdef0c [multiple] use thread-safe strerror where avail gstrauss 2021-05-21 22:42:09 -04:00
  • 86c39754f2 [core] ck.[ch] - C11 Annex K wrappers gstrauss 2021-05-21 22:22:45 -04:00
  • d4c1855578 [core] define __attribute_unused__ if needed gstrauss 2021-05-21 17:34:00 -04:00
  • 4f8f83ea1d [core] move data_{array,integer,string} to array.c gstrauss 2021-05-20 16:58:53 -04:00
  • fbe55825b4 [core] consolidate config printing code gstrauss 2021-05-20 01:18:57 -04:00
  • 942c2f6722 [core] remove excess counts from print config gstrauss 2021-05-19 16:41:53 -04:00
  • 0329e765a3 [core] remove size maint in algo_splaytree gstrauss 2021-05-19 03:20:44 -04:00
  • f2aacad079 [core] load padding char from base64_table gstrauss 2021-05-19 02:33:32 -04:00
  • 3301fe0455 [core] li_base64_dec() on 4 bytes at a time gstrauss 2021-05-19 02:16:48 -04:00
  • 0dfe9f7b76 [core] merge base64 encoding to li_base64_enc() gstrauss 2021-05-18 21:11:15 -04:00
  • 235c0dca84 [core] base64 encode w/ reduced data dependencies gstrauss 2021-05-18 21:10:04 -04:00
  • e7805dbf93 [core] base64 encode round-up for required space gstrauss 2021-05-18 21:03:15 -04:00
  • 30edc55bb3 [core] adjust some array code (better asm) gstrauss 2021-05-18 15:19:55 -04:00
  • 6836a32c4f [core] omit fdevent select() code if poll() avail gstrauss 2021-05-17 23:27:34 -04:00
  • 7b5ba32a12 [core] tighter OS event poll loops (better asm) gstrauss 2021-05-17 22:43:58 -04:00
  • bac34c1a66 [tests] quite coverity warning in test_request.c gstrauss 2021-05-17 02:52:03 -04:00
  • 80848d3708 [core] store int* ptr to common gw status counters gstrauss 2021-05-16 21:42:17 -04:00
  • 2d6c511d23 [core] fix kill workers and shutdown by signal Pavel Gulchuk 2021-05-15 17:37:33 +03:00
  • 0532d67639 [core] document error edge case for HTTP/1.0 gstrauss 2021-05-14 20:45:59 -04:00
  • 5ff9e2f6eb [core] remove some (now) unused http_chunk APIs gstrauss 2021-05-14 02:43:27 -04:00
  • 1ce8220947 [core] range chk http_chunk_append_file_ref_range gstrauss 2021-05-14 02:40:22 -04:00
  • f0da8dd910 [mod_magnet] use http_chunk_append_file_ref_range gstrauss 2021-05-14 02:39:40 -04:00
  • 1d9fe2a3d6 [mod_flv_streaming] check range before sending FLV gstrauss 2021-05-14 02:29:24 -04:00
  • 2663bda37c [core] add option to read config file from stdin gstrauss 2021-05-13 20:35:38 -04:00
  • fd0cc46833 [core] remove HANDLER_UNSET enum value gstrauss 2021-05-13 15:15:20 -04:00
  • bedfd8a78e [mod_*_dbi] fix sqlite3_dbdir spelling in comments gstrauss 2021-05-13 13:48:24 -04:00
  • 302d82a59c [core] accept in network_server_handle_fdevent() gstrauss 2021-05-13 02:10:58 -04:00
  • 924d3c9bd6 [multiple] mark con->srv_socket a const ptr gstrauss 2021-05-13 02:09:48 -04:00
  • c964568e25 [core] remove redundant check for max_conns gstrauss 2021-05-13 01:03:54 -04:00
  • 7b0bc1298a [core] reorder hook enum for better mem locality gstrauss 2021-05-12 05:25:38 -04:00
  • 0afab29cfb [core] merge uri_raw and uri_clean hooks gstrauss 2021-05-12 05:23:28 -04:00
  • 3a9a3716c4 [core] adjust r->http_host ptr caching gstrauss 2021-05-10 20:18:38 -04:00
  • 01a9e31227 [cmake] update src/config.h.cmake gstrauss 2021-05-08 19:50:05 -04:00
  • 21539ec69e [cmake] improve cmake detection of timegm gstrauss 2021-05-08 18:53:04 -04:00
  • 7a15bfcf04 [mod_auth] include unistd.h for crypt() on *nix gstrauss 2021-05-08 18:44:25 -04:00
  • 22e8f600f5 [core] quiet coverity noise gstrauss 2021-05-08 18:32:14 -04:00
  • f8914ac381 [core] remove excess assertions in buffer_commit() gstrauss 2021-05-08 16:51:28 -04:00