summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | buffer: use smalloc as backing data storeTrevor Norris2013-06-1820-1286/+695
* | smalloc: add api to manually dispose PersistentTrevor Norris2013-06-184-0/+88
* | smalloc: initial implementationTrevor Norris2013-06-187-0/+575
* | doc: cleanup addons code, fix isolate positioningRod Vagg2013-06-181-38/+28
* | doc: cleanup addons docs for 80 char linesRod Vagg2013-06-181-9/+13
* | stream_wrap: remove bogus assertBert Belder2013-06-181-1/+0
* | src: clean up `using` directivesBen Noordhuis2013-06-1713-62/+36
* | doc: call console module 'console' not 'stdio'Sam Roberts2013-06-174-4/+4
* | build: fix include order for building on windowsTimothy J Fontaine2013-06-172-5/+5
* | build: add android supportLinus MÃ¥rtensson2013-06-176-17/+57
* | readline: strip ctrl chars for prompt width calcKrzysztof Chrapka2013-06-172-4/+29
* | tls: session API returnsFedor Indutny2013-06-177-11/+480
* | doc: Correct TLS deprecation noticesisaacs2013-06-161-2/+2
* | stream_wrap: fix signed/unsigned comparison warningBen Noordhuis2013-06-171-1/+1
* | cares: fix uninitialized variable warningBen Noordhuis2013-06-171-0/+3
* | tls: share socket._hadError with http_clientFedor Indutny2013-06-163-10/+15
* | tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny2013-06-1615-1764/+1455
* | tls_wrap: embed TLS encryption into streamwrapFedor Indutny2013-06-166-22/+1375
* | stream_wrap: introduce StreamWrapCallbacksFedor Indutny2013-06-152-122/+219
* | process: abstract out HandleToStreamFedor Indutny2013-06-159-22/+88
* | 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-122-50/+136
* | 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
* | test: fix up weakref.cc after v8 api changeBen Noordhuis2013-06-121-2/+3
* | src: upgrade after v8 api changeBen Noordhuis2013-06-122-13/+15
* | v8: reapply floating patchesBen Noordhuis2013-06-112-10/+16
* | v8: upgrade to v3.19.13Ben Noordhuis2013-06-11310-10701/+17274
* | crypto: free excessive memory in NodeBIOFedor Indutny2013-06-082-0/+28
* | src: unexport node_isolateBen Noordhuis2013-06-072-23/+23
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-06-05213-255/+857
|\ \ | |/
| * net: Destroy when not readable and not writableisaacs2013-06-052-2/+141
| * Now working on v0.10.11isaacs2013-06-041-2/+2
| * blog: Release v0.10.10isaacs2013-06-041-0/+63
| * Merge branch 'v0.10.10-release' into v0.10isaacs2013-06-042-2/+13
| |\
| | * 2013.06.04, Version 0.10.10 (Stable)v0.10.10v0.10.10-releaseisaacs2013-06-042-2/+13
| |/
| * uv: Upgrade to 0.10.10isaacs2013-06-0410-65/+113
| * url: remove unused global variableBen Noordhuis2013-06-041-12/+0
| * npm: Upgrade to 1.2.25isaacs2013-06-04203-207/+332
| * doc: ChangeLog update for v0.8.24isaacs2013-06-041-0/+11
| * blog: 0.8 is maintenace, not stableisaacs2013-06-041-2/+2
| * blog: Release v0.8.24isaacs2013-06-041-0/+63
| * blog: Release v0.10.9isaacs2013-06-041-0/+67
| * url: Set href to null by defaultisaacs2013-06-031-0/+1
| * url: Properly parse certain oddly formed urlsisaacs2013-06-032-33/+86
| * stream: unshift('') is a noopisaacs2013-06-032-1/+82