summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src, lib: update after internal api changeBen Noordhuis2013-07-2018-552/+453
* src, lib: deduplicate errnoExceptionBen Noordhuis2013-07-201-10/+2
* src: add libuv bindings moduleBen Noordhuis2013-07-202-3/+62
* udp_wrap, tcp_wrap: add out arg to AddressToJSBen Noordhuis2013-07-193-7/+12
* src: ReqWrap now optionally accepts a wrap objectBen Noordhuis2013-07-191-2/+2
* buffer: return offset for end of last writeTrevor Norris2013-07-191-8/+14
* src: fix persistent handle lifecycle issueBen Noordhuis2013-07-194-5/+11
* src: add IsFunction() assert to MakeCallbackBen Noordhuis2013-07-191-0/+1
* smalloc: create separate moduleTrevor Norris2013-07-191-14/+36
* node: always set function nameTrevor Norris2013-07-191-1/+4
* smalloc: remove NULL assert checkTrevor Norris2013-07-151-2/+0
* src: remove Buffer::Data(Persistent<T>&)Ben Noordhuis2013-07-133-50/+12
* Now working on 0.11.5Timothy J Fontaine2013-07-121-2/+2
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-07-122-1/+4
|\
| * node: call MakeDomainCallback in all domain casesTrevor Norris2013-07-101-0/+3
| * crypto: fix memory leak in LoadPKCS12Fedor Indutny2013-07-101-0/+1
| * Now working v0.10.14Timothy J Fontaine2013-07-091-2/+2
| * 2013.07.09, Version 0.10.13 (Stable)v0.10.13v0.10.13-releaseTimothy J Fontaine2013-07-091-1/+1
* | build: fix windows buildBen Noordhuis2013-07-115-59/+46
* | src: remove unnecessary calls to Local<T>::New()Ben Noordhuis2013-07-075-11/+11
* | src: cast strong persistent handles to localsBen Noordhuis2013-07-078-33/+55
* | smalloc: don't take address of stack varBen Noordhuis2013-07-071-19/+23
* | configure: fix the --without-ssl optionNathan Rajlich2013-07-091-1/+1
* | tls_wrap: return Error not throw for missing certTimothy J Fontaine2013-07-091-1/+2
* | smalloc: call callback if set on AllocDisposeTrevor Norris2013-07-081-6/+31
* | smalloc: zero size allocs may need to be free'dTrevor Norris2013-07-081-8/+9
* | src: enable native v8 typed arraysBen Noordhuis2013-07-061-0/+34
* | src: abort() on fatal error in debug modeBen Noordhuis2013-07-061-0/+4
* | string_bytes: stop using String::AsciiValueBen Noordhuis2013-07-061-14/+18
* | lib, src: upgrade after v8 api changeBen Noordhuis2013-07-0641-3603/+2238
* | smalloc: revert change to use pointer indirectionTrevor Norris2013-07-061-2/+2
* | buffer: use macroFedor Indutny2013-07-061-48/+26
* | smalloc: fix style, use macroFedor Indutny2013-07-061-15/+10
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-07-051-0/+1
|\ \ | |/
| * src: fix memory leak in UsingDomains()Ben Noordhuis2013-07-051-0/+1
| * zlib: level can be negativeBrian White2013-07-011-1/+1
* | {stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris2013-07-034-30/+9
* | smalloc: use malloc instead of newTrevor Norris2013-07-036-17/+59
* | slab_allocator: remove SlabAllocatorTrevor Norris2013-07-035-225/+30
* | crypto: fix memory leak in LoadPKCS12Fedor Indutny2013-07-031-0/+1
* | zlib: allow changing of level and strategyBrian White2013-07-011-0/+30
* | zlib: level can be negativeBrian White2013-07-011-1/+1
* | 2013.06.26, Version 0.11.3 (Unstable)v0.11.3v0.11.3-releaseisaacs2013-06-261-1/+1
* | src: break on uncaught exceptionMiroslav Bajtos2013-06-263-34/+66
* | crypto: do not move half-filled write headFedor Indutny2013-06-261-1/+3
* | Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-06-251-2/+2
|\ \ | |/
| * string_bytes: properly detect 64bitTimothy J Fontaine2013-06-191-2/+2
| * Now working on 0.10.13isaacs2013-06-181-2/+2
| * 2013.06.18, Version 0.10.12 (Stable)v0.10.12v0.10.12-releaseisaacs2013-06-181-1/+1
| * Now working on 0.10.12isaacs2013-06-131-2/+2