aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_compress.php
Commit message (Expand)AuthorAgeFilesLines
* [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
* *** empty log message ***Meik Sievertsen2005-12-251-17/+26
* This code works. All of it works. At least, it should.David M2005-12-181-141/+163
* - Now creates vaild ZIP archives, "Data Descriptor" is not needed and breaks ...David M2005-12-151-3/+0
* - added acp_language (language pack management)Meik Sievertsen2005-11-301-10/+22
* - Documentation related changesMeik Sievertsen2005-04-091-22/+31
* - change registration page language on-the-flyMeik Sievertsen2005-01-231-4/+60
* Various updates "discovered" while working on website compression function us...Paul S. Owen2003-08-221-14/+14
* Seems some compression applications don't bother with little things like stan...Paul S. Owen2003-08-131-2/+14
* Fix up issues with .tar, .tar.gz and .tar.bz2 archives and directory structur...Paul S. Owen2003-08-131-16/+58
* Don't write out when closing unless a file actually exists ...Paul S. Owen2003-08-121-5/+29
* Brain wanted in Room 101, Brain wantedPaul S. Owen2003-08-091-2/+4
* It's amazing what a strategically placed = can do for normal operation ...Paul S. Owen2003-08-091-19/+24
* Further tidy ups for zip compatibility ... still seem to be problems deleting...Paul S. Owen2003-08-091-54/+56
* Improve compatibility of zip extract methodPaul S. Owen2003-08-091-53/+105
* Save some mem when decompressing .zipPaul S. Owen2003-07-221-12/+21
* Extract .zip ... damn gzuncompressPaul S. Owen2003-07-211-11/+81
* Extraction of .tar, .tar.gz and .tar.bz2Paul S. Owen2003-07-211-0/+44