root/cherokee/trunk/cherokee

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @4209 [4209] 7 months alo Fixes a parsing issue. The server might fail to start when "Allow From" …
(edit) @4190 [4190] 7 months aperez Fixes a regression introduced in r4178. Also adds a QA test for this …
(edit) @4185 [4185] 7 months alo Fixes the RRD support so both the rrd collector and the rrd_render handler …
(edit) @4182 [4182] 8 months alo Fixes a cross-library symbol usage that was causing the compilation to …
(edit) @4179 [4179] 8 months alo Better timeout support while handling POSTs.
(edit) @4178 [4178] 8 months aperez Fixes an issue with PATH_INFO when a directory rule didn't have a handler …
(edit) @4177 [4177] 8 months alo Fixes timeout management while handling POSTs
(edit) @4175 [4175] 8 months aperez Fixes a compilation warning.
(edit) @4162 [4162] 8 months alo Fixes a compilation issue.
(edit) @4161 [4161] 8 months alo Fixes a file descriptor leak in the reverse HTTP proxy. Thanks a million …
(edit) @4158 [4158] 8 months alo Fixes a compilation warning. Thanks to Antonio Perez for the report.
(edit) @4152 [4152] 8 months alo Adds output language selection to the POST progress report handler.
(edit) @4151 [4151] 8 months alo Adds a new helper function: cherokee_dwriter_lang_to_type(). The lang …
(edit) @4150 [4150] 8 months alo Fixes a typo. The new post reporting mechanism was failing because of this …
(edit) @4149 [4149] 8 months alo Idem
(edit) @4148 [4148] 8 months alo Improves few details of the new POST-tracking plug-ins.
(edit) @4147 [4147] 8 months alo This patch implements a POST progress reporting system. It's composed by …
(edit) @4146 [4146] 8 months aperez Original query string is now saved, like original request, and added to it …
(edit) @4143 [4143] 8 months alo Removes a few inclusions of a header files that was just removed from the …
(edit) @4142 [4142] 8 months alo Removes a couple of unnecessary error messages.
(edit) @4141 [4141] 8 months alo New year, new copyright notice: 's/2009/2010/g'.
(edit) @4140 [4140] 8 months alo Removes the 'fastcgi' handler by the moment. Code and follow up at …
(edit) @4139 [4139] 8 months alo The POST management code has been rewritten from scratch. The new …
(edit) @4117 [4117] 8 months alo Adds a few missing values of the ->options property the connection trace …
(edit) @4116 [4116] 8 months alo Remove early logging. All the logging is now done once the reply is sent …
(edit) @4113 [4113] 8 months alo Adds support for a new "response_size" to the custom log plug-in.
(edit) @4102 [4102] 8 months robertounbit endianess fixes and support for uwsgi protocol modifiers
(edit) @4100 [4100] 8 months alo Debian and Ubuntu ships the documentation in an independent package. When …
(edit) @4099 [4099] 8 months alo Fixes a memory leak introduced by the previous patch.
(edit) @4098 [4098] 8 months alo Upgrade the encoder support, to a rule can explicitly forbid to use an …
(edit) @4094 [4094] 8 months alo A few misc changes related to accept/close TCP connections.
(edit) @4093 [4093] 8 months alo Adds a error writer to the embedded '-r' configuration.
(edit) @4088 [4088] 8 months alo Safer fd closing
(edit) @4086 [4086] 8 months alo Error pages might contain UTF-8 encoded characters.
(edit) @4082 [4082] 8 months alo Fixes a problem encoding text-based blobs (charset 63 blobs).
(edit) @4066 [4066] 8 months alo Fixes an escaping issue. File containing forbidden HTML characters could …
(edit) @4059 [4059] 9 months taher Improves an error description. Issue 578
(edit) @4046 [4046] 9 months alo Adds a few missing HTTP return codes. It also document each entry with a …
(edit) @4034 [4034] 9 months alo Reverts r4023
(edit) @4030 [4030] 9 months alo Fixes a few compilation warning. Patch by Stefan de Konink.
(edit) @4029 [4029] 9 months alo Removes an old method. I was not used any longer.
(edit) @4024 [4024] 9 months alo When a custom error handler was triggered, the log entry showed a 200 HTTP …
(edit) @4023 [4023] 9 months robertounbit support for upcoming 0.9.4 release of uWSGI (FastFuncs,Spooler,request …
(edit) @4022 [4022] 9 months alo Adds a new property to the proxy handler, so it can be more permissive …
(edit) @4021 [4021] 9 months alo Fixes a potential memory corruption issue - while clean up on exit.
(edit) @4019 [4019] 9 months aperez Adds the possibility to disable Virtual Servers and Rules.
(edit) @4017 [4017] 9 months alo Fixes bug #676. The server was crashing whenever PHP (via fastcgi) tried …
(edit) @4005 [4005] 9 months alo Error log management clean up. It should work better now.
(edit) @4002 [4002] 9 months alo Cherokee does no longer throw a fatal error when rrdtool is configured but …
(edit) @4000 [4000] 9 months alo Fixes a memory corruption issue on shut down. Under some unusual …
(edit) @3999 [3999] 9 months taher Clean up: Trims trailing spaces.
(edit) @3998 [3998] 9 months alo The previous commit was wrong. Fixes it.
(edit) @3996 [3996] 9 months alo Fixes a couple of incorrect calls to semctl().
(edit) @3993 [3993] 9 months alo Clean up: Trims trailing spaces.
(edit) @3991 [3991] 9 months alo Fixes the error logging subsystem. The server was segment-faulting on …
(edit) @3990 [3990] 9 months alo The custom error redirection handler was not preserving the original HTTP …
(edit) @3983 [3983] 9 months alo Fixes a really bizarre but heroically possible memory leak. It also cleans …
(edit) @3982 [3982] 9 months alo Tidies up the report_error() internal function.
(edit) @3977 [3977] 9 months alo A previous commit broke the non-ASCII parameter management. This patch …
(edit) @3976 [3976] 9 months alo Clean up: Forgot those lines comments in the previous commit.
(edit) @3973 [3973] 9 months alo Fixes dirlist so it can list non-ASCII file names properly. It fixes bugs …
(edit) @3944 [3944] 9 months alo Remove characters below ASCII 0x20. It prevents the server from printing …
(edit) @3933 [3933] 9 months alo Loggers can now be configured to manage different time standards. There's …
(edit) @3932 [3932] 9 months alo Safer error checking. Ensure rrdtool actually exited.
(edit) @3930 [3930] 9 months alo Fixes the RRD clean up/killing function. The graceful restart …
(edit) @3909 [3909] 9 months alo Updates my E-mail address.
(edit) @3904 [3904] 9 months alo Fixes a compilation error on system without sched_yield() support. Thanks …
(edit) @3903 [3903] 9 months alo The RRD image cache directory is not longer inside the RRD database …
(edit) @3902 [3902] 9 months alo Fixes a comment for the previous commit.
(edit) @3901 [3901] 9 months alo Improves the RRD collector directory permission checks.
(edit) @3899 [3899] 9 months alo Errors are not longer written through the logger objects. They are written …
(edit) @3898 [3898] 9 months alo Fixes a compilation warning.
(edit) @3895 [3895] 9 months alo This patch fixes a bug in I/O-cache, and re-enables it in the default …
(edit) @3894 [3894] 9 months taher Renames a variable
(edit) @3893 [3893] 9 months alo This patch should fix a reverse HTTP proxy issue. There were times when …
(edit) @3890 [3890] 10 months alo Adds additional checks after the write() calls to ensure all the POST …
(edit) @3887 [3887] 10 months alo Detect whether or not union semun is defined by <sys/sem.h>. Fixes a …
(edit) @3884 [3884] 10 months alo Improves the POST support, so the reverse HTTP proxy handler can manage …
(edit) @3881 [3881] 10 months alo Adds more TRACE entries to the chunked-encoding processing functions, and …
(edit) @3880 [3880] 10 months taher Improves consistency among all the errors
(edit) @3879 [3879] 10 months alo Improves timeout related TRACE entries.
(edit) @3878 [3878] 10 months alo Miscellaneous spawner fixes.
(edit) @3877 [3877] 10 months taher More error reporting
(edit) @3875 [3875] 10 months alo The handler render_rrd draws the number of HTTP requests now (in the TCP …
(edit) @3874 [3874] 10 months alo The RRD collector was being too gentle while killing it's logging thread. …
(edit) @3873 [3873] 10 months alo The RRD information collector can store information about the number of …
(edit) @3872 [3872] 10 months alo cherokee_mkdir_p() is slightly more 'polite' now.
(edit) @3871 [3871] 10 months alo Do not try to spawn new rrdtool binaries once the server is exiting. This …
(edit) @3870 [3870] 10 months alo Fixes the CHEROKEE_PRINT_BACKTRACE macro.
(edit) @3869 [3869] 10 months alo Removes a superfluous semicolon character.
(edit) @3865 [3865] 10 months alo Do not log the error messages twice is the default error log is being …
(edit) @3864 [3864] 10 months alo Renames the URL parameter matching module (http_arg to url_arg), and adds …
(edit) @3863 [3863] 10 months alo conn->arguments stores cherokee_buffer_t objects instead of char * strings …
(edit) @3861 [3861] 10 months alo Fixes a typo: s/methos/methods/g
(edit) @3860 [3860] 10 months alo Adds a new rule type. It evaluates regular expressions against the HTTP …
(edit) @3858 [3858] 10 months alo If an error message were generated while the server starts up, it should …
(edit) @3853 [3853] 10 months aperez Fixes a couple of compilation warnings
(edit) @3852 [3852] 10 months alo Fixes a couple of minor compilation issues reported by Sandino Araico …
(edit) @3850 [3850] 10 months alo Fixes a couple of issues: A file descriptor leak in Cherokee tweak, and a …
(edit) @3848 [3848] 10 months alo Fixes the VA_ARGS usage, so Cherokee can be compiled with recent …
Note: See TracRevisionLog for help on using the revision log.