Paul Beckingham
d03c4cda8a
Build Error
...
- Many files were missing an explicit cmake.h include. Some were not including
it at all. Now it's used almost everywhere.
(cherry picked from commit 82ae86979c497e6d1d0c6b2b5a55aa379ec82c98)
2013-06-02 13:57:36 -04:00
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
c978b2b65a
Transport Errors
...
- The 'push' and 'pull' commands now properly distinguish between a missing
transport utility and other errors (thanks to Russell Steicke).
2013-03-03 09:34:54 -05:00
Russell Steicke
1428a4135b
Clean up Transport::execute() and callers.
...
- Ensure that the real exit code of the child program is retrieved
using WEXITSTATUS().
- Centralise the handling of code 127, which means that the child
shell process could not execute its child (ssh, rsync, or curl.)
Signed-off-by: Russell Steicke <russells@adelie.cx >
2013-03-03 09:00:48 -05:00
Paul Beckingham
96fe3f42ba
Minor Refactoring
...
- Added support for more type-specific checks of attribute values.
- Added support for more type-specific attribute rendering.
- Improved generalized methods for checking columns in a report.
- Added unit tests.
- Minor code cleanup.
- Added secret hidden feature for internal testing.
2012-02-05 20:56:46 -05:00
Paul Beckingham
6580095002
Copyright
...
- Year change.
2012-01-02 23:32:10 -05:00
Johannes Schlatow
d8d2060b39
Bug #871
...
- Fixed escaping of spaces for scp and curl
2011-11-30 00:12:20 +01: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
a9a4c1c692
I18N
...
- Localized more files.
2011-07-01 21:16:28 -04:00
Paul Beckingham
61e549c80c
Code Cleanup
...
- Removed many more uses of the 'foreach' macro.
2011-06-04 23:02:18 -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
462caf5bd4
Copyright
...
- Updated copyright to 2011.
2010-12-31 22:03:05 -05:00
Johannes Schlatow
4cb5caa342
Bug #548
...
- Fixed issue with push command where curl transfers
only pending.data
- Differentiate between "command not found" and other errors
2010-11-22 01:16:07 +01:00
Johannes Schlatow
d39d5af03b
Uri support
...
- TransportCurl now supports non-anonymous ftp
2010-10-15 00:12:42 +02:00
Paul Beckingham
42521fea8b
Sync
...
- Managed to cut/paste a superfluous semicolon. Oops.
2010-10-06 23:54:15 -04: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