summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 2013.06.13, Version 0.10.11 (Stable)v0.10.11v0.10.11-releaseisaacs2013-06-131-1/+1
| * Now working on v0.10.11isaacs2013-06-041-2/+2
| * 2013.06.04, Version 0.10.10 (Stable)v0.10.10v0.10.10-releaseisaacs2013-06-041-1/+1
| * Now working on v0.10.10isaacs2013-05-301-2/+2
| * 2013.05.30, Version 0.10.9 (Stable)v0.10.9v0.10.9-releaseisaacs2013-05-301-1/+1
* | buffer: fix gcc 4.2 build breakageBen Noordhuis2013-06-201-1/+3
* | buffer: write strings directly from callTrevor Norris2013-06-192-7/+9
* | crypto: change assertion to condition in bioFedor Indutny2013-06-191-2/+1
* | buffer: proper API export for WindowsTrevor Norris2013-06-182-27/+29
* | buffer: implement new fill behaviorTrevor Norris2013-06-181-8/+32
* | buffer: remove c-style castsTrevor Norris2013-06-181-5/+3
* | buffer: use smalloc as backing data storeTrevor Norris2013-06-188-570/+389
* | smalloc: add api to manually dispose PersistentTrevor Norris2013-06-182-0/+29
* | smalloc: initial implementationTrevor Norris2013-06-183-0/+369
* | stream_wrap: remove bogus assertBert Belder2013-06-181-1/+0
* | src: clean up `using` directivesBen Noordhuis2013-06-1713-62/+36
* | build: fix include order for building on windowsTimothy J Fontaine2013-06-172-5/+5
* | build: add android supportLinus MÃ¥rtensson2013-06-172-6/+9
* | tls: session API returnsFedor Indutny2013-06-174-11/+302
* | stream_wrap: fix signed/unsigned comparison warningBen Noordhuis2013-06-171-1/+1
* | cares: fix uninitialized variable warningBen Noordhuis2013-06-171-0/+3
* | tls_wrap: embed TLS encryption into streamwrapFedor Indutny2013-06-165-21/+1369
* | stream_wrap: introduce StreamWrapCallbacksFedor Indutny2013-06-152-122/+219
* | process: abstract out HandleToStreamFedor Indutny2013-06-158-22/+87
* | crypto: clear error on return in AddCRLFedor Indutny2013-06-151-0/+3
* | crypto: ensure that read head is always non-emptyFedor Indutny2013-06-151-1/+3
* | crypto: do not deallocate embedded bufferFedor Indutny2013-06-141-0/+5
* | crypto: fix excessive buffer allocationFedor Indutny2013-06-142-5/+16
* | string_bytes: write strings using new APITrevor Norris2013-06-121-50/+62
* | string_bytes: use external for large stringsTrevor Norris2013-06-121-29/+113
* | string_bytes: implement new v8 APITrevor Norris2013-06-111-16/+28
* | lint: add mising isolates and minor style fixesTrevor Norris2013-06-111-12/+12
* | src: upgrade after v8 api changeBen Noordhuis2013-06-122-13/+15
* | crypto: free excessive memory in NodeBIOFedor Indutny2013-06-082-0/+28
* | src: unexport node_isolateBen Noordhuis2013-06-072-23/+23
* | src: replace ngx-queue.h with queue.hBen Noordhuis2013-06-046-123/+109
* | src: wrap macros in `do {...} while (0)`Nick Desaulniers2013-06-041-10/+13
* | process: use Tock for nextTickQueue itemsTrevor Norris2013-05-301-6/+7
* | src: remove old comment codeTrevor Norris2013-05-301-1/+1
* | process: remove spinnerTrevor Norris2013-05-302-59/+2
* | process: remove max tick check for domainsTrevor Norris2013-05-302-75/+33
* | process: remove maxTickDepth from _tickCallbackTrevor Norris2013-05-302-18/+8
* | process: relocate needSpinner callsTrevor Norris2013-05-301-14/+4
* | vm: fix race condition in watchdog cleanupAndrew Paprocki2013-05-302-14/+25
* | buffer: guard against integer overflowBen Noordhuis2013-05-301-1/+1
* | buffer: simplify ReadFloatGeneric offset checksBen Noordhuis2013-05-301-3/+2
* | os: use IsBigEndian() in GetEndianness() functionBen Noordhuis2013-05-301-4/+1
* | buffer: guard against pointer aliasing issuesBen Noordhuis2013-05-301-35/+36
* | src: add endianness helper functionsBen Noordhuis2013-05-301-0/+24
* | src: simplify HandleWrap initializationBen Noordhuis2013-05-309-29/+7