Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-12-21Mingw32 has no inet_pton/inet_ntop; import them from c-ares (hack)Bert Belder
2010-12-21Use ares_socket_t instead of int for socketsBert Belder
2010-12-21Fix header files for node_cares.ccBert Belder
2010-12-21On windows, there's no support (yet) for chown and symlink functionsBert Belder
2010-12-21On windows, stat() doesn't give you block (size) infoBert Belder
2010-12-21On windows, mkdir() doesn't take a mode parameterBert Belder
2010-12-21Fix fsync/fdatasync for windowsBert Belder
2010-12-21On windows use eio__pread and eio__pwrite (hack)Bert Belder
2010-12-21Include windows.h in node_file.ccBert Belder
2010-12-21Most of node_net is not yet available on windowsBert Belder
2010-12-21Make SetNonBlock and SetSockFlags work on mingwBert Belder
2010-12-21Fix headers for node_net.ccBert Belder
2010-12-21S_IFLNK, S_IFSOCK and SIGCHLD are not available on windowsBert Belder
2010-12-21Stat watchers don't work on windows yetBert Belder
2010-12-21There is no child process support for windows yetBert Belder
2010-12-21Fix header files for node_buffer.ccBert Belder
2010-12-21Disable node.cc functions that are not supported on windowsBert Belder
2010-12-21There's no SIGCHLD on windowsBert Belder
2010-12-21Properly intialize winsockBert Belder
2010-12-21Fix headers for node.ccBert Belder
2010-12-21Add errno.h to platform_win32.ccBert Belder
2010-12-21node_stdio stub for windowsBert Belder
2010-12-21Macros for warning about unimplemented APIsBert Belder
2010-12-21Avoid WCHAR string conversion warningBert Belder
2010-12-21`errno` is reserved; use `errorno`Bert Belder
2010-12-21No implementation for OS::GetExecutablePath and OS::GetMemory yetBert Belder
2010-12-21Make winapi_perror publicBert Belder
2010-12-21Stub out platform_win32.hBert Belder
2010-12-17Now working on v0.3.3-preRyan Dahl
2010-12-17Bump version to v0.3.2v0.3.2Ryan Dahl
2010-12-17Fix compilation on OpenBSD and FreeBSDBrian White
2010-12-17Revert "Simplify next tick logic by looping around ev_loop"Ryan Dahl
2010-12-14Prefer require.cache over native module cacheFelix Geisendörfer
2010-12-11Rename node::SecureStream to node::crypto::ConnectionRyan Dahl
2010-12-11Add os module and getHostnameBrian White
2010-12-11Add receivedShutdown() bindingRyan Dahl
2010-12-09Accept Buffers as well as strings for addCert, addKeyRyan Dahl
2010-12-08clients without certs are unauthed.Ryan Dahl
2010-12-07Pretty error message messes up if readFileSync in main module fails.Ryan Dahl
2010-12-06Server must not request cert.Ryan Dahl
2010-12-05fix global leakRyan Dahl
2010-12-05Reworks the two functions traverser and findModulePath into a more readable f...Anders Conbere
2010-12-04Check buffer length using string lengthSean Braithwaite
2010-12-03implement openpty for sunRyan Dahl
2010-12-03Fix tty changes for OSXBrian White
2010-12-03Introduce require('tty')Ryan Dahl
2010-12-03fix global leakRyan Dahl
2010-12-03print warning on process.ENVRyan Dahl
2010-12-02lint util.js and src/node.jsRyan Dahl
2010-12-02Fix executable path on FreeBSD.Brian White