NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
Find a file
Max Romanov ba31199786 Removing mem_pool from port_hash interface.
Memory pool is not used by port_hash and it was a mistake to pass it into
'add' and 'remove' functions.  port_hash enrties are allocated from heap.
2017-10-04 14:57:56 +03:00
auto Supported linking with -lrt on BSD systems. 2017-09-27 18:34:23 +03:00
src Removing mem_pool from port_hash interface. 2017-10-04 14:57:56 +03:00
test Initialized task in utf8 unit test, fixes segfault in debug build. 2017-09-04 17:32:29 +03:00
.hgtags Added tag 0.1 for changeset f9d308f3fceb 2017-09-06 22:50:26 +03:00
CHANGES Added CHANGES file. 2017-09-06 19:14:28 +03:00
configure Better checking for shm_open() during configure. 2017-09-27 18:34:23 +03:00
LICENSE Added LICENSE and NOTICE files. 2017-09-06 18:26:37 +03:00
NOTICE Added LICENSE and NOTICE files. 2017-09-06 18:26:37 +03:00
README README: added project name to the beginning. 2017-09-19 19:05:03 +03:00

NGINX Unit
----------

The documentation and binary packages are available online:

  http://unit.nginx.org

The source code is provided under the terms of Apache License 2.0:

  http://hg.nginx.org/unit

Please ask questions, report issues, and send patches to the mailing list:

  unit@nginx.org (http://mailman.nginx.org/mailman/listinfo/unit)

or via Github:

  https://github.com/nginx/unit

--
NGINX, Inc.
http://nginx.com