summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-08Removed redundant "u" format specifier.Ruslan Ermilov1-1/+1
2016-04-07Fixed spelling.Josh Soref1-1/+1
2016-03-31SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0.Maxim Dounin1-0/+11
2016-03-31SSL: X509 was made opaque in OpenSSL 1.1.0.Sergey Kandaurov1-0/+4
2016-03-31SSL: EVP_MD_CTX was made opaque in OpenSSL 1.1.0.Sergey Kandaurov1-9/+12
2016-03-31SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0.Maxim Dounin1-1/+1
2016-03-31SSL: initialization changes for OpenSSL 1.1.0.Maxim Dounin1-0/+12
2016-03-31SSL: get_session callback changed in OpenSSL 1.1.0.Maxim Dounin1-4/+11
2016-03-31SSL: guarded error codes not present in OpenSSL 1.1.0.Maxim Dounin1-1/+4
2016-03-31SSL: reasonable version for LibreSSL.Maxim Dounin2-3/+9
2016-03-31Fixed logging.Sergey Kandaurov5-6/+6
2016-03-31Events: fixed logging.Sergey Kandaurov2-12/+19
2016-03-30Events: fixed test building with eventport on OS X.Ruslan Ermilov1-1/+1
2016-03-30Style.Ruslan Ermilov4-30/+30
2016-03-28Fixed --test-build-*.Ruslan Ermilov2-3/+4
2016-03-21Events: fixed test building with devpoll and eventport on Linux.Sergey Kandaurov2-1/+3
2016-03-18Threads: writing via threads pools in event pipe.Maxim Dounin2-20/+88
2016-03-18Fixed timeouts with threaded sendfile() and subrequests.Maxim Dounin1-0/+3
2016-01-20Stream: UDP proxy.Roman Arutyunyan5-65/+418
2016-03-15Events: fixed error logging in devpoll.Roman Arutyunyan1-1/+1
2016-02-19SSL: avoid calling SSL_shutdown() during handshake (ticket #901).Maxim Dounin1-0/+13
2016-02-19SSL: fixed SSL_shutdown() comment.Maxim Dounin1-1/+1
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin1-21/+23
2016-02-04Dynamic modules: moved module-related stuff to separate files.Maxim Dounin1-8/+1
2015-10-20Win32: timer_resolution now ignored with select.Maxim Dounin1-0/+9
2015-10-19SSL: preserve default server context in connection (ticket #235).Maxim Dounin2-12/+8
2015-10-07SSL: handled long string truncation in ngx_ssl_error().Vladimir Homutov1-1/+1
2015-09-24SSL: compatibility with OpenSSL master branch.Maxim Dounin1-1/+3
2015-07-14OCSP stapling: fixed segfault without nextUpdate.Maxim Dounin1-5/+10
2015-07-07OCSP stapling: fixed ssl_stapling_file (ticket #769).Maxim Dounin1-0/+1
2015-06-11OCSP stapling: avoid sending expired responses (ticket #425).Maxim Dounin1-6/+62
2015-06-05Style.Maxim Dounin1-1/+2
2015-06-03Event pipe: call ngx_handle_read_event() with a proper flags type.Sergey Kandaurov1-1/+1
2015-05-21Fixed reuseport with accept_mutex.Maxim Dounin1-1/+6
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin2-6/+25
2015-05-15Events: ngx_event_t size reduction by grouping bit fields.Igor Sysoev1-9/+8
2015-05-06Events: made a failure to create a notification channel non-fatal.Ruslan Ermilov1-1/+1
2015-04-29Removed the deprecated "connections" directive.Ruslan Ermilov1-13/+0
2015-04-27Core: fixed nginx_shared_zone name.Maxim Dounin1-1/+1
2015-04-23Removed the obsolete rtsig module.Ruslan Ermilov4-825/+19
2015-04-22Removed the obsolete aio module.Ruslan Ermilov6-191/+9
2015-03-26Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32.Ruslan Ermilov1-1/+3
2015-03-26Removed NGX_OLD_THREADS from select and poll modules.Ruslan Ermilov2-20/+0
2015-04-01OCSP stapling: missing free calls.Filipe da Silva1-0/+2
2015-03-27Events: fixed possible crash on start or reload.Valentin Bartenev1-2/+2
2015-03-27Events: made posted events macros safe.Valentin Bartenev1-8/+8
2015-03-23Format specifier fixed for file size of buffers.Maxim Dounin1-4/+4
2015-03-23SSL: use of SSL_MODE_NO_AUTO_CHAIN.Maxim Dounin1-0/+4
2015-03-23SSL: clear protocol options.Maxim Dounin1-0/+8
2015-03-20Removed busy locks.Ruslan Ermilov4-430/+0