index
:
delta/libarchive.git
3.4
3.5
Issue1104
android_adb
master
no_chdir_writer
release
utf8
winsymlink
github.com: libarchive/libarchive.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libarchive
/
archive_write_disk_windows.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unlink before creating a hardlink on Windows
Martin Matuska
2020-02-11
1
-3
/
+15
*
Fix error when overwriting files on Windows
Martin Matuska
2020-01-22
1
-15
/
+21
*
Implement ARCHIVE_EXTRACT_SAFE_WRITES on Windows
Martin Matuska
2020-01-20
1
-4
/
+70
*
archive_write_disk: remove some obsolete TODO comments
Martin Matuska
2019-05-26
1
-2
/
+0
*
RAR5 reader: set correct mode for readonly directories
Martin Matuska
2019-05-10
1
-5
/
+2
*
Add support for Windows file attributes readonly, hidden and system
Martin Matuska
2019-05-09
1
-5
/
+78
*
Windows symlinks: new functions and extended tar header
Martin Matuska
2019-04-15
1
-10
/
+14
*
Windows symlink bugfixes and improvements
Martin Matuska
2019-04-13
1
-14
/
+20
*
Fix various symlink bugs with Windows symlinks
Martin Matuska
2019-04-04
1
-11
/
+46
*
Add support for directory symlinks on Windows
Martin Matuska
2019-03-27
1
-9
/
+45
*
Add basic read and write support for symbolic links on Windows
Martin Matuska
2019-03-26
1
-2
/
+72
*
Merge pull request #1083 from guischulz/windows_unc_workdir
Martin Matuška
2019-03-10
1
-0
/
+5
|
\
|
*
Fix full-pathname for extraction with unc working directory on windows
Guido Schulz
2018-11-18
1
-0
/
+5
*
|
Bug #1128: Deletion of unnecessary checks before calls of the function “arc...
Markus Elfring
2019-02-04
1
-10
/
+5
|
/
*
Fix indentation to match rest of file
BenjaminTrapani
2018-01-20
1
-6
/
+6
*
Fix missing hardlink source test windows
BenjaminTrapani
2018-01-20
1
-0
/
+7
*
archive_write_disk_{posix,windows}.c: Don't modify attributes for existing di...
Paul Spangler
2017-10-20
1
-0
/
+4
*
Match archive.h for la_int64_t vs int64_t
Joerg Sonnenberger
2017-10-07
1
-4
/
+4
*
Replace malloc + memset with calloc.
Joerg Sonnenberger
2016-12-06
1
-2
/
+1
*
Spelling fixes (#831)
Graham Percival
2016-12-04
1
-2
/
+2
*
Do not preppend \\?\ if it is already there
Julien Finet
2016-06-08
1
-3
/
+11
*
Document the buggy return codes of archive_write_data when writing to an arch...
Tim Kientzle
2014-06-20
1
-0
/
+4
*
remove duplicate expressions in file_information()
Maks Naumov
2014-04-17
1
-2
/
+0
*
Use correct variable types for ASCII Windows functions.
Maurus Cuelenaere
2013-09-16
1
-1
/
+1
*
Correct handling user_umask in create_filesystem_object function.
Michihiro NAKAJIMA
2012-10-31
1
-1
/
+1
*
Fix a format parameter for a wide string in archive_write_disk_windows.c.
Michihiro NAKAJIMA
2012-02-20
1
-10
/
+10
*
On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'
Michihiro NAKAJIMA
2012-02-19
1
-4
/
+4
*
Fix build failure in aggressive warnings on msys.
Michihiro NAKAJIMA
2012-02-16
1
-12
/
+14
*
Spelling fixes from Ulrich Spoerlein.
Tim Kientzle
2012-01-07
1
-2
/
+2
*
Clean up: style fix and remove unneeded statements and definitions.
Michihiro NAKAJIMA
2012-01-04
1
-30
/
+28
*
Remove POSIX specific code about taking care of ftruncate failure.
Michihiro NAKAJIMA
2012-01-04
1
-31
/
+1
*
Use OVERLAOPED data with WriteFile API instead of SetFilePointer API to set t...
Michihiro NAKAJIMA
2012-01-04
1
-30
/
+11
*
Issue 210. Plug memory leak on Windows.
Michihiro NAKAJIMA
2011-12-28
1
-0
/
+1
*
Issue 206.
Michihiro NAKAJIMA
2011-12-28
1
-1
/
+26
*
Refactor the UID/GID lookup in write_disk so that it can be
Tim Kientzle
2011-12-18
1
-32
/
+31
*
Improve portability to old Windows systems by using SetFilePointer
Tim Kientzle
2011-11-18
1
-4
/
+19
*
Issue #189: Don't rely on dev/ino being zero when they
Tim Kientzle
2011-11-03
1
-2
/
+3
*
Fix issue 174.
Michihiro NAKAJIMA
2011-09-08
1
-7
/
+99
*
ctime and ctime_nanos are not used in set_times() on Windows.
Michihiro NAKAJIMA
2011-05-16
1
-0
/
+3
*
Add "else" statement. it's not necessary but it should be.
Michihiro NAKAJIMA
2011-04-17
1
-1
/
+1
*
r3216 was insufficient. It needs father changes.
Michihiro NAKAJIMA
2011-04-13
1
-15
/
+93
*
Fix the problem about full-pathnames handling with the path multiple dirs in ...
Michihiro NAKAJIMA
2011-04-12
1
-57
/
+181
*
Clearly archive_write_disk object on Windows cannot handle Mac MetaData.
Michihiro NAKAJIMA
2011-04-11
1
-24
/
+0
*
In archive_write_disk_windows.c, Use the Windows file handle 'HANDLE' instead...
Michihiro NAKAJIMA
2011-04-11
1
-56
/
+92
*
Improve archive_write_disk_windows.c.
Michihiro NAKAJIMA
2011-04-11
1
-180
/
+372
*
Remove non Windows platform code from archive_write_disk_windows.c
Michihiro NAKAJIMA
2011-04-11
1
-934
/
+2
*
Make two version of archive_write_disk.c by copying and renaming it;
Michihiro NAKAJIMA
2011-04-11
1
-0
/
+2941