summaryrefslogtreecommitdiff
path: root/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Add callback to socket.write(), fix test-sendfdsRyan Dahl2010-11-181-9/+7
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-114-5/+2
* syntax fixes to pass jslintJoshaven Potter2010-10-061-1/+1
* Don't try to run extension loaders unless they're actually functionsisaacs2010-09-221-0/+1
* Revert requireNative changes: 4e6b9b0, d429033, 6abbfa0, bcad540Ryan Dahl2010-09-191-0/+2
* Don't use empty.js - breaks module testRyan Dahl2010-09-091-0/+0
* Simple benchmark for node's startup timeFelix Geisendörfer2010-09-091-0/+1
* Modifying test-global to accomodate v8 inter-context 'global' protection.Herbert Vojčík2010-09-081-3/+1
* Removing test-global-between-modules.Herbert Vojčík2010-09-082-31/+0
* Tests for behaviour of 'global'.Herbert Vojčík2010-08-183-0/+37
* More changes to tests so they really work under context module loader.Herbert Vojčík2010-08-175-5/+5
* Standardise module load order for native and registered file extensions.Nick Stenning2010-08-0441-0/+41
* Don't attempt to load a directory.Nick Stenning2010-08-041-0/+0
* Support including modules that don't have an extension.isaacs2010-07-201-0/+2
* Cache modules based on filename rather than IDisaacs2010-07-194-0/+14
* added test for Issue #214Benjamin Fritsch2010-07-191-0/+0
* Update tests to work with module contextsRyan Dahl2010-07-154-4/+7
* fix whitespace errorsBlake Mizerany2010-06-292-2/+2
* :%s/sys.puts/console.log/gRyan Dahl2010-06-236-6/+6
* Send and receive file descriptors through net.Stream.Peter Griess2010-06-021-0/+57
* Add a parameter to spawn() that sets the child's stdio file descriptors.Orlando Vazquez2010-06-021-0/+11
* Bugfix: fs.ReadStream.setEncodingRyan Dahl2010-05-261-0/+1
* fs.WriteStream.write should support bufferRyan Dahl2010-05-172-2/+9
* Handle empty files with fs.readFileElijah Insua2010-05-131-0/+0
* Improve error reportingRyan Dahl2010-05-092-0/+6
* Forgot to add child_process_should_emit_error.jsRyan Dahl2010-05-081-0/+9
* Properly handle child process exit codesFelix Geisendörfer2010-04-281-0/+1
* Get rid of coupling for stdoutFelix Geisendörfer2010-04-272-2/+4
* New test-case: signal unregistrationJonas Pfenniger2010-04-251-0/+6
* SIGPIPE on stdout should kill the process by defaultRyan Dahl2010-04-221-0/+4
* Merge branch 'master' into opensslRhys Jones2010-04-143-721/+2
|\
| * Better require.async throw testHerbert Vojcik2010-04-081-0/+1
| * Better require.async testsHerbert Vojcik2010-04-071-0/+1
| * Remove multipart libraryRyan Dahl2010-04-021-721/+0
* | Add SSL testsRhys Jones2010-04-022-0/+50
|/
* Move Buffer into own moduleRyan Dahl2010-03-191-5/+0
* child process now use net.SocketRyan Dahl2010-03-172-7/+8
* Merge branch 'master' into HEADRyan Dahl2010-03-123-1/+11
|\
| * Add require.registerExtensionTim-Smart2010-03-112-0/+2
| * More ini parser features.isaacs2010-03-101-1/+9
* | Merge branch 'master' into net2Ryan Dahl2010-03-092-2/+2
|\ \ | |/
| * Remove process.mixin dependency from all tests.isaacs2010-03-082-2/+2
* | Merge branch 'master' into net2Ryan Dahl2010-03-051-0/+11
|\ \ | |/
| * Added Parse INI to Node, testsRob Ellis2010-03-051-0/+11
* | Move net2 tests into test/simpleRyan Dahl2010-02-261-0/+37
|/
* Decoupled readdir test.arlolra2010-02-258-0/+0
* Split tests.arlolra2010-02-2518-0/+887
* Use v8's test runnerRyan2009-06-224-44/+0
* Modify the tests to use onExit hook.Ryan2009-06-082-2/+0
* Implement onExit() hook for modules.Ryan2009-06-083-3/+25