src: deduplicate CHECK_EQ/CHECK_NE macros
[platform/upstream/nodejs.git] / src / cares_wrap.cc
2014-03-13 Fedor Indutnysrc: update to v8 3.24 APIs
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-02-21 Fedor Indutnysrc: remove `node_isolate` from source
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-09 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-05 Trevor Norrisasync_wrap: add provider types/pass to constructor
2014-01-27 Keith M Wesolowskinode: register modules from DSO constructors
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-15 Trevor NorrisMerge remote-tracking branch 'origin/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Tuğrul Topuzdns: add resolveSoa and 'SOA' rrtype
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-30 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-13 Fedor IndutnyMerge branch 'v0.10'
2013-12-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-02 Fedor IndutnyMerge branch 'v0.10'
2013-12-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-26 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-20 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-14 Ben Noordhuissrc: remove unused import in cares_wrap.cc
2013-11-12 Ben Noordhuissrc: use Context::Scope objects in cares_wrap.cc
2013-11-12 Ben Noordhuissrc: fix Context::Scope usage
2013-11-11 Ben Noordhuissrc: fix Environment::GetCurrent() usage
2013-11-08 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-11-08 Ben Noordhuissrc: remove container_of, use CONTAINER_OF
2013-10-31 Trevor Norriscares: add AsyncListener support
2013-10-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-10-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-10-16 Fedor Indutnycpplint: disallow if one-liners
2013-10-14 Ben Noordhuiscares_wrap: remove superfluous 'this' keyword
2013-09-24 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-20 Ben Noordhuisdns: fix c-ares error reporting regression
2013-09-07 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-06 Ben Noordhuissrc: add multi-context support
2013-09-06 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-04 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-01 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-27 Ben Noordhuiscares_wrap: drop UV_HANDLE_FIELDS from ares_task_t
2013-08-21 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-19 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-17 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-12 Ben Noordhuissrc: don't obj->Set(Integer::New(...), val)
2013-08-12 Ben Noordhuiscares_wrap: remove unused function getHostByName()
2013-08-12 Ben Noordhuiscares_wrap: don't set oncomplete property from c++
2013-08-09 Ben Noordhuissrc: use v8::String::NewFrom*() functions
2013-08-06 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-08-03 Ben Noordhuissrc: use static_cast for void-to-T casts
2013-08-02 Ben Noordhuissrc: remove non-isolate PersistentToLocal()
2013-07-31 Ben Noordhuissrc: more lint after cpplint tightening
2013-07-31 Fedor Indutnysrc: lint c++ code
2013-07-30 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-24 Ben Noordhuissrc: cares_wrap: remove two unused variables
2013-07-20 Ben Noordhuissrc, lib: update after internal api change
2013-07-19 Ben Noordhuissrc: fix persistent handle lifecycle issue
2013-07-18 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-07-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-07-07 Ben Noordhuissrc: remove unnecessary calls to Local<T>::New()
2013-07-07 Ben Noordhuissrc: cast strong persistent handles to locals
2013-07-06 Ben Noordhuislib, src: upgrade after v8 api change
2013-07-05 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-06-25 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-06-17 Ben Noordhuissrc: clean up `using` directives
2013-06-17 Linus Mårtenssonbuild: add android support
2013-06-16 Ben Noordhuiscares: fix uninitialized variable warning
2013-06-05 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-05-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-05-29 Ben Noordhuissrc: replace c-style casts with c++-style casts
2013-05-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-05-27 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-05-20 isaacsMerge remote-tracking branch ry/v0.10 into master
2013-05-17 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-05-14 Timothy J Fontainedns: add getServers and setServers
2013-05-13 Bert BelderMerge branch 'v0.10'
2013-05-03 Bert BelderMerge branch 'v0.10'
2013-05-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-04-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-04-18 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-04-18 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-04-12 Fedor IndutnyMerge branch 'v0.10'
2013-04-05 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-03-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-03-25 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-03-21 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-03-20 Trevor Norrissrc: pass Isolate to all applicable api
next