Igor Sysoev
a4597be5c7
use "goto" instead of indistinct "break"
2007-02-20 14:36:48 +00:00
Igor Sysoev
0b7ab4eb7b
stop on superfluous closing "}"
2007-02-20 14:33:26 +00:00
Igor Sysoev
e9462d4b3b
bump version
2007-02-19 13:42:48 +00:00
Igor Sysoev
2e32c0fc0d
ngx_strcasecmp()/ngx_strncasecmp()
2007-02-14 18:51:19 +00:00
Igor Sysoev
88dd7b6673
fix building on platforms with non-supported atomic operations
2007-02-14 13:52:47 +00:00
Igor Sysoev
e50c956ba5
bump version
2007-02-12 15:37:36 +00:00
Igor Sysoev
cea125af7c
fix building on platforms with non-supported atomic operations
2007-02-11 07:49:12 +00:00
Igor Sysoev
0a75803fe3
bump version
2007-02-05 14:49:52 +00:00
Igor Sysoev
487d5f55ca
allocate less memory on 64-bit platforms
2007-01-29 20:33:51 +00:00
Igor Sysoev
3ed7778548
shorten temporary names on 64-bit platforms
2007-01-29 20:28:00 +00:00
Igor Sysoev
88c3e52258
fix segfault if nginx was build with -O2 -fomit-frame-pointer,
...
r1082 did not fix the bug
the bug lived for a long time but became apparent when nginx was
built with gcc 4.0.x -O2 optimization
2007-01-29 11:52:25 +00:00
Igor Sysoev
facdb56a28
bump version
2007-01-25 22:19:34 +00:00
Igor Sysoev
500025921f
fix segfault if nginx was build with -O2 -fomit-frame-pointer
...
(at least by gcc 4.0.2 and 4.0.3)
2007-01-25 22:01:23 +00:00
Igor Sysoev
b0a33d1ae2
fix online upgrade
2007-01-25 21:48:28 +00:00
Igor Sysoev
84a0149f59
bump version
2007-01-25 21:45:22 +00:00
Igor Sysoev
ef1d3455f5
undo "client_body_in_file_only any"
...
and introduce "client_body_in_file_only clean"
introduce ngx_pool_delete_file() to not break a possible third-party
ngx_pool_cleanup_file() usage that may lead to an removal of the useful files
delete unnecessary ngx_http_finalize_request_body()
2007-01-25 08:45:04 +00:00
Igor Sysoev
3142a55af5
env
2007-01-20 19:26:48 +00:00
Igor Sysoev
f00977dc75
bump version
2007-01-19 19:48:48 +00:00
Igor Sysoev
af3394b9ca
add size, access, and mtime to ngx_walk_tree()
2007-01-18 21:04:31 +00:00
Igor Sysoev
0384d31723
ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)
2007-01-18 20:15:09 +00:00
Igor Sysoev
698028f2a0
rename mode to access
2007-01-18 19:52:18 +00:00
Igor Sysoev
dd76caae14
fix log message
2007-01-18 14:28:34 +00:00
Igor Sysoev
72d9bcf874
bump version
2007-01-16 11:04:51 +00:00
Igor Sysoev
925ea6d188
quick fix for case when ssl_session_cache defined,
...
but ssl is not enabled in any server
2007-01-15 17:48:31 +00:00
Igor Sysoev
eeb2bc3d05
ngx_strn2cmp() > ngx_memn2cmp()
2007-01-12 21:58:02 +00:00
Igor Sysoev
94e3ad5e7f
ngx_strn2cmp()
2007-01-12 20:15:59 +00:00
Igor Sysoev
709c3b78f4
make global the rbtree color handling macros
2007-01-12 19:48:30 +00:00
Igor Sysoev
d732f6d1f2
fix comment
2007-01-12 18:05:41 +00:00
Igor Sysoev
f86553d497
fix slab allocator on 64-bit platfroms
2007-01-11 19:13:46 +00:00
Igor Sysoev
3e024877e3
fix slab allocator on 64-bit platfroms
2007-01-11 18:58:40 +00:00
Igor Sysoev
dbf31d5be7
optimize inlined code for gcc
2007-01-11 16:07:03 +00:00
Igor Sysoev
8dfe18d338
bump version
2007-01-09 20:57:24 +00:00
Igor Sysoev
88c70f05ea
fix label name
2007-01-09 16:02:29 +00:00
Igor Sysoev
83ed52187b
free the unnecessary shared memory
2007-01-09 16:00:57 +00:00
Igor Sysoev
a7b43fe6a6
fix the comments
2007-01-09 16:00:07 +00:00
Igor Sysoev
a40037fd87
pass the inherited shm_zone data
2007-01-09 15:59:20 +00:00
Igor Sysoev
f134de9c44
style fix
2007-01-07 22:44:56 +00:00
Igor Sysoev
44b18ea6f9
fix zero size shared zones
2007-01-06 18:52:06 +00:00
Igor Sysoev
7233e3c1d4
style fix: remove trailing spaces
2007-01-03 18:12:32 +00:00
Igor Sysoev
f75d8d8013
fix segfaults
2007-01-03 15:43:01 +00:00
Igor Sysoev
c39502dcaf
move the session cache callbacks to the ngx_openssl_module
2007-01-03 15:25:40 +00:00
Igor Sysoev
baf3d4d28f
ngx_shared_memory_add()
2007-01-02 23:54:14 +00:00
Igor Sysoev
ee4701d071
style fix
2007-01-02 23:12:24 +00:00
Igor Sysoev
66bc7e4064
many bug fixes and ngx_slab_alloc_locked()/ngx_slab_free_locked()
2007-01-02 23:10:42 +00:00
Igor Sysoev
5f357745a4
a sentinel must be black
2007-01-02 23:04:54 +00:00
Igor Sysoev
2e38c717f6
ngx_walk_tree()
2006-12-25 12:38:00 +00:00
Igor Sysoev
7a05b38603
bump version
2006-12-24 18:42:26 +00:00
Igor Sysoev
aff04b4944
worker_rlimit_core supports size in K, M, and G
2006-12-24 18:13:06 +00:00
Igor Sysoev
9a995322da
add comment
2006-12-24 13:11:41 +00:00
Igor Sysoev
b9110d1ba7
the -V switch
2006-12-23 19:54:21 +00:00
Igor Sysoev
dad6ea1aaf
fix for Linix/ppc64 or FreeBSD/amd64 in 32-bit mode,
...
the same as in r934
2006-12-22 20:30:26 +00:00
Igor Sysoev
7b57483763
ngx_sprintf() has implicit limit of 65536 bytes so on Linux/ppc64
...
in 32-bit mode the errstr is somewhere at 0xffffd680, the "last" overflows
and ngx_vsnprintf() does not print at all
2006-12-19 12:40:19 +00:00
Igor Sysoev
ffb08beb49
the initial slot is out of array
2006-12-19 12:38:20 +00:00
Igor Sysoev
3580e64b5f
fix segfault in "out of memory" situation
2006-12-18 20:46:49 +00:00
Igor Sysoev
07654eee3b
allocate aligned ngx_crc32_table_short globally
2006-12-15 21:31:03 +00:00
Igor Sysoev
4b45b98dda
bump version
2006-12-14 23:22:34 +00:00
Igor Sysoev
5bc3d39eee
bump version
2006-12-13 15:11:27 +00:00
Igor Sysoev
a01e63ea8c
rewritten upstream
2006-12-12 16:46:16 +00:00
Igor Sysoev
a8b98f8138
bump version
2006-12-12 14:17:04 +00:00
Igor Sysoev
4f7ae44085
bump version
2006-12-11 11:05:54 +00:00
Igor Sysoev
c06c920284
unix socket upstreams always used the first unix upstream
2006-12-06 15:39:08 +00:00
Igor Sysoev
c887bd6f86
slot number must be incremented once per second only,
...
ngx_time_update() set msec in an wrong slot
2006-12-06 14:25:20 +00:00
Igor Sysoev
7e3ada8d58
bump version
2006-12-04 17:05:07 +00:00
Igor Sysoev
2eb4b164a3
upstream choice modules
2006-12-04 16:46:13 +00:00
Igor Sysoev
d2f0d829b0
fix building on 64-bit platforms
2006-11-27 20:47:55 +00:00
Igor Sysoev
72c87dc591
bump version to 0.5.0
2006-11-27 14:34:42 +00:00
Igor Sysoev
76b72e74b9
ngx_rbtree_insert_value()
2006-11-20 17:13:21 +00:00
Igor Sysoev
ab03650916
slab allocator in shared memory
2006-11-20 08:51:45 +00:00
Igor Sysoev
7f3800cc8d
rbtree insert procedure
2006-11-16 15:34:52 +00:00
Igor Sysoev
fb1c2492f2
change variable name
2006-11-16 15:15:16 +00:00
Igor Sysoev
d817072db9
bump version
2006-11-15 20:07:57 +00:00
Igor Sysoev
11f8d8f772
bump version
2006-10-31 15:41:41 +00:00
Igor Sysoev
81fcc229f4
high level HTTP buffered flags should be on per-subrequest basis,
...
this fix a bug in SSI when a big static file is included
2006-10-30 20:25:22 +00:00
Igor Sysoev
4908dceace
fix format
2006-10-30 20:03:49 +00:00
Igor Sysoev
1c5fb6d67c
style fix
2006-10-28 14:36:44 +00:00
Igor Sysoev
669ba6fe8b
undo the previous wrong commit
2006-10-28 14:32:39 +00:00
Igor Sysoev
9f65986dd4
bad commit
2006-10-28 14:20:13 +00:00
Igor Sysoev
397300b08f
bump version
2006-10-25 16:33:40 +00:00
Igor Sysoev
e54e448b01
axe ngx_inet_upstream_parse() and ngx_inet_parse_host_port()
2006-10-24 14:18:35 +00:00
Igor Sysoev
4bc2224633
axe src/core/ngx_unix_domain.*
2006-10-24 13:43:19 +00:00
Igor Sysoev
ee524b7a9f
now the "listen" directives use ngx_parse_url()
2006-10-24 13:06:55 +00:00
Igor Sysoev
affb5b7fb1
bump version
2006-10-23 13:50:51 +00:00
Igor Sysoev
0ef60bfa88
APOP
2006-10-23 13:10:10 +00:00
Igor Sysoev
bdae0bec39
aligned ngx_crc32_table_short was allocated from wrong pool
2006-10-20 12:22:39 +00:00
Igor Sysoev
e49cc6e36a
split ngx_crc32() to short and long version
2006-10-19 09:57:49 +00:00
Igor Sysoev
43e8ff1418
add includes
2006-10-19 08:16:29 +00:00
Igor Sysoev
6a616f65d4
spelling
2006-10-18 19:05:30 +00:00
Igor Sysoev
977a0f8c3f
ngx_crc32()
2006-10-18 19:00:21 +00:00
Igor Sysoev
682c6031f5
char* > u_char*
2006-10-18 18:43:11 +00:00
Igor Sysoev
f2a8e1a497
decrease number of branches
2006-10-16 12:21:17 +00:00
Igor Sysoev
4453ed780c
bump version
2006-10-13 15:47:56 +00:00
Igor Sysoev
dbf28f77df
style fix
2006-10-13 15:09:25 +00:00
Igor Sysoev
2224029000
check nginx.pm version
2006-10-12 19:55:15 +00:00
Igor Sysoev
37843ee8b0
bump version
2006-10-11 19:07:34 +00:00
Igor Sysoev
a47374ac42
ngx_list_create()
2006-10-11 12:47:11 +00:00
Igor Sysoev
1d9d694358
bump version
2006-10-10 16:15:27 +00:00
Igor Sysoev
9003f906e7
bump version
2006-10-06 14:27:28 +00:00
Igor Sysoev
272440e177
fix SIGFPE on alpha
2006-10-06 13:28:19 +00:00
Igor Sysoev
fd15ac644e
add sun4v,
...
style fix
2006-10-06 13:02:23 +00:00
Igor Sysoev
1829960551
bump version
2006-10-02 15:40:28 +00:00