gnu: Properly credit Konrad Hinsen.
[jackhill/guix/guix.git] / guix / ftp-client.scm
2019-02-06 Ricardo WurmusMerge branch 'master' into core-updates
2019-01-13 Marius BakkeMerge branch 'master' into staging
2019-01-09 Ludovic CourtèsRemove most uses of the _IO*F constants.
2017-11-19 Marius BakkeMerge branch 'master' into core-updates
2017-11-14 Ludovic Courtèsdownload: Pass the timeout to 'ftp-retr'.
2017-03-22 Efraim FlashnerMerge remote-tracking branch 'origin/master' into core...
2017-03-21 Roel Janssenftp-client: Allow custom username and password for...
2016-10-19 Mark H WeaverMerge branch 'master' into core-updates
2016-10-19 Ludovic CourtèsUse (ice-9 binary-ports) instead of (rnrs io ports).
2015-12-12 Ludovic CourtèsMerge branch 'master' into core-updates
2015-11-22 Ludovic Courtèsftp-client: Default port for 'ftp-open' is now "ftp".
2015-11-22 Ludovic Courtèsftp-client: Fix off-by-one when trying addresses in...
2015-11-17 Ludovic Courtèsftp-client: Restrict to TCP/IP connections.
2015-11-12 Ludovic Courtèsdownload: Always use AI_ADDRCONFIG when resolving host...
2015-11-12 Ludovic Courtèsftp-client: Add timeout parameter to 'ftp-open'.
2015-11-12 Ludovic Courtèsftp-client: Restrict to TCP connections.
2015-06-10 Mark H WeaverMerge branch 'master' into core-updates
2015-05-23 宋文武Merge branch 'master' into gtk-rebuild
2015-05-20 Ludovic Courtèsftp-client: Throw when log-in fails.
2015-03-25 Ludovic CourtèsMerge branch 'master' into core-updates
2015-03-19 Ludovic Courtèsftp-client: Switch to binary mode before using the...
2014-05-27 Ludovic CourtèsMerge branch 'master' into core-updates
2014-05-02 Ludovic Courtèsftp-client: Add missing CR in "USER" command.
2013-05-14 Ludovic Courtèsftp-client: Let callers handle `ftp-open' exceptions.
2013-04-30 Ludovic CourtèsMerge branch 'core-updates'
2013-04-27 Ludovic Courtèsftp-client: `ftp-chdir' changes one step at a time.
2013-01-11 Ludovic CourtèsMerge branch 'core-updates'
2013-01-06 Ludovic Courtèsftp-client: Add `ftp-size'.
2013-01-06 Ludovic CourtèsMerge branch 'master' into core-updates
2013-01-05 Ludovic CourtèsUpdate license headers.
2012-10-18 Ludovic Courtèshttp/ftp: Tweak to avoid depending on libc's NSS.
2012-10-13 Ludovic Courtèsftp-client: Try all the addresses returned by `getaddri...
2012-09-12 Ludovic CourtèsAdd (guix ftp) and companion modules.