4061 Commits (c7378c4d5f2218d7248e7f4ee1cb5407c683c909)

Author SHA1 Message Date
Steven R. Loomis 2e29b76666 intl: Don't crash if v8BreakIterator not available 8 years ago
Nikolai Vavilov 606deecd16 src: don't include a null character in the WriteConsoleW call 9 years ago
Christopher Jeffrey 17c4187949 buffer: optimize hex_decode 9 years ago
Ben Noordhuis a5b6c2cdd7 src: use RAII for mutexes and condition variables 9 years ago
Anna Henningsen 9f1b790f79 net: make holding the buffer in memory more robust 9 years ago
Rod Vagg f43f965146 Working on v4.6.2 8 years ago
Rod Vagg f0052e40cd 2016-10-18, Version 4.6.1 'Argon' (LTS) 8 years ago
Rod Vagg d959279731 Working on v4.6.1 9 years ago
Rod Vagg 57ca7390d0 2016-09-27, Version 4.6.0 'Argon' (LTS) 9 years ago
Myles Borins 3058f492a4 Working on v4.5.1 9 years ago
Myles Borins 50577fa38d 2016-08-15, Version 4.5.0 'Argon' (LTS) 9 years ago
Brian White d86332799c src: clean up string_search 9 years ago
Michael Wain 65624440bf crypto: allow GCM ciphers to have longer IV length 9 years ago
Ben Noordhuis 3eea55167d src: fix memory leak in WriteBuffers() error path 9 years ago
Ben Noordhuis 23797eb037 src: remove obsolete NOLINT comments 9 years ago
Ben Noordhuis 5aff60e832 src: lint v8abbr.h 9 years ago
Ben Noordhuis 42e7c9d266 src: lint node_lttng_tp.h 9 years ago
Ben Noordhuis 27c2d25be6 src: lint node_win32_perfctr_provider.cc 9 years ago
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