about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* fix copyright year in dist.ini.Franck Cuny2015-07-141-1/+1
| | | | The year has to be a int, not a string.
* Merge branch 'off-by-one'Franck Cuny2015-07-071-4/+3
|\
| * Fix off-by-one error.Franck Cuny2015-07-071-4/+3
| | | | | | | | | | | | When calling the `stat` function on a file, the inode number is stored in the second element (index 1) of the array, not the third (index 2). Instead of getting the inode we were using the mode, which is incorrect.
* | update dist.iniFranck Cuny2015-07-071-4/+4
| |
* | Rewrite the README.Franck Cuny2015-07-072-53/+72
|/ | | | And convert it to markdown.
* Drop Perl 5.10 from TravisFranck Cuny2015-07-071-1/+0
|
* Add configuration for Travis.Franck Cuny2015-07-071-0/+16
|
* Replace deprecated modules in dist.ini.Franck Cuny2015-07-071-3/+3
| | | | | | Two modules are deprecated and need to be updated: * NoTabsTests with Test::NoTabs * EOLTests with Test::EOL
* Remove white spaces from the READMEFranck Cuny2015-07-071-1/+1
|
* Ignore .build directory in the repository.Franck Cuny2015-07-071-0/+1
|
* remove tabsfranck cuny2011-04-191-4/+4
|
* Merge branch 'topic/dzil'franck cuny2011-04-194-42/+29
|\ | | | | | | | | | | | | * topic/dzil: clean add dist.ini and remove makefile remove shipit
| * cleanfranck cuny2011-04-192-17/+29
| |
| * add dist.ini and remove makefilefranck cuny2011-04-191-19/+0
| |
| * remove shipitfranck cuny2011-04-191-6/+0
|/
* Merge branch 'review/leo'franck cuny2011-04-194-14/+91
|\ | | | | | | | | | | * review/leo: Update README as well Add check_last_modified_header option - do not add ETag if Last-Modified set
| * Update README as wellLeo Lapworth2011-04-141-0/+4
| |
| * Add check_last_modified_header option - do not add ETag if Last-Modified setLeo Lapworth2011-04-143-14/+87
|/ | | | | | | http://code.google.com/speed/page-speed/docs/caching.html#LeverageBrowserCaching "It is important to specify one of Expires or Cache-Control max-age, and _one_ of Last-Modified or ETag"
* update READMEfranck cuny2011-01-221-0/+12
|
* bump versionfranck cuny2011-01-222-1/+4
|
* add cache-control and testsfranck cuny2011-01-212-2/+68
|
* Checking in changes prior to tagging of version 0.01. Changelog diff is:franck cuny2010-03-243-2/+21
|
* cealn POD, remove warn from testfranck cuny2010-03-242-2/+1
|
* fixfranck cuny2010-03-111-4/+3
|
* as miyagawa suggested, use file attributes to calculte ETag in case we have ↵franck cuny2010-03-082-6/+65
| | | | a file handle
* update internal testsfranck cuny2010-02-281-7/+4
|
* PODfranck cuny2010-02-281-0/+6
|
* test with conditionalGET, update PODfranck cuny2010-02-282-4/+23
|
* update readme and makefilefranck cuny2010-02-282-22/+21
|
* basic testsfranck cuny2010-02-281-0/+53
|
* add etag header to responsefranck cuny2010-02-281-4/+36
|
* initial commitfranck cuny2010-02-2811-0/+122