summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* buffer: update constructor prototypePavel Lang2012-09-132-5/+11
* crypto: use uv_thread_self()Ben Noordhuis2012-09-131-18/+1
* buffer: change prototype of Data() and Length()Ben Noordhuis2012-09-111-4/+9
* crypto: remove legacy openssl compatibility codeBen Noordhuis2012-09-111-71/+4
* tls: async session storageFedor Indutny2012-09-052-8/+313
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-09-043-39/+30
|\
| * crypto, tls: make setSNICallback() compatible with domainsBen Noordhuis2012-09-032-15/+12
| * crypto: make pbkdf2() compatible with domainsBen Noordhuis2012-09-031-9/+8
| * crypto: make randomBytes() compatible with domainsBen Noordhuis2012-09-031-14/+8
| * windows: don't blow when a signal handler is attachedBert Belder2012-09-031-0/+4
* | cli: make argument to -p optionalBen Noordhuis2012-09-041-2/+20
* | cli: make -p equivalent to -peBen Noordhuis2012-09-031-9/+7
* | crypto: fix build error on OS XBen Noordhuis2012-09-021-1/+1
* | crypto: use CRYPTO_THREADID_set_callback()Ben Noordhuis2012-08-311-6/+10
* | Now working on 0.9.2isaacs2012-08-281-2/+2
* | 2012.08.28, Version 0.9.1 (Unstable)v0.9.1v0.9.1-releaseisaacs2012-08-281-1/+1
* | constants: add O_DIRECTIan Babrou2012-08-281-0/+3
* | Merge branch 'v0.8'Bert Belder2012-08-282-15/+30
|\ \ | |/
| * Now working on 0.8.9isaacs2012-08-221-2/+2
| * 2012.08.22, Version 0.8.8 (Stable)v0.8.8v0.8.8-releaseisaacs2012-08-221-1/+1
| * unix: don't explicitly instantiate v8::Persistent<x> templatesBert Belder2012-08-201-2/+5
| * fs: fix use after free in stat watcherBen Noordhuis2012-08-202-15/+30
* | lintisaacs2012-08-271-2/+2
* | child_process: emit error on exec failureBen Noordhuis2012-08-211-0/+5
* | signal_wrap: fix unused variable compiler warningBen Noordhuis2012-08-211-1/+1
* | Remove node_io_watcherBert Belder2012-08-213-240/+0
* | Delete the old node_signal_watcher codeBert Belder2012-08-213-184/+0
* | process: use uv_signal instead of ev_signalBert Belder2012-08-215-19/+164
* | unix: don't explicitly instantiate v8::Persistent<x> templatesBert Belder2012-08-201-2/+5
* | Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-08-173-2/+27
|\ \ | |/
| * Avoid compiler warning about negating unsigned valueBert Belder2012-08-171-1/+2
| * windows: avoid MSVC warnings about templates not having a dll interfaceBert Belder2012-08-171-0/+6
| * Now working on 0.8.8isaacs2012-08-151-2/+2
| * 2012.08.15, Version 0.8.7 (Stable)v0.8.7v0.8.7-releaseisaacs2012-08-151-1/+1
| * buffer, crypto: fix buffer decodingBen Noordhuis2012-08-141-1/+19
| * Now working on 0.8.7isaacs2012-08-071-2/+2
| * 2012.08.07, Version 0.8.6 (Stable)v0.8.6isaacs2012-08-071-1/+1
* | timers: implement setImmediateTimothy J Fontaine2012-08-121-0/+10
* | node: remove process.uvCounters()Ben Noordhuis2012-08-101-33/+0
* | dns: use uv_inet_ntop/uv_inet_pton instead of c-ares equivalentsBert Belder2012-08-073-52/+16
* | dns: don't rely on libuv for c-ares integrationBert Belder2012-08-072-5/+916
* | node.cc: include ares.hBert Belder2012-08-071-0/+1
* | fs: fix naming of truncate/ftruncate functionsisaacs2012-08-061-2/+2
* | Merge remote-tracking branch 'ry/v0.8'isaacs2012-08-035-31/+55
|\ \ | |/
| * Now working on 0.8.6isaacs2012-08-021-2/+2
| * 2012.08.02, Version 0.8.5 (Stable)v0.8.5isaacs2012-08-021-1/+1
| * node: tag Encode and friends NODE_EXTERNBen Noordhuis2012-08-021-8/+8
| * Report errors properly from --eval and stdinisaacs2012-07-303-21/+45
| * node: use variadic functions in ev-emul.hBen Noordhuis2012-07-281-2/+2
| * Now working on v0.8.5isaacs2012-07-251-2/+2