151 Commits (c5bffcc261019a69aef2c6a6dab4c5b03f9430ce)

Author SHA1 Message Date
Stefan Bühler a151eeac2f Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
Stefan Bühler e71b64f41f Add a li_const_gstring method to create fake GStrings; make some GString* parameters const 14 years ago
Stefan Bühler 4a10b6a85a Add static.exclude_extensions 14 years ago
Stefan Bühler dc05e13c97 Implement ranged requests for static files 14 years ago
Stefan Bühler 24a34c3633 Export li_chunkfile functions 14 years ago
Stefan Bühler a49d51bdd3 Support keep-alive vrequest reset, which keeps some request data to be shown in mod_status 14 years ago
Stefan Bühler 4653900eca Fix stat-cache ref counting 14 years ago
Stefan Bühler e3393ce2f5 angel: add support for setting RLIMIT_CORE / RLIMIT_NOFILE 14 years ago
Stefan Bühler a14a709237 Add max-connections check, set to max-fds/4 14 years ago
Stefan Bühler 8ac057d3d5 angel: Add wrapper, env and copy-env to instance config 14 years ago
Stefan Bühler 367404fdb1 Add "request.is_handled" condition 14 years ago
Stefan Bühler 476698f118 luaApi: move global method/constants into lighty. namespace, add vr:stat(filename) 14 years ago
Stefan Bühler 3949cb0939 Show fastcgi socket in backend log, don't show source file/line for backend logs 14 years ago
Stefan Bühler 987b28520d mod_deflate: add 304 not modified handling, handle HEAD requests 14 years ago
Stefan Bühler 471a521f48 Improve filter handling (handle reverse out stream closing) 14 years ago
Stefan Bühler d2ba4ca0dd Fix LI_COND_LVALUE_END value 14 years ago
Stefan Bühler 4b94e01ecc Add response.header/status conditionals 14 years ago
Stefan Bühler 241d0e48de mod_deflate: Add Vary header, reset content-length header 14 years ago
Stefan Bühler 1acacd5737 Prefix inline api functions with li_ 14 years ago
Stefan Bühler b9f92f704e Fix server.tag and version output, part 2 14 years ago
Stefan Bühler bf9e34bab7 Remove li_vrequest_stat and fix condition.c 14 years ago
Stefan Bühler f31572bef1 Append slash to doc-root for physical path if it is missing 14 years ago
Stefan Bühler 39a879f89a Add "include_lua" to config special commands if compiled with lua 14 years ago
Stefan Bühler 659ebfdd16 Add core lua support to handle requests 14 years ago
Stefan Bühler 897b27c692 Some core docs fixed 14 years ago
Stefan Bühler 77f2a832e7 Fix liRequestUri struct 14 years ago
Stefan Bühler f030824550 Fix server address (do not use the listen address) 14 years ago
Stefan Bühler a663088a77 Add custom server socket callbacks (for ssl modules) 14 years ago
Stefan Bühler c77ba3eb20 Cleanup connection code 14 years ago
Stefan Bühler 007e5e040c Add listen mask checks to angel 14 years ago
Stefan Bühler 56ff7ca32a angel/lighty now synchronize the server state 14 years ago
Stefan Bühler eeddb37e4a Add plugin angel callbacks 14 years ago
Thomas Porzelt 86ebb4c7f0 [core] Add li_querystring_find() function to utils 14 years ago
Thomas Porzelt 6cb5af487f [core] Add li-prefix to structs, enums and function names for encoding helpers 14 years ago
Stefan Bühler df96167362 Add automake 14 years ago
Stefan Bühler b364b09790 Fix some error reporting in angel 14 years ago
Stefan Bühler 534a0f2d3a New instance state machine 14 years ago
Stefan Bühler 594987c29e Add li_ev_safe_ref_and_stop macro and use it 14 years ago
Stefan Bühler 30f804170c Fix angel_log.h macros 14 years ago
Stefan Bühler baa78b1ebb Handle multi-lines for error-pipe logging 14 years ago
Stefan Bühler e02d2efea1 Remove path in angel_proc logging 14 years ago
Stefan Bühler 766fcd4bfc Add liProc and liErrorPipe for angel 14 years ago
Thomas Porzelt e838c9b3cf [core] Add liTimeFunc (gmtime_r, localtime_r) parameter to li_worker_current_timestamp() 14 years ago
Stefan Bühler 75237dda62 Add GError log writing 14 years ago
Stefan Bühler ab1387d4ba Move and add some common log helpers to utils 14 years ago
Stefan Bühler b187c4f3c5 Fix missing newlines at end of files 14 years ago
Stefan Bühler a061745193 Fix bugs found with the static clang analyzer (http://clang-analyzer.llvm.org/) 14 years ago
Stefan Bühler f4f2bd1f38 Poison non-thread-safe functions and fix errors 14 years ago
Stefan Bühler 1ce3b7fa24 Remove pcre dependencies (we use the glib wrappers) 14 years ago
Stefan Bühler 282a2d1b4a Prefix LI_API functions with "li_" 14 years ago