summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/connection.py
Commit message (Collapse)AuthorAgeFilesLines
* Print more helpful error messages when the remote command cannot be startedowsla2009-01-081-1/+1
| | | | | | | on Windows. Fix --test-server option when used with remote Windows clients. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1011 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Improve support for Python 2.5, which refactored the built-in exceptions soowsla2008-09-241-0/+2
| | | | | | | that SystemExit and KeyboardInterrupt no longer derive from Exception. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@936 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Support for Windows ACLs. (Patch from Josh Nisly and Fred Gansevles)owsla2008-07-021-1/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@904 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Squash regress/check_pids bug and properly pickle RPath'sowsla2007-07-091-3/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@815 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Error reporting cleanupbescoto2005-11-191-10/+14
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@684 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added various compare options like --compare-full and --compare-hashbescoto2005-10-311-4/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@664 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Quoted RPaths are now transmitted correctly (no conversion to RPaths)bescoto2003-11-011-0/+16
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@484 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Changed handling of ownership, added --user/group-mapping-file optionsbescoto2003-09-151-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@436 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added ACL support, may have corrected a few EA bugsbescoto2003-07-181-1/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@341 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Many changes - added extended attribute support and file systembescoto2003-06-301-1/+6
| | | | | | | ability detection git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@334 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Final checkin for 0.11.3 (fixed pipeline flushing problem)bescoto2003-03-041-5/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@292 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Final check in for version 0.11.2bescoto2003-03-021-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@285 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* More changes in preparation for 0.11.2bescoto2003-02-251-10/+11
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@284 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* First pass at integrating regress codebescoto2003-02-111-16/+0
| | | | | | | | | | At this point most of the tests work, but there are still problems with the finaltest error tests on /proc, and with some selection options. The regress code is totally unchecked, and regresstest.py is unwritten. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@277 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various changes for v0.11.1 (see CHANGELOG)bescoto2002-12-311-21/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@256 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Major refactoring - avoid use of 'from XX import *' in favor of morebescoto2002-12-231-30/+23
| | | | | | | | normal 'import XXX' syntax. The previous way was an artifact from earlier versions where the whole program fit in one file. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@252 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed most destructive stepping operationsbescoto2002-12-211-1/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@251 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Changed GPL notice in each source file to recommended versionben2002-12-031-4/+13
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@234 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added explicit pipe close on server quitben2002-10-221-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@228 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added socket supportben2002-07-191-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@169 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various changes to 0.9.3, see CHANGELOGben2002-07-161-9/+38
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@157 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added compile.py to compile the c portionben2002-06-191-5/+12
| | | | | | | | | Added GPL headers to all the source code files Fixed memory leaks and bad pointer casts in cmodule.c git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@141 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Many optimizations - up to 3x speed improvementben2002-06-171-7/+9
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@134 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Adapted everything to new exploded formatben2002-06-161-10/+30
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@130 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various CPU optimizationsben2002-06-151-5/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@126 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added resuming bug fixesben2002-05-311-2/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@114 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Belatedly added filename_mapping (should have been added with 0.7.4).ben2002-05-151-0/+8
| | | | | | | | Changed various files to fix --exclude-filelist problems when source remote. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@85 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added __str__ method just for completeness sakeben2002-05-101-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@75 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Lots of changes, see changelog for 0.7.4.ben2002-05-101-15/+30
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@72 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Improved error reporting when rdiff-backup doesn't start correctly onben2002-03-261-2/+4
| | | | | | | the remote side. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@27 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added hardlink support, refactored some test casesben2002-03-211-4/+9
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@7 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* First checkinben2002-03-211-0/+467
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@2 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109