Gitiles
Code Review
Sign In
git.eclipse.org
/
dltk
/
org.eclipse.dltk.core
/
7317f50b387b698d5bb529f3f6193e5f491c2486
/
rse
7317f50
synchronization for attribute cache
by apanchenk
· 15 years ago
e01b2e6
synchronization reworked
by apanchenk
· 15 years ago
592c29f
close channels only after some inactivity timeout
by apanchenk
· 15 years ago
9127dd7
getPath() toString()
by apanchenk
· 15 years ago
f5db178
close active channels only if "channel is not opened."
by apanchenk
· 15 years ago
e58a866
- debug logging - close active channels if could not create new channel
by apanchenk
· 15 years ago
8393c61
organize imports
by apanchenk
· 15 years ago
79f1488
- logging
by apanchenk
· 15 years ago
b5d43b7
logging for all operations
by apanchenk
· 15 years ago
652bf2d
channel pool
by apanchenk
· 15 years ago
202b9f7
dont't use shutdown listener
by apanchenk
· 15 years ago
v20090901
3f28ee7
to prevent deadlock initiated from workspace refresh: on shutdown close projects with linked files
by apanchenk
· 15 years ago
8dc56c0
selecFile()/selectFolder() should force connection if not connected yet
by apanchenk
· 15 years ago
f498820
selecFile()/selectFolder() should force connection if not connected yet
by apanchenk
· 15 years ago
9020441
prevent simultaneous password dialogs for the same host
by apanchenk
· 15 years ago
25a20e0
fix typo in createProcessingThread() method name
by apanchenk
· 15 years ago
1597cee
generics/formatting
by apanchenk
· 15 years ago
Root_POOL-2009-09-04
8a80545
* little fix
by asobolev
· 15 years ago
v20090806-1512
3f82237
make Operation.perform() abstract
by apanchenk
· 15 years ago
a4a589a
don't call update decorations recursively
by apanchenk
· 15 years ago
12dcd35
correctly fire environmentAdded events
by apanchenk
· 15 years ago
923388f
correctly fire environmentAdded events
by apanchenk
· 15 years ago
f782cf4
fireEnvirontmentChange() after RSE is initialized
by apanchenk
· 15 years ago
7f72ea7
specify thread name
by apanchenk
· 15 years ago
c920b17
* timeout for wait for connect in UI thread
by asobolev
· 15 years ago
a1e69dc
* timeout for wait for connect in UI thread
by asobolev
· 15 years ago
89eefa5
* Connection wait timeout set to 10 seconds. Dialog to user will be shown in any case.
by asobolev
· 15 years ago
a62dbc0
* Connection wait timeout set to 10 seconds. Dialog to user will be shown in any case.
by asobolev
· 15 years ago
6c1e5f2
* Connection wait timeout set to 10 seconds. Dialog to user will be shown in any case.
by asobolev
· 15 years ago
d8e228d
* Variables resolution fixes * Connection timeout for 5 minutes added
by asobolev
· 15 years ago
aedc8a5
* Variables resolution fixes * Connection timeout for 5 minutes added
by asobolev
· 15 years ago
ab0243f
* some improvements and fixes
by asobolev
· 15 years ago
86a8e79
* some improvements and fixes
by asobolev
· 15 years ago
f0a0cc6
* some improvements and fixes
by asobolev
· 15 years ago
fafd9aa
* Resolve tcl sources against environment variables
by asobolev
· 15 years ago
35f7c3d
*fixes
by asobolev
· 15 years ago
v20090730-1846
4ea6bd2
* Update feature dependency versions to correct ones
by asobolev
· 15 years ago
0950d87
* Remove update site string from features. To allow installations from archived update sites
by asobolev
· 15 years ago
v20090730-1127
7cc81e0
* Remove update site string from features. To allow installations from archived update sites
by asobolev
· 15 years ago
98bd493
* Versions for core, tcl, ruby plugins
by asobolev
· 15 years ago
e6eb7a6
* Versions for core, tcl, ruby plugins
by asobolev
· 15 years ago
db568bc
* Versions for core, tcl, ruby plugins
by asobolev
· 15 years ago
c005aba
+ Add since 2.0 tags
by asobolev
· 15 years ago
8d62ed3
use isRead(false) in getRSEConnection() - it is simpler this way
by apanchenk
· 15 years ago
96b98bf
* RSEExecEnvironment support for synchronized connect added
by asobolev
· 15 years ago
88d5f13
- RSELazyEnvironment
by apanchenk
· 15 years ago
c7e5b1e
equals(): tests IEnvironment type, so it should work with lazy environments
by apanchenk
· 15 years ago
176ee75
* Some RSE related performance improvements.
by asobolev
· 15 years ago
02a910e
* Some RSE related performance improvements.
by asobolev
· 15 years ago
f141744
review operations performed just after connect
by apanchenk
· 15 years ago
1208a7b
don't log OperationCanceledException
by apanchenk
· 15 years ago
1de8e18
* RSE fetch caching
by asobolev
· 15 years ago
f09d485
change display message processing
by apanchenk
· 15 years ago
bf42e0e
synchronized for RSEEnvironment.tryToConnect
by apanchenk
· 15 years ago
0bad2be
* Connection processing update for case then display loop are not yet started and we try to correct from display thread.
by asobolev
· 15 years ago
v20090728-1212
1cef77a
* added some singleton synchronization stuff
by asobolev
· 15 years ago
3bd3397
* added some singleton synchronization stuff
by asobolev
· 15 years ago
4e57bbb
* delay resource information fetching
by asobolev
· 15 years ago
d02e71f
* RSEEnvironment connect now call files ISubSystem connect() instead of indivitual connectors. Work more correct.
by asobolev
· 15 years ago
735bf92
* Some improvements and fixes
by asobolev
· 15 years ago
07d6c48
* Some improvements and fixes
by asobolev
· 15 years ago
8952794
* Some fixes
by asobolev
· 15 years ago
0fc3c67
* Some fixes
by asobolev
· 15 years ago
ebfcde9
*fix
by asobolev
· 15 years ago
v20090721-1921
2f7649c
* set try count to 3
by asobolev
· 15 years ago
v20090721-1916
ba083b7
declare set of environent ids before while loop
by apanchenk
· 15 years ago
ca90d1b
return null array if no password
by apanchenk
· 15 years ago
5d322f0
* Comment added
by asobolev
· 15 years ago
affa3cf
rename: ensureConnection() to connect()
by apanchenk
· 15 years ago
v20090721-1351
5d5ffc7
* Initial support for connected/disconnected environments
by asobolev
· 15 years ago
8a57c83
* Initial support for connected/disconnected environments
by asobolev
· 15 years ago
97a5a63
* Initial support for connected/disconnected environments
by asobolev
· 15 years ago
d94febc
* Lazy file handles now return exists() == true if connection is not yet established.
by asobolev
· 15 years ago
e4ac25a
*
by asobolev
· 15 years ago
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
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
6b8b671
* Add analytics for plugin
by asobolev
· 15 years ago
c74adae
+ Added quites validation for interpreter variabels block
by asobolev
· 15 years ago
b5fe101
+ Added quites validation for interpreter variabels block
by asobolev
· 15 years ago
f72a78d
* some fail safe code added.
by asobolev
· 15 years ago
3ab07ec
* some fail safe code added.
by asobolev
· 15 years ago
ef977d8
*fix
by asobolev
· 15 years ago
v20090716-1531
f2a5e9c
*fix
by asobolev
· 15 years ago
v20090715-1425
751b0b9
+ include properties file to project build configuration
by asobolev
· 15 years ago
46b0695
* Support of direct ssh access instead of RSE.
by asobolev
· 15 years ago
d10e652
* Remove unused UI dependency
by asobolev
· 15 years ago
8972153
+ DLTK RSE direct ssh support
by asobolev
· 15 years ago
5aff011
* Some @since 2.0 tags added
by asobolev
· 15 years ago
0aed029
progress for Refresh Remote Interpreters
by apanchenk
· 15 years ago
b186e85
* Adding @since tags
by asobolev
· 15 years ago
c33c6b1
* Some plugin version are updated to 2.0
by asobolev
· 15 years ago
fa0e814
* add API baseline analysis to all plugins
by asobolev
· 15 years ago
6a48cb5
* add API baseline analysis to all plugins
by asobolev
· 15 years ago
e001a98
refreshBuildpathContainersForMixedProjects() in a job
by apanchenk
· 15 years ago
ec8b209
new extension point to help resolve environment files
by apanchenk
· 15 years ago
v20090626
2922a4e
suppress some warnings
by apanchenk
· 15 years ago
55afc27
selectFile() with initialSelection parameter
by apanchenk
· 15 years ago
fc04a0d
waitInitialize() - wait not more than 10 seconds - improvements
by apanchenk
· 15 years ago
c483076
waitInitialize() - wait not more than 10 seconds
by apanchenk
· 15 years ago
9df19fb
remove Incubation word
by apanchenk
· 15 years ago
Next »