1. 16 10月, 2013 3 次提交
  2. 14 10月, 2013 2 次提交
    • P
      [iso] upgrade to libcdio latest · cf3964c8
      Pete Batard 提交于
      * This should fix #179
      * Also bump rufus-next to v1.4.0
      cf3964c8
    • P
      [iso] add smart testing for Rock Ridge over Joliet · 3c438db3
      Pete Batard 提交于
      * Some ISO9660 images (such as Ubuntu) use both Joliet and Rock Ridge,
        so we have to make a choice which should be preferred.
      * Since Rock Ridge allows a greater filename length compared to Joliet,
        we perform our scan pass with Joliet disabled, to find out if RR is
        being used and if a filename longer than 64 chars exist. If that is
        the case, we'll perform the extraction using RR, else we'll use Joliet.
      * Also add Alt-J and Alt-K to toggle Joliet/Rock Ridge
      * Closes #178
      3c438db3
  3. 22 9月, 2013 4 次提交
  4. 14 8月, 2013 1 次提交
  5. 04 8月, 2013 1 次提交
    • P
      [localization] getting there... · be6135d2
      Pete Batard 提交于
      * more French
      * [s]ection -> [g]group, [r]esize -> re[s]ize
      * fix resizing of dialog windows to include borders
      * MSG_5xx -> MSG 2xx
      * Fix a non UTF-8 fetch
      * Fix line number offset due to section use
      be6135d2
  6. 01 8月, 2013 1 次提交
  7. 31 7月, 2013 1 次提交
  8. 29 7月, 2013 2 次提交
  9. 28 7月, 2013 1 次提交
  10. 22 7月, 2013 6 次提交
  11. 18 7月, 2013 3 次提交
  12. 16 7月, 2013 2 次提交
  13. 09 7月, 2013 2 次提交
    • P
      [core] add UDF filesystem support · 4ac18283
      Pete Batard 提交于
      * Only supported on Vista or later
      * Also disable exFAT for XP (requires a KB => not worth it)
      * Also improve display of partition data for type 0x07
      * Also fix and issue where exFAT/UDF would try to modify PBR
      * Also logically move and simplify some of the code
      * Closes #157
      4ac18283
    • P
      [net] fix and exception with HttpOpenRequest() · 081f1eef
      Pete Batard 提交于
      * As the MSDN doc says, "Failing to properly terminate the (lplpszAcceptTypes)
        array with a NULL pointer will cause a crash."
      * Also switch to HttpSendRequestA() since we have no use for W there.
      081f1eef
  14. 07 7月, 2013 2 次提交
  15. 06 7月, 2013 3 次提交
  16. 05 7月, 2013 1 次提交
  17. 02 7月, 2013 2 次提交
  18. 30 6月, 2013 3 次提交