summaryrefslogtreecommitdiffhomepage
path: root/src/go (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-06Unit application library.Max Romanov20-1842/+388
2018-07-12Go: http.Flusher implemented by unit.response.Max Romanov3-0/+27
2018-06-28Removed -mmacosx-version-min option.Igor Sysoev1-13/+0
2018-06-25Introduced nxt_length() macro.Valentin Bartenev1-1/+1
2018-04-20Go: fixed request.Read() behaviour for EOF.Max Romanov1-1/+6
2018-04-06Go: Forced WriteHeader after application request processing.Max Romanov1-0/+4
2018-03-06Added support for shm_open(SHM_ANON) extension.Sergey Kandaurov1-0/+12
2018-01-11Fixed DragonFly BSD shared memory implementation.Igor Sysoev1-1/+2
2017-12-28Fixed Go package and PHP module building.0.3Igor Sysoev1-1/+1
2017-12-28HTTP keep-alive connections support.Igor Sysoev1-1/+1
2017-12-27Implementing the ability to cancel request before worker starts processing it.Max Romanov7-72/+91
2017-12-13Introducing Unit version check in Go package.Max Romanov3-30/+55
2017-12-06Go: removing request registry.Max Romanov11-244/+96
2017-12-05Fixing Go package build in NetBSD.Max Romanov1-1/+1
2017-12-01Making Go package source distributable and renaming to 'nginx/unit'.Max Romanov8-85/+34
2017-12-01Initializing port_msg fields with zeroes in Go package.Max Romanov2-0/+4
2017-10-27Fixing racing condition in request.msgs usage.Max Romanov1-8/+8
2017-10-27Fixing Go program crash.Max Romanov1-2/+2
2017-10-19Fixing Go package build.Max Romanov5-14/+21
2017-10-19Introducing src_pid for mmap header for accurate buf completion.Max Romanov1-2/+3
2017-09-18Fixing shared memory thread safety issue.Max Romanov2-1/+6
2017-09-15Go: Fixed a bug introduced in the previous changeset.Igor Sysoev1-1/+1
2017-09-08Cosmetic fixes in port.go.Sergey Fedchenko1-33/+35
2017-09-06Style fixes.Igor Sysoev6-43/+68
2017-08-31nginext has been renamed to unit.Igor Sysoev20-0/+2285