2008-04-07 |
Yang Tse | fix compiler warning: unreferenced formal parameter |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Yang Tse | fix compiler warning: assignment within conditional... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Daniel Stenberg | - Alexey Simak fixed the VC dsp file by adding the... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Daniel Stenberg | Alexey Simak made adig support NAPTR records |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Daniel Stenberg | Eino Tuominen improved the code when a file is used... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Yang Tse | Force AIX xlc to fail and not generate object code... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Gunter Knauf | added get_ver.awk since c-ares is a standalone project... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Gunter Knauf | a couple of small fixes to the makefile: |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Gunter Knauf | fixed linker def file for tools when compiled with... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Gunter Knauf | added some files which were missing in release tarballs. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Gunter Knauf | updated copyright for new year. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Gisle Vanem | Added '-d' option for Watt-32 debugging. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Yang Tse | MSVC 9.0 (VS2008) does not support Windows build target... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Daniel Stenberg | build acountry too |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Gisle Vanem | Added acountry.c. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Gisle Vanem | Added build of acountry.nlm. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Gisle Vanem | Added build of acountry.exe. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Gisle Vanem | Build acountry.exe. Added 'socklen_t' define. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Gisle Vanem | Another sample application that returns country-code and |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Daniel Stenberg | grrr, the previous commit was meant to properly make... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Daniel Stenberg | when building |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Daniel Stenberg | build ahost and adig by default but don't install them |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Gisle Vanem | Fix for targets that do have 'struct in6_addr', but... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Yang Tse | Fix three issues previous cleanup introduces. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Daniel Stenberg | Erik Kline cleaned up ares_gethostbyaddr.c:next_lookup... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Daniel Stenberg | Brad Spencer fixed the configure script to assume that... |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Daniel Stenberg | the gethostbyname fix applied here as well |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Daniel Stenberg | fix next_lookup() to continue searching even if c-ares... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Daniel Stenberg | Remove the check for libdl since that isn't actually... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Daniel Stenberg | pkgconfig fix by Andreas Schuldei |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Daniel Stenberg | spellfix |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Daniel Stenberg | and we start on 1.5.2! |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Daniel Stenberg | change |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Daniel Stenberg | oops |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Daniel Stenberg | start working on 1.5.1 now |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Daniel Stenberg | this is what 1.5.0 is |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Daniel Stenberg | fill in missing copyrights |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Gunter Knauf | removed now obsolete defines; |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Steinar H.... | Fix a double free. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Yang Tse | Needed now that in6_addr is referenced in ares.h |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Steinar H.... | When looking up in DNS and then in the hosts file,... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Steinar H.... | Return TTL data from ares_parse_{a,aaaa}_reply, if... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Yang Tse | Define WIN32 when build target is Win32 API. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Yang Tse | The only libraries actually needed for sample programs... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Yang Tse | MSVC versions prior to VS2005 do not complain about... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Yang Tse | Windows build targets have socklen_t definition in... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Gunter Knauf | removed dependency on gettimeofday() since we use only... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Yang Tse | Fix compiler warning: conversion from "int" to "unsigne... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Yang Tse | Fix message shown when detecting icc version |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Yang Tse | Avoid shadowing a global declaration |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Yang Tse | Renamed a variable to avoid shadowing a global declaration |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Yang Tse | Renamed internal function to avoid a variable shadowing it |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Yang Tse | Fix compiler warning: feupdateenv is not implemented... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Yang Tse | Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS() |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Yang Tse | Fix compiler warning: conversion from "int" to "unsigne... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Yang Tse | actually sync with lib/setup_once.h |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Yang Tse | sync with lib/setup_once.h |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Steinar H.... | Fix a bug where fallback from AF_INET6 to AF_INET would... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dan Fandrich | Mention first version with CURLOPT_COPYPOSTFIELDS. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Gisle Vanem | Added needed 'HAVE_*' defines. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Gisle Vanem | 'FD_CLOXEC' is meaningless on MSDOS/Watt-32. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Steinar H.... | Removed a piece of redundant code (process_answer alrea... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Steinar H.... | Another timeout fix in ares_getnameinfo(). |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Steinar H.... | Send the timeout count in ares_getnameinfo(). |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Steinar H.... | Moved the NULL check for channel upwards in ares_destroy(). |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Steinar H.... | Clarified the comment over ares_cancel. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Yang Tse | Avoid a segfault when generating a DNS "Transaction... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Yang Tse | Add ares_llist.c and ares_llist.h to MSCV project file. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Daniel Stenberg | Fixed the problem where next_lookup would use 'status... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Yang Tse | Avoid inline C99ism, and move c-ares routines for manag... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Daniel Stenberg | ares_strerror() segfaulted if the input error number... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Daniel Stenberg | Prevent ares_strerror() from segfaulting if an invalid... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Yang Tse | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Yang Tse | check availability of <netinet/tcp.h> |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Yang Tse | improve portability, defining MAXDNAME and MAXCDNAME |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Steinar H.... | Fix a memory leak that I recently inadvertedly introduced. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Use ISDIGIT instead of isdigit; fixes a gcc warning. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Port the TCP socket fix made in ares_fds() to ares_gets... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Previously, processing a large batch of timeouts was... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Gisle Vanem | We should standarise on C comments. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Gisle Vanem | Fix compiler warning in setsockopt(). |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | TCP queries can time out too, not just UDP queries... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Read and process as many packets as possible in read_ud... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | There are two different places in write_tcp_data()... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Reject names that are longer than 255 characters, to... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | In ares_mkquery, make sure we set buflen and buf to... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Be stricter about what's a valid IP address in fake_hos... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Steinar H.... | Handle the root of the DNS tree correctly in ares_expan... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Daniel Stenberg | today's modifications by Steinar and me |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Daniel Stenberg | Bumped version to 1.5.0 for next release and soname... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Unrevert previous 'missing' hunks. They were missing... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Yet more missing hunks... Nggh. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Always register for TCP events even if there are no... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Forgot to include a few hunks from ares_process.c earli... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Support a few more socket options, and refactor the... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Make the query callbacks return the number of timeouts... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Three fixes in one commit (sorry): a) Take care of... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steinar H.... | Don't skip a server if it's the only one. (Bugfix from... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Daniel Stenberg | wrong, revert the previous "fix" and instead check... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Daniel Stenberg | eek, fix the conditions to return on either problem... |
commit | commitdiff | tree | snapshot |
next |