8926 Commits (6f92da2dd106b0c63fde563284f83e08e2a521b5)
 

Author SHA1 Message Date
Timothy J Fontaine 6f92da2dd1 2013.08.06, Version 0.11.5 (Unstable) 12 years ago
Timothy J Fontaine fa8efa98de uv: Upgrade to v0.11.7 12 years ago
Fedor Indutny 166c405b33 tls: fix lazy initialization of clienthello parser 12 years ago
Timothy J Fontaine b26d346b57 Merge remote-tracking branch 'upstream/v0.10' 12 years ago
Ben Noordhuis b8a7eedea3 process_wrap: omit superfluous Number creation 12 years ago
Eran Hammer 23d92ec88e stream: Fix double pipe error emit 12 years ago
Ben Noordhuis 45d056ee69 src: fix WITH_GENERIC_STREAM() type check bug 12 years ago
Ben Noordhuis 576496632c crypto: fix signed/unsigned comparison warning 12 years ago
Fedor Indutny 048e0e77e0 tls: asynchronous SNICallback 12 years ago
Fedor Indutny 8e28193cc2 tls_wrap: DRY ClientHelloParser 12 years ago
isaacs 6942a95ae1 repl: Add 'smalloc' to list of known modules 12 years ago
Evan Solomon 13ed817fec doc: add a missing word in streams doc 12 years ago
Timothy J Fontaine 032373df7f build: fix ia32 sunos, elfwrap only needs -64 12 years ago
Timothy J Fontaine e851fef60f build: embed the mdb_v8.so into the binary 12 years ago
isaacs 366baedfd8 doc: Update LICENSE for npm's Artistic 2.0 12 years ago
isaacs f4b1e00071 test: Move test-http-default-port from disabled to simple 12 years ago
Koichi Kobayashi 72ad2c94df https: fix default port 12 years ago
isaacs 32fdae2ca3 http: Fix overlooked agent.globalAgent export 12 years ago
mstarzinger@chromium.org 6b92a71321 v8: back-port fix for CVE-2013-2882 12 years ago
Forrest L Norvell 231092d236 doc: document domain.enter() and domain.exit() 12 years ago
Sam Roberts 6a7be99703 doc: fs.open, fix flag/mode confusion, etc. 12 years ago
Ben Noordhuis 222e5239fc v8: fix openbsd build 12 years ago
Fedor Indutny ea7b817266 tls: fix handling of `SNICallback` server option 12 years ago
Ben Noordhuis 5383e75885 src: use static_cast for void-to-T casts 12 years ago
Ben Noordhuis d4cc30f18c src: use PersistentToLocal() in a few more places 12 years ago
Fedor Indutny e5791f74f0 crypto: fix another over-run in bio 12 years ago
Ben Noordhuis 350fc8064e src: remove non-isolate PersistentToLocal(), v2 12 years ago
isaacs bea9dfa14c npm: Upgrade to 1.3.7 12 years ago
Trevor Norris c80f8fa8f1 process: set key properties as ReadOnly 12 years ago
Ben Noordhuis 78d90945d6 src: remove non-isolate PersistentToLocal() 12 years ago
Trevor Norris 2dafa193ee smalloc: remove double checks 12 years ago
Trevor Norris da07709c74 smalloc: fix assertion fails/segfault 12 years ago
Trevor Norris 3158ffb6ef util: add isPrimitive check 12 years ago
Ben Noordhuis e772a7deaf build: fix --without-ssl build 12 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 12 years ago
Trevor Norris 9a29aa8c55 benchmark: update misc to new v8 API 12 years ago
Trevor Norris 76ada45342 test: add mac to test-os 12 years ago
Ben Noordhuis 9e1eb361e8 test: future-proof simple/test-event-emitter-memory-leak 12 years ago
Ben Noordhuis 98db7babcc test: fix pummel/test-net-connect-memleak 12 years ago
Ben Noordhuis fc6f8a6943 events: fix memory leak, don't leak event names 12 years ago
Fedor Indutny dda22a520b tls_wrap: parse tls session ticket extension 12 years ago
Brian White 30701d6e74 os: add mac address to networkInterfaces() output 12 years ago
Ben Noordhuis a622bde9e6 cpplint: exclude src/node_win32_perfctr_provider.cc 12 years ago
Ben Noordhuis 1ef1be376c src: don't include <string.h> twice in src/node.cc 12 years ago
Bert Belder 6430c3f55d build: disable some msvc compiler warnings 12 years ago
Bert Belder 168ca527be build: un-break the windows build 12 years ago
Ben Noordhuis 02cab97490 src: more lint after cpplint tightening 12 years ago
Ben Noordhuis 847c6d980c tools: cpplint: fix up build/include_order rule 12 years ago
Antony Bailey 58159e308b doc: remove travis status image 12 years ago
Fedor Indutny 6caf012d59 etw_provider: unbreak windows build 12 years ago