Timeline
19/08/12:
- 13:19 Ticket #200 (Sync & Auto Sign-In) created by
- A nice feature to compliment key-based authentication would be to have …
15/08/12:
- 11:52 Ticket #198 (Ability to mount Swish connections as system drives) closed by
- duplicate: Our most requested feature. Unfortunately we'll probably never be able to …
- 11:46 Ticket #197 (Greek characters in file & directory names show up as gibberish) closed by
- duplicate: You've half answered your own question :P The filenames on your remote …
- 10:41 Ticket #199 (Microsoft Layer for Unicode not available anymore - suggest alternatives ...) created by
- Microsoft Layer for Unicode is not available anywhere in Microsoft.com. …
- 10:04 Ticket #198 (Ability to mount Swish connections as system drives) created by
- As per ticket title... It would be great to have an option on the new …
- 09:58 Ticket #197 (Greek characters in file & directory names show up as gibberish) created by
- I have the same issue when using the competitor software ExpanDrive?. Files …
11/08/12:
- 18:13 Changeset in swish [b9a1f41] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Renamed SmartListing? to sftp_filesystem_item and moved to separate files.
- 08:54 Changeset in swish [b10df2f] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Merged Listing into SmartListing?.
- 07:48 Changeset in swish [94c457b] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Provider returns listing as STL collection rather instead of COM enum.
08/08/12:
- 19:08 Changeset in swish [07639c9] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Minor cleanup in sftp_provider.hpp.
- 19:05 Changeset in swish [52a9a82] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Renamed SftpProvider?.h to sftp_provider.hpp.
- 18:59 Changeset in swish [04c6ff2] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Changed sftp_provider from a COM object to a normal object.
07/08/12:
- 13:17 Ticket #196 (SSH connection through socks proxy) closed by
- duplicate: * Marked duplicate of #141 *
- 06:54 Changeset in swish [66fbfbf] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Replace ISftpProvider with sftp_provider.
- 06:29 Changeset in swish [295f565] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Removed provider_error_adapter.
- 05:53 Ticket #196 (SSH connection through socks proxy) created by
- It well be great if Swish could connect ssh server through ssh proxy.
06/08/12:
- 20:01 Changeset in swish [5fc37f0] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Replace error-code version of GetListing? function with exception throwing one.
- 18:47 Changeset in swish [41fb34a] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Replace error-code version of Stat function with exception throwing one.
- 18:31 Changeset in swish [cdffb38] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Move provider initialisation into the constructor.
- 16:07 Changeset in swish [c75ab75] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Removed dead dispenser code.
05/08/12:
- 19:40 Changeset in swish [5440ba5] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Replace error-code version of GetFile? function with exception throwing one.
- 18:48 Changeset in swish [1cc1dc3] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Replace error-code versions of ResolveLink? function with exception throwing one.
- 18:38 Changeset in swish [85109b9] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Replace error-code versions of Create* functions with exception throwing ones.
- 17:08 Changeset in swish [3a595db] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Replace error-code versions of Rename function with exception throwing one.
- 09:05 Changeset in swish [f784efe] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Removed old, unused test helpers (CPPUNIT stuff).
- 08:47 Changeset in swish [162cf3b] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Merge branch 'decom_fix_shell_com_tests' into decomtaminate
- 08:46 Changeset in swish [451b1e6] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Reincarnated legacy shell_folder tests and merged with main test suite.
04/08/12:
- 10:44 Changeset in swish [ee145ab] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Replace error-code versions of Delete functions with exception throwing ones.
- 10:19 Changeset in swish [949c0f2] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Removed interfaces project.
Not needed now we don't define our own COM interfaces. Moved non-COM interface definition to provider project.
- 09:43 Changeset in swish [0f70473] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Merged the SFTP provider into the main Swish DLL and de-commed it.
It's not just an object. Although it still looks pretty commy and it passed around using a com_ptr, this will all be replaced eventually.
03/08/12:
- 08:51 Ticket #195 (Swish path shows //) created by
- Win XP SP2 / Swish 0.7.0 Explorer windows shows in path. For example: …
- 08:41 Ticket #194 (Unable to create the folder 'New Folder') created by
- Windows XP SP2 / Swish 0.70 Attempted to use context (right click) menu …
31/07/12:
- 02:21 Ticket #193 (Session timeout after a very short time) created by
- Hi, Yes, this is related to ticket #178, but since that ticket has been …
30/07/12:
- 21:26 Ticket #192 (Update libssh2 pageant protocol) created by
- libssh2 still communicates with Pageant the 'old' (pre 0.61) way. …
- 21:23 PublicKeyAuthentication edited by
- Add warning about Pageant 0.61 (diff)
- 20:09 WikiStart edited by
- Increase the minimum system requirements to Windows 2000. (diff)
- 20:08 PublicKeyAuthentication edited by
- Added step-by-step guide to using keys with Pageant (diff)
- 18:57 WikiStart edited by
- Update for version 0.7.0 (diff)
- 18:37 Changeset in swish [08fe344] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Fix batch scripts.
- 16:16 Changeset in swish [ce98730] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Updated ready for release as 0.7.0.
- 15:25 Changeset in swish [5cf4086] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Update all translation to new template from Transifex.
- 15:24 Changeset in swish [f111436] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Updated Portuguese (Brazilian) translation from Transifex.
- 09:20 Changeset in swish [dee253c] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Updated translation template.
- 09:17 Changeset in swish [b4d198f] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Updated Czech, Spanish, Japanese and Dutch translations from Transifex.
- 08:59 Changeset in swish [dbc5f62] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
New command to launch Pageant key agent.
29/07/12:
- 22:10 PublicKeyAuthentication created by
- First bit of description
- 21:54 Changeset in swish [9379336] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Untabified source files.
Useful diffs between commits after this one and commits before it
will have to be done with 'ignore white space' enabled.
- 21:33 Milestone 0.7 Public-key authentication completed
28/07/12:
- 12:38 Ticket #148 (Logout for each connection) closed by
- duplicate: * Marked duplicate of #85 *
- 12:37 Ticket #191 (Add 'temporary' connections to connection folder) created by
- Related to #148. Need a way to disconnect temporary connections made by …
- 12:25 Ticket #149 (normal FTP server) reopened by
- Replying to caiadmin: > Replying to alamaison: > > …
25/07/12:
- 21:45 Ticket #154 (rsa/dsa keys or integration with pagent?) closed by
- fixed: Added in commit 7eee6c8c1b1de5f3792666085c05963cc8ead58e.
- 19:29 Ticket #18 (Support public-key authentication) closed by
- fixed: Public-key authentication through Pageant (Putty key agent) added in …
- 19:22 Changeset in swish [7eee6c8] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Support public-key authentication through Pageant key agent.
Closes #18.
24/07/12:
- 17:46 Changeset in swish [818f915] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Test host management functions.
22/07/12:
- 08:52 Changeset in swish [10e709b] by
-
mastercmakedevelopfeature/vs2015fix/sync_ui_attemptrelease/0.8.0wip_vs_2015
Use winapi menu classes for host folder menus.
- 08:42 Changeset in winapi [eb5a2ce] by
-
master
Add function to find menu items by ID.
21/07/12:
- 15:25 Ticket #179 (Make it easier: one-click IP data) closed by
- invalid: Not enough detail provided to understand requested feature. Closing.
- 15:24 Ticket #178 (remember password) closed by
- duplicate: * Marked duplicate of #134 *
- 11:08 Ticket #185 (Unable to access the directory) closed by
- worksforme: Not enough information to resolve. Closing.
- 11:05 Ticket #144 (Unable to connect with swish; can connect with Core SFTP) closed by
- fixed