Revision:

Revisions

# Date Author Comment
4eaf4ce2 12/21/2011 01:54 PM Ryan Dahl

Upgrade V8 to 3.8.2

07c27e04 12/21/2011 01:48 PM koichik

tls: Fix node swallows openssl error on request

Fixes #2308.
Fixes #2246.

a82f5389 12/21/2011 12:35 PM Ben Noordhuis

deps: fix openssl build on x86_64

b24c515d 12/21/2011 10:59 AM Ben Noordhuis

uv: upgrade to 10de090

7a7f1062 12/21/2011 09:01 AM Ben Noordhuis

tls: remove duplicate assignment

18b92201 12/21/2011 01:03 AM Ryan Dahl

Support addons with gyp

Initial pass.

7edfb029 12/21/2011 01:02 AM Ryan Dahl

Remove visibility=hidden options from common.gypi

Not necessary and preventing addon loading.

6c5f1f58 12/20/2011 11:26 PM Ryan Dahl

Remove unnecessary stuff from node.gyp

f4e34f1b 12/20/2011 12:15 PM Bert Belder

Remove unnecessary statement

b603578b 12/19/2011 09:06 PM Ryan Dahl

Fix 'make install'

Broken in 45605c because configure does not spit out proper JavaScript.
Needed to change single quotes to double.

348d8cd0 12/19/2011 06:57 PM James Hartig

timers: remove _idleTimeout from item in .unenroll()

Stops .active() from reactivating the timer.

Fixes #2114.

aac717da 12/19/2011 06:34 PM Ben Noordhuis

Add missing return statement in _debugPause() binding.

45605c9b 12/19/2011 06:10 PM jbergstroem

gyp: switch json for pprint when generating config

f9994114 12/19/2011 06:10 PM jbergstroem

build: remove unused cmakelist

5c7532e5 12/19/2011 06:10 PM Maciej Małecki

assert: test `RegExp`'s properties when checking for equality

Previous code ignored the fact that `/a/ != /a/g`.

Test case included.

a805012d 12/19/2011 06:10 PM Pedro Teixeira

assert: .deepEqual() support for RegExp objects

213b8af2 12/19/2011 05:24 PM Ben Noordhuis

gyp: include opensslconf.h on x64

Good news, it means we don't have to compile with OPENSSL_NO_ASM=1 after all.

15d0fa6d 12/19/2011 04:55 PM Ben Noordhuis

gyp: compile openssl with OPENSSL_NO_ASM=1

Fixes linker error "undefined reference to `OPENSSL_ia32_cpuid'". This is
sub-optimal and needs to be revisited, the plain C implementations are often
much slower.

c65a91c9 12/19/2011 04:41 PM Ryan Dahl

GYP: don't build V8 twice

d87f551f 12/19/2011 04:30 PM Fedor Indutny

debugger: Request backtrace w/o refs, see #1745

Fixes #2379

802c4c6a 12/19/2011 04:29 PM Fedor Indutny

debugger: document pause and setBreakpoint(line)

Fixes #2381

3966e4e7 12/19/2011 04:25 PM Andreas Madsen

Remove debug console.log and optimize object copy

Fixes #2380

21e7292e 12/19/2011 04:06 PM Ryan Dahl

Upgrade V8 to 3.8.1

07b19973 12/19/2011 03:34 PM Andreas Madsen

Add env argument to cluster.fork

Fixes 2378

80858761 12/19/2011 02:09 PM Fedor Indutny

break on exception

Fixes #2304

1 ... 201 202 203 204 205 ... 406 (5051-5075/10129) Per page: 25, 50, 100

Also available in: Atom