summaryrefslogtreecommitdiff
path: root/libarchive/archive_getdate.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Y2038 checkGraham Percival2021-12-211-1/+1
* Windows: use _localtime64_s and _gmtime64_s where appropriateMartin Matuska2020-01-131-13/+89
* Use localtime_r and gmtime_r if supportedMartin Matuska2020-01-131-11/+62
* Shrink array for days per month. Saves 31 Bytes on AMD64.Joerg Sonnenberger2017-04-071-1/+1
* do not make DaysInMonth staticMike Frysinger2017-03-261-1/+1
* Forward declare __archive_get_date in a dedicated internal headerBrad King2015-10-261-5/+5
* "now - 2 hours" should be the same as "2 hours ago"Tim Kientzle2012-11-301-4/+5
* Add the ability to parse a date string into archive_matching.Michihiro NAKAJIMA2012-02-071-0/+1037