Timeline
01/04/13:
- 11:34 Ticket #229 (Allow blank username) created by
- Our SFTP server is configured to ONLY use a public key. The username and …
31/03/13:
- 03:04 Ticket #228 (Increatse transfer speed with multi segmenting) created by
- In some ftp transferring, the files can be segmented and multi threaded to …
30/03/13:
- 08:25 Ticket #227 (SWISH doesn't work with Windows 8) closed by
- invalid: Swish is an Explorer extension so the file would be explorer.exe
29/03/13:
- 13:21 Ticket #227 (SWISH doesn't work with Windows 8) created by
- When i launch the SFTP connection it tells me, after i while, i don’t have …
24/03/13:
- 10:01 WikiStart edited by
- Updated download to 0.7.3 but still using old button. (diff)
- 07:27 Changeset in swish [81771f4] by
-
mastercmakedevelopfeature/vs2015release/0.8.0wip_vs_2015
Updated NEWS for release 0.7.3.
23/03/13:
- 20:49 Ticket #59 (Asynchronous transfer in DropTarget) closed by
- fixed: In [40f4c144c3ce24e3a8fb1567737bd0774325bab1/swish]: […]
- 20:42 Changeset in swish [40f4c14] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Fix provider thread safety.
Moved the locks close to the libssh2 calls and maintain the mutex in the session object.
This fixes the problem of streams not being thread safe and reduces the time the methods are locked.
Closes #59.
- 16:39 Changeset in swish [8db95d9] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Decoupled announcing exception from rethrowing it.
- 13:05 Changeset in swish [635dc8f] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Stop using OLE site as parent for UI in drop target.
The OLE site goes away after returning from Drop but our asynchronous drop operation is still going. Instead we use the window the drop target was given when it was created.
See #59.
22/03/13:
- 12:26 Changeset in swish [d0edc0c] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Merge branch 'master' into feature/async_drop_target
- 12:26 Changeset in swish [decc761] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Show extra debug info in error message details section.
- 09:11 Changeset in swish [065ff8a] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Copy to drop target asynchronously.
This prevents the windows blocking while the copy occurs. Some more changes are needed before this feature is ready:
- Fix mutex problem when getting a file stream so that multiple streams can't be accessed simultaneously.
- Remove code that uses the OLE site as this is incompatible with an asynchronous drop
- Sort out progress dialogue on synchronous drops, as it is not appearing currently.
21/03/13:
- 17:15 Changeset in swish [30a56f0] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Fix build problems with updated winapi library.
- 11:23 Changeset in swish [80c6e8a] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Merge branch 'master' of github.com:alamaison/swish
- 11:10 Changeset in swish [ec97731] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Updated to latest version of winapi library.
- 04:31 Ticket #226 (Bug copying) created by
- Bonjour, J'ai un problème de transfert avec Swish sous XP et 7. Je ne peux …
16/03/13:
- 19:05 Changeset in swish [ba37788] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Updated version numbers to 0.7.3.
- 19:00 Ticket #221 (Crash on upload on Windows 8) closed by
- fixed: In [6445c3fabf5737227f4dcfbac584c9cc098951ea/swish]: […]
- 18:57 Changeset in swish [611c533] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Merge branch 'master' of github.com:alamaison/swish
- 18:53 Changeset in swish [a6e59db] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
New Romanian translation from Transifex.
- 18:50 Changeset in swish [26777ab] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Find WiX heat by environment variable when adding language.
- 18:23 Changeset in swish [2b5b9af] by
-
mastercmakedevelopfeature/vs2015release/0.8.0wip_vs_2015
Added missing thread to Boost build command.
- 18:23 Changeset in swish [13ac504] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Added missing thread to Boost build command.
- 18:21 Ticket #220 ("Invalid FORMATETC structure" error when dragging into Explorer window) closed by
- worksforme: Closing as can't reproduce the problem. Feel free to reopen with enough …
- 18:20 Changeset in swish [6445c3f] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Fix crash in Windows 8 drag-and-drop.
Windows 8 file-system IStreams have a bug where a call to Stat() doesn't set the pwcsName field even though STATFLAG_DEFAULT is passed. This NULL pointer that is never supposed to be null caused Explorer to crash when we returned it as a string. We never even used the string!
This change stops the code requesting the name so it just uses the file size, avoinding the problem altogether.
Fixes #221.
- 18:19 Ticket #223 (fx_failure) closed by
- worksforme
12/03/13:
- 08:12 Ticket #225 ("Copy" operation) created by
- You should think over your "copy" function man... Recently just tried to …