4043 Commits (8a9af6843d0ec1a7a5ed99de6ca1937820df258d)

Author SHA1 Message Date
Ben Noordhuis 4f4d3e77ef src: fix whitespace/indent cpplint warnings 9 years ago
Ben Noordhuis 066064d65f src: fix whitespace/blank_line cpplint warnings 9 years ago
Ben Noordhuis 44cbe0356d src: fix runtime/references cpplint warnings 9 years ago
Ben Noordhuis f530a36c65 src: fix runtime/int cpplint warnings 9 years ago
Ben Noordhuis d6595adcdb src: fix runtime/indentation_namespace warnings 9 years ago
Ben Noordhuis 68db091aba src: fix readability/nolint cpplint warnings 9 years ago
Ben Noordhuis 4748bed736 src: fix readability/namespace cpplint warnings 9 years ago
Ben Noordhuis 785211702a src: fix readability/inheritance cpplint warnings 9 years ago
Ben Noordhuis c90ae7fb72 src: fix readability/constructors cpplint warnings 9 years ago
Ben Noordhuis 16f2497994 src: fix readability/braces cpplint warnings 9 years ago
Ben Noordhuis c8f78a2682 src: fix build/header_guard cpplint warnings 9 years ago
Ben Noordhuis ccc701e1d5 src: fix build/c++tr1 cpplint warnings 9 years ago
Anna Henningsen dda81b44b0 src: unify implementations of Utf8Value etc. 9 years ago
Ben Noordhuis db2b23f06f src: fix sporadic deadlock in SIGUSR1 handler 9 years ago
Anna Henningsen 855759757a vm: don't print out arrow message for custom error 9 years ago
Ben Noordhuis 53a67ed6d7 src: fix bad logic in uid/gid checks 9 years ago
Ben Noordhuis e6a27a70d8 src: fix use-after-return in zlib bindings 9 years ago
Ben Noordhuis 61de6e9b47 src: remove deprecated HMAC_Init, use HMAC_Init_ex 9 years ago
Ben Noordhuis 7305e7b9d2 src: remove duplicate HMAC_Init calls 9 years ago
Ben Noordhuis 38baf6a0b7 src: remove unused md_ data members 9 years ago
Ben Noordhuis e103044b68 src: remove unused data member write_queue_size_ 9 years ago
Ben Noordhuis 67937bca0a src: guard against starting fs watcher twice 9 years ago
Ben Noordhuis c03bd57ac6 src: check uv_async_init() return value 9 years ago
Ben Noordhuis 1e0cede3a6 crypto: update root certificates 9 years ago
Ben Noordhuis 2b0dce5a5b src: don't use locale-sensitive strcasecmp() 9 years ago
Ben Noordhuis 9c31c738fc src: remove unused #include statement 9 years ago
Bryce Simonds 426aa0a5e8 src: fix Windows segfault with `--eval` 9 years ago
Cheng Zhao b21d145c2a src: add node::FreeEnvironment public API 10 years ago
Saúl Ibarra Corretgé a1719a94e9 udp: use libuv API to get file descriptor 9 years ago
Saúl Ibarra Corretgé 7779639a11 unix,stream: fix getting the correct fd for a handle 9 years ago
James M Snell 06327e5eed tls: use process.binding('config') to detect fips mode 9 years ago
James M Snell b9136c0c03 src: add process.binding('config') 9 years ago
Robert Jefe Lindstaedt c237ac3d68 doc: git mv to .md 9 years ago
James M Snell fb03e57de2 buffer: backport --zero-fill-buffers cli option 9 years ago
Fedor Indutny 07fd52e5aa http: skip body and next message of CONNECT res 9 years ago
Anna Henningsen 5782ec2427 module: don't cache uninitialized builtins 9 years ago
Anna Henningsen b9dfdfe1d3 vm: don't abort process when stack space runs out 9 years ago
Trevor Norris 271927f29e async_wrap: pass uid to JS as double 9 years ago
Trevor Norris 747f107188 async_wrap: don't abort on callback exception 9 years ago
Trevor Norris c06e2b07b6 async_wrap: notify post if intercepted exception 9 years ago
Trevor Norris 0642a146b3 async_wrap: setupHooks now accepts object 9 years ago
Trevor Norris c3d87eee49 src: reword command and add ternary 9 years ago
Trevor Norris ee7040568d src,http_parser: remove KickNextTick call 9 years ago
Trevor Norris 63356df39c src,http: fix uncaughtException miss in http 9 years ago
Trevor Norris 6f312b3a91 http_parser: use `MakeCallback` 9 years ago
Andreas Madsen 75ecf8eb07 async_wrap: add parent uid to init hook 9 years ago
Andreas Madsen e10eebffa5 async_wrap: make uid the first argument in init 9 years ago
Andreas Madsen 13d465bcf6 async_wrap: add uid to all asyncWrap hooks 9 years ago
Brian White 68f391bf3b src: remove unnecessary check 9 years ago
Trevor Norris 981bbcd925 src: remove TryCatch in MakeCallback 9 years ago