aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Collapse)AuthorAge
...
* fix Win32 error messages when an temporary file replaces an existent file:Igor Sysoev2009-12-15
| | | | | | *) do not rename an already renamed file *) now ngx_win32_rename_file() returns error code *) do not log failure inside ngx_win32_rename_file()
* fix double free(), introduced in r3268Igor Sysoev2009-12-07
|
* remove stale commentIgor Sysoev2009-12-02
|
* bump versionIgor Sysoev2009-12-02
|
* chmod unix listen domain socket to 0666Igor Sysoev2009-11-30
|
* bump versionIgor Sysoev2009-11-25
|
* add NGX_PROCESS_HELPER process statusIgor Sysoev2009-11-23
|
* bump versionIgor Sysoev2009-11-23
|
* fix pcre allocation on Win32, the bug had been introduced in r3326Igor Sysoev2009-11-17
|
* bump versionIgor Sysoev2009-11-17
|
* bump versionIgor Sysoev2009-11-16
|
* align to minimum of a page and a pool sizesIgor Sysoev2009-11-16
|
* ngx_min()Igor Sysoev2009-11-16
|
* large allocation should not be aligned to a page sizeIgor Sysoev2009-11-16
|
* regex named capturesIgor Sysoev2009-11-16
|
* ngx_regex_exec() calling optimiztion:Igor Sysoev2009-11-13
| | | | | | *) change NGX_REGEX_NO_MATCHED to PCRE_ERROR_NOMATCH *) declare ngx_regex_exec() as #define *) optimize SSI regex a little
* bump versionIgor Sysoev2009-11-11
|
* use ngx_resolver_alloc() instead of ngx_resolver_calloc()Igor Sysoev2009-11-11
| | | | since all fields are filled
* fix resolving an empty name (".")Igor Sysoev2009-11-11
|
* bump versionIgor Sysoev2009-11-11
|
* *) fix resolving an empty name ("."),Igor Sysoev2009-11-09
| | | | | *) add quotes in an error message, *) backout r3299 in ngx_mail_smtp_handler.c
* fix "PTR ." case in address resolverIgor Sysoev2009-11-09
|
* fix segfault in resolver:Igor Sysoev2009-11-09
| | | | | ngx_resolve_name_done() and ngx_resolve_addr_done() did not delete contexts from a resolver node waiting list.
* cf->conf_file->file.name.data may be uninitialized, if an allocation failed;Igor Sysoev2009-11-05
| | | | found by Clang Static Analyzer
* allow to inherit unix domain sockets while online upgradeIgor Sysoev2009-11-04
|
* bump versionIgor Sysoev2009-11-04
|
* ngx_ptocidr() supports IPv6Igor Sysoev2009-11-03
|
* make ngx_inet6_ntop() non-staticIgor Sysoev2009-11-03
|
* optimize some cycles:Igor Sysoev2009-11-02
| | | | | | *) delete surplus variable; *) on i386/amd64 "while (n) / n--" is smaller than "while (n--)", because the platforms have no postfix operations
* change ngx_parse_addr() interfaceIgor Sysoev2009-11-02
|
* ngx_parse_addr()Igor Sysoev2009-11-02
|
* rename ngx_peer_addr_t to ngx_addr_tIgor Sysoev2009-11-02
|
* use sin6_addr.s6_addr instead of "(u_char *) & .sin6_addr"Igor Sysoev2009-11-02
|
* replace inet_addr() with ngx_inet_addr()Igor Sysoev2009-11-02
|
* use ngx_inet6_addr()Igor Sysoev2009-11-02
|
* ngx_inet6_addr()Igor Sysoev2009-11-02
|
* style fixIgor Sysoev2009-11-02
|
* delete unused field c->local_socklenIgor Sysoev2009-11-01
|
* do not unlink unix domain socket file while online upgradeIgor Sysoev2009-10-30
|
* unlink unix domain socket file after testingIgor Sysoev2009-10-30
|
* bump versionIgor Sysoev2009-10-28
|
* fix r3211Igor Sysoev2009-10-26
|
* http listen unix domain socketsIgor Sysoev2009-10-26
|
* use lowcase only hostnameIgor Sysoev2009-10-21
|
* add SNI support in -V outputIgor Sysoev2009-10-19
|
* bump versionIgor Sysoev2009-10-15
|
* ignore EACCES errors for top level directories in ngx_create_full_path()Igor Sysoev2009-10-14
|
* do not create Win32 drive letter in ngx_create_full_path()Igor Sysoev2009-10-14
|
* nginx did not close log file set by --error-log-path,Igor Sysoev2009-10-09
| | | | the bug was introduced in r2744
* bump versionIgor Sysoev2009-10-07
|