| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build failure in aggressive warnings on msys. | Michihiro NAKAJIMA | 2012-02-16 | 1 | -1/+1 |
* | Eliminate warnings on Visual Studio 10 W64. | Michihiro NAKAJIMA | 2009-12-21 | 1 | -2/+2 |
* | Not all Windows environments have sys/utime.h, so obey the configure check. | Tim Kientzle | 2009-12-12 | 1 | -0/+2 |
* | Remove some code that's no longer used. | Tim Kientzle | 2009-10-05 | 1 | -365/+3 |
* | Refine win32 api checks and usage. | Charles Wilson | 2009-09-04 | 1 | -82/+0 |
* | tar never calls link() or symlink() directly (only via libarchive | Tim Kientzle | 2009-09-03 | 1 | -122/+2 |
* | Rename la_* functions to __tar_ functions in bsdtar, to avoid | Tim Kientzle | 2009-08-31 | 1 | -20/+20 |
* | Trim down Windows shims for tar: A lot of this has simply gone away: | Tim Kientzle | 2009-07-27 | 1 | -337/+130 |
* | Remove the attempt to determine "root" for Windows. | Tim Kientzle | 2009-07-19 | 1 | -90/+0 |
* | Move lseek/ftruncate emulations into write.c, which is the | Tim Kientzle | 2009-07-13 | 1 | -59/+0 |
* | Couple of minor build issues on MinGW. | Tim Kientzle | 2009-06-12 | 1 | -4/+6 |
* | Refactor common frontend code into a separate library. | Joerg Sonnenberger | 2009-05-26 | 1 | -2/+3 |
* | Revert r838,r839 and r840. | Michihiro NAKAJIMA | 2009-03-25 | 1 | -1/+1071 |
* | Remove useless '#ifndef LIST_H' condition. | Michihiro NAKAJIMA | 2009-03-24 | 1 | -3/+0 |
* | Remove a lot of duplicate functions which simulates POSIX | Michihiro NAKAJIMA | 2009-03-24 | 1 | -1068/+1 |
* | Issue 15, part 9. WINVER macro | Charles Wilson | 2009-03-20 | 1 | -0/+1 |
* | Back out r786 except cheking __CYGWIN__ macro. | Michihiro NAKAJIMA | 2009-03-19 | 1 | -0/+1 |
* | Issue 15, part 2. Mechanical conversion of #defines, tar/ | Charles Wilson | 2009-03-17 | 1 | -1/+1 |
* | Move _WIN32_WINNT macro to build/cmake/config.h.in | Michihiro NAKAJIMA | 2009-03-17 | 1 | -1/+0 |
* | Be pedantic about argument range for ctype macros. | Joerg Sonnenberger | 2009-03-08 | 1 | -2/+2 |
* | On Windows, simulate POSIX stat. Add a reference count | Michihiro NAKAJIMA | 2009-03-06 | 1 | -0/+2 |
* | Remove unnecessary lines. | Michihiro NAKAJIMA | 2009-03-06 | 1 | -2/+0 |
* | On Windows, remove la_exit function which is used for debugging. | Michihiro NAKAJIMA | 2009-03-05 | 1 | -10/+0 |
* | On Windows, synchronize la_read function in bsdtar_windows.c | Michihiro NAKAJIMA | 2009-03-05 | 1 | -1/+23 |
* | On Windows, reduce memory allocation and character-set convert. | Michihiro NAKAJIMA | 2009-03-03 | 1 | -18/+14 |
* | On Windows, rewrite permissive_name function. | Michihiro NAKAJIMA | 2009-02-25 | 1 | -56/+57 |
* | Synchronize la_open function in bsdtar_windows.c | Michihiro NAKAJIMA | 2009-02-20 | 1 | -27/+59 |
* | Windows shell whose name is command.exe/cmd.exe does not | Michihiro NAKAJIMA | 2009-02-20 | 1 | -11/+130 |
* | Add execution bit to directory mode. | Michihiro NAKAJIMA | 2009-02-15 | 1 | -1/+1 |
* | Bug fix. we need how log match path1 and path2 are. | Michihiro NAKAJIMA | 2009-02-15 | 1 | -1/+12 |
* | Now, we can run bsdtar and bsdtar_test on Windows. | Michihiro NAKAJIMA | 2009-02-15 | 1 | -0/+1041 |