aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_transfer.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16188] Remove some legacy code and fix bugrubencm2019-11-011-2/+2
* [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-4/+4
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+0
* [ticket/12999] Remove @author tagsTristan Darricau2014-08-191-2/+0
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* [ticket/10763] Do not call non-static transfer() staticallyJoas Schilling2014-03-091-2/+2
* [ticket/12077] Fix another strict standards error.Cesar G2013-12-191-2/+2
* [ticket/12077] Fix strict standards error.Cesar G2013-12-191-1/+1
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* Merge branch 'develop-olympus' into developOleg Pudeyev2011-08-141-11/+44
|\
| * [ticket/9297] Add support for Extended Passive Mode (EPSV) in ftp_fsock class.Andreas Fischer2011-08-111-11/+44
| * Also fix bug #46295 in ftp_fsock class.Andreas Fischer2009-07-221-2/+16
| * Fix two potential problems with the ftp_fsock class.Andreas Fischer2009-07-221-2/+7
| * Fix bug #46295 - Be less strict with FTP daemons when getting directory filel...Andreas Fischer2009-07-221-0/+8
| * Do not try to enter passive mode before logging in.Andreas Fischer2009-07-221-3/+9
| * fix $transfer->file_exists() and $transfer->_ls() if using fsock or IIS7. Bug...Meik Sievertsen2009-04-101-2/+37
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+873
* | Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-1010/+0
* | unified the transfer routines from the updater and from acp_language.php. sti...Jim Wigginton2009-07-121-3/+3
* | - added sftp supportJim Wigginton2009-06-071-26/+216
* | Merge changes made in revisions #r9405 to #r9467Meik Sievertsen2009-04-181-2/+37
* | remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-221-8/+4
* | ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-26/+10
* | oh boy...David M2008-01-031-44/+44
|/
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-0/+8
* Fix permission issue with the transfer class if using PHP4 or for those not h...Meik Sievertsen2007-06-191-2/+6
* some changes/bugfixesMeik Sievertsen2007-03-301-2/+2
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-1/+1
* - added confirm box to ucp zebra (adding fried/foe)Meik Sievertsen2007-01-241-3/+3
* - re-add script_path for "strange configurations" to let them force the gener...Meik Sievertsen2006-12-081-4/+10
* - a bunch of fixesMeik Sievertsen2006-12-021-2/+10
* fix for ftp update bug...Meik Sievertsen2006-11-281-1/+3
* he braces style is deprecated as of PHP 6Meik Sievertsen2006-10-071-3/+3
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-29/+45
* - fixed language pack management a bit (supporting backslashes)Meik Sievertsen2006-07-021-9/+19
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-29/+30
* - fixed a few bugsMeik Sievertsen2006-06-111-30/+63
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-9/+9
* - changed SUPER_MODERATORS to GLOBAL_MODERATORSMeik Sievertsen2006-04-301-0/+295
* - some bugfixesMeik Sievertsen2006-03-011-2/+6
* - Uploading changed language files in the language ACP panel :-)David M2006-02-191-3/+41
* - install style and style elementsMeik Sievertsen2006-01-021-7/+25
* - some changes to browser checking (was the reason for not working logins)Meik Sievertsen2005-12-281-1/+16
* - transfer classMeik Sievertsen2005-12-231-0/+347