0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
Ryan 91bd3124ad Add sendUtf8 method to socket objects.
Encoding UTF-16 (the native string representation) to UTF-8 is rather
expensive, however just chopping off the second bit to convert UTF-16 to
ASCII is rather fast. I've noticed major performance issues with
String::WriteUtf8 and thus I'm going to explicitly separate in the API.

Still need interfaces to this for the web server.
2009-05-16 12:44:49 +02:00
deps Upgrade v8 to version 1.2.3. 2009-05-12 00:12:56 +02:00
src Add sendUtf8 method to socket objects. 2009-05-16 12:44:49 +02:00
test Relatively large update to TCP API. No more "protocol". 2009-05-14 23:47:21 +02:00
.gitignore update gitignore to work with waf files 2009-04-16 13:20:22 +02:00
.gitmodules BROKEN COMMIT: removing git submodules 2009-04-22 18:17:56 +02:00
configure Inform V8 of external allocations. 2009-05-15 16:28:10 +02:00
js2c.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
jsmin.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
node.html Relatively large update to TCP API. No more "protocol". 2009-05-14 23:47:21 +02:00
test_http.js Inform V8 of external allocations. 2009-05-15 16:28:10 +02:00
test-http_simple.js Slightly better buffer allocation. (Probably not worth it.) 2009-05-15 22:41:36 +02:00
waf use the WAF build system 2009-04-04 14:50:15 +02:00
wscript Don't need librt. 2009-05-14 17:36:39 +02:00