summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_upstream_round_robin.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-07Convert 0-sized arrays to true flexible array membersAndrew Clayton1-1/+1
2024-04-25Constify a bunch of static local variablesAndrew Clayton1-2/+2
2020-03-30Rational number support in upstream server weight.Igor Sysoev1-17/+31
2020-03-06Round robin upstream added.Igor Sysoev1-0/+185
2020-03-04Legacy upstream code removed.Igor Sysoev1-194/+0
2018-01-24Using size_t for the field width type of the "%*s" specifier.Sergey Kandaurov1-1/+1
2017-06-20Using new memory pool implementation.Igor Sysoev1-3/+3
2017-03-09Processes refactoring.Igor Sysoev1-2/+2
2017-02-22I/O operations refactoring.Igor Sysoev1-19/+19