summaryrefslogtreecommitdiff
path: root/libarchive/archive_windows.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling & grammar fixGraham Percival2018-11-021-1/+2
* Fix signed/unsigned comparison warnings.Kyrre Sjobak2017-01-241-1/+1
* Issue #837: Fix iteration over the available error codesTim Kientzle2016-12-081-1/+1
* Spelling fixes (#831)Graham Percival2016-12-041-1/+1
* Move the strsep() implementation to the mtree reader, which isTim Kientzle2013-12-241-15/+0
* More MinGW trickery...NiLuJe2013-12-231-4/+19
* Do not require exclusive read access when reading files under windowsBenoƮt Amiaux2013-01-041-1/+1
* Avoid infinity wait in ReadFile during running an external program asMichihiro NAKAJIMA2012-10-051-26/+13
* Fix build failure on MSYS: rename a variable name 'time' to 't' sinceMichihiro NAKAJIMA2012-02-221-10/+10
* On Windows, make sure libarchive does not store the Windows style pathMichihiro NAKAJIMA2012-02-211-0/+108
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-2/+2
* Fix build failure in aggressive warnings on msys.Michihiro NAKAJIMA2012-02-161-1/+1
* Implement custom lseek for BorlandBrad King2012-01-111-0/+51
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-071-1/+1
* Fix issue 208, test_write_compress_program hangs.Michihiro NAKAJIMA2011-12-271-21/+0
* Avoid the bug of GetFullPathNameW.Michihiro NAKAJIMA2011-12-261-0/+5
* There's no need to handle pipes differently here.Tim Kientzle2011-12-231-16/+0
* Cast away __la_lseek(), use _lseeki64() instead.Michihiro NAKAJIMA2011-11-211-47/+0
* Improve portability to old Windows systems by using SetFilePointerTim Kientzle2011-11-181-5/+2
* Remove unused __la_chdir and related definitions in archive_windows.h.Michihiro NAKAJIMA2011-09-131-32/+0
* On Windows, make sure an exit status is initialized in case something error h...Michihiro NAKAJIMA2011-09-131-0/+1
* __archive_mktemp function should simply be in one file for maintenance, and soMichihiro NAKAJIMA2011-08-281-153/+0
* Migrate message digest functions on Windows into archive_crypto.c andMichihiro NAKAJIMA2011-08-281-66/+0
* Fix build failure on Windows.Michihiro NAKAJIMA2011-08-281-3/+3
* Change how crypto support is implemented within libarchive.Andres Mejia2011-08-271-1/+1
* Correct indentation.Colin Percival2011-08-161-1/+1
* Improve archive_write_disk_windows.c.Michihiro NAKAJIMA2011-04-111-280/+2
* Remove first argument of archive_wstring_append_from_mbs/archive_string_appen...Michihiro NAKAJIMA2011-04-111-1/+1
* Use mbstowcs() at __la_win_permissive_name() instead of MultiByteToWideChar()...Michihiro NAKAJIMA2011-04-081-49/+55
* Drop a use of CRL function _get_current_locale(), which msys does not provide.Michihiro NAKAJIMA2011-04-071-17/+2
* Unbreak build on msys.Michihiro NAKAJIMA2011-04-061-0/+4
* Get the current codepage through _get_current_locale() and use it forMichihiro NAKAJIMA2011-03-291-2/+16
* Clean up archive_windows.c and update its comment.Michihiro NAKAJIMA2011-03-281-142/+174
* Remove UTF-8 <===> WCS conversion code, which was highly based on the wrogMichihiro NAKAJIMA2011-03-251-14/+0
* Do not pass 0 to third parameter of ReadFile(), which parameter specify read ...Michihiro NAKAJIMA2011-03-171-0/+4
* Properly restore birthtime on Windows; use W32API directly inMichihiro NAKAJIMA2011-01-251-59/+14
* Avoid compling error by mingw32-gcc.Michihiro NAKAJIMA2010-12-241-2/+2
* Backout __la_lstat.Michihiro NAKAJIMA2010-06-091-15/+3
* Add __la_lstat similar to lstat.Michihiro NAKAJIMA2010-06-091-3/+15
* Use int64_t here to match archive_windows.hTim Kientzle2010-05-311-1/+1
* This is a part of r2388. I forgot.Michihiro NAKAJIMA2010-05-121-57/+6
* Move the definitions related to hash in archive_windows.h into archive_hash.hMichihiro NAKAJIMA2010-05-121-3/+4
* Add "__la_" prefix to our hash functions defined at archive_windows.cMichihiro NAKAJIMA2010-05-101-3/+3
* Tweak archive_windows.[ch] for ARCHIVE_HASH_*, new hash detection.Michihiro NAKAJIMA2010-05-101-5/+11
* Eliminate build failure on msys. Do not use _wsopen_s().Michihiro NAKAJIMA2010-02-131-13/+29
* Make a Windows version of __archive_mktemp() in archive_windows.cMichihiro NAKAJIMA2010-02-121-77/+133
* Introduce a function __archive_mktemp() to create a temporary file,Michihiro NAKAJIMA2010-02-111-1/+79
* Eliminate warnings on Visual Studio 10 W64.Michihiro NAKAJIMA2009-12-211-5/+5
* _chmod is obsolete on the Borland C environment.Michihiro NAKAJIMA2009-12-181-10/+34
* Avoid warnings with bcc that are comparing signed and unsigned values.Michihiro NAKAJIMA2009-12-161-8/+8