30 Commits (a62cdebb910ee64b768f08675a5e1b016e01d679)

Author SHA1 Message Date
Thomas Porzelt 4d2cf580df add stat_cach_get_dir() to get directory listing; add stat_cache.ttl setup 14 years ago
Thomas Porzelt efab0ca75d implement stat cache 14 years ago
Stefan Bühler b033f0c194 Extended sockaddr_to_string for use in connect-failed error message in mod_fastcgi 14 years ago
Thomas Porzelt 70a495de6f fix ev_tstamp vs. time_t problems in worker_current_timestamp() 14 years ago
Thomas Porzelt 549f097ea1 fix worker_current_timestamp() caching 14 years ago
Thomas Porzelt 6f69d58fec forgot g_array_set_size() after g_array_sized_new()... duh! 14 years ago
Thomas Porzelt 52bcd62d74 fix small leaks 14 years ago
Thomas Porzelt 93bd5e2a6a add additional paramter format_ndx to worker_current_timestamp() 14 years ago
Stefan Bühler c458377d4a Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 14 years ago
Stefan Bühler 025f0b5f84 Removed HANDLER_FINISHED, implemented real job queue and added some basic balancer structs 14 years ago
Stefan Bühler 20dfff0663 Cleanup log macros (moved from con to vrequest) 14 years ago
Thomas Porzelt 865aea2ce0 prevent double decrement of wrk->connection_load and active connections 15 years ago
Thomas Porzelt 24c7423376 add temporary hack to disable sched_setaffinity when OS != linux 15 years ago
Stefan Bühler 3dceeb5916 Move include files into a separate directory and cleanup include order 15 years ago
Thomas Porzelt 358b9f95f1 implement throttling, change some time_t to ev_tstamp 15 years ago
Thomas Porzelt d56e5c2ea9 implement waitqueues (utils), change connection io timeouts to use those 15 years ago
Thomas Porzelt b491e91c68 add io timeouts 15 years ago
Thomas Porzelt bfad826aa5 fix small memleak in worker_add_closing_socket() 15 years ago
Thomas Porzelt 0a63fc8058 add client addr string and traffic stats for connections and workers 15 years ago
Stefan Bühler 649f7baf78 Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 15 years ago
Stefan Bühler 566cbdb024 virtual requests; they replace a big part from connection. 15 years ago
Stefan Bühler a88ca5238c Add the "collect" framework, which collects results from a function executed in each worker context 15 years ago
Stefan Bühler 3c00360259 log requests/sec stats per worker 15 years ago
Stefan Bühler 721cb88985 Kill some memleaks 15 years ago
Stefan Bühler 00143835d4 Move the connection tables into the workers, so no locking needed for them. 15 years ago
Stefan Bühler 14cb73e80b Set cpu affinity 15 years ago
Stefan Bühler 267b0bf6fc shutdown sockets immediatly if srv->exiting is true 15 years ago
Stefan Bühler 58351b5ff0 Clean libev loops 15 years ago
Stefan Bühler 0a4230cced Added basic notify + locking for workers 15 years ago
Stefan Bühler 0fe9176d6f Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago