Paul Beckingham
|
773b55d374
|
Code Cleanup
- Removed L10N define. It served its purpose.
|
2013-04-07 23:50:51 -04:00 |
|
Russell Steicke
|
e4da3aca0d
|
Expand braces internally, as POSIX /bin/sh does not do {} expansion.
Signed-off-by: Russell Steicke <russells@adelie.cx>
|
2013-03-30 14:15:33 -04:00 |
|
Paul Beckingham
|
1dccd29643
|
Copyright 2013
- Updated copyright notices.
|
2013-03-04 17:47:12 -05:00 |
|
Paul Beckingham
|
6580095002
|
Copyright
- Year change.
|
2012-01-02 23:32:10 -05:00 |
|
Federico Hernandez
|
bdbbade620
|
License
- remaining files in src/Transport* src/Uri*
|
2011-10-08 10:25:02 +02:00 |
|
Paul Beckingham
|
dab06f8672
|
Code Cleanup
- All objects now use the same convention for naming members. The
consistency is a good thing.
|
2011-08-25 21:54:28 -04:00 |
|
Paul Beckingham
|
7e3a207d63
|
Bug #808
- Fixed bug #808, which generated compiler warnings on Solarix (thanks to
Owen Clarke).
|
2011-07-26 21:40:31 -04:00 |
|
Paul Beckingham
|
8fabffe18c
|
Code Cleanup
- Eliminated '#include "x"' by changing all to '#include <x>'.
|
2011-05-28 00:19:59 -04:00 |
|
Paul Beckingham
|
f67706c28e
|
L10N
- Added '#define L10N' marker to all source files that are localized.
|
2011-05-28 00:02:04 -04:00 |
|
Paul Beckingham
|
462caf5bd4
|
Copyright
- Updated copyright to 2011.
|
2010-12-31 22:03:05 -05:00 |
|
Paul Beckingham
|
74dcdd897a
|
Sync
- Changed the wording on most error messages and diagnostics so that
the user is not alarmed, and is somewhat guided toward a solution.
|
2010-10-06 23:29:45 -04:00 |
|
Johannes Schlatow
|
1a16b3ae6b
|
Feature #462: url support
- curl enhancements (push/pull multiple files)
- now supports push/pull to/from filesystem
|
2010-10-06 18:53:02 +02:00 |
|
Johannes Schlatow
|
042d7b40de
|
Feature #462: url support
- added uri class for proper uri and path handling
|
2010-10-06 18:52:12 +02:00 |
|
Johannes Schlatow
|
bf316974d9
|
Url support #462
- Added TransportCurl for http, https and ftp
- Added url support for import command
|
2010-10-04 02:20:41 +02:00 |
|
Johannes Schlatow
|
0d364746c7
|
Merge/push command
- Added TransportRSYNC
|
2010-10-03 02:15:07 +02:00 |
|
Johannes Schlatow
|
0930f3c5f7
|
Unit tests
- Added tests for Transport class
|
2010-09-07 15:44:50 +02:00 |
|
Paul Beckingham
|
04ddf74a07
|
Documentation Update
- Fixed typo in copyright.
- Added new feature to NEWS file.
- Added 'merge.autopush' as a valid configuration variable.
|
2010-09-01 22:39:37 -04:00 |
|
Johannes Schlatow
|
87ce13c8e0
|
Merge
- Added Transport classes to handle URIs like ssh://user@host:port/
|
2010-09-02 01:24:05 +02:00 |
|