8 messages in ru.sysoev.nginxRe: nginx-0.4.4
FromSent OnAttachments
Igor SysoevOct 2, 2006 4:56 am 
Jonathan DanceOct 2, 2006 7:58 am 
Igor SysoevOct 2, 2006 8:02 am 
Jonathan DanceOct 2, 2006 8:38 am 
Igor SysoevOct 2, 2006 8:48 am 
Jonathan DanceOct 2, 2006 9:03 am 
Cliff WellsOct 2, 2006 2:41 pm 
Igor SysoevOct 2, 2006 10:16 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: nginx-0.4.4Actions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Oct 2, 2006 8:02:05 am
List:ru.sysoev.nginx

On Mon, 2 Oct 2006, Jonathan Dance wrote:

nginx-0.4.4 looks great! I personally like the glob support, your implementation is much nicer than mine was. :) I wanted to give you a

Actually I did it compatible with my win32 code.

heads up about this warning I got when I was compiling this as a package for Debian:

src/os/unix/ngx_files.c: In function 'ngx_read_glob': src/os/unix/ngx_files.c:270: warning: comparison between signed and unsigned

I fixed this by changing the "int n" in the ngx_glob_t structure to "u_int n."

I did not test the last verison on Linux and Soalris. I have just changed to POSIX size_t and today I will release 0.4.5.