summaryrefslogtreecommitdiffhomepage
path: root/go/port.go (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs.Tiago Natel de Moura1-2/+5
2021-11-08Go: fixing racing condition on app start.Max Romanov1-5/+8
2021-10-28Moving request limit control to libunit.Max Romanov1-1/+2
2020-11-18Go: removing C proxy functions and re-using goroutines.Max Romanov1-17/+31
2020-08-11Introducing the shared application port.Max Romanov1-1/+7
2020-04-10Resolving a racing condition while adding ports on the app's side.Max Romanov1-1/+5
2020-03-30Fixing application process infinite loop.Max Romanov1-0/+4
2019-12-24Go: moving source files to the root of the project.Max Romanov1-0/+0
2018-10-02Go: fixing typo in log messages.Max Romanov1-1/+1
2018-08-06Unit application library.Max Romanov1-98/+45
2017-12-06Go: removing request registry.Max Romanov1-18/+14
2017-10-27Fixing racing condition in request.msgs usage.Max Romanov1-8/+8
2017-09-08Cosmetic fixes in port.go.Sergey Fedchenko1-33/+35
2017-09-06Style fixes.Igor Sysoev1-5/+11
2017-08-31nginext has been renamed to unit.Igor Sysoev1-1/+1
2017-08-30ListenAndServe changed to be compatible with http.ListenAndServe.Max Romanov1-2/+18
2017-08-29The process type enum exposed to go module.Max Romanov1-2/+3
2017-08-29The master process has been renamed to the main process.Igor Sysoev1-4/+4
2017-07-12Go: worker initialization. READY message to master.Max Romanov1-6/+47
2017-06-23External Go app request processing.Max Romanov1-0/+161