853 Commits (6eb8bbc64002842d5c42d4e95ed3610551ec3827)
 

Author SHA1 Message Date
Rasmus Andersson 6eb8bbc640 note about why execinfo detection fails on Darwin even though it exists 15 years ago
Ryan Dahl fa667f718c Fix check for epoll_ctl(). Was broken on Linux 15 years ago
Rasmus Andersson 752da03eb0 detect nanosleep on OS X and do not look for functions in libraries we know dows not exist 15 years ago
Rasmus Andersson 87077e03cc fix kqueue feature detection on Mac OS X 10.6 15 years ago
Ryan Dahl 20b945df70 Upgrade V8 to 2.0.5 15 years ago
Ryan McGrath 164ce76e94 Added in API documentation concerning the (seemingly undocumented) process.chdir() method, complementary to process.cwd() 15 years ago
Ryan Dahl 89a3fa93a0 add missing semicolon 15 years ago
Simon Cornelius P. Umacob e801f420d0 Use conf.fatal() instead of fatal() in order to abort the configure script 15 years ago
Ryan Dahl a73227bf28 Upgrade waf to 1.5.10 15 years ago
Ryan Dahl 4ddfd8aa42 Fix posix.statSync() 15 years ago
Ryan Dahl 45a806a066 Statically define symbols 15 years ago
Ryan Dahl a30ac92b0c Remove accidentally committed files. 15 years ago
Ryan Dahl 89df4d1c86 fix typo 15 years ago
Ryan Dahl dbb1a267d7 Fix ARGV[0] weirdness 15 years ago
Johan Dahlberg 9599d2d0e9 Added superCtor to ctor.super_ instead superCtor.prototype. 15 years ago
visionmedia 501b4a54be Export STATUS_CODES 15 years ago
Ryan Dahl 71680f512c Give default encodings for posix.read and posix.write 15 years ago
Ryan Dahl c1baa70fe5 Attach/Detach -> Ref/Unref 15 years ago
Ryan Dahl ee8530e0ee offload method look up to http-parser 15 years ago
Xavier Shay 756544fd28 sys.inspect prints out special chars correctly (\n, \u0001, etc...) 15 years ago
Ryan Dahl c3e0a4bc7c Upgrade http-parser; supports webdav extension methods now 15 years ago
Felix Geisendörfer 876b6d2183 Make process.mixin copy over undefined values 15 years ago
Felix Geisendörfer f080de5380 Two bug fixes for process.mixin 15 years ago
Christopher Lenz f8ba9c3bc9 Add http.Client.prototype.request() 15 years ago
Ryan Dahl c6affb64f9 bump version 15 years ago
Xavier Shay 34c02357ff sys.inspect is totally more awesome now 15 years ago
Ryan Dahl 4d818f1fd3 Implement promises entirely in JS 15 years ago
Ryan Dahl 3414eab2f3 Refactor node_file.cc to not use Promises. 15 years ago
Ryan Dahl 8141448fe5 Don't use promises internally in DNS module 15 years ago
Ryan Dahl 90ab0794df Use --jobs=1 with WAF 15 years ago
Ryan Dahl 48452838b3 Clean up context creation 15 years ago
Ryan Dahl c8b6ef248e upgrade v8 to 2.0.3 15 years ago
Ryan Dahl c5d82380f4 Bugfix: Don't use chunked encoding for 1.0 requests. 15 years ago
Ryan Dahl 7538e70767 Expose versionMajor versionMinor to http messages 15 years ago
Karl Guertin 4f679fd8d0 Dependency free assert module with unit tests 15 years ago
Felix Geisendörfer 530328f12b CommonJS testing for node.js 15 years ago
Michaeljohn Clement 485823f3e4 fixed HTTP duplicated header bug 15 years ago
Rhys Jones 5b1a535cd8 Add HTTP client TLS support 15 years ago
jed a9ea21feb4 fixed check on header type, to check member instead of object. 15 years ago
Friedemann Altrock 1107a1bd1e sys.puts should not kill the process when giving it undefined 15 years ago
Ryan Dahl aa42c6790d bump version 15 years ago
Ryan Dahl 38e425d9bf Add V8 heap info to process.memoryUsage() 15 years ago
Ryan Dahl 8a58e83870 Add gnutls version to configure script 15 years ago
choonkeat 44d5f212fe Stat::Callback has 2 arguments for callback: current stat info and previous stat info 15 years ago
Ryan Dahl 633d6be328 bump version 15 years ago
Ryan Dahl 0cea946cb9 Fix v8 SConstruct for freebsd 15 years ago
simonw 516874f4a1 Documented repl.scope for explicitly exposing variables within the repl. 15 years ago
Ryan Dahl 4129305b7c Upgrade v8 to 2.0.2 15 years ago
Ryan Dahl dc093ef833 Add process.loop() process.unloop()!!! 15 years ago
Jan Lehnardt 9c1034b183 detect ccache and bail out since v8 doens't like to build with ccache 15 years ago