| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
|
| |
Compressing a gzip file again for transport is standards compliant, but
some clients assume that the file is only compressed once then and don't
remove the outer compression layer. This could disable compression in
too many cases theses cases should be rare and shouldn't cause any
problems.
|
| |
|
|
|
|
|
|
|
| |
All calls to the Sitemapper were static function calls, this caused
notices because they weren't static, with this commit they are marked as
static. Furthermore two FIXME comments were removed as dbglog now checks
if debugging is enabled.
|
| |
|
| |
|
|
|
|
|
| |
Removed some calls to dbglog, improved the code performance and added
documentation for all functions and classes of the Sitemapper.
|
| |
|
|
This makes it possible to autoload the sitemapper when needed.
|