Changeset 2207
- Timestamp:
- 23/10/08 20:44:54 (1 year ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (19 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r2206 r2207 694 694 695 695 * admin/PageGeneral.py (PageGeneral._render_content): Fixes de TLS 696 port configuration key. Reported by C ᅵsar Fernᅵndez Gago696 port configuration key. Reported by César Fernández Gago 697 697 <cesar@pk2.org> 698 698 … … 6100 6100 cherokee_replace is obsolete. Now we simply use sed to replace a 6101 6101 few string in the example configuration file. Fixes #124. Patch 6102 by Diego "Flameeyes" Petten ᅵ<flameeyes@gentoo.org>.6102 by Diego "Flameeyes" Pettenò <flameeyes@gentoo.org>. 6103 6103 6104 6104 * cherokee/access.c (cherokee_access_add_domain): Updated to fit … … 8296 8296 * autogen.sh (LIBTOOL, LIBTOOLIZE): Define two variables for the 8297 8297 name of these utilities. MacOS X has a different name for it. 8298 Patch by S ᅵbastien Arnaud <arnaudsjr@mac.com>8298 Patch by Sébastien Arnaud <arnaudsjr@mac.com> 8299 8299 8300 8300 2005-10-26 Alvaro Lopez Ortega <alvaro@alobbs.com> … … 8886 8886 8887 8887 * cherokee/handler_file.c, cherokee/header.c: Changed header 8888 "Content-Range" by "Range". Based on a path by Daniel Gl ᅵckner8888 "Content-Range" by "Range". Based on a path by Daniel Glöckner 8889 8889 <daniel-gl@gmx.net> 8890 8890 … … 9608 9608 9609 9609 * cherokee/socket.c (cherokee_read): Added support for the 9610 ᅵConnection timed outᅵerror.9610 «Connection timed out» error. 9611 9611 9612 9612 2005-03-17 Lidia Fernandez Gago <lidia@alobbs.com> … … 9925 9925 9926 9926 9927 2005-12-31 Ayose Cazorla Le ᅵn <setepo@gulic.org>9927 2005-12-31 Ayose Cazorla León <setepo@gulic.org> 9928 9928 9929 9929 * cherokee/handler_redirc, cherokee/handler_redir.c: … … 9943 9943 9944 9944 9945 2004-12-26 Ayose Cazorla Le ᅵn <setepo@gulic.org>9945 2004-12-26 Ayose Cazorla León <setepo@gulic.org> 9946 9946 9947 9947 * cherokee/handler_cgi.c, cherokee/handler_error.c, … … 10076 10076 10077 10077 * src/connection.c (cherokee_connection_get_request): It returns 10078 411 ᅵLength requiredᅵerror on POST without length.10078 411 «Length required» error on POST without length. 10079 10079 10080 10080 … … 10116 10116 10117 10117 * src/http.h, src/connection.h, src/connection.c, src/thread.h, 10118 src/thread.c: Implemented RFC2817: ᅵUpgrading to TLS Within10119 HTTP/1.1 ᅵ:-)10118 src/thread.c: Implemented RFC2817: «Upgrading to TLS Within 10119 HTTP/1.1» :-) 10120 10120 10121 10121 … … 10186 10186 10187 10187 * src/read_config_grammar.y: Added 'directory_option' to implement 10188 the ᅵOnly secure accessᅵfeature.10188 the «Only secure access» feature. 10189 10189 10190 10190 * src/read_config_scanner.l: Added T_ONLY_SECURE token … … 10222 10222 2004-09-26 Alvaro Lopez Ortega <alvaro@alobbs.com> 10223 10223 10224 * icons/iso.png, icons.conf.sample, icons/Makefile.am: Added ᅵISO10225 Image ᅵicon.10224 * icons/iso.png, icons.conf.sample, icons/Makefile.am: Added «ISO 10225 Image» icon. 10226 10226 10227 10227 * src/handler_cgi.c (_set_envs_cgi): index() -> strchr() … … 10392 10392 10393 10393 * configure.in: Added check for gethostbyname, gethostbyname_r 10394 functions. (Arequipa ~ Per ᅵ)10394 functions. (Arequipa ~ Perú) 10395 10395 10396 10396 … … 10398 10398 10399 10399 * src/socket.c (cherokee_socket_set_client): Added new method. 10400 (XII CONEIS, Lima ~ Per ᅵ)10400 (XII CONEIS, Lima ~ Perú) 10401 10401 10402 10402 … … 11190 11190 11191 11191 11192 2004-04-11 Ayose Cazorla Le ᅵn <setepo@gulic.org>11192 2004-04-11 Ayose Cazorla León <setepo@gulic.org> 11193 11193 11194 11194 * src/handler_cgi.c: Partial fix for the zombies CGIs … … 11571 11571 11572 11572 * src/common.h: Fixed inclusion of stdint.h 11573 It didn't compile in Solaris 9. Fixed by Iv ᅵn Chavero.11573 It didn't compile in Solaris 9. Fixed by Iván Chavero. 11574 11574 11575 11575 … … 11820 11820 11821 11821 11822 2004-01-08 Ayose Cazorla Le ᅵn <setepo@gulic.org>11822 2004-01-08 Ayose Cazorla León <setepo@gulic.org> 11823 11823 11824 11824 * src/handler_cgi.c: Fixed <defunct> processes. … … 12247 12247 12248 12248 12249 2003-11-24 Ayose Cazorla Le ᅵn <setepo@gulic.org>12249 2003-11-24 Ayose Cazorla León <setepo@gulic.org> 12250 12250 12251 12251 * src/connection.c,http.h: Added http_moved_temporarily … … 12283 12283 12284 12284 12285 2003-11-23 Ayose Cazorla Le ᅵn <setepo@gulic.org>12285 2003-11-23 Ayose Cazorla León <setepo@gulic.org> 12286 12286 12287 12287 * src/handler_cgi.c: Use the cherokee_header API for set … … 12931 12931 12932 12932 12933 2003-07-20 Ayose Cazorla Le ᅵn <setepo@gulic.org>12933 2003-07-20 Ayose Cazorla León <setepo@gulic.org> 12934 12934 12935 12935 * cherokee.conf.sample.in: Directory entry for cgi-bin