2013-03-01 |
isaacs | doc: Provide 2 examples of SimpleProtocol parser
|
commit | commitdiff | tree |
2013-03-01 |
isaacs | stream: There is no _read cb, there is only push
|
commit | commitdiff | tree |
2013-03-01 |
isaacs | stream: Add stream.unshift(chunk)
|
commit | commitdiff | tree |
2013-03-01 |
isaacs | stream: Break up the onread function
|
commit | commitdiff | tree |
2013-02-28 |
isaacs | core: Remove the nextTick for running the main file
|
commit | commitdiff | tree |
2013-02-27 |
isaacs | core: Mark exit() calls with status codes
|
commit | commitdiff | tree |
2013-02-27 |
isaacs | stream: Writables are not pipe()able
|
commit | commitdiff | tree |
2013-02-27 |
isaacs | test: Use common.PORT in simple/test-http-timeout
|
commit | commitdiff | tree |
2013-02-27 |
isaacs | test: Move test-net-connect-timeout to test/internet
|
commit | commitdiff | tree |
2013-02-27 |
isaacs | test: Use common.PORT to determine debugger port
|
commit | commitdiff | tree |
2013-02-27 |
isaacs | test: Fix debugger repl tests
|
commit | commitdiff | tree |
2013-02-27 |
isaacs | test: catch break in simple/test-debugger-client
|
commit | commitdiff | tree |
2013-02-27 |
isaacs | core: Use a uv_signal for debug listener
|
commit | commitdiff | tree |
2013-02-26 |
isaacs | bench: Make http easier to profile
|
commit | commitdiff | tree |
2013-02-25 |
isaacs | blog: Update with EINPROGRESS changelog item
|
commit | commitdiff | tree |
2013-02-25 |
isaacs | ChangeLog: Missed item about EINPROGRESS
|
commit | commitdiff | tree |
2013-02-25 |
isaacs | blog: Post for v0.8.21
|
commit | commitdiff | tree |
2013-02-25 |
isaacs | Now working on 0.8.22
|
commit | commitdiff | tree |
2013-02-25 |
isaacs | Merge branch 'v0.8.21-release' into v0.8
|
commit | commitdiff | tree |
2013-02-25 |
isaacs | 2013.02.25, Version 0.8.21 (Stable) ...wrong parser on socket close (isaacs) ...Handle hangup writes more gently (isaacs)
|
commit | commitdiff | tree |
2013-02-25 |
isaacs | uv: Upgrade to 86ae8b3c
|
commit | commitdiff | tree |
2013-02-25 |
isaacs | http: Do not free the wrong parser on socket close
|
commit | commitdiff | tree |
2013-02-25 |
isaacs | stream: Do not switch to objectMode implicitly
|
commit | commitdiff | tree |
2013-02-25 |
isaacs | stream: Start out in sync=true state
|
commit | commitdiff | tree |
2013-02-23 |
isaacs | lint
|
commit | commitdiff | tree |
2013-02-22 |
isaacs | streams: Pre-emptively buffer readables up to the highWaterMark
|
commit | commitdiff | tree |
2013-02-22 |
isaacs | http: Handle hangup writes more gently
|
commit | commitdiff | tree |
2013-02-21 |
isaacs | stream: Return false from push() more properly
|
commit | commitdiff | tree |
2013-02-21 |
isaacs | stream: remove lowWaterMark feature
|
commit | commitdiff | tree |
2013-02-21 |
isaacs | path: Throw TypeError on non-string args to path.resolve
|
commit | commitdiff | tree |
2013-02-20 |
isaacs | path: Do not coerce paths to strings on Windows
|
commit | commitdiff | tree |
2013-02-20 |
isaacs | benchmark: Fix alignment issues on --html compare output
|
commit | commitdiff | tree |
2013-02-20 |
isaacs | Merge branch 'benchmark-refactor-2'
|
commit | commitdiff | tree |
2013-02-20 |
isaacs | bench: Add bench-crypto
|
commit | commitdiff | tree |
2013-02-20 |
isaacs | bench: Simplify duration arguments to benchmarks
|
commit | commitdiff | tree |
2013-02-20 |
isaacs | bench: Consistency in benchmark filenames
|
commit | commitdiff | tree |
2013-02-20 |
isaacs | bench: Only run http,net,fs,tls by default
|
commit | commitdiff | tree |
2013-02-20 |
isaacs | bench: Remove _bench_timer (no loner used)
|
commit | commitdiff | tree |
2013-02-20 |
isaacs | bench: Use wrk for http benchmarking
|
commit | commitdiff | tree |
2013-02-20 |
isaacs | tools: Add wrk for benchmarking http servers
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Show % change rather than % difference
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Add --html to compare script
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Fail gracefully if function_call binding fails
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | make: Add benchmark make targets
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Remove old run script
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Replace tls-fragmentation with tls/throughput
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Move tls-connect into benchmark/tls
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Make io.c output easier to read
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Remove io.js
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Add fs write stream throughput
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Add read-stream throughput
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Move fs-readfile.js to fs/readfile.js
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Move v8_bench into misc
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Move string_creation into misc
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Remove settimeout (Covered by misc/timeout.js)
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Move timers to misc/timers
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: move next-tick to misc/next-tick-breadth
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Move nexttick-2 to misc/next-tick-depth
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Move process_loop to misc/spawn-echo
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Add function_call to bench-misc
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Arrays
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Add buffers/dataview_set
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Remove unused 'fast_buffer2' benchmarks
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Merge fast_buffer_creation and buffer_creation
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Buffer read/write benchmarks
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Buffer creation
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: buffer-base64-encode
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: misc/startup.js
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: misc/url
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: http benchmarks
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Remove client_latency
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Remove throughput (covered by benchmark/net)
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: net benchmarks using common script
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Move net-pipe into benchmark/net
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: A compare script for analyzing benchmarks
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: add runner
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Add ab() method to common for http testing
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | bench: Add common script
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | blog: v0.9.10
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | Now working on v0.9.11
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | Merge branch 'v0.9.10-release'
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | 2013.02.19, Version 0.9.10 (Unstable) ...WriteStream config, increase perf (isaacs) ...when underlying socket drains (isaacs) ...not always trigger _read(n,cb) (isaacs) ...do not signal EOF any longer (isaacs) ...the 'readable' flag on sockets (isaacs)
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | npm: Upgrade to 1.2.12
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | tls: Write pending data on socket drain
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | test: Fix regression in tls test
|
commit | commitdiff | tree |
2013-02-19 |
isaacs | test: Fix tls tests which fail sporadically
|
commit | commitdiff | tree |
2013-02-18 |
isaacs | doc: Use 'close' rather than 'exit' in spawn examples
|
commit | commitdiff | tree |
2013-02-18 |
isaacs | http: Add fixme comment about ECONNRESET handling
|
commit | commitdiff | tree |
2013-02-18 |
isaacs | Merge remote-tracking branch 'ry/v0.8' into master
|
commit | commitdiff | tree |
2013-02-16 |
isaacs | fs: Change default WriteStream config, increase perf
|
commit | commitdiff | tree |
2013-02-16 |
isaacs | test: Bump up debugger timeouts
|
commit | commitdiff | tree |
2013-02-16 |
isaacs | Revert "Move MakeCallback to JS"
|
commit | commitdiff | tree |
2013-02-15 |
isaacs | blog: Release v0.8.20
|
commit | commitdiff | tree |
2013-02-15 |
isaacs | Now working on v0.8.21
|
commit | commitdiff | tree |
2013-02-15 |
isaacs | Merge branch 'v0.8.20-release' into v0.8
|
commit | commitdiff | tree |
2013-02-15 |
isaacs | 2013.02.15, Version 0.8.20 (Stable) ...Agent hand out destroyed sockets (isaacs) ...error on destroyed socket write (isaacs)
|
commit | commitdiff | tree |
2013-02-15 |
isaacs | npm: Upgrade to v1.2.11
|
commit | commitdiff | tree |
2013-02-15 |
isaacs | http: Do not let Agent hand out destroyed sockets
|
commit | commitdiff | tree |
2013-02-15 |
isaacs | http: Raise hangup error on destroyed socket write
|
commit | commitdiff | tree |
2013-02-13 |
isaacs | net: Respect the 'readable' flag on sockets
|
commit | commitdiff | tree |
next |