summaryrefslogtreecommitdiff
path: root/src/fr-init.c
AgeCommit message (Collapse)AuthorFilesLines
2016-05-01Give unrar priority over p7zipsvonohr1-1/+1
At the moment p7zip does not support RAR5 archives, so reading such archives will always fail.
2014-11-22fixed missing prototype warninginfirit1-7/+7
From FR commit: fe3e6aa60ff370fb21475cf621fd86ad78c9303a From: Paolo Bacchilega <[email protected]>
2014-11-22Fix warningsinfirit1-3/+3
2014-11-22do not call release_data if the data was not initializedinfirit1-1/+2
Based on FR commit: 05c0b2c366f5524645167d9dca2268219563559d From: Paolo Bacchilega <[email protected]>
2014-11-22Added a D-BUS service to create and extract archives.infirit1-0/+666
Initial commits from FR: f998fd8e33a08d686a1071db87d21f4a83963d99 4078d1a9e5ddae3357302791432fc61d82ff37e4 58c55b06f30014326f27bdf94c406ceee0897731 Improvements and fixes from FR: D-Bus service: added GetSupportedTypes method ace4f31c586641fcf7ad1de165cd7f27b5a371c1 1399b9a84b0d4f4a5015066b0d7cec7e048d59dc From: Paolo Bacchilega <[email protected]>