13 Commits (d6a774b1bd2c7ccbd783b06a95f6eeeb8dca210c)

Author SHA1 Message Date
Sebastiaan Deckers bb29405904
lib,src: fix consistent spacing inside braces 7 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Gibson Fahnestock 7a0e462f9f test: use eslint to fix var->const/let 8 years ago
cjihrig ff1efa6087 test: use const for all require() calls 8 years ago
cjihrig 4a408321d9 test: cleanup IIFE tests 8 years ago
Brian White 2bc7841d0f
test: use random ports where possible 9 years ago
Rich Trott 31600735f4 lib,test,tools: alignment on variable assignments 9 years ago
Santiago Gimeno 6a3d38f00f test: remove timer from test-http-1.0 9 years ago
Brian White d847a74405 test: use platformTimeout() in more places 9 years ago
Santiago Gimeno dde2012cfa test: don't check the # of chunks in test-http-1.0 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Mark Nottingham 1e425e3fa7 Generate Date headers on responses when not already present. 13 years ago
Bert Belder 892056bf97 tests: fix more lint issues 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ben Noordhuis b62ecdc5bb Revert 3e2a2a7. Always send a HTTP/1.1 status line to the client. 13 years ago
Ben Noordhuis 3e8667d829 Revert 8dc8773. Always send a HTTP/1.1 status line to the client. 13 years ago
Ben Noordhuis 3e2a2a76fd Test cases for #1234: don't send HTTP/1.1 responses to HTTP/1.0 clients. 14 years ago
Ben Noordhuis 222f85fdf4 Test cases for #1234: don't send HTTP/1.1 responses to HTTP/1.0 clients. 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Oleg Efimov 093dfaf801 GJSLint all tests, only 3 long lines left in test-url.js 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Bert Belder 7059be19ec Fix http and net tests failing due to race condition 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
Ryan Dahl ba792ea202 :%s/sys.puts/console.log/g 15 years ago
Ryan Dahl 8553e8a15d Add incoming.httpVersion 15 years ago
Ryan Dahl 50c70ac714 Update stream API: forceClose() -> destroy(), close() -> end() 15 years ago
Ryan Dahl 1b758ef268 Allow stream to write on close 15 years ago
Ryan Dahl b80f6e9ed1 http2 now default 15 years ago
Ryan Dahl 33d5c46e8c All tests to use http2 15 years ago
Ryan Dahl 96f08cf05c Work on net2 http client 15 years ago
isaacs 5861db8a69 Remove process.mixin dependency from all tests. 15 years ago
arlolra 724ccf10df Tests on common port. 15 years ago
Benjamin Thomas b1b84960ce Rename writeHeader to writeHead 15 years ago
arlolra 04fac19822 Split tests. 15 years ago
Ryan Dahl 12d78cd1df Rename sendHeader to writeHeader; allow reasonPhrase 15 years ago
Ryan Dahl 5013bf1781 API: OutgoingMessage.prototype.finish() renamed to close() 15 years ago
Ryan Dahl ae85d9af97 API: Make request/response object closer to stream interface 15 years ago
Ryan Dahl 23cf502db7 API: connection.send() renamed to connection.write() 15 years ago
Ryan Dahl bc17d94a0a API: tcp events 'receive' to 'data', 'eof' to 'end' 15 years ago
Ryan Dahl c5d82380f4 Bugfix: Don't use chunked encoding for 1.0 requests. 15 years ago