2015-11-09 |
Seonah Moon | Update to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943 |
blob | commitdiff |
2013-09-10 |
Daniel Stenberg | NI_MAXSERV: remove all use of it |
blob | commitdiff | diff to current |
2013-01-08 |
Yang Tse | build: fix circular header inclusion with other packages |
blob | commitdiff | diff to current |
2013-01-06 |
Yang Tse | Revert changes relative to lib/*.[ch] recent renaming |
blob | commitdiff | diff to current |
2013-01-03 |
Yang Tse | build: rename 93 lib/*.c files |
blob | commitdiff |
2013-01-03 |
Yang Tse | build: make use of 93 lib/*.c renamed files |
blob | commitdiff | diff to current |
2012-12-28 |
Yang Tse | build: make use of 76 lib/*.h renamed files |
blob | commitdiff | diff to current |
2012-12-14 |
Yang Tse | setup_once.h: refactor inclusion of <unistd.h> and... |
blob | commitdiff | diff to current |
2011-10-24 |
Daniel Stenberg | Merge pull request #25 from trtom/master |
blob | commitdiff | diff to current |
2011-09-03 |
Yang Tse | fix a bunch of MSVC compiler warnings |
blob | commitdiff | diff to current |
2011-07-26 |
Yang Tse | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu... |
blob | commitdiff | diff to current |
2011-05-18 |
Daniel Stenberg | CLOSESOCKETFUNCTION: added |
blob | commitdiff | diff to current |
2011-04-27 |
Daniel Stenberg | source cleanup: unify look, style and indent levels |
blob | commitdiff | diff to current |
2011-04-21 |
Fabian Keil | In lib/, change 'wanna' to 'want to'. |
blob | commitdiff | diff to current |
2011-03-23 |
Daniel Stenberg | ipv6: only probe once |
blob | commitdiff | diff to current |
2010-11-11 |
Daniel Stenberg | ip_version: moved to connection struct |
blob | commitdiff | diff to current |
2010-04-16 |
Daniel Stenberg | resolvers: no more using AI_CANONNAME |
blob | commitdiff | diff to current |
2010-03-24 |
Daniel Stenberg | remove the CVSish $Id$ lines |
blob | commitdiff | diff to current |
2010-01-25 |
Yang Tse | Constantine Sapuntzakis threaded resolver enhancements |
blob | commitdiff | diff to current |
2010-01-22 |
Yang Tse | Constantine Sapuntzakis refactoring of async callbacks... |
blob | commitdiff | diff to current |
2010-01-18 |
Yang Tse | Constantine Sapuntzakis enhancements to make memory... |
blob | commitdiff | diff to current |
2009-12-30 |
Yang Tse | VMS specific preprocessor symbol checking adjustments |
blob | commitdiff | diff to current |
2009-04-21 |
Yang Tse | libcurl's memory.h renamed to curl_memory.h |
blob | commitdiff | diff to current |
2009-04-21 |
Yang Tse | Moved potential inclusion of system's malloc.h and... |
blob | commitdiff | diff to current |
2008-10-30 |
Yang Tse | Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo() |
blob | commitdiff | diff to current |
2008-10-30 |
Yang Tse | Use our Curl_addrinfo definition even when an addrinfo... |
blob | commitdiff | diff to current |
2008-10-27 |
Yang Tse | add null-pointer check |
blob | commitdiff | diff to current |
2008-09-29 |
Dan Fandrich | Removed unneeded includes of signal.h and setjmp.h |
blob | commitdiff | diff to current |
2008-09-24 |
Yang Tse | ntoa() and inet_ntoa_r() no longer used |
blob | commitdiff | diff to current |
2008-07-27 |
Dan Fandrich | Eliminate a unnecessary socket creation in Curl_getaddr... |
blob | commitdiff | diff to current |
2007-11-07 |
Daniel Stenberg | if () => if() |
blob | commitdiff | diff to current |
2007-07-01 |
Daniel Stenberg | Thomas J. Moore provided a patch that introduces Kerber... |
blob | commitdiff | diff to current |
2007-02-26 |
Gisle Vanem | Removed inclusion of <sys/types.h> and <sys/stat.h... |
blob | commitdiff | diff to current |
2007-02-16 |
Yang Tse | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKER... |
blob | commitdiff | diff to current |
2006-07-27 |
Daniel Stenberg | put back the correct logic, as the change dated July... |
blob | commitdiff | diff to current |
2006-07-25 |
Yang Tse | Simplify check for NEED_MALLOC_H, and make more explici... |
blob | commitdiff | diff to current |
2006-07-24 |
Gisle Vanem | Use the proper Curl_freeaddrinfo() for CURLRES_ARES. |
blob | commitdiff | diff to current |
2006-07-21 |
Gisle Vanem | Constify arguments to Curl_he2ai() and Curl_addrinfo_co... |
blob | commitdiff | diff to current |
2006-07-21 |
Gisle Vanem | Constify 'hostname' and 'service' to various resolver... |
blob | commitdiff | diff to current |
2006-07-21 |
Gisle Vanem | Changes for combination ENABLE_IPV6 and USE_ARES. |
blob | commitdiff | diff to current |
2006-07-20 |
Gisle Vanem | Avoid warning "comparison of unsigned expression <... |
blob | commitdiff | diff to current |
2006-07-11 |
Yang Tse | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLO... |
blob | commitdiff | diff to current |
2006-07-04 |
Yang Tse | Test HAVE_GETNAMEINFO definition before using GETNAMEIN... |
blob | commitdiff | diff to current |
2006-07-03 |
Yang Tse | Fix compiler warning. |
blob | commitdiff | diff to current |
2006-05-05 |
Daniel Stenberg | additional renames of Curl_ourerrno => Curl_sockerrno |
blob | commitdiff | diff to current |
2006-05-04 |
Daniel Stenberg | Roland Blom filed bug report #1481217 |
blob | commitdiff | diff to current |
2006-04-26 |
Gisle Vanem | Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines |
blob | commitdiff | diff to current |
2005-12-13 |
Yang Tse | Undo last 'fix', since it was not the proper one. |
blob | commitdiff | diff to current |
2005-12-12 |
Yang Tse | Fix compiler warning |
blob | commitdiff | diff to current |
2005-12-11 |
Yang Tse | Undo last changes |
blob | commitdiff | diff to current |
2005-12-11 |
Yang Tse | Fix compiler warning and compatibility issue with the... |
blob | commitdiff | diff to current |
2005-12-08 |
Yang Tse | Fix compiler warning |
blob | commitdiff | diff to current |
2005-11-08 |
Daniel Stenberg | Removed the use of AI_CANONNAME in the IPv6-enabled... |
blob | commitdiff | diff to current |
2005-10-20 |
Daniel Stenberg | Added a dump_addrinfo() function to ease debugging... |
blob | commitdiff | diff to current |
2005-10-10 |
Daniel Stenberg | pass a NULL pointer in the service argument (the second... |
blob | commitdiff | diff to current |
2005-09-16 |
Daniel Stenberg | keep 'socktype' in the connectdata struct and make... |
blob | commitdiff | diff to current |
2005-09-02 |
Daniel Stenberg | John Kelly added TFTP support to libcurl. A bunch of... |
blob | commitdiff | diff to current |
2005-04-19 |
Daniel Stenberg | only define _REENTRANT if not already defined, and... |
blob | commitdiff | diff to current |
2005-03-17 |
Daniel Stenberg | include inet_pton.h |
blob | commitdiff | diff to current |
2005-03-17 |
Daniel Stenberg | use Curl_inet_pton(), not inet_pton(). |
blob | commitdiff | diff to current |
2005-02-09 |
Daniel Stenberg | FTP code turned into state machine. Not completely... |
blob | commitdiff | diff to current |
2004-10-06 |
Daniel Stenberg | removed tabs and trailing whitespace from source |
blob | commitdiff | diff to current |
2004-08-20 |
Daniel Stenberg | actually, we check for a numerical host using either... |
blob | commitdiff | diff to current |
2004-08-20 |
Daniel Stenberg | use inet_pton() correctly! |
blob | commitdiff | diff to current |
2004-08-19 |
Daniel Stenberg | Ling Thio pointed out that getaddrinfo() reverse-lookup... |
blob | commitdiff | diff to current |
2004-06-24 |
Daniel Stenberg | Gisle cleaned up remaining host resolve re-org issues |
blob | commitdiff | diff to current |
2004-06-10 |
Daniel Stenberg | Gisle Vanem's improved verbose output and timeout handl... |
blob | commitdiff | diff to current |
2004-05-11 |
Daniel Stenberg | curl_global_init_mem() allows the memory functions... |
blob | commitdiff | diff to current |
2004-04-26 |
Daniel Stenberg | corrected mistake |
blob | commitdiff | diff to current |
2004-04-26 |
Daniel Stenberg | IDN adjustments and host cleanups by Gisle |
blob | commitdiff | diff to current |
2004-04-26 |
Daniel Stenberg | Major hostip.c cleanup and split into multiple files... |
blob | commitdiff | diff to current |
|