summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
Commit message (Collapse)AuthorAge
* Removed akunambolGeorges Dubus2014-10-09
| | | | It is not maintained anymore, and is not compatible with kde 4.14.
* rsync: update 3.1.0 to 3.1.1Emery Hemingway2014-09-05
| | | | fix http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-2855
* backintime: Definition improvementDamien Cassou2014-08-31
|
* backintime: a simple backup toolDamien Cassou2014-08-30
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* rsync: sha256 for the patch was updatedVladimir Kirillov2014-06-16
|
* rsyncd: default read/write permissions should be nobody:nogroupEmery Hemingway2014-05-09
|
* rsync: fix CVE-2014-2855 by upstream patchVladimír Čunát2014-05-03
|
* rsync updated 3.0.9 to 3.1.0, rsyncd service moduleEmery Hemingway2014-04-13
|
* unison: upgrade to 2.40.102Mathijs Kwik2014-03-24
|
* rsync: add meta.license attributePeter Simons2013-03-25
|
* Clean up redundant "if condition then true else false"Eelco Dolstra2012-12-28
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* ocaml, unison: make them build on mips (native compilers)Lluís Batlle i Rossell2012-07-27
| | | | | | I switch off the build of ocaml compilers to native code, and add a 'passthru' that unison can use to see if it needs to call the native or the bytecode compiler.
* Add armv7l support.Nicolas Pierron2012-04-15
| | | | svn path=/nixpkgs/trunk/; revision=33798
* svn merge ^/nixpkgs/trunk, one simple conflict in jrubyYury G. Kudryashov2012-01-19
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31721
| * rsync: optional feature (disabled by default) to sync devicesPeter Simons2012-01-18
| | | | | | | | | | | | | | | | | | | | | | | | I use this feature for doing snapshot backups, which is way faster than copying a huge files tree. The patch is semi-official, rsync-patches is maintained by rsync upstream itself. The patch doesn't affect any behaviour, it only adds 1 option so it shouldn't affect you if you don't use it. svn path=/nixpkgs/trunk/; revision=31659
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/ | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Reintegrate branches/drop-kde4.5Yury G. Kudryashov2011-12-16
| | | | svn path=/nixpkgs/trunk/; revision=30928
* rsync: stripped trailing whitespacePeter Simons2011-12-03
| | | | svn path=/nixpkgs/trunk/; revision=30715
* rsync: added meta.maintainers sectionPeter Simons2011-12-03
| | | | svn path=/nixpkgs/trunk/; revision=30714
* Updating rsync.Lluís Batlle i Rossell2011-12-02
| | | | svn path=/nixpkgs/trunk/; revision=30707
* Making rsync cross build.Lluís Batlle i Rossell2011-09-21
| | | | svn path=/nixpkgs/trunk/; revision=29408
* Updating unison.Lluís Batlle i Rossell2011-07-21
| | | | svn path=/nixpkgs/trunk/; revision=27893
* Add akunambolYury G. Kudryashov2011-03-15
| | | | svn path=/nixpkgs/trunk/; revision=26337
* Making unison build to byte code in armv5tel. I also fix the build with ↵Lluís Batlle i Rossell2011-01-03
| | | | | | enableX11 I think. svn path=/nixpkgs/trunk/; revision=25373
* Allowing unison without X.Lluís Batlle i Rossell2011-01-03
| | | | svn path=/nixpkgs/trunk/; revision=25369
* Fix lablgtk referenceMichael Raskin2011-01-02
| | | | svn path=/nixpkgs/trunk/; revision=25343
* Only set font in wrapper if we have X.Peter Simons2010-05-17
| | | | | | | | | | Unison's wrapper was generating errors by calling xset even if DISPLAY was not set. This was especially noticeable when connecting to a remote server to sync with. Fix this by only setting the font path if DISPLAY is set to something. svn path=/nixpkgs/trunk/; revision=21821
* Updating unison.Lluís Batlle i Rossell2010-01-15
| | | | svn path=/nixpkgs/trunk/; revision=19468
* update to 3.0.7, requires perl nowArmijn Hemel2010-01-05
| | | | svn path=/nixpkgs/trunk/; revision=19231
* update to 3.0.6Armijn Hemel2009-12-25
| | | | svn path=/nixpkgs/trunk/; revision=19120
* Fixed download url for Unison File Syncronizer.Marco Maggesi2009-12-03
| | | | svn path=/nixpkgs/trunk/; revision=18793
* Unison version update to 2.27.57Lluís Batlle i Rossell2009-03-24
| | | | svn path=/nixpkgs/trunk/; revision=14689
* * Enable ACL support in rsync.Eelco Dolstra2009-02-03
| | | | svn path=/nixpkgs/trunk/; revision=13976
* update to 3.0.5Armijn Hemel2009-01-28
| | | | svn path=/nixpkgs/trunk/; revision=13894
* 3.0.0 -> 3.0.4Armijn Hemel2008-09-13
| | | | svn path=/nixpkgs/trunk/; revision=12858
* * layout changesAndres Löh2008-06-04
| | | | svn path=/nixpkgs/trunk/; revision=11981
* 2.6.9 -> 3.0.0Armijn Hemel2008-03-08
| | | | svn path=/nixpkgs/trunk/; revision=11020
* * makeWrapper: option --run <CMD> to run a command from the wrapper.Eelco Dolstra2008-01-18
| | | | | | | | | This is so that the Unison wrapper can be generated with makeWrapper. * Use makeWrapper as a buildInput everywhere. * Updated BitTorrent, cvs2svn. svn path=/nixpkgs/trunk/; revision=10213
* * be more fault tolerant in the unison wrapperAndres Löh2007-08-13
| | | | svn path=/nixpkgs/trunk/; revision=9114
* * add unisonAndres Löh2007-08-10
| | | | | | | | | | | - unison uses a wrapper script to add font-schumacher-misc to the local X font path if the font isn't already present; this is necessary for it to work, but not terribly nice ... * lablgtk is a dependency of unison - handling of library dirs with ocaml is a hack so far; in principle, ocaml needs a general setup for library dirs like ghc svn path=/nixpkgs/trunk/; revision=9094
* 2.6.8 -> 2.6.9Armijn Hemel2007-05-14
| | | | svn path=/nixpkgs/trunk/; revision=8680
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* upgrade to 2.6.8 (security fixes, other bugfixes)Armijn Hemel2006-07-06
| | | | svn path=/nixpkgs/trunk/; revision=5610
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* add rsync, untestedArmijn Hemel2005-11-22
svn path=/nixpkgs/trunk/; revision=4309