summaryrefslogtreecommitdiff
path: root/libarchive/archive_windows.h
Commit message (Expand)AuthorAgeFilesLines
* Unify header style, header guard comes firstMartin Matuska2020-01-131-4/+4
* Don't #undef stat and #define stat(). stat is one of those unfortunateJoel Uckelman2018-10-181-4/+1
* Avoid multiple #DEFINEs with the same nameKyrre Sjobak2017-01-241-0/+4
* Add Android AOSP Build System Makefile fragments and config filesTrevor Drake2014-12-131-0/+2
* fixes to build by Open Watcom toolchainJiri Malak2014-03-121-1/+7
* Move the strsep() implementation to the mtree reader, which isTim Kientzle2013-12-241-2/+0
* More MinGW trickery...NiLuJe2013-12-231-2/+4
* Avoid infinity wait in ReadFile during running an external program asMichihiro NAKAJIMA2012-10-051-1/+1
* Fix build failure on mingw32.Michihiro NAKAJIMA2012-10-041-0/+12
* On Windows, make sure libarchive does not store the Windows style pathMichihiro NAKAJIMA2012-02-211-0/+2
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-4/+0
* Fix Windows NT API usage in VS 6Brad King2012-01-111-0/+18
* Declare mbstate_t and wcrtomb for BorlandBrad King2012-01-111-0/+4
* Implement custom lseek for BorlandBrad King2012-01-111-0/+8
* Fix issue 208, test_write_compress_program hangs.Michihiro NAKAJIMA2011-12-271-2/+1
* Cast away __la_lseek(), use _lseeki64() instead.Michihiro NAKAJIMA2011-11-211-2/+1
* Remove unused __la_chdir and related definitions in archive_windows.h.Michihiro NAKAJIMA2011-09-131-2/+0
* Issue 182.Michihiro NAKAJIMA2011-09-121-4/+0
* Newer ZLib DLLs require ZLIB_WINAPI be defined.Tim Kientzle2011-09-111-0/+4
* Remove outdated definitions in archive_windows.h.Michihiro NAKAJIMA2011-08-281-7/+0
* Improve archive_write_disk_windows.c.Michihiro NAKAJIMA2011-04-111-14/+3
* Use mbstowcs() at __la_win_permissive_name() instead of MultiByteToWideChar()...Michihiro NAKAJIMA2011-04-081-0/+1
* On Windows, use _fseeki64() instead of fseek() for 64 bits file access.Michihiro NAKAJIMA2011-03-291-18/+0
* Remove unused definitions in archive_windows.hMichihiro NAKAJIMA2011-03-291-13/+1
* Remove UTF-8 <===> WCS conversion code, which was highly based on the wrogMichihiro NAKAJIMA2011-03-251-2/+0
* Properly restore birthtime on Windows; use W32API directly inMichihiro NAKAJIMA2011-01-251-21/+2
* Remove unused STDIN_FILNO, STDOUT_FILENO, STDERR_FILENO definitions.Tim Kientzle2010-08-101-13/+0
* Backout __la_lstat.Michihiro NAKAJIMA2010-06-091-1/+1
* Add __la_lstat similar to lstat.Michihiro NAKAJIMA2010-06-091-1/+2
* On msys, include unistd.h before we redefine ftruncate() toMichihiro NAKAJIMA2010-06-011-0/+5
* For internal APIs, we don't need to worry about the API version.Tim Kientzle2010-05-311-1/+1
* Move the definitions related to hash in archive_windows.h into archive_hash.hMichihiro NAKAJIMA2010-05-121-65/+0
* _WIN32_WINNT has been defined at config.h.Michihiro NAKAJIMA2010-05-101-3/+0
* Add "__la_" prefix to our hash functions defined at archive_windows.cMichihiro NAKAJIMA2010-05-101-15/+15
* Tweak archive_windows.[ch] for ARCHIVE_HASH_*, new hash detection.Michihiro NAKAJIMA2010-05-101-20/+13
* Portability.Michihiro NAKAJIMA2010-02-251-2/+0
* Introduce ISO writer.Michihiro NAKAJIMA2010-02-251-0/+2
* Remove unused macros in archive_windows.h.Michihiro NAKAJIMA2010-02-171-3/+0
* Make a Windows version of __archive_mktemp() in archive_windows.cMichihiro NAKAJIMA2010-02-121-4/+0
* Introduce a function __archive_mktemp() to create a temporary file,Michihiro NAKAJIMA2010-02-111-1/+6
* pid_t probe for Windows.Tim Kientzle2010-01-161-2/+0
* Avoid build failure on Visual Studio 10 W64.Michihiro NAKAJIMA2009-12-211-0/+3
* Disable two warnings on Borland C Compiler.Michihiro NAKAJIMA2009-12-171-0/+4
* Remove an unneeded pragma that disable signed/unsigned mismatch warning.Michihiro NAKAJIMA2009-12-171-1/+0
* On Windows, do not define and use WIFSIGNALED because condition ofMichihiro NAKAJIMA2009-12-161-2/+0
* Properly use hash functions on Windows.Michihiro NAKAJIMA2009-12-031-10/+5
* CALG_SHA256, CALG_SHA384 and CALG_SHA512 are wrong name.Michihiro NAKAJIMA2009-12-031-3/+3
* Borland does not prefix strdup, setmode, or umaskBrad King2009-11-111-0/+6
* Do not redefine stat and file mode macrosBrad King2009-11-111-0/+14
* Use setmode compatiblity macro on WindowsBrad King2009-11-111-0/+2