summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_disk_windows.c
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation to match rest of fileBenjaminTrapani2018-01-201-6/+6
* Fix missing hardlink source test windowsBenjaminTrapani2018-01-201-0/+7
* archive_write_disk_{posix,windows}.c: Don't modify attributes for existing di...Paul Spangler2017-10-201-0/+4
* Match archive.h for la_int64_t vs int64_tJoerg Sonnenberger2017-10-071-4/+4
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* Spelling fixes (#831)Graham Percival2016-12-041-2/+2
* Do not preppend \\?\ if it is already thereJulien Finet2016-06-081-3/+11
* Document the buggy return codes of archive_write_data when writing to an arch...Tim Kientzle2014-06-201-0/+4
* remove duplicate expressions in file_information()Maks Naumov2014-04-171-2/+0
* Use correct variable types for ASCII Windows functions.Maurus Cuelenaere2013-09-161-1/+1
* Correct handling user_umask in create_filesystem_object function.Michihiro NAKAJIMA2012-10-311-1/+1
* Fix a format parameter for a wide string in archive_write_disk_windows.c.Michihiro NAKAJIMA2012-02-201-10/+10
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-4/+4
* Fix build failure in aggressive warnings on msys.Michihiro NAKAJIMA2012-02-161-12/+14
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-071-2/+2
* Clean up: style fix and remove unneeded statements and definitions.Michihiro NAKAJIMA2012-01-041-30/+28
* Remove POSIX specific code about taking care of ftruncate failure.Michihiro NAKAJIMA2012-01-041-31/+1
* Use OVERLAOPED data with WriteFile API instead of SetFilePointer API to set t...Michihiro NAKAJIMA2012-01-041-30/+11
* Issue 210. Plug memory leak on Windows.Michihiro NAKAJIMA2011-12-281-0/+1
* Issue 206.Michihiro NAKAJIMA2011-12-281-1/+26
* Refactor the UID/GID lookup in write_disk so that it can beTim Kientzle2011-12-181-32/+31
* Improve portability to old Windows systems by using SetFilePointerTim Kientzle2011-11-181-4/+19
* Issue #189: Don't rely on dev/ino being zero when theyTim Kientzle2011-11-031-2/+3
* Fix issue 174.Michihiro NAKAJIMA2011-09-081-7/+99
* 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