aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_compress.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14948] Use continue 2 instead of continue to continue while loopMarc Alexander2019-05-091-2/+2
* [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-2/+2
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-3/+3
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-6/+63
* [ticket/13045] Remove Pragma headersJakub Senko2014-09-171-2/+2
* [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-8/+7
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-6/+6
* [ticket/11159] Static public is the currently approved order.Oleg Pudeyev2012-11-061-1/+1
* [ticket/11092] phpbb_gen_download_links strict standards errorsNathan Guse2012-09-071-1/+3
* [ticket/11044] Added comment explaining filename splittingFyorl2012-08-061-1/+4
* [ticket/11044] Preserve the file extension in unique filenamesFyorl2012-08-051-1/+9
* [ticket/11044] Minor adjustments as per PR commentsFyorl2012-08-051-6/+7
* [ticket/11044] Compress class now deals with file conflictsFyorl2012-08-041-0/+25
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* [ticket/7296] Exporting styles to tar creates corrupted archives.Joas Schilling2010-08-221-0/+6
* [bug/12531] proposed solution for bug #12531Igor Wiedler2010-03-061-2/+2
* - Bug #56255 - Moving topics to a forum where you are on queue Josh Woody2010-01-181-0/+10
* Fix bugs #46615 & #46945 - Fail gracefully if store folder is not writable du...Andreas Fischer2009-07-171-1/+6
* change the way we do chmodd'ing. I know, my implementation really sucked... g...Meik Sievertsen2008-08-221-5/+5
* the chmod change i already had within the changelog (by mistake). This should...Meik Sievertsen2008-08-161-5/+5
* check if folder is not empty (may happen for absolute paths). Thanks paulMeik Sievertsen2008-06-091-5/+29
* #14429David M2008-04-201-7/+27
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-7/+15
* #13327David M2007-07-131-11/+17
* safer name for the updater downloads (even if removed after download) - repor...Meik Sievertsen2007-03-061-6/+16
* #5654David M2006-11-281-1/+1
* - compress is nicer (fixed a bug :P)David M2006-11-031-27/+27
* bug fixesDavid M2006-09-161-2/+1
* - removed db cache (might re-appear, but for now we do not see the need for it)Meik Sievertsen2006-06-161-5/+5
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-5/+5
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-35/+89
* - allow searches for multibyte characters in fulltext_nativeNils Adermann2006-04-271-1/+1
* - Some archivers are worthless in this worldDavid M2006-04-151-0/+20
* To all people having their bug status set to fixed: SF pserver CVS access is ...Meik Sievertsen2006-04-061-1/+1
* - Cleaned up some compress stuffDavid M2006-03-181-6/+7
* - We only write to the archive ONCE for every file and folder when working wi...David M2006-02-241-27/+26
* - fseek -> rewindDavid M2006-02-241-23/+18
* Appending to the string is faster than copying it. Additionally, str_repeat i...David M2006-02-231-1/+1
* - Tar extraction and compression has changed to be more efficent by making fe...David M2006-02-041-18/+5
* - We don't use the extra info because we can extrapolate the only thing of us...David M2006-01-301-6/+3
* - More loose definition regarding what gets to be a folder and what does not ...David M2006-01-271-103/+73
* - Tar extraction is MUCH faster, we parse the archive ONCE and create the dir...David M2006-01-271-76/+35
* Fixes in both CAPTCHA and CompressDavid M2006-01-261-8/+13
* - file_get_contents instead of imploding file()s or fread()ing till the maxim...David M2006-01-041-16/+7
* - install style and style elementsMeik Sievertsen2006-01-021-2/+12
* - I forgot that we can add and remove prefixes :DDavid M2005-12-271-4/+4
* - Forgot to repair a function ;-)David M2005-12-271-2/+2