summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_disk_windows.c
Commit message (Expand)AuthorAgeFilesLines
...
* ctime and ctime_nanos are not used in set_times() on Windows.Michihiro NAKAJIMA2011-05-161-0/+3
* Add "else" statement. it's not necessary but it should be.Michihiro NAKAJIMA2011-04-171-1/+1
* r3216 was insufficient. It needs father changes.Michihiro NAKAJIMA2011-04-131-15/+93
* Fix the problem about full-pathnames handling with the path multiple dirs in ...Michihiro NAKAJIMA2011-04-121-57/+181
* Clearly archive_write_disk object on Windows cannot handle Mac MetaData.Michihiro NAKAJIMA2011-04-111-24/+0
* In archive_write_disk_windows.c, Use the Windows file handle 'HANDLE' instead...Michihiro NAKAJIMA2011-04-111-56/+92
* Improve archive_write_disk_windows.c.Michihiro NAKAJIMA2011-04-111-180/+372
* Remove non Windows platform code from archive_write_disk_windows.cMichihiro NAKAJIMA2011-04-111-934/+2
* Make two version of archive_write_disk.c by copying and renaming it;Michihiro NAKAJIMA2011-04-111-0/+2941