File tree 1 file changed +55
-0
lines changed 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ 2009.06.24, Version 0.0.6
2
+
3
+ * Load modules via HTTP URLs (Urban Hafner)
4
+
5
+ * Bugfix: Add HTTPConnection->size() and HTTPServer->size()
6
+
7
+ * New node.Process API
8
+
9
+ * Clean up build tools, use v8's test runner.
10
+
11
+ * Use ev_unref() instead of starting/stopping the eio thread pool watcher.
12
+
13
+
14
+ 2009.06.18, Version 0.0.5
15
+
16
+ * Support for IPv6
17
+
18
+ * Remove namespace node.constants
19
+
20
+ * Upgrade v8 to 1.2.8.1
21
+
22
+ * Accept ports as strings in the TCP client and server.
23
+
24
+ * Bugfix: HTTP Client race
25
+
26
+ * Bugfix: freeaddrinfo() wasn't getting called after getaddrinfo()
27
+ for TCP servers
28
+
29
+ * Add "opening" to TCP client readyState
30
+
31
+ * Add remoteAddress to TCP client
32
+
33
+ * Add global print() function.
34
+
35
+
36
+ 2009.06.13, Version 0.0.4
37
+
38
+ * Add interrupt() method to server-side HTTP requests.
39
+
40
+ * Bugfix: onBodyComplete was not getting called on server-side HTTP
41
+
42
+
43
+ 2009.06.11, Version 0.0.3
44
+
45
+ * Many bug fixes including the problem with http.Client on macintosh
46
+
47
+ * Upgrades v8 to 1.2.7
48
+
49
+ * Adds onExit hook
50
+
51
+ * Guard against buffer overflow in http parser
52
+
53
+ * require() and include() now need the ".js" extension
54
+
55
+ * http.Client uses identity transfer encoding by default.
You can’t perform that action at this time.
0 commit comments