summaryrefslogtreecommitdiff
path: root/tar/bsdtar_windows.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build failure in aggressive warnings on msys.Michihiro NAKAJIMA2012-02-161-1/+1
* Eliminate warnings on Visual Studio 10 W64.Michihiro NAKAJIMA2009-12-211-2/+2
* Not all Windows environments have sys/utime.h, so obey the configure check.Tim Kientzle2009-12-121-0/+2
* Remove some code that's no longer used.Tim Kientzle2009-10-051-365/+3
* Refine win32 api checks and usage.Charles Wilson2009-09-041-82/+0
* tar never calls link() or symlink() directly (only via libarchiveTim Kientzle2009-09-031-122/+2
* Rename la_* functions to __tar_ functions in bsdtar, to avoidTim Kientzle2009-08-311-20/+20
* Trim down Windows shims for tar: A lot of this has simply gone away:Tim Kientzle2009-07-271-337/+130
* Remove the attempt to determine "root" for Windows.Tim Kientzle2009-07-191-90/+0
* Move lseek/ftruncate emulations into write.c, which is theTim Kientzle2009-07-131-59/+0
* Couple of minor build issues on MinGW.Tim Kientzle2009-06-121-4/+6
* Refactor common frontend code into a separate library.Joerg Sonnenberger2009-05-261-2/+3
* Revert r838,r839 and r840.Michihiro NAKAJIMA2009-03-251-1/+1071
* Remove useless '#ifndef LIST_H' condition.Michihiro NAKAJIMA2009-03-241-3/+0
* Remove a lot of duplicate functions which simulates POSIXMichihiro NAKAJIMA2009-03-241-1068/+1
* Issue 15, part 9. WINVER macroCharles Wilson2009-03-201-0/+1
* Back out r786 except cheking __CYGWIN__ macro.Michihiro NAKAJIMA2009-03-191-0/+1
* Issue 15, part 2. Mechanical conversion of #defines, tar/Charles Wilson2009-03-171-1/+1
* Move _WIN32_WINNT macro to build/cmake/config.h.inMichihiro NAKAJIMA2009-03-171-1/+0
* Be pedantic about argument range for ctype macros.Joerg Sonnenberger2009-03-081-2/+2
* On Windows, simulate POSIX stat. Add a reference countMichihiro NAKAJIMA2009-03-061-0/+2
* Remove unnecessary lines.Michihiro NAKAJIMA2009-03-061-2/+0
* On Windows, remove la_exit function which is used for debugging.Michihiro NAKAJIMA2009-03-051-10/+0
* On Windows, synchronize la_read function in bsdtar_windows.cMichihiro NAKAJIMA2009-03-051-1/+23
* On Windows, reduce memory allocation and character-set convert.Michihiro NAKAJIMA2009-03-031-18/+14
* On Windows, rewrite permissive_name function.Michihiro NAKAJIMA2009-02-251-56/+57
* Synchronize la_open function in bsdtar_windows.cMichihiro NAKAJIMA2009-02-201-27/+59
* Windows shell whose name is command.exe/cmd.exe does notMichihiro NAKAJIMA2009-02-201-11/+130
* Add execution bit to directory mode.Michihiro NAKAJIMA2009-02-151-1/+1
* Bug fix. we need how log match path1 and path2 are.Michihiro NAKAJIMA2009-02-151-1/+12
* Now, we can run bsdtar and bsdtar_test on Windows.Michihiro NAKAJIMA2009-02-151-0/+1041