comparison src/core/ngx_string.h @ 328:390b8f8309d6 NGINX_0_6_8

nginx 0.6.8 *) Change: now nginx tries to set the "worker_priority", "worker_rlimit_nofile", "worker_rlimit_core", and "worker_rlimit_sigpending" without super-user privileges. *) Change: now nginx escapes space and "%" in request to a mail proxy authentication server. *) Change: now nginx escapes "%" in $memcached_key variable. *) Bugfix: nginx used path relative to configuration prefix for non-absolute configuration file path specified in the "-c" key; bug appeared in 0.6.6. *) Bugfix: nginx did not work on FreeBSD/sparc64.
author Igor Sysoev <http://sysoev.ru>
date Mon, 20 Aug 2007 00:00:00 +0400
parents d16d691432c9
children 10cc350ed8a1
comparison
equal deleted inserted replaced
327:be18d26e067c 328:390b8f8309d6
153 #define NGX_ESCAPE_URI 0 153 #define NGX_ESCAPE_URI 0
154 #define NGX_ESCAPE_ARGS 1 154 #define NGX_ESCAPE_ARGS 1
155 #define NGX_ESCAPE_HTML 2 155 #define NGX_ESCAPE_HTML 2
156 #define NGX_ESCAPE_REFRESH 3 156 #define NGX_ESCAPE_REFRESH 3
157 #define NGX_ESCAPE_MEMCACHED 4 157 #define NGX_ESCAPE_MEMCACHED 4
158 #define NGX_ESCAPE_MAIL_AUTH 5
158 159
159 #define NGX_UNESCAPE_URI 1 160 #define NGX_UNESCAPE_URI 1
160 161
161 uintptr_t ngx_escape_uri(u_char *dst, u_char *src, size_t size, 162 uintptr_t ngx_escape_uri(u_char *dst, u_char *src, size_t size,
162 ngx_uint_t type); 163 ngx_uint_t type);