summaryrefslogtreecommitdiff
path: root/strlcpy.c
Commit message (Collapse)AuthorAgeFilesLines
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
| | | | | This change means that all required include files are in event2, and all files not in event2/* are optional.
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-191-1/+1
| | | | | | - Keywords always have a space before a paren. Functions never do. - No more than 3 blank lines in a row.
* We do not work any more without an event-config.h; stop pretending that it ↵Nick Mathewson2009-11-061-2/+0
| | | | | | is meaningful to check for HAVE_CONFIG_H svn:r1516
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-2/+2
| | | | svn:r1064
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
| | | | svn:r341
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
| | | | | | | really ideal but good enough for me; from Nick Mathewson svn:r339
* rename strlcpy so that it does not conflict with other tests; fromNiels Provos2007-01-031-2/+4
| | | | | | | Nick Mathewson. svn:r306
* provide strlcpy for the unenlightened libcsNiels Provos2006-02-261-0/+74
svn:r203