75 Commits (57701f997d6ca2887de98560c26d70aab8731055)
 

Author SHA1 Message Date
Stefan Bühler 57701f997d Added "actions" and "setups" to the plugin api 15 years ago
Stefan Bühler 54ac4151cf Remove include "ev.h" (gets included in settings.h) 15 years ago
Stefan Bühler e44aea16ba Implement plugin registration 15 years ago
Thomas Porzelt d10756d047 added ifdefs to connection.h and server.h; documented mutexes 15 years ago
Thomas Porzelt 9858f4ee66 exit on log with level LOG_LEVEL_ERROR 15 years ago
Thomas Porzelt 5045a5ee04 made log refcounting, srv->exiting and srv->rotate_logs atomic operations; moved server and connection structs from base.h into server.h and connection.h respectively 15 years ago
Thomas Porzelt e80f384fac splitted log_thread_start() out of log_init() do enable delay of actual writing 15 years ago
Thomas Porzelt a37ec08db5 logging changes 15 years ago
Thomas Porzelt f5fdc41644 changed logging to use references 15 years ago
Thomas Porzelt 9ed64ee1fc merged from rev 48 15 years ago
Thomas Porzelt 6c7d8a1165 log fixes 15 years ago
Stefan Bühler 50bb61a041 Require srv for log macros, undo gint64 change for options (as it needs to fit into a pointer, and many other warnings) 15 years ago
Stefan Bühler b871c6cafa Fix previous commit 15 years ago
Stefan Bühler 8c8b77bac2 redo action_new_setting 15 years ago
Thomas Porzelt 49dfcddc2a added convenience makros for logging 15 years ago
Thomas Porzelt a662b01aca removed now unneeded mutex in log_t 15 years ago
Thomas Porzelt 4880a44903 introduced log levels 15 years ago
Thomas Porzelt 88f6a30274 introduced a logging thread 15 years ago
Thomas Porzelt b2697e7cb8 log_write_() improved 15 years ago
Thomas Porzelt acf42d82b4 added mutexes for server und connection structs; log_write_() proposal added 15 years ago
Thomas Porzelt 6b8bbdabde no more globals in lighttpd.c 15 years ago
Thomas Porzelt ded5777ea2 no more global var in config parser 15 years ago
Thomas Porzelt aa297fe7b2 added build date info to wscript and -v option 15 years ago
Thomas Porzelt 607e1897ef added command line argument parser 15 years ago
Thomas Porzelt 5cee4c1fa4 added lighttpd.c, modified action und option stuff 15 years ago
Thomas Porzelt 5cc704884a comp_operator_t for config parser too 15 years ago
Thomas Porzelt 8468ced4dd merged from lp 15 years ago
Thomas Porzelt 781dfd07cf config_cond_t renamed to comp_operator_t 15 years ago
Stefan Bühler b33450ff28 Separate module from plugin, add version to server struct. 15 years ago
Stefan Bühler 906cca0551 Include libev in settings.h 15 years ago
Stefan Bühler a6c4a50319 Add libev and fix wscripts 15 years ago
Stefan Bühler 33dd2691c1 Upgrade to new waf, run ragel in './waf dist' and make ragel optional if the needed files are already generated. 15 years ago
Stefan Bühler 6a477c5f7f Fix macro redefine 15 years ago
Stefan Bühler 468b5afc15 Fix cyclic header dependency problem 15 years ago
Thomas Porzelt 5c472203d7 removed some option functions 15 years ago
Thomas Porzelt 4488ebaca6 options stuff 15 years ago
Thomas Porzelt 16f2068fad options stuff 15 years ago
Stefan Bühler 569b139bd7 only one setting per action 15 years ago
Stefan Bühler fccd44f2ad option/action/plugin 15 years ago
Thomas Porzelt b74a2ba5d3 missing brace... 15 years ago
Thomas Porzelt 04dea42892 free functions for list and hash in option_free() 15 years ago
Thomas Porzelt 0250cbc1df path and header fix for tests.c 15 years ago
Thomas Porzelt 41a14f5b44 path and header fix for tests.c 15 years ago
Thomas Porzelt 7e0d56de9c action_list_new() small fix 15 years ago
Thomas Porzelt 98a70336f7 action_list_new() merged 15 years ago
Thomas Porzelt cfcdc075d7 config parser merge 15 years ago
Thomas Porzelt a449c4e842 action_list_new() added 15 years ago
Thomas Porzelt 8eb6670388 config parser 15 years ago
Stefan Bühler cbf88bb3ee Fix request and parser, added simple request test. 15 years ago
Stefan Bühler a1414bce60 Fix chunkiter_read (do not require open file for mem chunk) 15 years ago