The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / node_constants.cc @ 6f92da2d

History | View | Annotate | Download (18.9 KB)

# Date Author Comment
8e29ce9f 07/31/2013 02:12 PM Fedor Indutny

src: lint c++ code

3b17f3b8 08/28/2012 09:04 AM Ian Babrou

constants: add O_DIRECT

This will allow to speed up file i/o in some cases by usage of right offsets
and buffer sizes.

600a6468 08/20/2012 06:18 PM Bert Belder

process: use uv_signal instead of ev_signal

ff4a9d38 03/09/2012 06:14 PM Ben Noordhuis

core: use proper #include directives

500c8f45 12/15/2011 09:01 PM Igor Zinkovsky

Remove platform files, and use uv platform api

05de01d7 11/21/2011 07:59 AM Ben Noordhuis

tls: expose more openssl SSL context options

4d05f56d 11/21/2011 07:59 AM Roman Shtylman

tls: expose ssl bug workaround constants

The internet is filled with servers which have various bugs and other
ssl handshake issues. These constants can be used with the Agent
secureOptions option to get around such server limitations when performing
https requests

13d6a1f6 08/06/2011 06:31 AM Peter Bright

Basic VC++ compatibility work.

91ecfbca 08/02/2011 12:38 PM Bert Belder

Remove platform_win32_winsock

9cec08e4 05/23/2011 08:31 PM Bert Belder

Batch of ev -> uv changes

3935adce 04/20/2011 07:04 PM isaacs

GH-853 fs.lchown and fs.lchmod

c9b40da3 04/19/2011 02:32 PM Fedor Indutny

OpenSSL NPN in node.js

closes #926.

e2d90185 04/13/2011 09:35 PM Theo Schlossnagle

SSL_OP_CRYPTOPRO_TLSEXT_BUG

fixes #873

2a88dd3b 04/13/2011 09:25 PM Theo Schlossnagle

TLS: Add secureOptions flag

Also, secureOptions flag was added (and passed through) and allows
the context to have all supported SSL_OP_* set via createCredentials.
All SSL_OP_ flags (outside of ALL) have been added to constants.

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

0eb4c215 01/17/2011 10:58 PM Bert Belder

Define winsock error numbers

e0f47be9 01/17/2011 10:58 PM Bert Belder

Clean up the way windows headers are included

Plus make inclusion order a little more consistent in general

cd921c2c 12/20/2010 05:50 PM Bert Belder

S_IFLNK, S_IFSOCK and SIGCHLD are not available on windows

e48f0d1d 06/15/2010 10:52 PM Peter Dekkers

Fixed incorrect mask for determining fs.Stats types

aeb7d6d1 01/18/2010 01:12 PM Ryan Dahl

Add process.IdleWatcher

With priorities. Will be used for process.nextLoop().

a5df0f6a 10/27/2009 06:46 AM Ryan Dahl

Prefix all source files with node_