Peter Griess
7a706e4206
Coverity fixes: src/platform_linux.cc
15 years ago
Peter Griess
6eb0b6ac27
Coverity fixes: src/node_net
15 years ago
Peter Griess
760fb17bbf
Coverity fixes: src/node_file
15 years ago
Peter Griess
792c7caf40
Coverity fixes: src/node_crypto
15 years ago
Peter Griess
4e3c5d88b3
Coverity fixes: src/node.cc
15 years ago
Adam Wiggins
c8dba94ff6
docs for dgram module (UDP and unix sockets)
15 years ago
Jérémy Lal
a7763d55e4
Fix spelling error
15 years ago
Jérémy Lal
2b8a9a8358
Use ronnjs 0.2 to generate docs. Small cosmetic change.
15 years ago
Jérémy Lal
a7e1efc5bd
Environment variables NODE_PREFIX, NODE_PATH in node-waf
Those variables have following defaults :
- NODE_PREFIX is relative to the current path of the node_addon.py file
It is used as the base path of node include files.
- NODE_PATH is ~/.node_libraries
It's where modules are installed when calling `node-waf install`
Note .js files must be explicitely installed by the module's wscript.
Usage :
NODE_PREFIX=/usr/local NODE_PATH=~/.node_libraries node-waf configure
15 years ago
Ryan Dahl
b1901cd5a5
hack fix to v8 2.2.23
15 years ago
Ryan Dahl
facb904c5d
Upgrade V8 to 2.2.23
15 years ago
Dmitriy Shalashov
70a8fb3763
Fix headers with empty value.
15 years ago
Brian
1191ca052f
Fix docs
Added consistency to the representation of optional parameters and separated
out multiple functions that were in a single heading.
15 years ago
Jerome Etienne
8e9f59a452
Support of console.dir + console.assert
15 years ago
Ryan Dahl
0bceaaa3d4
Fix addon example in docs
15 years ago
Ryan Dahl
3d948d85ce
Remove a bunch of useless waf files
15 years ago
Ryan Dahl
0315251d01
Use 'on' in the docs
15 years ago
Ryan Dahl
515dc2161b
Experimental: 'on' as alias to 'addListener'
15 years ago
Ryan Dahl
a6b8586e94
bump version
15 years ago
Ryan Dahl
2072925f12
Upgrade V8 to 2.2.21
15 years ago
Peter Griess
94cd83ef34
Doc fixes for FD related features, upgrade.
- Add docs for 'fd' events, Server.listenFD(), Stream.write(...[, fd])
and http.Client 'upgrade' event.
15 years ago
Ryan Dahl
82ce3481fe
Fix undefined_reference_in_new_context test
15 years ago
Ryan Dahl
192234c689
Remove unnecessary defines in node_events.cc
15 years ago
Ryan Dahl
2998e3bafa
Add my awk script to update AUTHORS file
15 years ago
Ryan Dahl
24de2bd58c
Amend .gitignore
15 years ago
Ryan Dahl
8a52fb7aeb
Revert "Fix 'uncaughtException' for top level exceptions"
This reverts commit 8f8dcf8ed6
.
15 years ago
Ryan Dahl
8f8dcf8ed6
Fix 'uncaughtException' for top level exceptions
Done by not evaluating the code in the first tick.
This breaks one test in test-error-reporting.js but I believe this to be a
V8 error and I have reported it in
http://code.google.com/p/v8/issues/detail?id=764
15 years ago
Ryan Dahl
ce8c30c9de
Clean up indention on module compile
Remove strange code artifact
15 years ago
Ryan Dahl
d49d53fd49
Expose new HTTP methods
15 years ago
Blake Mizerany
8c8534046c
fix whitespace errors
15 years ago
Dmitry Baranovskiy
f8ca6b383c
Rewrote QueryString.parse to make it smaller and more effective.
Also added ability to parse foo.bar=4 equal to foo[bar]=4
Added tests for this as well
15 years ago
Ryan Dahl
0a8bd34b69
Resolve .local domains with getaddrinfo()
C-Ares doesn't go through the Name Service Switch (NSS) and thus can't
resolve certain classes of names. Generally this doesn't matter and the
whole idea of NSS is rather annoying. Nevertheless until C-Ares gets better
support, adding this hack to go through getaddrinfo() for .local domain look
up.
This reverts commit 9926dacd14
.
15 years ago
Matt Ranney
02ed0ec93b
On overlapping buffers use memmove
15 years ago
Blake Mizerany
898afbaf34
Buffer.prototype.write: Indifferent order preference of encoding and offset
15 years ago
Ryan Dahl
5e86d01385
Revert "Buffer.copy should copy through sourceEnd, as specified."
This reverts commit a2f70da4c9
.
Keep tests modifies a few edge checks on Copy()
15 years ago
Ryan Dahl
0172cb39f0
Fix incorrect output on docs
15 years ago
Dmitry Baranovskiy
8ec12339f5
Refactored isA, isBool, etc functions to use some of ES5 goodness.
15 years ago
Dmitry Baranovskiy
d3f04933f1
sys.inherts to shadow constructor property from enumerability
thanks to ES5 features in V8 it is quite easily possible.
15 years ago
Ryan Dahl
6b430a95c9
console.log: if not string, coerce into one
15 years ago
Ryan Dahl
5aadeae888
Simply C++ event emitter
15 years ago
Ryan Dahl
b69c6a03b1
If not string, console.log should just print it without trying to format
15 years ago
Ryan Dahl
c9e12204a2
Stub out console.log format strings, info, warn, error
15 years ago
Ryan Dahl
23172c5d85
Lint node_script.cc
15 years ago
Ryan Dahl
e2db605308
Use EVBACKEND_POLL on Solaris; select() is just a wrapper anyway
15 years ago
Ruben Rodriguez
242161bef2
Added new API to Script, and implemented it in the REPL
15 years ago
Ryan Dahl
5a25338ac0
Upgrade V8 to 2.2.20
15 years ago
Rasmus Andersson
67f7fe5e5c
Use all available CPUs when building
Automatically set Options.options.jobs to the number of CPUs/cores on the
executing machine, unless the environment variable JOBS is set
15 years ago
Ryan Dahl
bbdd61dc3f
Fix supported archs on website
15 years ago
Matt Ranney
a2f70da4c9
Buffer.copy should copy through sourceEnd, as specified.
Improve test-buffer.js to cover all copy error cases.
Fix off by one error in string_decoder.
15 years ago
Ryan Dahl
aa491518f4
Fix authors
15 years ago