Commit graph

  • 080761cb80 Merge pull request #42 from smucode/master Ryan McGrath 2012-11-16 01:35:19 -08:00
  • 29b3d77539 Merge 5e80ff972c into 32c2af7f44 Stig Murberg 2012-11-15 03:27:54 -08:00
  • 5e80ff972c added null check so copyDirSyncRecursive will work without passing opts Stig Murberg 2012-11-15 12:25:11 +01:00
  • 32c2af7f44 Version bump Ryan McGrath 2012-11-10 20:38:48 -05:00
  • c382a83171 Merge pull request #38 from refaelos/master Ryan McGrath 2012-11-10 17:32:55 -08:00
  • 9a0007d835 Merge fcc6760b11 into 6972758cba Refael Dakar 2012-11-10 17:32:48 -08:00
  • 6972758cba Bump version Ryan McGrath 2012-11-09 10:10:51 -05:00
  • 2628e88075 Fixes #39 Ryan McGrath 2012-11-09 10:10:15 -05:00
  • a33c7753b5 Merge fcc6760b11 into a4ea1864ef Refael Dakar 2012-11-09 04:18:47 -08:00
  • fcc6760b11 merged with master repo refaelos 2012-11-09 14:18:33 +02:00
  • 0b54b60a53 added preserveFiles and inflateSymlinks options and tests refaelos 2012-11-09 14:06:54 +02:00
  • a4ea1864ef Version bump for dat NPM Ryan McGrath 2012-11-09 05:22:00 -05:00
  • 676e210fc4 Fixes issue #32 Ryan McGrath 2012-11-09 05:20:15 -05:00
  • 04d6db164e Fix for issue #35 Ryan McGrath 2012-11-09 05:14:22 -05:00
  • 6c90fc6e67 Merge in @refaelos excludeHidden && excludeHiddenUnix patch Ryan McGrath 2012-11-09 05:12:39 -05:00
  • 5119852f6c Merge pull request #33 from node-migrator-bot/clean Ryan McGrath 2012-11-09 02:06:54 -08:00
  • be42cb7e5f Merge a0749b36ac into 44b84fdbaf node-migrator-bot 2012-11-09 02:06:16 -08:00
  • 44b84fdbaf Merge pull request #31 from donaldpipowitch/master Ryan McGrath 2012-11-09 02:05:35 -08:00
  • 2bbfda9fc0 Merge 658589c35e into d1ffccba60 Refael Dakar 2012-10-15 06:40:46 -07:00
  • 658589c35e changed excludeHidden to excludeHiddenUnix b/c the testing for hidden file is only applicable for unix refaelos 2012-10-15 15:35:43 +02:00
  • 8097eb52bd added tests refaelos 2012-10-15 15:33:36 +02:00
  • c2674863e9 added excludeHidden flag refaelos 2012-10-15 14:59:06 +02:00
  • a2cac1647d not copying hidden files/folders refaelos 2012-10-15 14:53:42 +02:00
  • a0749b36ac [fix] path.existsSync was moved to fs.existsSync Farrin Reid 2012-07-07 05:34:05 -08:00
  • 30d4394def Merge eb1bf2399b into d1ffccba60 GitHub Merge Button 2012-07-05 00:09:40 -07:00
  • eb1bf2399b - added to new properties to opts param in copyDirSyncRecursive: -- opts.filter (RegExp): a RegExp which could look like this: /^CVS$|.idea$|.DS_Store$/. If added, every file or directory which matches the RegExp will be ignored. In this example every "CVS" directory and all ".idea" and ".DS_Stores" files would be ignored. -- opts.filter (Boolean): If set tu true, the RegExp in opts.filter will be used as a whitelist. Every file or directory which DOESN'T match opts.filter will be ignored. donaldpipowitch 2012-07-05 10:08:28 +03:00
  • d1ffccba60 Merge branch 'master' of github.com:ryanmcgrath/wrench-js Ryan McGrath 2012-05-17 00:38:35 +09:00
  • 5adf506f2f Version bump Ryan McGrath 2012-05-17 00:38:12 +09:00
  • b035bdc01c Merge pull request #27 from domenic/dev-niceties Ryan McGrath 2012-05-16 08:33:13 -07:00
  • 311fc27d4c Merge 828798c43c into 00328631b0 GitHub Merge Button 2012-05-16 08:32:55 -07:00
  • 00328631b0 Merge pull request #28 from domenic/windows-paths Ryan McGrath 2012-05-16 08:32:47 -07:00
  • 523f54ddc2 Merge 5d1d96379b into a4e5005030 GitHub Merge Button 2012-05-14 16:32:08 -07:00
  • 5d1d96379b Fixing tests to use path.join for Windows compat. domenic 2012-05-14 19:30:39 -04:00
  • 01190602da Use path.relative instead of manual string replacement. domenic 2012-05-14 19:27:13 -04:00
  • 828798c43c Using nodeunit's deepEqual instead of manually looping. domenic 2012-05-14 19:21:37 -04:00
  • 99342e073f Updating test script to work on Windows. domenic 2012-05-14 19:15:28 -04:00
  • 2abdfaf40c Add npm-debug.log to .gitignore. domenic 2012-05-14 19:14:16 -04:00
  • a4e5005030 Fixes #24, removes 'os', update version number Ryan McGrath 2012-03-31 00:17:46 +02:00
  • c1ff60f268 Merge branch 'master' of github.com:ryanmcgrath/wrench-js Ryan McGrath 2012-02-23 05:28:21 -05:00
  • f079b390b6 Version bump, README discrepancy fix, point release Ryan McGrath 2012-02-23 05:28:10 -05:00
  • e0e9f52313 Merge pull request #20 from perfectworks/master Ryan McGrath 2012-02-22 01:48:11 -08:00
  • aae4cca0d7 Merge 48aa600052 into 6caa8c9aba GitHub Merge Button 2012-02-22 01:45:55 -08:00
  • 48aa600052 FIX: LineReader.hasNextLine go to an endless loop perfectworks 2012-02-22 17:43:31 +08:00
  • 6caa8c9aba Merge pull request #19 from perfectworks/master Ryan McGrath 2012-02-20 17:05:17 -08:00
  • 4452acb5b2 Merge 92a4dffb11 into caaee2ceec GitHub Merge Button 2012-02-20 06:17:38 -08:00
  • 92a4dffb11 FIX: LineReader.hasNextLine go to a endless loop when LineReader.buffer is empty perfectworks 2012-02-20 22:15:22 +08:00
  • caaee2ceec Version bump, 1.3.5 => 1.4.6, NPM push Ryan McGrath 2012-02-18 04:59:19 -05:00
  • 6110588411 Merge pull request #18 from vgrichina/master Ryan McGrath 2012-02-18 01:52:26 -08:00
  • e598972a35 Merge 941a19a286 into ee67ebfc77 GitHub Merge Button 2012-02-18 01:51:45 -08:00
  • ee67ebfc77 Merge pull request #17 from jannon/master Ryan McGrath 2012-02-18 01:51:43 -08:00
  • 700aaf5953 Merge 83b721a579 into 1b0bc91152 GitHub Merge Button 2012-02-18 01:49:19 -08:00
  • 1b0bc91152 Merge pull request #16 from rwmtse/patch-1 Ryan McGrath 2012-02-18 01:49:16 -08:00
  • 941a19a286 Adjusted README formatting Vladimir Grichina 2012-02-18 00:40:14 +02:00
  • b8ae7be2f7 Added async readdir Vladimir Grichina 2012-02-18 00:35:25 +02:00
  • b91834d796 Renamed tests Vladimir Grichina 2012-02-17 22:58:46 +02:00
  • 83b721a579 Make copy friendlier with option not to blow away existing dirs Jannon 2012-02-10 16:16:08 -08:00
  • 45ac210e7f Merge e5a368d67a into a31e8029cd GitHub Merge Button 2012-02-06 11:59:42 -08:00
  • e5a368d67a Make sure fix for issue #7 works in Windows too (check for backslash in path) Rosa Tse 2012-02-06 14:58:46 -05:00
  • a31e8029cd Merge pull request #14 from cbou/master Ryan McGrath 2012-02-03 16:24:14 -08:00
  • 1fcb4a8bc8 Merge 358d77c250 into 60f6f15734 GitHub Merge Button 2012-01-31 09:49:29 -08:00
  • 358d77c250 add test script to package.json Charles Bourasseau 2012-01-31 18:49:22 +01:00
  • 7acfd0141c some small improvements Charles Bourasseau 2012-01-31 11:35:58 +01:00
  • 60f6f15734 Version bump for NPM Ryan McGrath 2012-01-17 10:21:14 +01:00
  • d001f2fb72 Merge pull request #13 from fishmongr/patch-2 Ryan McGrath 2012-01-16 22:52:25 -08:00
  • 04919bb418 Merge 29773a3363 into b6b7a2fba8 GitHub Merge Button 2012-01-16 16:34:58 -08:00
  • 29773a3363 Replaced a few more statSync references with lstatSync to ensure symbolic links to directories aren't detected as directories which causes errors. Also in copyDirSyncRecursive removed an explict call to mkDirSync before recusively calling to copy the sub directory as the recursive method is already creating that directory. The explicit call to create the sub directory beforehand is causing the directory to be created twice causing an error. Mark Ledford 2012-01-16 19:34:42 -05:00
  • b6b7a2fba8 Version bump => 1.3.4 Ryan McGrath 2012-01-16 22:50:33 +01:00
  • 667b646901 Merge pull request #12 from fishmongr/patch-1 Ryan McGrath 2012-01-16 13:46:34 -08:00
  • 9f15644270 Merge 7edb49884d into cdae758b57 GitHub Merge Button 2012-01-16 13:42:04 -08:00
  • 7edb49884d Update lib/wrench.js Mark Ledford 2012-01-16 16:37:27 -05:00
  • cdae758b57 Merge pull request #11 from millermedeiros/master Ryan McGrath 2012-01-14 12:13:08 -08:00
  • 1e9cd46110 Merge 139ed486f1 into 5a6372fe46 GitHub Merge Button 2012-01-14 09:30:29 -08:00
  • 139ed486f1 add readdirSyncRecursive and the test runner file. millermedeiros 2012-01-14 14:03:40 -02:00
  • 29cb04590b normalize tabs millermedeiros 2012-01-14 13:05:01 -02:00
  • 5a6372fe46 Updated readme, version, code style Ryan McGrath 2012-01-13 09:55:49 -05:00
  • 43ffe0e979 Merge pull request #10 from geddesign/master Ryan McGrath 2012-01-10 16:44:22 -08:00
  • 86a0805127 Merge 9bda890fe0 into 45d751eeda GitHub Merge Button 2012-01-10 11:44:27 -08:00
  • 9bda890fe0 removed redundant variable Dave Geddes 2012-01-10 12:41:04 -07:00
  • 7157760c12 added failSilent option to wrench.rmdirSyncRecursive Dave Geddes 2012-01-10 12:38:39 -07:00
  • 45d751eeda Version bump for npm Ryan McGrath 2011-11-04 11:47:25 +09:00
  • e54c47b7ea Fixes NPM warning, closes #8 Ryan McGrath 2011-11-04 11:45:56 +09:00
  • 0194630a84 Updated readme examples with new mkdirSyncRecursive() stuff, version bump/publish Ryan McGrath 2011-10-23 16:56:28 +09:00
  • 3d70d7cecf fixing formatting for mkdirSyncRecursive David Schoen 2011-10-21 12:12:05 +08:00
  • a3a546914d adding nodeunit test for issue #7 David Schoen 2011-10-21 12:31:43 +08:00
  • 34de06b73d importing nherment's patch for issue #7 David Schoen 2011-10-21 12:07:08 +08:00
  • 403deea04c Version bump, docs updated with example of chownSyncRecursive Ryan McGrath 2011-10-11 02:00:04 +09:00
  • a087cb95d1 Merge pull request #6 from coolbloke1324/master Ryan McGrath 2011-10-10 08:57:25 -07:00
  • 91b2066495 Merge f1378ae135 into 5476c463c8 GitHub Merge Button 2011-10-10 07:39:17 -07:00
  • f1378ae135 Added recursive sync chown method "chownSyncRecursive" Rob Evans 2011-10-10 16:38:11 +02:00
  • 5476c463c8 A LineReader, because this kind of stuff should just exist already. ;P Ryan McGrath 2011-09-19 00:13:16 -04:00
  • 2aa050b815 Version bump for NPM Ryan McGrath 2011-04-29 11:20:08 +09:00
  • 76ca1923ed Merged pull request #4 from defrex/master. Ryan McGrath 2011-04-28 18:07:07 -07:00
  • 74d3caa993 Merged 5b71715d88 into 445a2836f4 GitHub Merge Button 2011-04-28 18:04:48 -07:00
  • 5b71715d88 bug fixing defrex 2011-04-28 18:42:02 -04:00
  • e9991ed62c added copyDirRecursive and rmdirRecursive defrex 2011-04-28 14:58:09 -04:00
  • 445a2836f4 Resolves issue #2, thanks to a heads up from jakobmattsson that these lines never got removed Ryan McGrath 2011-04-11 01:28:16 +09:00
  • 8d26a5c13e fix package.json for latest npm lennart 2011-04-07 23:03:35 +08:00
  • 1840fcc0e6 Fix for NPM; thanks to mcantelon for catching. Ryan McGrath 2011-03-06 13:10:56 +09:00
  • 3bd9b6397b NPM joinks Ryan McGrath 2010-12-13 05:17:18 +09:00
  • 54fcb0cd50 Fix year... Ryan McGrath 2010-10-22 12:43:32 -04:00