summaryrefslogtreecommitdiff
path: root/strlcpy.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes some new warnings under clang-15Azat Khuzhin2023-01-271-5/+1
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-1/+1
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-1/+1
* Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-2/+3
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-191-1/+1
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-2/+2
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* rename strlcpy so that it does not conflict with other tests; fromNiels Provos2007-01-031-2/+4
* provide strlcpy for the unenlightened libcsNiels Provos2006-02-261-0/+74