| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-03-20 | Removed unix ngx_threaded and related ngx_process_changes. | Ruslan Ermilov | 1 | -1/+0 | |
| 2015-03-14 | Thread pools implementation. | Valentin Bartenev | 1 | -0/+1 | |
| 2014-09-01 | Events: processing of posted events changed from LIFO to FIFO. | Valentin Bartenev | 1 | -1/+2 | |
| In theory, this can provide a bit better distribution of latencies. Also it simplifies the code, since ngx_queue_t is now used instead of custom implementation. | |||||
| 2014-09-01 | Events: removed broken thread support from posted events. | Valentin Bartenev | 1 | -7/+4 | |
| It's mostly dead code. And the idea of thread support for this task has been deprecated. | |||||
| 2013-09-04 | Win32: MinGW GCC compatibility. | Maxim Dounin | 1 | -2/+2 | |
| Several warnings silenced, notably (ngx_socket_t) -1 is now checked on socket operations instead of -1, as ngx_socket_t is unsigned on win32 and gcc complains on comparison. With this patch, it's now possible to compile nginx using mingw gcc, with options we normally compile on win32. | |||||
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 1 | -0/+1 | |
| 2010-03-25 | *) introduce ngx_time_sigsafe_update() to update the error log time only | Igor Sysoev | 1 | -1/+1 | |
| *) change ngx_time_update() interface | |||||
| 2010-03-13 | *) use previously cached GMT offset value to update time from a signal handler | Igor Sysoev | 1 | -1/+1 | |
| *) change ngx_time_update() interface since there are no notification methods those return time | |||||
| 2009-11-23 | add NGX_PROCESS_HELPER process status | Igor Sysoev | 1 | -1/+1 | |
| 2009-08-25 | style fix | Igor Sysoev | 1 | -5/+1 | |
| 2009-05-06 | divide select module into two modules: Unix and Win32 ones | Igor Sysoev | 1 | -0/+403 | |
