aboutsummaryrefslogtreecommitdiff
path: root/util/make_errors.go
AgeCommit message (Expand)AuthorFilesLines
2023-11-30Merge <openssl/x509v3.h> into <openssl/x509.h>David Benjamin1-0/+1
2023-11-30Merge crypto/x509v3 into crypto/x509David Benjamin1-5/+11
2023-04-25Re-add go:build ignore linesDavid Benjamin1-0/+2
2023-04-19Replace sort.Sort with sort.SliceDavid Benjamin1-17/+2
2023-02-16Revert go:build ignore linesDavid Benjamin1-2/+0
2023-01-31Mark standalone Go scripts with go:build ignoreDavid Benjamin1-0/+2
2021-03-19Generalize make_errors.go to allow EVP covering multiple directories.David Benjamin1-44/+63
2017-11-01Fix up make_errors.go.David Benjamin1-2/+7
2017-05-03Fix make_errors.go.David Benjamin1-1/+20
2016-08-01Fix mixed comment markers.David Benjamin1-1/+1
2015-09-03Markdown-ify BUILDING.David Benjamin1-3/+3
2015-07-16Get rid of err function codes.David Benjamin1-76/+16
2015-03-06Generate error data at build time.David Benjamin1-20/+0
2015-02-11Fix cross-module errors.David Benjamin1-5/+5
2015-02-10Make make_errors.go -reset reproducible.David Benjamin1-7/+14
2015-02-09Precompute sorted array for error strings.Adam Langley1-44/+43
2014-08-20Don't scan libfoo_error.c for error codes.HÃ¥vard Molland1-1/+1
2014-07-16Fix magic SSL reason codes.David Benjamin1-4/+24
2014-07-14Move public headers to include/openssl/Adam Langley1-6/+27
2014-06-20Inital import.Adam Langley1-0/+421