forked from luvit/luvit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
221 lines (164 loc) · 6.57 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
* Changes between 0.8.2 to 0.10.0
Updates
* Upgrade OpenSSL to 1.0.1i
* Changes between 0.8.1 to 0.8.2
Bugfixes
* Fix an issue with an infinite loop in utils.dump (Ryan Phillips)
* Changes between 0.8.0 to 0.8.1
Bugfixes
* File descriptor leak on SyncWriteStream (Ryan Phillips)
* Emit error on double write
* Improve loading of Root CA Certs (Ryan Phillips)
* Pathing fixes for windows (Rob Emanuele)
* Changes between 0.7.0 to 0.8.0
Api Changes
* ListenerCount on EventEmitter (Song Gao)
New features
* libuv poll binding (Ryan Phillips)
Bugfixes
* errors table misplaced (gsick)
* Freebsd Tweaks (Ryan Phillips)
* Whitespace cleanup (Tim Caswell)
* NPM Support (Wouter Scherphof)
* Documentation tweak for core module (Rafis Ganeyev)
* Global leaks + DNS Callback (Ryan Phillips)
* MSVC Linker tweak to not strip LuaJIT symbols (Andread Lange)
* poor use of path join in the zlib test (Rob Emanuele)
* uv_print_*_handles (Andread Lange)
* Absolute Paths (Tomaz Muraus)
* Response Object Error Propagation (Tomaz Muraus)
* Posix Signal Handling (Ryan Phillips)
* Build fixes for ARM (Tomaz Muraus)
Updates
* LuaJIT bump to 2.0.3
* LibUV bump to 0.10.27
* OpenSSL Bump to 1.0.1h
* Changes between 0.6.0 to 0.7.0
API Changes
* Process.hrtime (Felix Gallo)
New features
* Detached Processes (Ryan Phillips)
* Windows: 64bit support (Rob Emanuele)
Bugfixes
* Windows: Mixed path separators (norefle)
* Implement optional extension removal in path.basename (Chris Hoffman)
* Fix missing handle increment on watcher creation (Chris Hoffman)
* Warning fix (Chris Hoffman)
* Long filenames on Windows (Rob Emanuele)
* Windows cleanup (Rob Emanuele)
* make bundle works on OSX machines (Alfred Tascon)
* instanceof fix (andi)
* make yajl build honor CFLAGS (Vladimir Dronnikov)
Updates
* Luajit 2.0.2 (Tim Caswell and Rob Emanuele)
* Libuv v0.10.13 (Rob Emanuele)
* Cares Library (Rob Emanuele)
* Gyp upgrade (Rob Emanuele)
* New signal handling changes (Ryan Phillips)
* Changes between 0.5.0 to 0.6.0
API Changes
* Streams now act like node's in all known cases
the "closed" event is now gone (Brandon Philips)
* nil timers are now accepted (AJ ONeal)
New features
* UDP support (Ryan Phillips)
* Tons of tests! (Hiroaki Nakamura)
* Object.instanceof (Hiroaki Nakamura)
* Add get/set UID/GID function on POSIX (andrey)
* add getProcessTitle/setProcessTitle (Tim Caswell)
* Using luajit 2.0.0 final
* Using libuv nodev0.8.16 (Brandon Philips/Tim Caswell)
* Add uninstall to Makefile (Matt Sullivan)
* Gyp build has install target (Hiroaki Nakamura)
Bugfixes
* Improved Makefile options (hasufell)
* Fix a close() call on a wrong Timer object (Tomaz Muraus) #376, #377
* Fixup Windows process spawning (Bert Belder)
* tls pull fixes (Brandon Philips)
* Normalize CRLF/LF for Windows (Rob Emanuele)
* Fix long paths for Windows (Rob Emanuele)
* Fix test-ffi.lua to work on Windows (Rob Emanuele)
* Fix Socket destroyed flag (Brandon Philips)
* Fix Socket pipe implementation (Brandon Philips)
* Fix pipe implementation in general (Brandon Philips)
* Fix stream reading crash on exception (Matt Kaniaris)
* Compiler warning fixes (Brandon Philips)
* Fix up S_IS* macros on Windows (Brad Morgan)
* Fix Object:extend (Matt Kaniaris)
* Fix fverify leaking errors in lcrypto (Brandon Philips)
* Free req when TCP connect fails (Ryan Phillips)
* Fix test runner (Matt Kaniaris)
* Fix SyncWriteStream and _G.len (Kengo Nakajima)
* luv_close fixes (Ryan Phillips)
* make clean now cleans up zlib/lcrypto (Brandon Philips)
* Fixes to the windows build (Ryan Phillips)
* Fixup stdin/stdout/stderr logic (Brandon Philips/Ryan Phillips)
* Fix listeners on http missing events (Brandon Philips)
* Don't call pauseNoRef on lua stream like objects (Tomaz Muraus)
* Fix util.bind memory leak and to preserve nil (Tim Caswell)
* Fix double close on Handle/Timers (Brandon Philips)
* Close stdin only if already closed (Paul Querna)
* Hold coroutine when handler created in coroutine (Andrew Tsao)
* Changes between 0.4.0 to 0.5.0
API Changes
* http module has been largely refactored/rewritten to be node-like.
New Features
* New http module - posts, chunking, and headers now work (Ryan Phillips)
* New https module - leverages the new http submodule (Ryan Phillips)
* Improved fiber module (Tim Caswell)
* Changes between 0.3.1 to 0.4.0
API Changes
* dns.isIPv* has been renamed and moved to net.*
New Features
* Memory usage improvements (Ryan Phillips, Paul Querna, Brandon Philips, Tim Caswell)
* Callback State infrastructure (Brandon Philips)
* TLS Ticketing (Michael Kandrashoff)
* Reference counting (Tim Caswell)
* Improve timers (Ryan Phillips)
* Add os.clock (Tadeusz Wojcik)
* process.pid (Michael Kandrashoff)
Upgrade
* zlib (Paul Querna)
* OpenSSL w/ Skinny Option (Paul Querna)
Bug Fixes
* C89 Improvements (Antal Szabó)
* Assertion fixes (Antal Szabó)
* url.parse parseQueryString (Tomaz Muraus)
* process.spawn environment passing on windows (Ryan Phillips)
* Solaris build fixes (Ben Noordhuis)
* DNS IPv6 resolving (Ryan Phillips)
* TCP Connect IPv6 (Ryan Phillips)
* TLS Fixes (Brandon Philips)
* TLS Tests (Brandon Philips)
* Various Windows fixes (Brandon Philips, Ryan Phillips)
* luv_zlib uninitialized variable (Paul Querna)
* Use gyp submodule (Brandon Philips)
* Changes between 0.3.0 to 0.3.1
Bug Fixes
* Fix socket double 'error' emit
* Fix clearTimer
* Changes between 0.2.0 to 0.3.0
API Changes
* Stream objects now call destroy() instead of close()
New Features
* TLS/SSL Support (Ryan Phillips)
* Crypto Support (Brandon Philips)
* Zlib Binding (Vladimir Dronnikov)
* Chaining Emitters (Vladimir Dronnikov)
* Socket Timeout (Ryan Phillips)
* Socket Drain (Ryan Phillips)
* OS Path Module (Brandon Philips)
* Suppress color output (-n switch) (radare)
* Listen() now supports backlog size (Vladimir Dronnikov)
* obj:removeListener(name, nil) will remove all listeners (Vladimir Dronnikov)
* Buffer writes before a connect (Ryan Phillips)
* Debug Interface (Ryan Phillips)
* Add process.nextTick() (Brandon Philips)
Bug Fixes
* Timer (Ryan Phillips)
* Module loading with relative paths (Brandon Philips)
* Chunking HTTP Fixes (Vladimir Dronnikov)
* HTTP Parser Fixes (Paul Querna)
* Keep Alive EPIPE Fix (Vladimir Dronnikov)
* Windows Fixes (Brandon Philips)
* Socket error handling (Brandon Philips)