11440 Commits (e67542ae17510e3657c2a946fde3dee4d775ac88)
 

Author SHA1 Message Date
Ben Noordhuis e67542ae17 build: disable -Og when building with clang 10 years ago
Ben Noordhuis 279f6116aa src: fix -Wmissing-field-initializers warning 10 years ago
Сковорода Никита Андреевич f7620fb96d tls_wrap: Unlink TLSWrap and SecureContext objects 10 years ago
Rod Vagg dacc1fa35c doc: update AUTHORS list 10 years ago
Rod Vagg 702997c1f0 Revert "url: significantly improve the performance of the url module" 10 years ago
Rod Vagg 0daed24883 Revert "url: delete href cache on all setter code paths" 10 years ago
Rod Vagg 0f39ef4ca1 Revert "url: fix treatment of some values as non-empty" 10 years ago
Petka Antonov 66877216bd url: fix treatment of some values as non-empty 10 years ago
Petka Antonov dbdd81a91b url: delete href cache on all setter code paths 10 years ago
Fedor Indutny b4f5898395 net: ensure Write/ShutdownWrap references handle 10 years ago
Nick Raienko 2a3a1909ab doc: add require() lines to child.stdio example 10 years ago
Roman Reiss 2e2fce0502 repl: fix persistent history and env variable name 10 years ago
Alexander Gromnitsky 02388dbf40 doc: fix some cross-references 10 years ago
Petka Antonov 3fd7fc429c url: significantly improve the performance of the url module 10 years ago
Rod Vagg 57c4cc26e2 doc: add TC meeting 2015-04-22 minutes 10 years ago
Brian White c7782c0af8 node: improve nextTick performance 10 years ago
Fedor Indutny ea5195ccaf repl: do not save history for non-terminal repl 10 years ago
Jeremiah Senkpiel 79a7a86d4d Merge branch 'v1.x' 10 years ago
Bert Belder 30e83d2e84 win,node-gyp: optionally allow node.exe/iojs.exe to be renamed 10 years ago
cjihrig 935c9d3fa7 deps: make node-gyp work with io.js 10 years ago
Forrest L Norvell 56e4255382 deps: upgrade npm to 2.9.0 10 years ago
Roman Reiss b4ad5d7050 doc: improve http.request and https.request opts 10 years ago
Fedor Indutny 550c2638c0 tls: use `SSL_set_cert_cb` for async SNI/OCSP 10 years ago
Fedor Indutny 30b7349176 stream_base: dispatch reqs in the stream impl 10 years ago
Ben Noordhuis 78f4b038f8 build: turn on debug-safe optimizations with -Og 10 years ago
Chris Dickinson 0450ce7db2 repl: add mode detection, cli persistent history 10 years ago
Johan Bergström a5dcff827a build: Use option groups in configure output 10 years ago
Roman Klauke 801b47acc5 gitignore: ignore xcode workspaces and projects 10 years ago
Ben Noordhuis 7dc8eec0a6 doc: deprecate smalloc module 10 years ago
Fedor Indutny 1787416376 tls: destroy singleUse context immediately 10 years ago
Fedor Indutny 2684c902c4 tls: zero SSL_CTX freelist for a singleUse socket 10 years ago
Fedor Indutny e6874dd0f9 crypto: track external memory for SSL structures 10 years ago
Fedor Indutny 2d241b3b82 tls: destroy SSL once it is out of use 10 years ago
Ben Noordhuis 73062521a4 src: deprecate smalloc public functions 10 years ago
Ben Noordhuis ccb199af17 src: fix deprecation warnings 10 years ago
Ben Noordhuis 609fa0de03 src: fix NODE_DEPRECATED macro 10 years ago
Ben Noordhuis d5ce47e433 lib: deprecate the smalloc module 10 years ago
Evan Lucas 3c92ca2b5c src: add ability to get/set effective uid/gid 10 years ago
Rod Vagg f9b226c1c1 test: extend timeouts for ARMv6 10 years ago
Julian Duque f9c681cf62 fs: validate fd on fs.write 10 years ago
Ben Noordhuis 509b59ea7c deps: enable v8 postmortem debugging again 10 years ago
Chris Dickinson 01652c7709 deps: upgrade v8 to 4.2.77.18 10 years ago
Ben Noordhuis 01e6632d70 deps: upgrade v8 to 4.2.77.15 10 years ago
Ben Noordhuis db4ded5903 deps: enable v8 postmortem debugging again 10 years ago
Ben Noordhuis 36cd5fb9d2 deps: upgrade v8 to 4.2.77.13 10 years ago
Christian Tellnes b57cc51d8d os: remove trailing slash from os.tmpdir() 10 years ago
Rod Vagg 1bcdf46ca7 doc: add TC meeting 2015-04-15 minutes 10 years ago
Yosuke Furukawa 391cae3595 doc: Add Known issues to v1.7.0/1.7.1 CHANGELOG 10 years ago
Brian White 0fa6c4a6fc string_decoder: don't cache Buffer.isEncoding 10 years ago
Nick Raienko e55fdc47a7 doc: fix util.deprecate example 10 years ago