summaryrefslogtreecommitdiff
path: root/src/fr-command-rar.c
AgeCommit message (Collapse)AuthorFilesLines
2017-03-13check the rar/unrar version to work the new date style with all versionsZenWalker1-3/+34
rar 5.30 and later uses YYYY-MM-DD instead DD-MM-YY in the listing output
2017-03-12Fix: rar file listing now shows correct date with recent binarykn00tcn1-35/+56
rar before version 5.30 used DD-MM-YY, but versions since then use YYYY-MM-DD, most people using rar would and should be using recent versions this fix reorders the string split so year is first and day is last in order to show the correct date when using rar version 5.30 onward the newer date format matches the one used by tar, so based on tar's code, this fix replaces support for year strings to four characters instead of two updated example listing output for rar versions is included and moved right before the time function instead of right after
2016-02-04rar: avoid "No files to extract" Fixes #123ZenWalker1-1/+1
2015-07-21fr-command-rar: additional check for NULL pointer to avoid crashMonsta1-0/+3
adapted from https://github.com/GNOME/file-roller/commit/8c55a4118dc83f171ca89407492269ecfe0a20d3
2014-11-22fixed missing prototype warninginfirit1-2/+2
From FR commit: fe3e6aa60ff370fb21475cf621fd86ad78c9303a From: Paolo Bacchilega <[email protected]>
2014-11-22fixed compiler warningsinfirit1-1/+2
Based on FR commit: 1becb98e4c8bc86feca13b54f991987c4eee3341 From: Paolo Bacchilega <[email protected]>
2014-11-22progress dialog: show the number of remaining files to complete the operationinfirit1-31/+2
instead of the name of the file added/removed/extracted. Based on FR commit: bf2b5d2352cfcd9d4345dda7976208672838dce1 From: Paolo Bacchilega <[email protected]>
2014-11-22FrCommand: set the filename before each call to fr_command_* functionsinfirit1-2/+6
this change will allow the command to use a different filename from the one pointed to by the local_copy attribute. Based on FR commit: 5e48592fb49d1f5ce713fcd77d44acd664de4b6a From: Paolo Bacchilega <[email protected]>
2014-11-19Fixed loading of multi-volume rar archives with 7zipinfirit1-110/+1
Based on FR commit: e4a225d986cb6df8c6586515cba0e13aee888544 From: Paolo Bacchilega <[email protected]>
2014-07-11Fix possible errors with some password protected filesmonsta1-7/+23
2013-10-07add support for rar-5.0xraveit651-42/+126
2012-11-17Can't open rar files with password protected file data and headers.Steve Zesch1-0/+6
2012-10-09Fixed fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-30many renames from file-roller to engrampaStefano Karapetsas1-1/+1
2011-11-09initialPerberos1-0/+813