- b8a90c6 Implemented IPv6 support for URLs specified using domain names. by Ruslan Ermilov · 12 years ago
- 8be233c Correct plural form for "path" in the whole source base. by Andrey Belov · 13 years ago
- c722e8a Win32: fixed build with Visual Studio 2005 Express. by Maxim Dounin · 13 years ago
- 9d5f5a0 Win32: fixed cpu hog after process startup failure. by Maxim Dounin · 13 years ago
- c6d5225 Style. by Maxim Dounin · 13 years ago
- 91c654d Fixed return type of ngx_strerror_init(). by Maxim Dounin · 13 years ago
- db80a7a Win32: disallowed access to various non-canonical name variants. by Maxim Dounin · 13 years ago
- 0e3b423 Accept moderation in case of EMFILE/ENFILE. by Maxim Dounin · 13 years ago
- 47a04aa Fixed spelling in multiline C comments. by Ruslan Ermilov · 13 years ago
- 7744472 Win32: improved ngx_mutex_init() stub (ticket #138). by Maxim Dounin · 13 years ago
- 9063bc8 Win32: fixed memory allocation for shmem name (ticket #134). by Maxim Dounin · 13 years ago
- 889ad51 Fixed win32 build after realpath changes in r4559. by Maxim Dounin · 13 years ago
- 36aef0c Fixed unconditional MAX_PATH usage (ticket #22). by Maxim Dounin · 13 years ago
- 8e6728e Win32: added missing call to srand(). by Maxim Dounin · 13 years ago
- b74f8ff Fixed spelling in single-line comments. by Ruslan Ermilov · 13 years ago
- f8d59e3 Copyright updated. by Maxim Konovalov · 13 years ago
- 07bb4ed Introduction of simple ngx_write_stderr() instead of ngx_log_stderr() by Igor Sysoev · 13 years ago
- efc6eca malloc() debugging on MacOSX. by Igor Sysoev · 14 years ago
- 5f81070 Fixing conflict with SDK off_t definition. by Igor Sysoev · 14 years ago
- 1472e79 Recent SDKs allow to build IPV6 only for Windows XP or above. by Igor Sysoev · 14 years ago
- a823c55 Replaced "can not" with "cannot" and "could not" in a bunch of places. by Ruslan Ermilov · 14 years ago
- de1a3e1 Fix buffer overrun under Windows. by Maxim Dounin · 14 years ago
- c2cafad elimination of reading cache files by cache loader by Igor Sysoev · 14 years ago
- 5dc5945 "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module by Igor Sysoev · 14 years ago
- ef1f33b Use more precise stat.st_blocks to account cache size on Unix by Igor Sysoev · 14 years ago
- cc878dc use SwitchToThread() instead of Sleep(0), because the later by Igor Sysoev · 14 years ago
- 7f31a20 use copied strerror() messages and autoconfigured sys_nerr value by Igor Sysoev · 14 years ago
- 8a9f761 add "Global\" prefix for signal events by Igor Sysoev · 15 years ago
- ee37271 fix building by owc12: GetLongPathName() is available since Win2K only by Igor Sysoev · 15 years ago
- 865db9b ngx_create_file_mapping() by Igor Sysoev · 15 years ago
- aa6936e style fix by Igor Sysoev · 15 years ago
- d50e53e do not free() stack allocated buffer by Igor Sysoev · 15 years ago
- 3ec15dd use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks by Igor Sysoev · 15 years ago
- bfc8b78 use non-blocking open() not to hang on FIFO files, etc. by Igor Sysoev · 15 years ago
- 6d45d8a *) introduce ngx_time_sigsafe_update() to update the error log time only by Igor Sysoev · 15 years ago
- 2f916a9 *) use previously cached GMT offset value to update time from a signal handler by Igor Sysoev · 15 years ago
- f953436 compare long file names in case-insensitive mode, by Igor Sysoev · 15 years ago
- 10fa102 disable Win32 short file names by Igor Sysoev · 15 years ago
- 44be394 fix Win32 error messages when an temporary file replaces an existent file: by Igor Sysoev · 15 years ago
- 72db760 add NGX_PROCESS_HELPER process status by Igor Sysoev · 15 years ago
- 2952af0 a cache manager thread handle was overwritten by a cache loader thread handle, by Igor Sysoev · 15 years ago
- b13029c update allocation error messages by Igor Sysoev · 15 years ago
- 19811db style fix by Igor Sysoev · 15 years ago
- e58700d *) reset cached dirent.d_type after stat() by Igor Sysoev · 16 years ago
- 3266171 read_ahead by Igor Sysoev · 16 years ago
- 29e7d8c use parents around NGX_ATOMIC_T_LEN value by Igor Sysoev · 16 years ago
- 48a28e2 uniform ngx_directio_on/off() interface with other file functions by Igor Sysoev · 16 years ago
- 5631879 test incomplete WriteFile() by Igor Sysoev · 16 years ago
- f4d97e2 log file name for read/write errors by Igor Sysoev · 16 years ago
- 4bcc725 delete Win95 code by Igor Sysoev · 16 years ago
- 866e958 win32 ngx_file_info() utf8 support by Igor Sysoev · 16 years ago
- 7e4e5e1 preserve errno while ngx_free() by Igor Sysoev · 16 years ago
- 3a58935 *) share temporary number between workers *) randomize collision offset by Igor Sysoev · 16 years ago
- c9538c0 NGX_ENOPATH by Igor Sysoev · 16 years ago
- 98ab9ce win32 cache loader support by Igor Sysoev · 16 years ago
- e9d8858 style fix by Igor Sysoev · 16 years ago
- 07b280a introduce NGX_PROCESS_JUST_SPAWN and change field name accordingly by Igor Sysoev · 16 years ago
- 2642bf1 use caseless regex locations on caseless filesystems: MacOSX, Win32, Cygwin by Igor Sysoev · 16 years ago
- 52833f2 handle Win32 ReadFile() EOF state in Unix way by Igor Sysoev · 16 years ago
- 2d65078 update r2925 by Igor Sysoev · 16 years ago
- 7b6b09f *) exit if no workers could not be started by Igor Sysoev · 16 years ago
- a864311 fix debug logging by Igor Sysoev · 16 years ago
- 4284648 test premature process termination by Igor Sysoev · 16 years ago
- 130690f log GetExitCodeProcess()'s errno by Igor Sysoev · 16 years ago
- 5b26bec *) fix memory leak in successful case *) log shared memory name in failure case by Igor Sysoev · 16 years ago
- 785ee23 allow shared memory segments more than 4G by Igor Sysoev · 16 years ago
- 6da803a fix logging in ngx_win32_rename_file() by Igor Sysoev · 16 years ago
- b7882d1 add trailing zero to a file name by Igor Sysoev · 16 years ago
- b1897d2 reconfigure master process by Igor Sysoev · 16 years ago
- ef91975 uniform ngx_file_info() interface with ngx_fd_info() by Igor Sysoev · 16 years ago
- ff95d92 style fix by Igor Sysoev · 16 years ago
- a70d086 fix the previous commit by Igor Sysoev · 16 years ago
- bb8971f fallback to neutral language in FormatMessage() by Igor Sysoev · 16 years ago
- 9d4a8d9 introduce ngx_write_console() to support OEM code pages by Igor Sysoev · 16 years ago
- 28b3132 it seems MAKELANGID(LANG_ENGLISH, SUBLANG_DEFAULT) returns by Igor Sysoev · 16 years ago
- f67e0a4 ngx_log_errno() by Igor Sysoev · 16 years ago
- e1c9746 use ngx_vslprintf(), ngx_slprintf() by Igor Sysoev · 16 years ago
- 5ef370d -p and --prefix= by Igor Sysoev · 16 years ago
- caf1710 pass command lines options to workers by Igor Sysoev · 16 years ago
- bf14b00 ngx_path_separator() by Igor Sysoev · 16 years ago
- c28ff71 issue start up errors and warning on both stderr and error_log by Igor Sysoev · 16 years ago
- fce0ab5 axe incomplete support of Winsock error descriptions on NT by Igor Sysoev · 16 years ago
- b5b7e89 use English only error descriptions in Win32 ngx_strerror_r() by Igor Sysoev · 16 years ago
- c8e9f26 implement "-s signal" option for Unix by Igor Sysoev · 16 years ago
- 80ce3d4 style fix: remove trailing spaces by Igor Sysoev · 16 years ago
- e980a68 add 48x48 icon by Igor Sysoev · 16 years ago
- bd91999 Win32 master/workers model by Igor Sysoev · 16 years ago
- b533e98 fix Win32 ngx_gettimezone() by Igor Sysoev · 16 years ago
- f7a08d5 support attaching to an existent Win32 shared memory by Igor Sysoev · 16 years ago
- c7f876b move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory by Igor Sysoev · 16 years ago
- a2de7b9 delete win32 ngx_file_append_mode() as we use reliable by Igor Sysoev · 16 years ago
- 2ec2e35 adopt NGX_FILE_TRUNCATE for win32 by Igor Sysoev · 16 years ago
- fadc7a7 win32 ngx_open_file() supports utf8 names and NGX_FILE_APPEND by Igor Sysoev · 16 years ago
- 8017a63 ngx_process_tray() by Igor Sysoev · 16 years ago
- 1be7419 ngx_fs_bsize() by Igor Sysoev · 16 years ago
- a1e9bfb fix ngx_wsasend_chain() by Igor Sysoev · 16 years ago
- 52859f2 a prelimiary proxy cache support by Igor Sysoev · 16 years ago
- a35eacc a prelimiary IPv6 support, HTTP listen by Igor Sysoev · 16 years ago
- 7dcbfe6 use GetFileAttributesEx() instead of GetFileAttributes() by Igor Sysoev · 16 years ago
- 5aa6d22 fix win32 ngx_is_dir(), etc by Igor Sysoev · 16 years ago