summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: fix gcc 4.7 sunos buildv0.4Trent Mick2012-10-301-3/+6
* bench: backport http_simple benchmark from masterBen Noordhuis2011-10-291-27/+24
* Fix #1851 Correct X/index docisaacs2011-10-101-1/+2
* Fix typo for fs.write docsBrian White2011-10-091-1/+1
* Move test-net-write-callbacks to pummelRyan Dahl2011-09-301-0/+0
* tls: Improve TLS flow controlkoichik2011-09-301-7/+41
* tls: Add test for #1775koichik2011-09-301-0/+78
* docs: note about empty environment in child processesMarco Rogers2011-09-291-0/+4
* net: Fix string-concat hot path bugRyan Dahl2011-09-282-6/+70
* cygwin: fix new[]/delete mismatchBen Noordhuis2011-09-251-2/+2
* cygwin: fix return of uninitialized variableBen Noordhuis2011-09-251-0/+2
* net: callback to socket.write should always be called asynchronouslyEric Lovett2011-09-251-1/+3
* buffers: handle bad length argument in constructorBen Noordhuis2011-09-242-3/+25
* crypto: fix delete of potentially uninitialized pointerBen Noordhuis2011-09-221-0/+1
* crypto: fix read of potentially uninitialized variableBen Noordhuis2011-09-221-1/+1
* crypto: look up SSL errors with ERR_print_errors()Ben Noordhuis2011-09-221-14/+16
* crypto: fix error message buffer overrunBen Noordhuis2011-09-221-1/+1
* docs: Add anchor links next to each functionVitor Balocco2011-09-212-1/+13
* docs: add linkskoichik2011-09-201-2/+2
* build: fix SYS_clock_gettime feature checkBen Noordhuis2011-09-161-1/+1
* Update website address in MakefileRyan Dahl2011-09-151-1/+1
* Now working on v0.4.13Ryan Dahl2011-09-151-2/+2
* Bump version to v0.4.12v0.4.12Ryan Dahl2011-09-154-13/+36
* Drain OpenSSL error queue? Addresses #1719Ryan Dahl2011-09-151-1/+12
* Fix #1707 hasOwnProperty usageisaacs2011-09-154-7/+16
* Add querystring test for hasOwnProperty usageisaacs2011-09-151-3/+4
* Fix #1707 hasOwnProperty usageisaacs2011-09-153-3/+20
* test: add http multi-line header testBen Noordhuis2011-09-141-0/+59
* http_parser: cherry-pick 3258e4a and b89f944 from upstreamBen Noordhuis2011-09-142-9/+53
* net: Socket write encoding case sensitivitykoichik2011-09-042-9/+58
* buffer: write() should always set _charsWritten.koichik2011-09-032-0/+24
* buffer: Avoid overrun with 'binary' encoding.koichik2011-09-022-2/+10
* Fixes #1610 Remove DigiNotar CA from trusted listisaacs2011-08-301-29/+0
* util: isRegExp() should not call toString() on its argumentNathan Rajlich2011-08-252-9/+35
* net: fix throw errorRyan Dahl2011-08-231-1/+1
* Doc improvementskoichik2011-08-231-2/+24
* Fix #1563. overflow in ChildProcess custom_fd.Ryan Dahl2011-08-202-0/+15
* docs: process.memoryUsage returns memory usage measured in bytesMaciej Małecki2011-08-201-1/+2
* Close #1544 Document slashesDenoteHost flag in url.parseisaacs2011-08-171-2/+8
* Now working on v0.4.12Ryan Dahl2011-08-171-2/+2
* Bump version to v0.4.11v0.4.11Ryan Dahl2011-08-175-14/+46
* Fixes #1546. Remove expensive debug call.Ryan Dahl2011-08-171-1/+0
* module: fix pointer reference to out-of-scope variableBen Noordhuis2011-08-151-1/+5
* Fix docs for fs.*chownMickaël Delahaye2011-08-151-6/+6
* Docs: Not memcpy, but memmovekoichik2011-08-141-1/+1
* test: add test for #1202, uncatchable exception on bad host nameBen Noordhuis2011-08-121-0/+70
* net: defer DNS lookup error events to next tickBen Noordhuis2011-08-121-1/+7
* build: remove 1024 char read limit from cmake fileBen Noordhuis2011-08-121-1/+1
* Small changes for fs.watchFile. Fixed broken markdown. Changed variable `f` t...Arnout Kazemier2011-08-121-1/+1
* Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'isaacs2011-08-112-2/+7