summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-06-26crypto: do not move half-filled write headFedor Indutny
2013-06-25Merge remote-tracking branch 'ry/v0.10' into masterisaacs
2013-06-20buffer: fix gcc 4.2 build breakageBen Noordhuis
2013-06-19string_bytes: properly detect 64bitTimothy J Fontaine
2013-06-19buffer: write strings directly from callTrevor Norris
2013-06-19crypto: change assertion to condition in bioFedor Indutny
2013-06-18buffer: proper API export for WindowsTrevor Norris
2013-06-18buffer: implement new fill behaviorTrevor Norris
2013-06-18buffer: remove c-style castsTrevor Norris
2013-06-18buffer: use smalloc as backing data storeTrevor Norris
2013-06-18smalloc: add api to manually dispose PersistentTrevor Norris
2013-06-18smalloc: initial implementationTrevor Norris
2013-06-18Now working on 0.10.13isaacs
2013-06-182013.06.18, Version 0.10.12 (Stable)isaacs
2013-06-18stream_wrap: remove bogus assertBert Belder
2013-06-17src: clean up `using` directivesBen Noordhuis
2013-06-17build: fix include order for building on windowsTimothy J Fontaine
2013-06-17build: add android supportLinus MÃ¥rtensson
2013-06-17tls: session API returnsFedor Indutny
2013-06-17stream_wrap: fix signed/unsigned comparison warningBen Noordhuis
2013-06-17cares: fix uninitialized variable warningBen Noordhuis
2013-06-16tls_wrap: embed TLS encryption into streamwrapFedor Indutny
2013-06-15stream_wrap: introduce StreamWrapCallbacksFedor Indutny
2013-06-15process: abstract out HandleToStreamFedor Indutny
2013-06-15crypto: clear error on return in AddCRLFedor Indutny
2013-06-15crypto: ensure that read head is always non-emptyFedor Indutny
2013-06-14crypto: do not deallocate embedded bufferFedor Indutny
2013-06-14crypto: fix excessive buffer allocationFedor Indutny
2013-06-13Now working on 0.10.12isaacs
2013-06-132013.06.13, Version 0.10.11 (Stable)isaacs
2013-06-12string_bytes: write strings using new APITrevor Norris
2013-06-12string_bytes: use external for large stringsTrevor Norris
2013-06-11string_bytes: implement new v8 APITrevor Norris
2013-06-11lint: add mising isolates and minor style fixesTrevor Norris
2013-06-12src: upgrade after v8 api changeBen Noordhuis
2013-06-08crypto: free excessive memory in NodeBIOFedor Indutny
2013-06-07src: unexport node_isolateBen Noordhuis
2013-06-04Now working on v0.10.11isaacs
2013-06-042013.06.04, Version 0.10.10 (Stable)isaacs
2013-06-04src: replace ngx-queue.h with queue.hBen Noordhuis
2013-06-04src: wrap macros in `do {...} while (0)`Nick Desaulniers
2013-05-30process: use Tock for nextTickQueue itemsTrevor Norris
2013-05-30src: remove old comment codeTrevor Norris
2013-05-30process: remove spinnerTrevor Norris
2013-05-30Now working on v0.10.10isaacs
2013-05-302013.05.30, Version 0.10.9 (Stable)isaacs
2013-05-30process: remove max tick check for domainsTrevor Norris
2013-05-30process: remove maxTickDepth from _tickCallbackTrevor Norris
2013-05-30process: relocate needSpinner callsTrevor Norris
2013-05-30vm: fix race condition in watchdog cleanupAndrew Paprocki