mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
959feda615
<ChangeLog> *) Change: the Go package name changed to "nginx/unit". *) Change: in the "limits.timeout" application option: application start time and time in queue now are not accounted. *) Feature: the "limits.requests" application option. *) Feature: application request processing latency optimization. *) Feature: HTTP keep-alive connections support. *) Feature: the "home" Python virtual environment configuration option. *) Feature: Python atexit hook support. *) Feature: various Go package improvements. *) Bugfix: various crashes fixed. </ChangeLog>
22 lines
894 B
Plaintext
22 lines
894 B
Plaintext
%%GO_LIBDIR%%/unit.a
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/darwin-cflags.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ldflags-lrt.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_array.c
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_array.h
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_lib.c
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_lib.h
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_log.h
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_mutex.h
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_port_memory.c
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_port_memory.h
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_port.c
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_port.h
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_process.c
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_process.h
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_run_ctx.c
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_run_ctx.h
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/port.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/request.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/response.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/unit.go
|