20 Commits (7c07e75db9874f9172fe836b1412d53c13973b33)

Author SHA1 Message Date
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
isaacs 9bed5dcb2c Support caching for realpath, use in module load 14 years ago
isaacs 47c40bf18d test-fs-realpath: Put junk in tmp, not fixtures. 14 years ago
isaacs dc2b4b2a81 test-fs-realpath: move absDir fetching to separate function 14 years ago
isaacs 6525c04522 test-fs-realpath: lint 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Ryan Dahl 105501c195 test-fs-realpath: Don't ceate things in /tmp; use tmpDir 14 years ago
isaacs 987cbbc191 Handle cyclic links smarter in fs.realpath 14 years ago
Ryan Dahl 83ff473d30 Use child_process.exec rather than sys.exec 14 years ago
isaacs 686d9f9cc6 Bug in realpath with symlinks to absolute folder paths which have children. 14 years ago
Ryan Dahl 3a9570386a Fix fs.realpathSync('/') 14 years ago
isaacs ba0c32e2e1 Fix issue #262. Allow fs.realpath to traverse above the current working directory. 14 years ago
Herbert Vojčík cf2b206a8e More changes to tests so they really work under context module loader. 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Ryan Dahl ba792ea202 :%s/sys.puts/console.log/g 15 years ago
isaacs 5861db8a69 Remove process.mixin dependency from all tests. 15 years ago
Felix Geisendörfer 44dde5f24c Remove fs/path globals from test suite 15 years ago
Rasmus Andersson 5c602b750a Rewrote realpath implementation solving all known failing tests (also added a bunch of new test cases) 15 years ago
Rasmus Andersson 20d5963fae Added fs.realpath and fs.realpathSync (pure javascript versions) 15 years ago