Revision tags: curl-7_41_0, curl-7_40_0 |
|
#
151ae594 |
| 27-Dec-2014 |
Steve Holme |
code/docs: Use correct case for IPv4 and IPv6 For consistency, as we seem to have a bit of a mixed bag, changed all instances of ipv4 and ipv6 in comments and documentations to use the
code/docs: Use correct case for IPv4 and IPv6 For consistency, as we seem to have a bit of a mixed bag, changed all instances of ipv4 and ipv6 in comments and documentations to use the correct case.
show more ...
|
Revision tags: curl-7_39_0, curl-7_38_0, curl-7_37_1, curl-7_37_0, curl-7_36_0, curl-7_35_0, curl-7_34_0, curl-7_33_0 |
|
#
0b5ae7c8 |
| 10-Sep-2013 |
Daniel Stenberg |
NI_MAXSERV: remove all use of it Solaris with the SunStudio Compiler is reportedly missing this define, but as we're using it without any good reason on all the places it was used I'
NI_MAXSERV: remove all use of it Solaris with the SunStudio Compiler is reportedly missing this define, but as we're using it without any good reason on all the places it was used I've now instead switched to just use sensible buffer sizes that fit a 32 bit decimal number. Which also happens to be smaller than the common NI_MAXSERV value which is 32 on most machines. Bug: http://curl.haxx.se/bug/view.cgi?id=1277 Reported-by: D.Flinkmann
show more ...
|
Revision tags: curl-7_32_0, curl-7_31_0, curl-7_30_0, curl-7_29_0 |
|
#
5a053ffe |
| 06-Jan-2013 |
Yang Tse |
build: fix circular header inclusion with other packages This commit renames lib/setup.h to lib/curl_setup.h and renames lib/setup_once.h to lib/curl_setup_once.h. Removes the n
build: fix circular header inclusion with other packages This commit renames lib/setup.h to lib/curl_setup.h and renames lib/setup_once.h to lib/curl_setup_once.h. Removes the need and usage of a header inclusion guard foreign to libcurl. [1] Removes the need and presence of an alarming notice we carried in old setup_once.h [2] ---------------------------------------- 1 - lib/setup_once.h used __SETUP_ONCE_H macro as header inclusion guard up to commit ec691ca3 which changed this to HEADER_CURL_SETUP_ONCE_H, this single inclusion guard is enough to ensure that inclusion of lib/setup_once.h done from lib/setup.h is only done once. Additionally lib/setup.h has always used __SETUP_ONCE_H macro to protect inclusion of setup_once.h even after commit ec691ca3, this was to avoid a circular header inclusion triggered when building a c-ares enabled version with c-ares sources available which also has a setup_once.h header. Commit ec691ca3 exposes the real nature of __SETUP_ONCE_H usage in lib/setup.h, it is a header inclusion guard foreign to libcurl belonging to c-ares's setup_once.h The renaming this commit does, fixes the circular header inclusion, and as such removes the need and usage of a header inclusion guard foreign to libcurl. Macro __SETUP_ONCE_H no longer used in libcurl. 2 - Due to the circular interdependency of old lib/setup_once.h and the c-ares setup_once.h header, old file lib/setup_once.h has carried back from 2006 up to now days an alarming and prominent notice about the need of keeping libcurl's and c-ares's setup_once.h in sync. Given that this commit fixes the circular interdependency, the need and presence of mentioned notice is removed. All mentioned interdependencies come back from now old days when the c-ares project lived inside a curl subdirectory. This commit removes last traces of such fact.
show more ...
|
#
4a5aa668 |
| 04-Jan-2013 |
Yang Tse |
Revert changes relative to lib/*.[ch] recent renaming This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de0... build: make use
Revert changes relative to lib/*.[ch] recent renaming This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de0... build: make use of 76 lib/*.h renamed files ffd8e12... build: rename 76 lib/*.h files This also reverts removal of redundant include guard (redundant thanks to changes in above commits) done 2-12-2013, reverting 1 commit: c087374... curl_setup.h: remove redundant include guard This also reverts renaming and usage of lib/*.c source files done 3-12-2013, reverting 3 commits: 13606bb... build: make use of 93 lib/*.c renamed files 5b6e792... build: rename 93 lib/*.c files 7d83dff... build: commit 13606bbfde follow-up 1 Start of related discussion thread: http://curl.haxx.se/mail/lib-2013-01/0012.html Asking for confirmation on pushing this revertion commit: http://curl.haxx.se/mail/lib-2013-01/0048.html Confirmation summary: http://curl.haxx.se/mail/lib-2013-01/0079.html NOTICE: The list of 2 files that have been modified by other intermixed commits, while renamed, and also by at least one of the 6 commits this one reverts follows below. These 2 files will exhibit a hole in history unless git's '--follow' option is used when viewing logs. lib/curl_imap.h lib/curl_smtp.h
show more ...
|
#
f871de00 |
| 28-Dec-2012 |
Yang Tse |
build: make use of 76 lib/*.h renamed files 76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree.
|
#
a0b20716 |
| 14-Dec-2012 |
Yang Tse |
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> Inclusion of top two most included header files now done in setup_once.h
|
Revision tags: curl-7_28_1, curl-7_28_0, curl-7_27_0, curl-7_26_0, curl-7_25_0, curl-7_24_0 |
|
#
9f20379f |
| 12-Jan-2012 |
Daniel Stenberg |
hostip: avoid getaddrinfo when c-ares is used Some functions using getaddrinfo and gethostbyname were still mistakingly being used/linked even if c-ares was selected as resolver back
hostip: avoid getaddrinfo when c-ares is used Some functions using getaddrinfo and gethostbyname were still mistakingly being used/linked even if c-ares was selected as resolver backend. Reported by: Arthur Murray Bug: http://curl.haxx.se/mail/lib-2012-01/0160.html
show more ...
|
Revision tags: curl-7_23_1, curl-7_23_0, curl-7_22_0 |
|
#
f1586cb4 |
| 26-Jul-2011 |
Yang Tse |
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
|
#
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, curl-7_21_5, curl-7_21_4 |
|
#
ca015f1a |
| 29-Jan-2011 |
Vsevolod Novikov |
asynch resolvers: unified Introducing an internal API for handling of different async resolver backends.
|
Revision tags: curl-7_21_3 |
|
#
a1f32ffe |
| 11-Nov-2010 |
Daniel Stenberg |
ip_version: moved to connection struct The IP version choice was previously only in the UserDefined struct within the SessionHandle, but since we sometimes alter that option during a
ip_version: moved to connection struct The IP version choice was previously only in the UserDefined struct within the SessionHandle, but since we sometimes alter that option during a request we need to have it on a per-connection basis. I also moved more "init conn" code into the allocate_conn() function which is designed for that purpose more or less.
show more ...
|
Revision tags: curl-7_21_2, curl-7_21_1, curl-7_21_0 |
|
#
f3d4b17a |
| 16-Apr-2010 |
Daniel Stenberg |
resolvers: no more using AI_CANONNAME No resolver anymore needs to use AI_CANONNAME and do reverse lookups. We should work hard to avoid having code that relies on it.
|
#
68aae7f5 |
| 15-Apr-2010 |
Daniel Stenberg |
Curl_ipv4_resolve_r: only set AI_CANONNAME when needed As reported in bug report #2987196, the code for ipv6 already did the setting of this bit correctly so we copied that logic into
Curl_ipv4_resolve_r: only set AI_CANONNAME when needed As reported in bug report #2987196, the code for ipv6 already did the setting of this bit correctly so we copied that logic into the Curl_ipv4_resolve_r() function as well. KRB code is the only code we know that might need the cannonical name so only resolve it for such requests!
show more ...
|
Revision tags: curl-7_20_1 |
|
#
2309b4e3 |
| 24-Mar-2010 |
Daniel Stenberg |
remove the CVSish $Id$ lines
|
#
a07bc791 |
| 14-Feb-2010 |
Yang Tse |
removed trailing whitespace
|
Revision tags: curl-7_20_0 |
|
#
15efa262 |
| 04-Feb-2010 |
Yang Tse |
Fix compiler warning: unused variable
|
#
46de140a |
| 02-Feb-2010 |
Yang Tse |
Fix compiler warning: variable was set but never used Simplify preprocessor symbol checking
|
#
483ff1ca |
| 25-Jan-2010 |
Yang Tse |
Constantine Sapuntzakis threaded resolver enhancements
|
#
3184a91e |
| 30-Dec-2009 |
Yang Tse |
VMS specific preprocessor symbol checking adjustments
|
#
59939313 |
| 18-Nov-2009 |
Yang Tse |
Make usage of calloc()'s arguments consistent with rest of code base
|
Revision tags: curl-7_19_7, curl-7_19_6, curl-7_19_5 |
|
#
33a3753c |
| 21-Apr-2009 |
Yang Tse |
libcurl's memory.h renamed to curl_memory.h
|
#
9770899a |
| 21-Apr-2009 |
Yang Tse |
Moved potential inclusion of system's malloc.h and memory.h header files to setup_once.h. Inclusion of each header file is based on the definition of NEED_MALLOC_H and NEED_MEMORY_H respecti
Moved potential inclusion of system's malloc.h and memory.h header files to setup_once.h. Inclusion of each header file is based on the definition of NEED_MALLOC_H and NEED_MEMORY_H respectively.
show more ...
|
Revision tags: curl-7_19_4, curl-7_19_3, curl-7_19_2 |
|
#
a0ef686c |
| 06-Nov-2008 |
Yang Tse |
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one which now also takes a protocol address family argument.
|
Revision tags: curl-7_19_1 |
|
#
8f467b42 |
| 29-Sep-2008 |
Dan Fandrich |
Removed unneeded includes of signal.h and setjmp.h
|
#
4e909ee8 |
| 24-Sep-2008 |
Yang Tse |
ntoa() and inet_ntoa_r() no longer used
|