Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-06 | README: fixed URLs. | Igor Sysoev | 1 | -6/+6 | |
2017-09-06 | README: fixed package repository paths. | Andrei Belov | 1 | -3/+3 | |
2017-09-06 | Added tag 0.1 for changeset f9d308f3fceb | Igor Sysoev | 1 | -0/+1 | |
2017-09-06 | README: added features list.0.1 | Valentin Bartenev | 1 | -0/+20 | |
2017-09-06 | README: added Troubleshooting section. | Igor Sysoev | 1 | -1/+17 | |
2017-09-06 | README: fixed anchor. | Igor Sysoev | 1 | -1/+1 | |
2017-09-06 | README: using entities. | Igor Sysoev | 1 | -6/+6 | |
2017-09-06 | README: removed italic typeface. | Igor Sysoev | 1 | -6/+6 | |
2017-09-06 | README: added tarball section. | Igor Sysoev | 1 | -1/+2 | |
2017-09-06 | Fixed README.md typos. | Igor Sysoev | 1 | -12/+13 | |
2017-09-06 | Fixed README.md typos. | Igor Sysoev | 1 | -3/+2 | |
2017-09-06 | README.md fixes. | Igor Sysoev | 1 | -9/+9 | |
2017-09-06 | Added the dist target in Makefile. | Igor Sysoev | 1 | -0/+11 | |
2017-09-06 | Added CHANGES file. | Igor Sysoev | 1 | -0/+5 | |
2017-09-06 | Spreading user validation for php and go apps. | Max Romanov | 1 | -8/+8 | |
2017-09-06 | Updated README.md, added info about integration with NGINX. | Nick Shadrin | 1 | -4/+118 | |
2017-09-06 | Shortened titles in README.md and dispensable information. | Igor Sysoev | 1 | -164/+87 | |
2017-09-06 | Added LICENSE and NOTICE files. | Igor Sysoev | 2 | -0/+198 | |
2017-09-06 | Fixed building by Sun C on Solaris. | Igor Sysoev | 1 | -1/+2 | |
2017-09-05 | Fixed go package installation instructions. | Max Romanov | 1 | -2/+2 | |
2017-09-05 | Added software installation instructions for CentOS. | Max Romanov | 1 | -1/+51 | |
2017-09-06 | Added README.md. | Igor Sysoev | 1 | -0/+843 | |
2017-09-06 | Style fixes. | Igor Sysoev | 22 | -125/+186 | |
2017-09-06 | Controller: validating user and group names. | Igor Sysoev | 1 | -4/+67 | |
2017-09-05 | Fixing request id logging. | Max Romanov | 1 | -1/+1 | |
2017-09-05 | Fixing racing condition on app port release/request. | Max Romanov | 1 | -1/+21 | |
Application free ports is a queue (double linked list) protected with mutex. After successfull request parsing, each router thread (1) tries to get port from this list. If this list is empty, (2) start worker request posted to main router thread. Another thread may release port between (1) and (2). This fix adds an attempt to get port from free ports list at the beginning of start worker action in main thread. | |||||
2017-09-05 | Double connection close attempt fix. | Max Romanov | 2 | -4/+13 | |
2017-09-05 | Using CSTRZ mapping type for go executable. | Max Romanov | 3 | -10/+6 | |
2017-09-05 | Introducing working_directory directive for applications. | Max Romanov | 4 | -0/+36 | |
2017-09-04 | Fixed permissions for Go sources. | Andrei Belov | 1 | -1/+1 | |
In particular, it resolves a number of errors and warnings reported by rpmlint(1). | |||||
2017-09-04 | Initialized task in utf8 unit test, fixes segfault in debug build. | Sergey Kandaurov | 1 | -5/+8 | |
2017-09-01 | Added SERVER_ADDR parameter for Python and PHP modules. | Igor Sysoev | 4 | -0/+11 | |
2017-08-31 | Fixed format specifier. | Igor Sysoev | 1 | -1/+1 | |
2017-08-31 | Setting build directory with variable instead of configure option. | Igor Sysoev | 2 | -5/+1 | |
2017-08-31 | Introducing install & uninstall Makefile targets. | Max Romanov | 8 | -26/+111 | |
2017-08-31 | Multiplexing different requests in single app port. | Max Romanov | 1 | -0/+5 | |
2017-08-31 | Default value 1 for number of workers. | Max Romanov | 1 | -0/+2 | |
2017-08-31 | Go: fixed splitting recipe line with newer gmake. | Sergey Kandaurov | 1 | -2/+2 | |
Use double quotes to quote a string with the backslash/newline pair. Newer gmake versions, such as GNU Make 4.1, do not remove the backslash from a string quoted with single quotes, which results in an extraneous backslash passed to the shell and, eventually, to the Go compiler. | |||||
2017-08-31 | PHP SAPI: typo fixed. | Sergey Kandaurov | 1 | -1/+1 | |
2017-08-31 | Changed modules names format. | Igor Sysoev | 3 | -9/+9 | |
2017-08-31 | nginext has been renamed to unit. | Igor Sysoev | 35 | -54/+53 | |
2017-08-31 | Introduced module compatibility vector. | Igor Sysoev | 7 | -5/+50 | |
2017-08-31 | Moving generating CGO header file to the make stage. | Igor Sysoev | 1 | -12/+13 | |
2017-08-30 | Avoid nxt_port_mmap_header_t redefinition warning. | Max Romanov | 1 | -3/+1 | |
2017-08-30 | Avoid nxt_go_process_t redefinition warning. | Max Romanov | 3 | -3/+12 | |
2017-08-30 | ListenAndServe changed to be compatible with http.ListenAndServe. | Max Romanov | 3 | -6/+27 | |
2017-08-30 | Send remote address to go application. | Max Romanov | 2 | -0/+6 | |
2017-08-30 | Fixed pid_file pattern misprint introduced in 231:6832cdee961e. | Max Romanov | 1 | -1/+1 | |
2017-08-30 | Adding a missing slash to the tail of path set by --modules | Igor Sysoev | 1 | -3/+12 | |
command line option. | |||||
2017-08-30 | The discovery process did not quit if no modules were not found. | Igor Sysoev | 1 | -41/+48 | |