1. 3bd3397 * added some singleton synchronization stuff by asobolev · 15 years ago
  2. 4e57bbb * delay resource information fetching by asobolev · 15 years ago
  3. d02e71f * RSEEnvironment connect now call files ISubSystem connect() instead of indivitual connectors. Work more correct. by asobolev · 15 years ago
  4. 735bf92 * Some improvements and fixes by asobolev · 15 years ago
  5. 07d6c48 * Some improvements and fixes by asobolev · 15 years ago
  6. 8952794 * Some fixes by asobolev · 15 years ago
  7. 0fc3c67 * Some fixes by asobolev · 15 years ago
  8. ebfcde9 *fix by asobolev · 15 years ago v20090721-1921
  9. 2f7649c * set try count to 3 by asobolev · 15 years ago v20090721-1916
  10. ba083b7 declare set of environent ids before while loop by apanchenk · 15 years ago
  11. ca90d1b return null array if no password by apanchenk · 15 years ago
  12. 5d322f0 * Comment added by asobolev · 15 years ago
  13. affa3cf rename: ensureConnection() to connect() by apanchenk · 15 years ago v20090721-1351
  14. 5d5ffc7 * Initial support for connected/disconnected environments by asobolev · 15 years ago
  15. 8a57c83 * Initial support for connected/disconnected environments by asobolev · 15 years ago
  16. 97a5a63 * Initial support for connected/disconnected environments by asobolev · 15 years ago
  17. d94febc * Lazy file handles now return exists() == true if connection is not yet established. by asobolev · 15 years ago
  18. e4ac25a * by asobolev · 15 years ago
  19. ae55500 * Speedup remote systems if direct ssh connect could not be performed. Or user don't want to specify password. by asobolev · 15 years ago
  20. 18e084f * Speedup remote systems if direct ssh connect could not be performed. Or user don't want to specify password. by asobolev · 15 years ago
  21. 6b8b671 * Add analytics for plugin by asobolev · 15 years ago
  22. c74adae + Added quites validation for interpreter variabels block by asobolev · 15 years ago
  23. b5fe101 + Added quites validation for interpreter variabels block by asobolev · 15 years ago
  24. f72a78d * some fail safe code added. by asobolev · 15 years ago
  25. 3ab07ec * some fail safe code added. by asobolev · 15 years ago
  26. ef977d8 *fix by asobolev · 15 years ago v20090716-1531
  27. f2a5e9c *fix by asobolev · 15 years ago v20090715-1425
  28. 751b0b9 + include properties file to project build configuration by asobolev · 15 years ago
  29. 46b0695 * Support of direct ssh access instead of RSE. by asobolev · 15 years ago
  30. d10e652 * Remove unused UI dependency by asobolev · 15 years ago
  31. 8972153 + DLTK RSE direct ssh support by asobolev · 15 years ago
  32. 5aff011 * Some @since 2.0 tags added by asobolev · 15 years ago
  33. 0aed029 progress for Refresh Remote Interpreters by apanchenk · 15 years ago
  34. b186e85 * Adding @since tags by asobolev · 15 years ago
  35. c33c6b1 * Some plugin version are updated to 2.0 by asobolev · 15 years ago
  36. fa0e814 * add API baseline analysis to all plugins by asobolev · 15 years ago
  37. 6a48cb5 * add API baseline analysis to all plugins by asobolev · 15 years ago
  38. e001a98 refreshBuildpathContainersForMixedProjects() in a job by apanchenk · 15 years ago
  39. ec8b209 new extension point to help resolve environment files by apanchenk · 15 years ago v20090626
  40. 2922a4e suppress some warnings by apanchenk · 15 years ago
  41. 55afc27 selectFile() with initialSelection parameter by apanchenk · 15 years ago
  42. fc04a0d waitInitialize() - wait not more than 10 seconds - improvements by apanchenk · 15 years ago
  43. c483076 waitInitialize() - wait not more than 10 seconds by apanchenk · 15 years ago
  44. 9df19fb remove Incubation word by apanchenk · 15 years ago
  45. 938b5a6 remove Incubation word by apanchenk · 15 years ago
  46. da19447 remove Incubation keyword by apanchenk · 15 years ago
  47. 52f01ca remove Incubation keyword by apanchenk · 15 years ago
  48. d746e32 remove Incubation keyword by apanchenk · 15 years ago
  49. 67be882 remove Incubation keyword by apanchenk · 15 years ago
  50. 47ebf0d remove Incubation keyword by apanchenk · 15 years ago
  51. 2c5f0f5 * Tcl interpreter information fetching operation by asobolev · 15 years ago
  52. 2248603 specify thread name & do not log IO errors by apanchenk · 15 years ago
  53. b37af97 IEnvironment.getFile(URI) now checks if URI belongs to this environment by apanchenk · 15 years ago
  54. eca3149 move new method from IEnvironemnt to IEnvironmentProvider by apanchenk · 15 years ago v20090519-1837
  55. bf6582b * some fixes from windows by asobolev · 15 years ago
  56. 591d8bb launching: directory=empty string, since DStore fails if null by apanchenk · 15 years ago
  57. d489e4d use RSEEnvironmentProvider.RSE_SCHEME constant by apanchenk · 15 years ago
  58. 1944d66 * some windows related fixes by asobolev · 15 years ago
  59. 4da731f formatting by apanchenk · 15 years ago
  60. 1118cab use generics by apanchenk · 15 years ago
  61. 9498d7a merge: use temporary file for launcher & send ^C to terminate remote script by apanchenk · 15 years ago
  62. e657006 use "NAME=VALUE;export NAME" instead of "export NAME=VALUE" for solaris compatibility by apanchenk · 15 years ago
  63. 6605805 priority=10 by apanchenk · 16 years ago
  64. 9882d3f * Fixing bug with incorrect reopen mixid project state by asobolev · 16 years ago
  65. a0fec40 waitInitialized() - use isReady() without waiting by apanchenk · 16 years ago
  66. b68db75 removed @Override from the interface method implementation by apanchenk · 16 years ago
  67. 73c4dc9 Improve RSE environments initialization code by apanchenk · 16 years ago
  68. 997a5e3 fix waitInitialized() implementation by apanchenk · 16 years ago
  69. cc1305d do not wait short intervals in isInitialed() method by apanchenk · 16 years ago
  70. 66ef815 implement waitInitialized() by apanchenk · 16 years ago
  71. 69c0c6c log all output to the provided logger by apanchenk · 16 years ago
  72. f0ef274 update to the EnvironmentManager changes by apanchenk · 16 years ago
  73. 96b5ae5 wizard to create projects with linked content by apanchenk · 16 years ago
  74. c3102b7 setPreSelection() only if file exists by apanchenk · 16 years ago
  75. 941a18c "String selectFolder(Shell shell, String initialFolder)" method added by apanchenk · 16 years ago
  76. be154e0 EnvironmentManager.fireEnvirontmentChange() after RSE init completed by apanchenk · 16 years ago
  77. 2b5f4d6 decorator for the remote projects by apanchenk · 16 years ago
  78. 27c9643 J2SE-1.4 by apanchenk · 16 years ago
  79. 3759ad0 visibility of the RSE_SCHEME increased to public by apanchenk · 16 years ago
  80. 36a5c15 J2SE-1.4 by apanchenk · 16 years ago
  81. 16ad3b4 wait RSE initialization in background by apanchenk · 16 years ago
  82. 0618c1e use "exec /bin/sh" by apanchenk · 16 years ago
  83. cc097c0 closeStreams() methods extracted by apanchenk · 16 years ago
  84. 0ec4049 prevent NPE by apanchenk · 16 years ago
  85. 06d5d58 exit from waitFor() after the specified pattern occurs for the second time by apanchenk · 16 years ago
  86. a0c4588 execute /bin/sh by apanchenk · 16 years ago v20081201
  87. 498bd33 misc improvements by apanchenk · 16 years ago
  88. 3406a89 use Path.EMPTY by apanchenk · 16 years ago
  89. d219857 - prevent NPE that can occur if we're missing RSE plugins, in this case, an IShellServiceSubSystem by jgangemi · 16 years ago
  90. 6b85579 IEnvironment.isLocal() method added by apanchenk · 16 years ago
  91. bf3943c * Version update (DLTK-654) by asobolev · 16 years ago
  92. 717678c * Version update (DLTK-654) by asobolev · 16 years ago
  93. f3d2bfb * Version update (DLTK-654) by asobolev · 16 years ago
  94. 2b8404f * Version update (DLTK-654) by asobolev · 16 years ago
  95. fa040e2 * Version update (DLTK-654) by asobolev · 16 years ago
  96. 419cc9f * tcl folding improvements * tcl checker only local validation by asobolev · 16 years ago
  97. 862d059 * fixing some environment stuff by asobolev · 16 years ago
  98. 0b7e086 *fix by asobolev · 16 years ago
  99. 2d0c627 removing ssh dependency by aplatov · 16 years ago v20080623-1410
  100. 5153041 fix rse dependencies by aplatov · 16 years ago v20080622-0123