summaryrefslogtreecommitdiff
path: root/missing
Commit message (Expand)AuthorAgeFilesLines
* Fixup a comment in missing/asprintf.c. [skip ci]Denis Ovsienko2023-02-191-1/+1
* Fix some typosFrancois-Xavier Le Bail2022-08-011-1/+1
* Cleaning spacesFrancois-Xavier Le Bail2019-11-081-1/+1
* Remove some workarounds for old compilers.Guy Harris2019-08-093-676/+2
* Use asprintf(), and provide a version for systems that lack it.Guy Harris2019-02-094-1/+169
* Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris2018-10-162-0/+117
* Clean up the code a bit.Guy Harris2018-09-141-3/+12
* Fixing va_start/va_end usagennposter2018-08-091-2/+4
* Squelch warning about optreset not being declared.Gisle Vanem2018-05-021-1/+1
* Don't use old-style function definitions.Guy Harris2018-03-201-4/+1
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Add a wrapper for strtok_r().Guy Harris2016-08-111-0/+87
* Fix MSVC compile warnings on the WinPcap specific code.Yang Luo2016-07-291-1/+1
* Oops, forgot to add the file with the Windows _snprintf() wrappers.Guy Harris2015-11-031-0/+31
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-032-10/+12
* Extract progname from argv[0].Guy Harris2015-11-011-5/+8
* Add a "getopt.h" header and include it instead of <unistd.h> on Windows.Guy Harris2015-11-011-0/+7
* Move getopt.c to the missing directory.Guy Harris2015-09-231-0/+121
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-7/+0
* Move "snprintf.c" to the "missing" directory, as that's whereguy2004-04-051-0/+632