Silas Sewell
|
11b2ee7632
|
Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs "World", etc...)
|
2010-11-21 14:33:09 -08:00 |
Ryan Dahl
|
c11f3f8b0f
|
simplify lazy constant loading
|
2010-11-21 14:20:22 -08:00 |
Ryan Dahl
|
6063ea62df
|
fix style in path.js
|
2010-11-21 14:15:46 -08:00 |
Ryan Dahl
|
5890272538
|
Print friendly error message when main module is ENOENT
|
2010-11-21 13:58:47 -08:00 |
Ryan Dahl
|
c321e9893d
|
stream.pipe should remove listeners on dest close
|
2010-11-20 23:08:45 -08:00 |
Ryan Dahl
|
2320497992
|
Revert "Merge branch 'writev'"
This reverts commit cd9515efd9 , reversing
changes made to df46c8e698 .
Too slow. Needs more work.
|
2010-11-20 20:55:15 -08:00 |
Ryan Dahl
|
794e7be4f8
|
Revert "Actually don't need to limit sendmsg size on unix - seems okay."
This reverts commit 464ced4a86 .
|
2010-11-20 20:45:30 -08:00 |
Ryan Dahl
|
d42098651b
|
Revert "fd_to_send needs to be cleared if *any* data was sent"
This reverts commit a93634007a .
|
2010-11-20 20:45:22 -08:00 |
Marco Rogers
|
118b88e44f
|
update repl to distinguish JSON.parse SyntaxErrors from the rest
|
2010-11-20 20:36:14 -08:00 |
Ryan Dahl
|
56074d1056
|
Inline Buffer::Length and Buffer::Data
|
2010-11-20 00:04:22 -08:00 |
Ryan Dahl
|
a93634007a
|
fd_to_send needs to be cleared if *any* data was sent
|
2010-11-19 23:05:13 -08:00 |
Ryan Dahl
|
464ced4a86
|
Actually don't need to limit sendmsg size on unix - seems okay.
|
2010-11-19 22:52:20 -08:00 |
Ryan Dahl
|
15d5378684
|
Add failing test for TLS server
|
2010-11-19 13:28:13 -08:00 |
Ryan Dahl
|
d722c8df73
|
Add some comments to securepair
|
2010-11-19 13:02:14 -08:00 |
Ryan Dahl
|
7515360951
|
fix style for SecureStream::IsInitFinished
|
2010-11-19 12:58:00 -08:00 |
Ryan Dahl
|
cbdcc1d5f3
|
Upgrade V8 to 2.5.7
|
2010-11-19 10:49:09 -08:00 |
Nikhil Marathe
|
f11291a220
|
Added documentation for Stream.pipe
|
2010-11-19 10:09:01 -08:00 |
Ryan Dahl
|
9c29ac6feb
|
Fix style
|
2010-11-19 10:05:41 -08:00 |
Brian White
|
952bbb86b5
|
Fix OpenSSL SSL_library_init function check on OpenBSD.
|
2010-11-18 21:47:15 -08:00 |
Ryan Dahl
|
296802c641
|
Update TODO
|
2010-11-18 16:57:46 -08:00 |
Ryan Dahl
|
cd9515efd9
|
Merge branch 'writev'
|
2010-11-18 16:49:39 -08:00 |
Ryan Dahl
|
1f18648394
|
Fix typo
|
2010-11-18 16:47:38 -08:00 |
Ryan Dahl
|
2ba3c10d62
|
Only try to flush big buffers once
|
2010-11-18 16:47:38 -08:00 |
Ryan Dahl
|
849792e46b
|
Add todo about test-pipe.js and throwing on resume()
|
2010-11-18 16:47:38 -08:00 |
Ryan Dahl
|
544877d12e
|
Fix socket.end() problem on non-empty queue
|
2010-11-18 16:47:38 -08:00 |
Ryan Dahl
|
0b1214c16b
|
Fix a bug regarding queueSize, add asserts
|
2010-11-18 16:47:38 -08:00 |
Ryan Dahl
|
3884b4185a
|
Small clean ups
|
2010-11-18 16:47:38 -08:00 |
Ryan Dahl
|
02039c9b53
|
'connect' event may disconnect socket
|
2010-11-18 16:47:38 -08:00 |
Ryan Dahl
|
42357645cb
|
Dump after ev_loop
|
2010-11-18 16:47:38 -08:00 |
Ryan Dahl
|
d3fbe3e3d1
|
Emit drain and stop IOWatcher even on empty buffer
|
2010-11-18 16:47:38 -08:00 |
Ryan Dahl
|
fa556a1425
|
Add callback to socket.write(), fix test-sendfds
|
2010-11-18 16:47:38 -08:00 |
Ryan Dahl
|
a6d8425382
|
make sure unix sockets are tagged correctly
|
2010-11-18 16:47:38 -08:00 |
Ryan Dahl
|
5d6a03c9fe
|
Don't append buckets of zero length
|
2010-11-18 16:47:38 -08:00 |
Ryan Dahl
|
10ff559ec3
|
Add IOWatcher.flush()
To be called if sockets get too much data. This is to force a flush before
the tick ends.
|
2010-11-18 16:47:37 -08:00 |
Ryan Dahl
|
7c3c5c6861
|
Maintain queueSize for each socket
|
2010-11-18 16:47:37 -08:00 |
Ryan Dahl
|
5a84461e46
|
Also do ondrain callback for socket (needed by http)
|
2010-11-18 16:47:37 -08:00 |
Ryan Dahl
|
e1250a3333
|
Reset _eof on socket reuse
|
2010-11-18 16:47:37 -08:00 |
Ryan Dahl
|
5ba0be6166
|
Don't send null data segments
|
2010-11-18 16:47:37 -08:00 |
Ryan Dahl
|
d74c506044
|
Support encoding
|
2010-11-18 16:47:37 -08:00 |
Ryan Dahl
|
dcc547d798
|
Dumper net.js integration
|
2010-11-18 16:47:37 -08:00 |
Ryan Dahl
|
913789da3e
|
IOWatcher::Dump(), writev
|
2010-11-18 16:47:31 -08:00 |
Ryan Dahl
|
df46c8e698
|
Rip out the old TLS implementation
|
2010-11-18 16:46:37 -08:00 |
Ryan Dahl
|
2a750bffcc
|
Add tests for querystring.unescapeBuffer
|
2010-11-18 16:22:14 -08:00 |
Oleg Efimov
|
8b980d729c
|
Fix line wrapping in docs. Add tics for constants in docs text.
|
2010-11-18 15:41:15 -08:00 |
Stéphan Kochen
|
57eb5cb9a0
|
Make SlowBuffer pass Buffer.isBuffer test.
|
2010-11-18 15:36:09 -08:00 |
Ryan Dahl
|
6ff12c425e
|
Add querystring.unescapeBuffer
|
2010-11-18 15:18:06 -08:00 |
Ryan Dahl
|
57d8172906
|
query-string unescape moved to js land
|
2010-11-18 15:12:31 -08:00 |
Ryan Dahl
|
2219c64a04
|
fix race in test-http-big-proxy-responses.js
|
2010-11-18 13:50:54 -08:00 |
Brian White
|
5908bdab9a
|
Make sure raw mode is disabled when exiting a terminal-based REPL.
|
2010-11-17 18:45:34 -08:00 |
Ryan Dahl
|
bce092aeb8
|
Remove leading comma examples
|
2010-11-17 18:25:14 -08:00 |