| Added proper attribution for Michal Kottman's contributions. |
|
More...
|
over 15 years ago
|
| Added -E flag to the linker |
|
More...
|
over 15 years ago
|
| Fixed upper/lowercase problems with filenames |
|
More...
|
over 15 years ago
|
| Added support for cryptographic hashes, ciphers and stuff, using OpenSSL and code based on LuaCrypto (so I can remove the dependency on it). |
|
More...
|
over 15 years ago
|
| Added a CMake build file to simplify multi-platform building |
|
More...
|
over 15 years ago
|
| Fixed upper/lowercase problems with filenames |
|
More...
|
over 15 years ago
|
| process.exit() -> process:exit() . Should make the same change for nextTick... |
|
More...
|
over 15 years ago
|
| Fixed a typo (setImplementationMethods) |
|
More...
|
over 15 years ago
|
| Renamed Net.Stream to Net.Socket |
|
More...
|
over 15 years ago
|
| Check for writeability |
|
More...
|
over 15 years ago
|
| List of classes exported by this module. |
|
More...
|
over 15 years ago
|
| Errors when calling a module callback are logged. |
|
More...
|
over 15 years ago
|
| Implemented process.exit in a very hackish way. |
|
More...
|
over 15 years ago
|
| Added luanode.os module |
|
More...
|
over 15 years ago
|
| dns.lookupAll can return all addresses available for a given name. |
|
More...
|
over 15 years ago
|
| Added LuaNode.Utils to the build. |
|
More...
|
over 15 years ago
|
| - Removed the assert on io.open. Just notify of the error condition using the supplied callback. - Changed the error(...) for an error("message") with an error level. |
|
More...
|
over 15 years ago
|
| Added Class.MakeInheritFrom to make an already existing class definition inherit from another one. |
|
More...
|
over 15 years ago
|
| Minor tweak. |
|
More...
|
over 15 years ago
|
| Don't call Class.Construct(self). Use the proper class table. |
|
More...
|
over 15 years ago
|
| Added "luanode.utils" module. Added luanode.utils.DumpDataInHex to easy debugging network protocols. |
|
More...
|
over 15 years ago
|
| Removed file |
|
More...
|
over 15 years ago
|
| Removed file |
|
More...
|
over 15 years ago
|
| Fixed git clone command |
|
More...
|
over 15 years ago
|
| Updated submodules |
|
More...
|
over 15 years ago
|
| Fixed submodules |
|
More...
|
over 15 years ago
|
| Added installation instructions for Debian |
|
More...
|
over 15 years ago
|
| More Makefile fixes. |
|
More...
|
over 15 years ago
|
| Added license and readme |
|
More...
|
over 15 years ago
|
| Removed an unneccesary flush. |
|
More...
|
over 15 years ago
|