ChangeLog.txt

(155 KB) Pobierz
2013-07-30 - Christophe Grenier
    JFS filesystem: check blocksize

2013-07-30 - Christophe Grenier
    src/file_lnk.c: rename time fields

2013-07-30 - Christophe Grenier
    PhotoRec: use .jpg file extension instead of .mpo

2013-07-30 - Christophe Grenier
    file_doc.c: compilation fix when DEBUG_OLE is defined

2013-06-26 - Christophe Grenier
    PhotoRec: recover .psb Adobe Photoshop Image

2013-06-26 - James Holodnak
    PhotoRec: recover .nes iNES/iNES 2.0 ROM image

2013-06-26 - James Holodnak
    PhotoRec: recover .fds fwNES Disk Image (with header)

2013-06-26 - Christophe Grenier
    PhotoRec: recover PTGui .pts project file

2013-06-08 - Christophe Grenier
    QPhotoRec: open a file explorer when the destination folder is clicked

2013-06-08 - Christophe Grenier
    QPhotoRec: select the disk image after addition if no disk was present

2013-06-08 - Christophe Grenier
    QPhotoRec: try to start photorec if DISPLAY variable isn't present for a X11 system

2013-06-06 - Christophe Grenier
    QPhotoRec: add raw files as source

2013-06-04 - Christophe Grenier
    qphotorec: redirect stderr to the log file only if it exists

2013-06-04 - Christophe Grenier
    Fix double free() - regression introduced in bf83ac26623fc2743ec041b8f502636074ffe69c

2013-06-01 - Christophe Grenier
    constify more variables

2013-05-26 - Christophe Grenier
    Constify some variables

2013-05-25 - Christophe Grenier
    TestDisk: if the user stops the partition search, check anyway the remaining promising locations

2013-05-25 - Christophe Grenier
    Fix various warning reported by gcc

2013-05-25 - Christophe Grenier
    PhotoRec: fix regression (crash) in header_check_txt

2013-05-25 - Christophe Grenier
    Fix regression introduced in eb3b555b50e2c82f67559472bdf0a1d54325550f

2013-05-25 - Christophe Grenier
    remove always enabled "interface" parameter from search_part() prototype

2013-05-25 - Christophe Grenier
    TestDisk: Also search for backup boot sector/backup superblock during Quick Search

2013-05-25 - Christophe Grenier
    Fix criteria for FAT backup and ext2/3/4 backup superblock search

2013-05-25 - Christophe Grenier
    New function search_add_hints()
    Add hints for NTFS backup

2013-05-25 - Christophe Grenier
    Remove some dead code in search_part()

2013-05-25 - Christophe Grenier
    New function get_min_location() to get the minimal offset of a partition

2013-05-25 - Christophe Grenier
    New function get_location_boundary()

2013-05-25 - Christophe Grenier
    edit.c: Constify another variable

2013-05-24 - Christophe Grenier
    "FAT found using backup sector!" message should be set by recover_FAT(), not by search_FAT_backup()

2013-05-24 - Christophe Grenier
    Fix dir_partition_exfat_init() return value

2013-05-24 - Christophe Grenier
    Get rid of pread_fast(), it's too error prone

2013-05-23 - Christophe Grenier
    replace tab_insert() by hint_insert()

2013-05-22 - Christophe Grenier
    Makefile.am: Fix typo

2013-05-22 - Christophe Grenier
    qphotorec: configure the text when asking for a directory destination

2013-05-22 - Christophe Grenier
    Compare dir_partition_ntfs_init() return value with enum constant instead of direct value

2013-05-22 - Christophe Grenier
    Declare as const some static variables

2013-05-22 - Christophe Grenier
    Enable Qphotorec compilation under cygwin
Merge: 52a3073 4bf7587

2013-05-19 - Christophe Grenier
    Merge branch 'master' of ssh://git.cgsecurity.org/home/gitcg/public_html/testdisk

2013-05-19 - Christophe Grenier
    QPhotoRec: functional version

2013-05-19 - Christophe Grenier
    Add graphical ressources for QPhotoRec

2013-05-19 - Christophe Grenier
    photorec(): fix logic when ncurses is missing for an hypotical user stop request

2013-05-19 - Christophe Grenier
    Fix windows compilation regression introduced in 1471f47a5c5b9d69863ec496bd7a57a9b0081d89

2013-05-19 - Christophe Grenier
    Fix compilation when using mingw c++

2013-05-19 - Christophe Grenier
    Fix memory leak when freeing device

2013-05-19 - Christophe Grenier
    Fix memory leak when freeing device

2013-05-19 - Christophe Grenier
    TestDisk, Advanced, List will now always display files or a warning message

2013-05-19 - Christophe Grenier
    ppartsel.c: use init_mode_t instead of int type

2013-05-19 - Christophe Grenier
    fat_dir.c: use fat_method_t instead of int type

2013-05-19 - Christophe Grenier
    fat_adv.c: use fat_status_t and fat_repair_t instead of int type

2013-05-19 - Christophe Grenier
    exfat_dir.c: use exfat_method_t instead of int type

2013-05-19 - Christophe Grenier
    configure.ac: use "gcc -Wunreachable-code" if available

2013-05-17 - Christophe Grenier
    interface_load(): use log_all_partitions()

2013-05-17 - Christophe Grenier
    menu_disk_cli(): make some variables more local

2013-05-17 - Christophe Grenier
    reiser_copy(): remove unread "offset" variable

2013-05-17 - Christophe Grenier
    Remove unused function write_stats_stdout()

2013-05-17 - Christophe Grenier
    Add missing filesystem check for non partionned media

2013-05-17 - Christophe Grenier
    init_structure_i386(): make some variables more local

2013-05-17 - Christophe Grenier
    get_parent_name(), calc_percentage(): make some variables more local

2013-05-17 - Christophe Grenier
    ntfs_get_attr_aux(): make "attr_type" variable more local

2013-05-17 - Christophe Grenier
    menu_write_ntfs_boot_sector_ncurses(): make "command" variable more local

2013-05-17 - Christophe Grenier
    Disable menu_to_command() compilation if ENABLE_MOUSE is undefined.
    Remove ask_confirmation_with_default() function
    wmenuSimple(): make some variables more local

2013-05-17 - Christophe Grenier
    remove screen_buffer_to_stdout() function

2013-05-17 - Christophe Grenier
    ask_mbr_order_i386(): make some variables more local

2013-05-17 - Christophe Grenier
    change_geometry_ncurses(): make some variables more local

2013-05-17 - Christophe Grenier
    get_geometry_from_list_part: make "score" variable more local

2013-05-17 - Christophe Grenier
    file_swf.c: disable compilation of some unused code

2013-05-17 - Christophe Grenier
    file_mov.c: remove unused variable

2013-05-17 - Christophe Grenier
    file_check_axx: make some variables more local

2013-05-17 - Christophe Grenier
    Disable compilation of exfat16_towchar(), an unused function

2013-05-17 - Christophe Grenier
    Check ZFS filesystem when detected

2013-05-17 - Christophe Grenier
    Fix regression introduced in commit d4c1e0ec98dd42d74eb058c041ece12aa48d2830

2013-05-16 - Christophe Grenier
    move ind_block(), file_recovery_cpy() and file_add_data() to psearch.h and photorec_aux() to psearchn.c

2013-05-16 - Christophe Grenier
    photorec.h: safety guard against double inclusion

2013-05-16 - Christophe Grenier
    Refactor code in photorec_info()

2013-05-16 - Christophe Grenier
    Remove some unnecessary includes from phbs.c

2013-05-16 - Christophe Grenier
    Fix potential null pointer dereference introduced in commit 38084f56e0fea23249b010f0fc37c20c33871840

2013-05-15 - Christophe Grenier
    qphotorec: run full screen by default

2013-05-15 - Christophe Grenier
    Use its own resource file for qphotorec

2013-05-15 - Christophe Grenier
    configure.ac: Detect Qt rcc

2013-05-15 - Christophe Grenier
    Avoid double inclusion

2013-05-15 - Christophe Grenier
    Compilation fix when curses interface is missing

2013-05-15 - Christophe Grenier
    split add_partition() into add_partition_cli() and add_partition_ncurses()

2013-05-15 - Christophe Grenier
    move from change_part_type() to change_part_type_ncurses()

2013-05-15 - Christophe Grenier
    split interface_partition_type() into change_arch_type_cli() and change_arch_type_ncurses()

2013-05-15 - Christophe Grenier
    New functions log_all_partitions() and init_list_part()

2013-05-15 - Christophe Grenier
    Split change_geometry() into change_geometry_cli() and change_geometry_ncurses()

2013-05-15 - Christophe Grenier
    session_save(): returns if STATUS_QUIT

2013-05-15 - Christophe Grenier
    Harmonize photorec_progressbar() and fat_unformat_aux() code

2013-05-15 - Christophe Grenier
    New function status_inc() to increment params->status

2013-05-15 - Christophe Grenier
    Move interface_options_photorec_cli() and interface_options_photorec_log() to src/poptions.c

2013-05-14 - Christophe Grenier
    fix switch warning in photorec_bf_frag()

2013-05-14 - Christophe Grenier
    code cleanup: new enum type pstatus_t

2013-05-14 - Christophe Grenier
    Additional length check in set_part_name() and set_part_name_chomp()

2013-05-14 - Christophe Grenier
    Move some code to new functions params_reset() and status_to_name()

2013-05-14 - Christophe Grenier
    Move some code to new function get_partition_status()

2013-05-08 - Christophe Grenier
    Fix file copy regression by removing static declaration of file_info_t structure

2013-05-05 - Christophe Grenier
    NTFS file listing: sort files

2013-05-05 - Christophe Grenier
    PhotoRec: Better ext2 superblock size detection

2013-05-05 - Christophe Grenier
    Better handle long directory name when asking for the destination

2013-05-05 - Christophe Grenier
    Migrate from file_data to file_info structure

2013-05-05 - Christophe Grenier
    Include stdarg.h in src/askloc.c

2013-05-05 - Christophe Grenier
    PhotoRec: recover LZH/LArc archive

2013-04-28 - Christophe ...
Zgłoś jeśli naruszono regulamin