summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.03.11, Version 0.10.0 (Stable)v0.10.0v0.10.0-releaseisaacs2013-03-103-2/+35
* stream: Don't emit 'end' unless read() calledisaacs2013-03-1015-22/+131
* stream: Avoid nextTick warning filling read bufferisaacs2013-03-102-5/+22
* events: Handle missing error obj when domains in useJulian Gruber2013-03-102-0/+43
* http: ServerRequest does not timeout after 'end'koichik2013-03-103-50/+86
* http: Do not setTimeout a not-yet-existent socketisaacs2013-03-102-1/+58
* uv: Upgrade to 5462dabisaacs2013-03-092-2/+3
* win/msi: Fix typosisaacs2013-03-092-9/+9
* npm: Upgrade to 1.2.14 (fixed)isaacs2013-03-091-5/+8
* http: check if incoming parser has already been freedhc2013-03-092-1/+63
* timers: consistent this keyword in setImmediateAndreas Madsen2013-03-092-1/+65
* domain: Fix double-exit on nested domainsisaacs2013-03-092-5/+41
* Now working on 0.10.0isaacs2013-03-081-2/+2
* lintisaacs2013-03-081-1/+1
* stream: Always defer preemptive reading to improve latencyGil Pedersen2013-03-081-6/+10
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-03-082-0/+73
|\
| * Revert "build, windows: disable SEH"Bert Belder2013-03-081-1/+0
| * win/openssl: mark assembled object files as seh safeBert Belder2013-03-081-0/+1
| * windows/msi: fix msi build issue with WiX 3.7/3.8Raymond Feng2013-03-081-0/+1
| * blog: Post for v0.8.22isaacs2013-03-061-0/+62
| * Now working on 0.8.23isaacs2013-03-061-2/+2
| * Merge branch 'v0.8.22-release' into v0.8isaacs2013-03-063-2/+14
| |\
| | * 2013.03.07, Version 0.8.22 (Stable)v0.8.22v0.8.22-releaseisaacs2013-03-063-2/+14
| |/
* | test: Fail faster in simple/test-cluster-bind-twice-v2isaacs2013-03-081-0/+11
* | test: Kill zombies when debugger-client fails on windowsisaacs2013-03-081-1/+9
* | test: Don't run async operation in process 'exit'isaacs2013-03-081-8/+2
* | test: Use copy instead of symlink in child-process-fork-exec-pathisaacs2013-03-081-6/+7
* | test: Trim cat output for windowsisaacs2013-03-081-1/+2
* | test: Sending dgram sockets to child procs not supported on windowsisaacs2013-03-081-0/+5
* | core: Append filename properly in dlopen on windowsisaacs2013-03-081-1/+1
* | test: Make stream2-transform less timing-dependentisaacs2013-03-081-11/+9
* | test: Don't fail tls-session-cache if openssl is badisaacs2013-03-081-5/+18
* | zlib: Manage flush flags appropriatelyisaacs2013-03-083-17/+93
* | domains: Handle errors thrown in nested error handlersisaacs2013-03-082-5/+94
* | buffer: speed up ascii character scanningBen Noordhuis2013-03-083-2/+114
* | buffer: strip high bits when converting to asciiBen Noordhuis2013-03-083-5/+57
* | Revert "http: check if incoming parser has already been freed"isaacs2013-03-082-51/+1
* | http: check if incoming parser has already been freedhheennrryy@gmail.com2013-03-082-1/+51
* | doc: Add wrk's license to LICENSE fileisaacs2013-03-081-0/+181
* | win/msi: enable modify and repairBert Belder2013-03-081-1/+0
* | win/msi: miscellaneous style cleanupsBert Belder2013-03-081-29/+29
* | win/msi: don't include architecture in start menu group nameBert Belder2013-03-081-1/+1
* | win/msi: update 'install finished' messageBert Belder2013-03-081-1/+1
* | win/msi: clean up the 'documentation shortcuts' featureBert Belder2013-03-081-22/+24
* | win/msi: refactor 'node.js runtime' featureBert Belder2013-03-082-46/+50
* | win/msi: make 'add to path' a separate featureBert Belder2013-03-081-13/+51
* | win/msi: separate features for ETW and perfctr supportBert Belder2013-03-081-10/+32
* | win/msi: make npm a feature separate from the runtimeBert Belder2013-03-082-22/+33
* | win/msi: use consistent registry key pathsBert Belder2013-03-081-12/+12
* | win/msi: don't create empty npm folder in %appdata%Bert Belder2013-03-081-13/+0