summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_crc32.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2007-12-07rename ngx_crc32_init() to ngx_crc32_table_init()Igor Sysoev1-1/+1
ngx_crc32_init(), ngx_crc32_update(), ngx_crc32_final()
2007-01-12fix commentIgor Sysoev1-3/+3
2006-12-15allocate aligned ngx_crc32_table_short globallyIgor Sysoev1-2/+2
2006-10-19split ngx_crc32() to short and long versionIgor Sysoev1-2/+47
2006-10-18spellingIgor Sysoev1-1/+1
2006-10-18ngx_crc32()Igor Sysoev1-0/+83