summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_disk_windows.c
Commit message (Expand)AuthorAgeFilesLines
...
* Rename archive_read_disk_set_time_filter_callback to archive_read_disk_set_me...Michihiro NAKAJIMA2012-01-011-8/+9
* Set uname and gname before calling a time filter callback.Michihiro NAKAJIMA2012-01-011-12/+9
* Introduce archive_read_disk_honor_nodump() to eliminate the platformMichihiro NAKAJIMA2011-12-311-0/+10
* Introduce archive_read_disk_set_name_filter_callback and archive_read_disk_se...Michihiro NAKAJIMA2011-12-311-4/+53
* Introduce archive_read_disk_can_descend to know whether the current entry can...Michihiro NAKAJIMA2011-12-291-0/+12
* Improve directory traversals on Windows to correctly handle the path which st...Michihiro NAKAJIMA2011-12-281-3/+6
* Improve portability to old Windows systems by using SetFilePointerTim Kientzle2011-11-181-2/+17
* Add archive_read_disk_open_w that is a wchar_t version of archive_read_disk_o...Michihiro NAKAJIMA2011-09-131-9/+43
* Avoid a extra conversion of file times in restoring file times on Windows.Michihiro NAKAJIMA2011-04-161-25/+9
* Use Widows file handle 'HANDLE' directly in archive_read_disk_windows.c inste...Michihiro NAKAJIMA2011-04-161-29/+48
* Remove unneeded condition code.Michihiro NAKAJIMA2011-04-161-5/+1
* Move variables only used in directory traversals from struct archive_read_dis...Michihiro NAKAJIMA2011-04-161-53/+62
* Do not compile archive_read_disk_windows.c on POSIX platform.Michihiro NAKAJIMA2011-04-111-7/+1
* Add a wide character version of archive_entry_sourcepath() and archive_entry_...Michihiro NAKAJIMA2011-04-111-13/+11
* Rename archive_string_append_from_wcs_to_mbs function to archive_string_appen...Michihiro NAKAJIMA2011-04-111-1/+1
* Remove first argument of archive_wstring_append_from_mbs/archive_string_appen...Michihiro NAKAJIMA2011-04-111-4/+2
* remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000Roman Neuhauser2011-04-091-41/+0
* On Windows Correctly handle a directory file at archive_read_disk_entry_from_...Michihiro NAKAJIMA2011-04-081-0/+2
* Use mbstowcs() at __la_win_permissive_name() instead of MultiByteToWideChar()...Michihiro NAKAJIMA2011-04-081-5/+6
* Rename archive_string_append_from_unicode_to_mbs back to archive_string_appen...Michihiro NAKAJIMA2011-04-061-1/+1
* Improve the windows version of archive_read_disk_entry_from_file() to avoid u...Michihiro NAKAJIMA2011-04-011-6/+267
* Remove a use of WideChartoMultiByte/MultiByteToWideChar from archive_read_dis...Michihiro NAKAJIMA2011-03-281-33/+15
* Properly restore birthtime on Windows; use W32API directly inMichihiro NAKAJIMA2011-01-251-92/+1
* On Windows, set 'Creation time' to both birthtime and ctime, becauseMichihiro NAKAJIMA2011-01-221-0/+1
* Add the ability to restore atime to the directory traversals.Michihiro NAKAJIMA2011-01-211-33/+147
* Use readlinkat() function if platform has.Michihiro NAKAJIMA2011-01-191-0/+1
* Remove unneeded initialization on Windows. I forgot this in r2899.Michihiro NAKAJIMA2011-01-161-1/+0
* Correctoly gather the file system statistics where the target file ofMichihiro NAKAJIMA2011-01-161-3/+3
* Issue 128: Don't initialize a static vtable more than once.Tim Kientzle2011-01-141-0/+1
* Add loop check to the directory traversals.Michihiro NAKAJIMA2011-01-141-17/+44
* Clean up style. no funcational changes.Michihiro NAKAJIMA2011-01-131-48/+53
* Remove dated comment or comment for posix platform.Michihiro NAKAJIMA2011-01-131-12/+1
* Remove unneeded off_t from archive_read_disk_windows.Michihiro NAKAJIMA2011-01-121-1/+1
* Make an archive_read_data_block of archive_read_disk handle a sparse file.Michihiro NAKAJIMA2011-01-121-10/+84
* Fix a symlink handling of directory traversals after reopening a disk reader.Michihiro NAKAJIMA2011-01-111-11/+22
* Improve directory traversals to be able to reopen.Michihiro NAKAJIMA2011-01-111-23/+62
* Properly reset working directory when a directory traversals object isMichihiro NAKAJIMA2011-01-061-1/+6
* Remove posix code from archive_read_disk_windows.Michihiro NAKAJIMA2011-01-041-498/+0
* Improve r2857; If symlink is broken, use its directory path instead.Michihiro NAKAJIMA2011-01-041-11/+28
* Add a nil terminator size to the size of archive_string when Michihiro NAKAJIMA2011-01-031-2/+2
* Do not find out a filesystem status when the symlink is broken.Michihiro NAKAJIMA2011-01-031-0/+10
* First part of the NFS4 ACL support.Tim Kientzle2010-12-051-0/+6
* Move the abstract ACL manipulations into a separate source file.Tim Kientzle2010-11-201-3/+3
* Add %ls and %S to archive_string_sprintf() for formatting wide-character stri...Tim Kientzle2010-11-121-4/+4
* Split the archive_read_disk traversal into separate POSIX and Windows impleme...Tim Kientzle2010-11-121-0/+2021