#
ef217610 |
| 24-Jul-2011 |
Yang Tse |
errno.h inclusion conditionally done in setup_once.h
|
Revision tags: curl-7_21_7, curl-7_21_6 |
|
#
b903186f |
| 20-Apr-2011 |
Daniel Stenberg |
source cleanup: unify look, style and indent levels By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed.
|
#
1702a2c0 |
| 19-Apr-2011 |
Fabian Keil |
Fix a couple of spelling errors in lib/ Found with codespell.
|
Revision tags: curl-7_21_5, curl-7_21_4, curl-7_21_3, curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1, curl-7_20_0, curl-7_19_7, curl-7_19_6, curl-7_19_5, curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1 |
|
#
3800be38 |
| 23-Sep-2008 |
Yang Tse |
Remove usage of inet_ntoa and inet_ntoa_r
|
Revision tags: curl-7_19_0, curl-7_18_2, curl-7_18_1, curl-7_18_0 |
|
#
cbd1a77e |
| 07-Nov-2007 |
Daniel Stenberg |
if () => if() while () => while() and some other minor re-indentings
|
Revision tags: curl-7_17_1, curl-7_17_0 |
|
#
557cc55f |
| 23-Aug-2007 |
Patrick Monnerat |
Porting library to OS/400
|
Revision tags: curl-7_17_0-preldapfix |
|
#
1866b95b |
| 08-Aug-2007 |
Gunter Knauf |
moved ugly CLIB define to nwos.c.
|
Revision tags: curl-7_16_4 |
|
#
afdfa4be |
| 30-Jun-2007 |
Gunter Knauf |
minor patches to enable building for NetWare CLIB. sent by Dmitry Mityugov.
|
Revision tags: curl-7_16_3, curl-7_16_2 |
|
#
c514a2a8 |
| 26-Feb-2007 |
Gisle Vanem |
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files since they're already included through "setup.h".
|
#
3a634a27 |
| 21-Feb-2007 |
Yang Tse |
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
|
#
d9bf5557 |
| 17-Feb-2007 |
Yang Tse |
Move portable error number symbolic name definitions to setup_once.h
|
#
6663608d |
| 15-Feb-2007 |
Yang Tse |
avoid redefinition of SET_ERRNO()
|
Revision tags: curl-7_16_1, curl-7_16_0 |
|
#
5df4be11 |
| 18-Oct-2006 |
Yang Tse |
Check for USE_WINSOCK instead of WIN32 where the check was done to verify winsock API availability.
|
Revision tags: curl-7_15_6-prepipeline, curl-7_15_5 |
|
#
646a6b60 |
| 04-Aug-2006 |
Yang Tse |
Minor compatibility fix
|
#
8f8ba948 |
| 04-Aug-2006 |
Yang Tse |
Fix compiler warning
|
Revision tags: curl-7_15_4, curl-7_15_3, curl-7_15_2 |
|
#
df03d5a8 |
| 08-Dec-2005 |
Dan Fandrich |
Replaced nonstandard u_char and u_int types
|
Revision tags: curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0 |
|
#
d1235ff0 |
| 26-May-2005 |
Daniel Stenberg |
provide the proper copyright texts for these
|
Revision tags: curl-7_14_0, curl-7_13_2 |
|
#
bf87d13f |
| 16-Mar-2005 |
Dan Fandrich |
Fixed some compiler warnings I should have noticed before.
|
#
efaf6886 |
| 15-Mar-2005 |
Dan Fandrich |
Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
|
Revision tags: curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3, curl-7_12_2 |
|
#
39af394a |
| 06-Oct-2004 |
Daniel Stenberg |
removed tabs and trailing whitespace from source
|
Revision tags: curl-7_12_1 |
|
#
b0cd9647 |
| 24-Jun-2004 |
Daniel Stenberg |
oops 5 bytes makes 4 letters plus zero byte
|
#
feb2dd28 |
| 24-Jun-2004 |
Daniel Stenberg |
Replaced all uses of sprintf() with the safer snprintf(). It is just a precaution to prevent mistakes to lead to buffer overflows.
|
Revision tags: pre-aifix, curl-7_12_0 |
|
#
5b0a5c40 |
| 27-Apr-2004 |
Daniel Stenberg |
provide our own inet_ntoa_r() proto if the system has none on its own
|
#
648e82f0 |
| 26-Apr-2004 |
Daniel Stenberg |
Major hostip.c cleanup and split into multiple files and easier #ifdef usage.
|