Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Expand)Author
2007-12-02style fixIgor Sysoev
2007-12-01axe old unused alert messageIgor Sysoev
2007-12-01style fixIgor Sysoev
2007-12-01style fix: remove trailing spacesIgor Sysoev
2007-11-15enable getenv() and gmtime() in msvc8Igor Sysoev
2007-11-11fix win32 ngx_read_fd() and ngx_write_fd()Igor Sysoev
2007-11-11TransmitPackets(), ConnectEx(), and DisconnectEx()Igor Sysoev
2007-11-11fix win32 globIgor Sysoev
2007-10-26use uname(2) instead of /proc/, this allows to run nginx in chrootIgor Sysoev
2007-10-18Cygwin can not pass SCM_RIGHTS via unix socket, use signalsIgor Sysoev
2007-10-16fix building broken in r1578Igor Sysoev
2007-10-16delete code that should be deleted in r1576Igor Sysoev
2007-10-16Cygwin supportIgor Sysoev
2007-10-16avoid segfault if poll is used and endless loop if select is usedIgor Sysoev
2007-10-14fix English grammarIgor Sysoev
2007-10-10style fix: remove double semicolonsIgor Sysoev
2007-08-30destroy ngx_cycle->pool on exitIgor Sysoev
2007-08-30win32 ngx_is_exec() stubIgor Sysoev
2007-08-16set worker_priority, worker_rlimit_nofile, worker_rlimit_core, andIgor Sysoev
2007-08-09set default listen() backlog to 511 on all platforms except FreeBSDIgor Sysoev
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev
2007-07-16Sun Studio 12 compatibilityIgor Sysoev
2007-07-16--with-cpu-opt=sparc32 and --with-cpu-opt=sparc64Igor Sysoev
2007-05-07add debug logIgor Sysoev
2007-05-05fix building by owc12Igor Sysoev
2007-04-27fix atomic operations on sparc64 built by SunPro CIgor Sysoev
2007-04-24fix sendfile on 64-bit Linux and limit_rate on all 64-bit platformsIgor Sysoev
2007-03-19close keep-alive connections in the shuting down processesIgor Sysoev
2007-03-07worker processes did not exit after reconfiguration andIgor Sysoev
2007-03-06style fixIgor Sysoev
2007-03-06style fixIgor Sysoev
2007-02-17ioctl FIONBIO uses int, so nginx did not work on big-endian 64-bit platformsIgor Sysoev
2007-02-12fix building with ngx_http_perl_moduleIgor Sysoev
2007-01-29use ngx_dir_access() to enable search bits for directoryIgor Sysoev
2007-01-20envIgor Sysoev
2007-01-18ngx_read_fd()Igor Sysoev
2007-01-18NGX_FILE_WRONLYIgor Sysoev
2007-01-18ngx_file_access() and ngx_de_access()Igor Sysoev
2007-01-18style fixIgor Sysoev
2007-01-18axe Win9X codeIgor Sysoev
2007-01-18add commentIgor Sysoev
2007-01-18axe unused codeIgor Sysoev
2007-01-18ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev
2007-01-18style fixIgor Sysoev
2007-01-18rename mode to accessIgor Sysoev
2007-01-12style fix: remove tabsIgor Sysoev
2007-01-11optimizationIgor Sysoev
2007-01-11use "r" instead of "q"Igor Sysoev
2006-12-26increase Linux osrelease string lentghIgor Sysoev
2006-12-24worker_rlimit_core supports size in K, M, and GIgor Sysoev