summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_sprintf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-10Refactored nxt_vsprintf().Zhidao HONG1-9/+8
2022-06-01Logging a NULL pointer instead of passing it in the memcpy().Andrei Zeliankou1-9/+19
2022-05-26Added const to remove unnecessary casts.Alejandro Colomar1-5/+5
2022-05-03Fixed #define style.Alejandro Colomar1-2/+1
2019-09-19Basic support for serving static files.Valentin Bartenev1-2/+2
2019-03-11Style.Andrey Zelenkov1-6/+6
2018-06-25Removed '\r' and '\n' artifact macros.Igor Sysoev1-1/+1
2018-06-25Introduced nxt_length() macro.Valentin Bartenev1-2/+2
2018-04-04Style: capitalized letters in hexadecimal literals.Valentin Bartenev1-3/+3
2018-01-24Using size_t for the field width type of the "%*s" specifier.Sergey Kandaurov1-1/+1
2017-09-27Fixed building with pthread_t defined as a pointer.Sergey Kandaurov1-1/+1
2017-09-22Removed fibers from compilation.Valentin Bartenev1-2/+2
2017-06-23Style and comment fixes.Igor Sysoev1-1/+1
2017-02-01nxt_str_t changes.Igor Sysoev1-17/+17
2017-01-17Initial version.Igor Sysoev1-0/+716