2222 Commits (9e72b7b65c2726ea192326261be45f4bcda6a86c)

Author SHA1 Message Date
Ben Noordhuis 46e86aa803 dgram: bring back setMulticastLoopback() 13 years ago
Igor Zinkovsky 6c0c00a205 fix windows build 13 years ago
Maciej Małecki ff512634ac version: bump `NODE_PATCH_VERSION` 13 years ago
Ben Noordhuis 9edb984274 crypto: silence unused variable warning 13 years ago
Igor Zinkovsky 6d00c089e3 only ref non-default isolate loops 13 years ago
Dan VerWeire f2b1f57f74 dgram: reintroduce setMulticastTTL() 13 years ago
Dan VerWeire f749338e1e dgram: reintroduce setBroadcast() 13 years ago
Roman Shtylman a38fd6056c dgram: reintroduce addMembership() and dropMembership() 13 years ago
Igor Zinkovsky de78922b12 ref isolate loop 13 years ago
Ben Noordhuis 4e5247772d fs, handle_wrap: use Loop(), not uv_default_loop() 13 years ago
Shigeki Ohtsu 2156e5eca1 fs: don't assert on uv_fs_*() errors 13 years ago
isaacs ec1d1ee61f Now working on 0.6.9 13 years ago
isaacs d18cebaf8a 2012.01.19, Version 0.6.8 (stable) 13 years ago
Ingmar Runge 0ca30187cf Crypto: adding ability to turn off automatic PKCS padding 13 years ago
Ben Noordhuis 549443a7cc typed arrays: set class name 13 years ago
Ryan Dahl 72cbb7492c Now working on v0.7.1-pre 13 years ago
Ryan Dahl 9cc55dca6f Bump version to v0.7.0 13 years ago
Igor Zinkovsky 95844451b6 fix windows build 13 years ago
Ben Noordhuis 03cb903e7e isolates: remove references to uv_thread_self() 13 years ago
mrb bd9fa2e841 dgram: use slab memory allocator 13 years ago
Fedor Indutny 71ae175319 zlib: reset() method for deflate/inflate streams 13 years ago
Fedor Indutny 89556f5a2f zlib: C++ style fixes for dictionary 13 years ago
Fedor Indutny 07701e7cc8 zlib: C++ style fixes 13 years ago
isaacs 8cca30f31b zlib binding cleanup 13 years ago
Ben Noordhuis 0ad2717fd8 Make sure that zlib contexts are not garbage collected when busy 13 years ago
Bert Belder 2d8af39acc Fix memory leak in node_zlib 13 years ago
Ryan Dahl e6a30bd107 Fix #2473 13 years ago
Ben Noordhuis 7cee968c21 isolates: add process-global list of isolates 13 years ago
Fedor Indutny 99679c6430 IsolateDebugger C++ 13 years ago
Fedor Indutny 44e7033279 fixed debugger segfaults 13 years ago
Fedor Indutny a5f74b4da7 added isolates support 13 years ago
Ben Noordhuis 97e4b3a7bf isolates: drain message queue completely 13 years ago
Ben Noordhuis b07acb3808 child_process: fix segfault after failed spawn 13 years ago
Ben Noordhuis d5d043f2d7 handle_wrap: guard against uninitialized handle or double close 13 years ago
Ben Noordhuis 9a79bb694e Avoid unnecessary buffer to string conversion. 13 years ago
isaacs ff4096f958 Now working on v0.6.8 13 years ago
isaacs d5a189acef 2012.01.06, Version 0.6.7 (stable) 13 years ago
Ryan Dahl be67fa7e09 Revert "crypto: add SecureContext.clearOptions() method" 13 years ago
Ben Noordhuis 42281124d4 child_process: add isolates support 13 years ago
Ben Noordhuis 1e73e4c62f isolates: remove global isolates list 13 years ago
Ben Noordhuis dadc30318f isolates: implement message passing 13 years ago
Mikael Bourges-Sevenier 5b05429bf0 typed arrays: add Buffer -> TypedArray constructor 13 years ago
Andreas Madsen 5f08c3cfa1 cluster improvements: Worker class and isolate internal messages 13 years ago
Ryan Dahl f3da6c6c04 Potential fix for #2438 13 years ago
Ben Noordhuis 6f8839d2ac crypto: add SecureContext.clearOptions() method 13 years ago
Ben Noordhuis 3f5bb15f35 dgram: fix memory leak in error path 13 years ago
Ben Noordhuis fa43f04f6a Include ngx-queue.h, fix Windows build. 13 years ago
Ryan Dahl 649dbbbd83 Add process.features.isolates 13 years ago
Ryan Dahl 5fc0c27d5c move isolate V8 functions out of node.cc 13 years ago
Ryan Dahl 20ba454ef9 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago