The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / cares_wrap.cc @ 0544a586

History | View | Annotate | Download (18.8 KB)

# Date Author Comment
a90bc785 06/16/2012 02:02 PM isaacs

Revert "DNS: Support NAPTR queries"

This reverts commit 91bf18fcc5340262d0672dbebcc1a34bc4a8cd95.

91bf18fc 06/16/2012 01:56 PM ssuda

DNS: Support NAPTR queries

Adding support for NAPTR records
fixes #3170

a26bee8f 04/17/2012 04:14 PM isaacs

MakeCallback: Consistent symbol usage

249c3c16 03/22/2012 08:02 PM ssuda

Avoiding unnecessary ToString() calls

String::Utf8Value and String::AsciiValue constructors take Handle<Value>
So no need to convert to Handle<String>

ff4a9d38 03/09/2012 06:14 PM Ben Noordhuis

core: use proper #include directives

74a8215a 02/06/2012 09:44 AM Ben Noordhuis

Revert support for isolates.

It was decided that the performance benefits that isolates offer (faster spin-up
times for worker processes, faster inter-worker communication, possibly a lower
memory footprint) are not actual bottlenecks for most people and do not outweigh...

20ba454e 12/28/2011 07:56 PM Ryan Dahl

Add node::Loop() and don't inc node_isolate.h in *.cc

node::Loop() replaces the NODE_LOOP macro. This avoids hitting
v8::Isolate::GetCurrent() for each loop lookup when HAVE_ISOLATE==0

f168f7d7 12/28/2011 07:56 PM Ryan Dahl

Remove node_isolate.h from node.h

356992fe 12/28/2011 07:56 PM Ben Noordhuis

isolates: isolate-ify the main loop

cced79d4 12/08/2011 06:09 PM Ryan Dahl

Move a few more global vars into struct

cdcb1118 11/09/2011 10:34 AM Ben Noordhuis

Remove stray NODE_MODULE() semi-colons.

194511ff 10/26/2011 03:28 PM Ryan Dahl

Return IPv4 addresses before IPv6 addresses from getaddrinfo

c83dda89 10/20/2011 09:03 PM Ryan Dahl

dns.lookup uses cares_wrap::GetAddrInfo

00bbe958 10/20/2011 06:40 PM Bert Belder

Fix windows build

be2320d4 10/20/2011 06:06 PM Ryan Dahl

Add binding to uv_getaddrinfo

f1d3ae77 10/14/2011 10:39 AM Ben Noordhuis

cares_wrap: make destructor virtual

A class with virtual methods should have a virtual destructor.

d9c67aeb 10/03/2011 10:41 AM Christian Tellnes

dns: implement resolveTxt()

12798c62 09/18/2011 04:20 PM Ryan Dahl

dns callbacks should go through MakeCallback

21cc4c49 08/31/2011 04:53 AM Ryan Dahl

Upgrade libuv to ea4271f

Required adding uv_default_loop() in many places.

13d6a1f6 08/06/2011 06:31 AM Peter Bright

Basic VC++ compatibility work.

72e18d7f 07/05/2011 03:17 PM Bert Belder

dns_uv: match the old api better, fix tests

858f2309 07/04/2011 06:17 PM Bert Belder

Bindings for libuv-integrated c-ares