]> The Tcpdump Group git mirrors - libpcap/history - portability.h
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / portability.h
2021-04-09  Denis OvsienkoGet the previous commit right.
2021-04-09  Denis OvsienkoDefine timeradd() and timersub() if necessary.
2019-09-01  Guy HarrisDon't use ctype.h macros.
2019-08-15  Guy HarrisMerge pull request #833 from daemonhorn/master
2019-08-09  Guy HarrisRemove some workarounds for old compilers.
2019-04-25  Michael RichardsonMerge pull request #771 from ether42/reuseaddr
2019-04-25  Michael RichardsonMerge pull request #749 from nmap/manpage-formatting
2019-02-09  Guy HarrisUse asprintf(), and provide a version for systems that...
2019-01-10  Guy HarrisMerge pull request #793 from AndersBroman/master
2019-01-09  Guy HarrisPut the Windows-vs-non-Windows socket defines in <pcap...
2019-01-09  Michael RichardsonMerge pull request #791 from dbarach/master
2019-01-08  Guy HarrisDon't include pcap/pcap.h just to get SOCKET defined.
2019-01-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
2018-10-16  Guy Harris*Two* underscores in __isascii in MSVC.
2018-10-16  Guy HarrisProvide out own strlcpy() and strlcat() routines if...
2018-10-16  Guy HarrisMSVC doesn't have isascii(), but it does have _isascii().
2018-03-18  Guy HarrisMerge pull request #681 from sgeto/HAVE_SNPRINTF
2018-03-15  Ali AbdulkadirAvoid redefining HAVE_SNPRINTF 681/head
2017-10-31  Guy HarrisHandle fopen() and fopen_s() differently.
2017-09-30  Guy HarrisGet rid of setbuf() macro; use setvbuf() instead.
2017-09-30  Guy HarrisIf we're going to use FILE *, we need to include <stdio...
2017-09-21  Guy HarrisMerge pull request #623 from sgeto/ffs
2017-09-21  Guy HarrisMerge pull request #624 from sgeto/strtok_s
2017-09-21  Ali AbdulkadirUse strtok_r as strtok_s under MinGW as well 624/head
2017-09-08  Guy HarrisMove all the function attributes from funcattrs.h to...
2017-09-05  Guy HarrisMove the PRI[doux]64 definitions to pcap-types.h.
2017-09-05  Guy HarrisDon't use sscanf_s() as a sscanf() replacement.
2017-09-04  Guy HarrisWe may have to define strdup even if _DEBUG is defined.
2017-03-20  Guy HarrisDefine more feature test macros and do so in a separate...
2017-03-20  Guy HarrisForce strtok_r() to be declared if it's present.
2017-03-19  Guy HarrisMerge pull request #568 from gvanem/master
2017-03-19  Guy HarrisUse compiler #defines to determine how to handle some...
2017-03-16  Gisle VanemIn MSVC debug-mode ('-MDd' or '-MTd'), there is an...
2017-03-15  Gisle VanemMerge pull request #1 from the-tcpdump-group/master
2017-03-14  Gisle VanemFix declaration of pcap_strtok_r().
2017-03-13  Guy HarrisHave a strlcat() macro for UN*X platforms that lack it.
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-08-13  Guy HarrisFix builds on MinGW.
2016-08-11  Guy HarrisAdd a wrapper for strtok_r().
2016-08-02  Guy HarrisMove definition of HAVE_SNPRINTF to portability.h.
2016-08-02  Guy HarrisMove some additional stuff to portability.h.
2016-07-29  Guy HarrisMerge pull request #513 from hsluoyz/master
2016-07-29  Yang LuoReplace fopen() with fopen_s() on Windows.
2016-07-29  Yang LuoReplace setbuf() with setvbuf() on Windows.
2016-07-29  Yang LuoFix MSVC compile warnings on the WinPcap specific code.
2016-07-29  Guy HarrisMove the definition of strdup to portability.h.
2016-07-28  Guy HarrisMove portability declarations/definitions to portability.h.