Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-08 | packaging: Bump to 1.10.0tizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_wearable/20150128.000000submit/tizen_wearable/20150127.000001submit/tizen_wearable/20150116.000000submit/tizen_tv/20150320.000001submit/tizen_tv/20150119.000001submit/tizen_mobile/20150302.000000submit/tizen_mobile/20150223.000000submit/tizen_mobile/20150213.000000submit/tizen_mobile/20150116.000001submit/tizen_ivi/20141225.222222submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen_common/20141209.172751submit/tizen_common/20141209.112152submit/tizen_common/20141209.111242submit/tizen_common/20141209.092539submit/tizen_common/20141208.144953submit/tizen_common/20141208.142121submit/tizen_base/20151223.111112submit/tizen_base/20151223.111111submit/tizen_3.0_base/20161028.062323accepted/tizen/wearable/20150129.005743accepted/tizen/tv/20150324.014512accepted/tizen/mobile/20150304.131056accepted/tizen/ivi/20141225.103500accepted/tizen/common/20141209.182138accepted/tizen/base/20151223.052335accepted/tizen/3.0/base/20161028.103013tizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonsandbox/pcoval/latestaccepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_3.0_ivi | Philippe Coval | 1 | -3/+2 | |
Skip: 8c8d79c Bug-Tizen: TC-2003/part Change-Id: Iaaa0144a08e2d5df10850af83246ff03887d3c6b Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org> | |||||
2014-12-08 | resetting manifest requested domain to floor | Alexandru Cornea | 2 | -0/+9 | |
2014-12-08 | Fixed packaging per rpmlint | Anas Nashif | 2 | -8/+9 | |
2014-12-08 | packaging: Intitial packaging for Tizen | Anas Nashif | 2 | -0/+69 | |
Change-Id: Iaba7c263da4ef05284cbd4f159a14911f78a146b Author: Anas Nashif <anas.nashif@intel.com> | |||||
2014-12-08 | downstream: ocloexec | Anas Nashif | 5 | -11/+11 | |
Change-Id: Ie10c7a5414603781405af5b7a094c9cc359e2465 Author: Anas Nashif <anas.nashif@intel.com> | |||||
2013-05-12 | RELEASE-NOTES: two more bug fixesupstream/1.10.0sandbox/pcoval/upstream | Daniel Stenberg | 1 | -1/+4 | |
2013-05-12 | ares_set_servers_csv: fixed IPv6 address parsing | Keith Shaw | 1 | -15/+45 | |
Fixed bug that caused the last part of an IPv6 address to be parsed as the port number when the last part is all numeric. | |||||
2013-05-02 | nroff: fix two syntax mistakes | Daniel Stenberg | 2 | -2/+2 | |
ares_parse_a_reply and ares_parse_aaaa_reply both had two \fB instead of \fP Reported-by: Alexander Klauer Bug: http://c-ares.haxx.se/mail/c-ares-archive-2013-03/0010.shtml | |||||
2013-05-02 | build: fix build on msvc11 | Alex Loukissas | 2 | -2/+3 | |
2013-04-23 | Makefile.am: increment -version-info for 1.10.0 release | Daniel Stenberg | 1 | -1/+1 | |
2013-04-23 | README: remove unnecessary comment | Daniel Stenberg | 1 | -2/+0 | |
2013-04-23 | ares_version.h: copyright end range year is now 2013 | Daniel Stenberg | 1 | -1/+1 | |
2013-04-23 | RELEASE-NOTES: synced with fb0737f3a0a1c37 | Daniel Stenberg | 1 | -3/+24 | |
2013-04-22 | ares_parse_aaaa_reply: Plug memory leak | Paul Saab | 1 | -0/+2 | |
This change is similar to ares_parse_a_reply.c in commit bffd67f16a8f42fe6dbf79ab2e39d92eea05c8a6 | |||||
2013-04-22 | ares_parse_txt_reply: return a ares_txt_reply node for each sub-string | Patrick Valsecchi | 2 | -48/+38 | |
Previously, the function would wrongly return all substrings merged into one. | |||||
2013-04-22 | library init: documentation update | Alexander Klauer | 2 | -9/+28 | |
This commit updates the documentation of ares_library_init() and ares_library_cleanup() with regard to the newly introduced reference counting of initializations and deinitializations. | |||||
2013-04-22 | library init: be recursive | Alexander Klauer | 1 | -1/+6 | |
Previously, a single call to ares_library_cleanup() would deinitialise the c-ares library, regardless of how many times ares_library_init() was called. This behaviour may cause problems in programs linking two or more libraries which, in turn, use c-ares. The present commit fixes this problem, deinitializing the library only after a number of calls to ares_library_cleanup() matching the number of calls to ares_library_init(). | |||||
2013-04-15 | protocol parsing: check input data stricter | Patrick Valsecchi | 9 | -2/+52 | |
... so that bad length fields aren't blindly accepted Bug: http://c-ares.haxx.se/mail/c-ares-archive-2013-04/0016.shtml | |||||
2013-04-11 | Create ares_build.h when buidling from Git. | Guenter Knauf | 1 | -0/+7 | |
2013-04-09 | Added -DCARES_STATICLIB to CFLAGS. | Guenter Knauf | 1 | -0/+1 | |
Currently this static makefile does only support building the static library libcares.a. | |||||
2013-04-08 | .gitignore: ignore patch files | Alexander Klauer | 1 | -0/+1 | |
This commit adds a line to .gitignore to the effect that patch files generated by 'git format-patch' are excluded from the repository. | |||||
2013-04-08 | ares_destroy() documentation: no new requests | Alexander Klauer | 1 | -1/+2 | |
Clarify that no new requests may be added to a resolver channel that is currently being destroyed. | |||||
2013-04-08 | Documentation: properly document ARES_ECANCELLED | Alexander Klauer | 7 | -1/+21 | |
This commit clarifies the behaviour of ares_cancel() with respect to callbacks and adds missing documentation of ARES_ECANCELLED to the man pages of the affected functions. | |||||
2013-04-08 | ares_cancel(): cancel requests safely | Alexander Klauer | 1 | -20/+20 | |
An invocation of ares_cancel() walks through the request list, calling the callbacks of all pending requests on a channel. Previously, if such a callback added a new request to the channel, the request list might not end up empty, causing an abort by assertion failure. The present commit ensures that precisely all requests present upon entry of ares_cancel() are cancelled, and that adding new requests through callbacks is safe. | |||||
2013-03-10 | ares.h: stricter CARES_EXTERN linkage decorations logic | Yang Tse | 3 | -52/+46 | |
No API change involved. | |||||
2013-03-10 | ares_build.h.dist: enhance non-configure GCC ABI detection logic | Yang Tse | 1 | -3/+5 | |
GCC specific adjustments: - check __ILP32__ before 32 and 64bit processor architectures in order to detect ILP32 programming model on 64 bit processors which, of course, also support LP64 programming model, when using gcc 4.7 or newer. - keep 32bit processor architecture checks in order to support gcc versions older than 4.7 which don't define __ILP32__ - check __LP64__ for gcc 3.3 and newer, while keeping 64bit processor architecture checks for older versions which don't define __LP64__ | |||||
2013-03-09 | ares.h: there is no ares_free_soa function | Daniel Stenberg | 1 | -3/+1 | |
2013-03-09 | Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility | Yang Tse | 1 | -0/+2 | |
2013-03-08 | ares_inet_ntop.3: s/socklen_t/ares_socklen_t | Yang Tse | 1 | -1/+1 | |
2013-03-08 | configure: use XC_LIBTOOL for portability across libtool versions | Yang Tse | 3 | -62/+27 | |
2013-03-08 | xc-lt-iface.m4: provide XC_LIBTOOL macro | Yang Tse | 1 | -0/+465 | |
2013-02-19 | Makefile.am: use AM_CPPFLAGS instead of INCLUDES | Yang Tse | 1 | -12/+10 | |
2013-02-19 | inet_ntop.c: s/socklen_t/ares_socklen_t | Yang Tse | 1 | -1/+4 | |
2013-02-19 | inet_ntop.c: s/socklen_t/ares_socklen_t for portability | Yang Tse | 1 | -3/+3 | |
2013-02-19 | ares.h: s/socklen_t/ares_socklen_t for portability | Daniel Stenberg | 1 | -1/+1 | |
2013-02-17 | ares_inet_ntop.3: 4th argument is socklen_t! | Daniel Stenberg | 1 | -1/+2 | |
2013-02-17 | spell inet correctly! | Daniel Stenberg | 2 | -2/+2 | |
2013-02-17 | ares_inet_pton/ntop: cleanup | Daniel Stenberg | 16 | -62/+36 | |
Make sure that the symbols are always exported and present in c-ares. Make the headers prefixed with 'ares'. Removed the inet_ntop.h version as it no longer features any content. | |||||
2013-02-17 | ares_inet_ntop/ares_inet_pton: added man pages | Daniel Stenberg | 3 | -3/+98 | |
2013-02-15 | curl_setup_once.h: definition of HAVE_CLOSE_S defines sclose() to close_s() | Gisle Vanem | 1 | -1/+3 | |
2013-02-15 | config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32 | Gisle Vanem | 1 | -2/+1 | |
2013-02-15 | config-dos.h: define strerror() to strerror_s_() for High-C | Gisle Vanem | 1 | -1/+2 | |
2013-02-13 | ares_get_datatype: removed unused function | Daniel Stenberg | 2 | -33/+2 | |
it was also wrongly named as internal functions require two underscores | |||||
2013-02-13 | ares__bitncmp: use two underscores for private functions | Daniel Stenberg | 3 | -29/+27 | |
It used a single one previously making it look like a public one | |||||
2013-02-13 | ares__generate_new_id: moved to ares_query.c | Daniel Stenberg | 3 | -9/+8 | |
... and ares__rc4 is turned into a local static function. | |||||
2013-02-13 | ares__swap_lists: make private and static | Daniel Stenberg | 3 | -28/+27 | |
... since there's only one user, make it static within ares_process.c | |||||
2013-02-13 | Makefile.msvc: add four VS version strings | Yang Tse | 1 | -1/+9 | |
2013-02-13 | ares_expand_name.3: clarify how to free the data | Daniel Stenberg | 1 | -1/+3 | |
2013-01-30 | zz40-xc-ovr.m4: fix 'wc' detection - follow-up 2 | Yang Tse | 1 | -1/+1 | |
- Fix a pair of single quotes to double quotes. URL: http://curl.haxx.se/mail/lib-2013-01/0355.html Reported by: Tor Arntsen | |||||
2013-01-30 | zz40-xc-ovr.m4: fix 'wc' detection - follow-up | Yang Tse | 1 | -8/+20 | |
- Take into account that 'wc' may return leading spaces and/or tabs. - Set initial IFS to space, tab and newline. |