summaryrefslogtreecommitdiffhomepage
path: root/auto/modules/go (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-29Auto: mirroring installation structure in build tree.Alejandro Colomar1-3/+3
2022-01-10Tests: using modules in Go.Max Romanov1-1/+2
2021-05-25Go: fixing tests for Go 1.16.Max Romanov1-1/+1
2020-01-28Go: adding main configure CFLAGS and LDFLAGS to module build flags.Max Romanov1-1/+10
2019-12-25Go: changing import name for "unit.nginx.org/go".Max Romanov1-1/+1
2019-12-24Go: moving source files to the root of the project.Max Romanov1-1/+1
2019-12-24Go: installing go module for tests into build directory.Max Romanov1-1/+1
2019-12-24Go: linking against libunit.Max Romanov1-12/+20
2019-08-20Introducing websocket support in router and libunit.Max Romanov1-0/+1
2019-02-22Improvement and unification of version processing in build scripts.Alexander Borisov1-1/+1
2019-01-21Go: fixed module installation, broken in ed8b1aaefdd1.Alexander Borisov1-1/+1
2018-08-06Unit application library.Max Romanov1-0/+1
2017-12-01Making Go package source distributable and renaming to 'nginx/unit'.Max Romanov1-22/+18
2017-09-04Fixed permissions for Go sources.Andrei Belov1-1/+1
2017-08-31Introducing install & uninstall Makefile targets.Max Romanov1-6/+12
2017-08-31Go: fixed splitting recipe line with newer gmake.Sergey Kandaurov1-2/+2
2017-08-31nginext has been renamed to unit.Igor Sysoev1-8/+7
2017-08-31Moving generating CGO header file to the make stage.Igor Sysoev1-12/+13
2017-08-29The process type enum exposed to go module.Max Romanov1-1/+1
2017-08-29Using NXT_GO variable instead of explicit go.Max Romanov1-4/+4
2017-08-29Store and use NXT_LIBRT for go module.Max Romanov1-1/+1
2017-08-29Separation of module prerequisites for 'all' target in Makefile.Max Romanov1-2/+2
2017-08-26Added configure and command line option --help.Igor Sysoev1-4/+14
2017-08-17The new module configuration interface.Igor Sysoev1-0/+109
2017-08-17Removing auto/modules directory before commiting the new moduleIgor Sysoev2-81/+0
2017-08-02Added make target 'golang-nginext-install' to install precompiled go package.Max Romanov1-0/+20
2017-07-26Improved Go configure test.Igor Sysoev1-7/+10
2017-07-25Updated Go configure test.Igor Sysoev1-4/+13
2017-06-23External Go app request processing.Max Romanov2-0/+49