Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-15 | config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32 | Gisle Vanem | |
2013-02-15 | config-dos.h: define strerror() to strerror_s_() for High-C | Gisle Vanem | |
2013-02-15 | config-dos.h: define HAVE_TERMIOS_H only for djgpp | Gisle Vanem | |
2013-02-14 | strlcat: remove function | Daniel Stenberg | |
This function was only used twice, both in places where performance isn't crucial (socks + if2ip). Removing the use of this function removes the need to have our private version for systems without it == reduced amount of code. Also, in the SOCKS case it is clearly better to fail gracefully rather than to truncate the results. This work was triggered by a bug report on the strcal prototype in strequal.h. strlcat was added in commit db70cd28 in February 2001! Bug: http://curl.haxx.se/bug/view.cgi?id=1192 Reported by: Jeremy Huddleston | |||
2012-12-28 | lib/*.h: use our standard naming scheme for header inclusion guards | Yang Tse | |
2011-07-24 | errno.h inclusion conditionally done in setup_once.h | Yang Tse | |
2011-03-10 | sources: update source headers | Daniel Stenberg | |
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers. | |||
2010-12-03 | build: provide SIZEOF_SIZE_T DOS definition | Yang Tse | |
2010-12-03 | build: lib/config.dos renamed to lib/config-dos.h | Yang Tse | |