summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_disk_windows.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1771 from EwgeniWolowik/extend_cleanup_pathname_by_window...Martin Matuška2022-12-061-0/+3
|\
| * Fixed issue #1770: cleanup_pathname deals with network drive paths like \\se...Ewgeni Wolowik2022-09-071-0/+3
* | Fix out of bounds read in Windows symlink supportErik Olofsson2022-10-061-0/+2
* | Fix potential out-of-bounds readsErik Olofsson2022-10-061-0/+1
|/
* Merge pull request #1603 from evelikov/reader-filter-vtblMartin Matuška2022-02-051-22/+11
|\
| * archive: constify the archive::vtable dispatchEmil Velikov2021-10-231-22/+11
* | Merge pull request #1588 from IohannRabeson/build_fixesMartin Matuška2021-11-161-1/+1
|\ \
| * | Make all the implicit cast explicit.IohannRabeson2021-10-031-1/+1
| |/
* | Support ARCHIVE_EXTRACT_SECURE_NODOTDOT on WindowsJoerg Sonnenberger2021-10-071-8/+21
|/
* Safe writes: improve error handlingMartin Matuska2020-03-021-9/+14
* Add archive_write_disk_windows.c counterpart to previous commitMartin Matuska2020-03-021-0/+3
* Safe writes: delete temporary file if rename failsMartin Matuska2020-02-291-1/+2
* Unlink before creating a hardlink on WindowsMartin Matuska2020-02-111-3/+15
* Fix error when overwriting files on WindowsMartin Matuska2020-01-221-15/+21
* Implement ARCHIVE_EXTRACT_SAFE_WRITES on WindowsMartin Matuska2020-01-201-4/+70
* archive_write_disk: remove some obsolete TODO commentsMartin Matuska2019-05-261-2/+0
* RAR5 reader: set correct mode for readonly directoriesMartin Matuska2019-05-101-5/+2
* Add support for Windows file attributes readonly, hidden and systemMartin Matuska2019-05-091-5/+78
* Windows symlinks: new functions and extended tar headerMartin Matuska2019-04-151-10/+14
* Windows symlink bugfixes and improvementsMartin Matuska2019-04-131-14/+20
* Fix various symlink bugs with Windows symlinksMartin Matuska2019-04-041-11/+46
* Add support for directory symlinks on WindowsMartin Matuska2019-03-271-9/+45
* Add basic read and write support for symbolic links on WindowsMartin Matuska2019-03-261-2/+72
* Merge pull request #1083 from guischulz/windows_unc_workdirMartin Matuška2019-03-101-0/+5
|\
| * Fix full-pathname for extraction with unc working directory on windowsGuido Schulz2018-11-181-0/+5
* | Bug #1128: Deletion of unnecessary checks before calls of the function “arc...Markus Elfring2019-02-041-10/+5
|/
* 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