phpbb/phpBB/includes
David M db48dd0588 - This is some scary stuff!
The PNG spec allows for only one method of compression inside of IDAT chunks: inflate/deflate (Zlib). However, Zlib lets us do some crazy things as long as we make it happy by giving it an Adler hash and spawning some other needed data thus emulating a part of the Zlib spec :-) I just hope this works as I think it does :P


git-svn-id: file:///svn/phpbb/trunk@5518 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-02-04 17:59:25 +00:00
..
acm - fix minor bugs 2006-01-23 18:47:10 +00:00
acp - ability to change anonymous user settings more easily 2006-02-03 20:59:39 +00:00
auth - ability to change anonymous user settings more easily 2006-02-03 20:59:39 +00:00
db - moved add_log out of functions_admin (this file should only be included in admin/admin-related pages) 2006-01-25 21:01:52 +00:00
mcp - size select fix 2006-01-22 13:06:13 +00:00
search - added fulltext_mysql 2006-01-22 19:13:12 +00:00
ucp - This is some scary stuff! 2006-02-04 17:59:25 +00:00
auth.php - ability to change anonymous user settings more easily 2006-02-03 20:59:39 +00:00
bbcode.php - file_get_contents instead of imploding file()s or fread()ing till the maximum filesize 2006-01-04 06:37:17 +00:00
constants.php Removing an unused table from the schema 2006-01-06 22:50:14 +00:00
functions.php - moved add_log out of functions_admin (this file should only be included in admin/admin-related pages) 2006-01-25 21:01:52 +00:00
functions_admin.php - ability to change anonymous user settings more easily 2006-02-03 20:59:39 +00:00
functions_compress.php - We don't use the extra info because we can extrapolate the only thing of use (attributes) by using logic. Thus, we can skip large amounts of the file without missing any information. 2006-01-30 01:14:21 +00:00
functions_display.php - moved add_log out of functions_admin (this file should only be included in admin/admin-related pages) 2006-01-25 21:01:52 +00:00
functions_jabber.php - added acp_language (language pack management) 2005-11-30 17:48:06 +00:00
functions_messenger.php - moved add_log out of functions_admin (this file should only be included in admin/admin-related pages) 2006-01-25 21:01:52 +00:00
functions_module.php - ability to change anonymous user settings more easily 2006-02-03 20:59:39 +00:00
functions_posting.php - size select fix 2006-01-22 13:06:13 +00:00
functions_privmsgs.php - added acp_language (language pack management) 2005-11-30 17:48:06 +00:00
functions_profile_fields.php - custom profile fields 2005-12-10 23:20:21 +00:00
functions_template.php - file_get_contents instead of imploding file()s or fread()ing till the maximum filesize 2006-01-04 06:37:17 +00:00
functions_transfer.php - install style and style elements 2006-01-02 17:30:59 +00:00
functions_upload.php - use acl_m_ instead of acl_m 2005-11-19 16:16:52 +00:00
functions_user.php - fix bug in getting memberships (now memberships are obtained for groups) 2006-02-03 12:29:20 +00:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
message_parser.php just preparing... 2006-01-17 18:03:15 +00:00
session.php - moved add_log out of functions_admin (this file should only be included in admin/admin-related pages) 2006-01-25 21:01:52 +00:00
template.php - Removed a variable that has been left unused for three and a half years... 2005-12-27 14:09:44 +00:00