openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libarchive
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
33 minutes
ago. based on code collected
34 minutes
ago.
Sep 16, 2024 — Sep 16, 2025
Showing page 212 of 230
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Avoid compiling warning on the platform that does not have regex.h
Michihiro NAKAJIMA
More...
over 16 years ago
Remove unnecessary definition.
Michihiro NAKAJIMA
More...
over 16 years ago
Eliminate cmake error.
Michihiro NAKAJIMA
More...
over 16 years ago
Minor tweaks to the README
Tim Kientzle
More...
over 16 years ago
Update the PROJECTS file just a bit.
Tim Kientzle
More...
over 16 years ago
Update the INSTALL instructions a bit. Need to fill in more detail about cmake usage.
Tim Kientzle
More...
over 16 years ago
build/autoconf dir is used to hold most of the autoconf-related support files.
Tim Kientzle
More...
over 16 years ago
These are executable files.
Tim Kientzle
More...
over 16 years ago
Catch up with some of the moved files.
Tim Kientzle
More...
over 16 years ago
Move the version number stamp file and the release.sh/autogen.sh scripts out of the root directory and into the 'build' directory.
Tim Kientzle
More...
over 16 years ago
Move some of the autoconf support files into build/autoconf. It should be possible to move a lot more of the autoconf support files (including Makefile.in, autom4te.cache, etc) into build/autoconf, but I haven't found any way to do this.
Tim Kientzle
More...
over 16 years ago
This shouldn't be in SVN.
Tim Kientzle
More...
over 16 years ago
Clean up the top level a bit by moving the auxiliary cmake files down into build/cmake and the windows build files down into build/windows. I intend to do the same with the autoconf files, but that will require a little more creativity.
Tim Kientzle
More...
over 16 years ago
The signature byte sequence is a 'const' argument.
Tim Kientzle
More...
over 16 years ago
Clear the bidder object before returning it.
Tim Kientzle
More...
over 16 years ago
Do not regard a read data in which a character '\n' isn't included as last block of a mtree file or last line of a entry. A data returned by the __archive_read_ahead function isn't always includeing the character '\n' if following datas have it.
Michihiro NAKAJIMA
More...
over 16 years ago
Improve /set keyword handling in mtree. When a parent directory is changed, check datas written with /set keyword and write it again if its values are different from current entry's, except directory-only mode.
Michihiro NAKAJIMA
More...
over 16 years ago
Do not use _waccess_s function. we cannot know whether a path is a directory.
Michihiro NAKAJIMA
More...
over 16 years ago
Catch up on r599 for cmake.
Michihiro NAKAJIMA
More...
over 16 years ago
On Windows, remove compiling option that eliminate POSIX deprecation warnings by.
Michihiro NAKAJIMA
More...
over 16 years ago
Follow r590, add sys/types.h before sys/acl.h for cmake to check headers on Mac OSX.
Michihiro NAKAJIMA
More...
over 16 years ago
Set -Wall -Werror to catch more minor build lint during development.
Tim Kientzle
More...
over 16 years ago
Some cast reworking, found by trying to build on Mac OS.
Tim Kientzle
More...
over 16 years ago
Darwin gratuitously renamed 'libtoolize' to 'glibtoolize'. <sigh>
Tim Kientzle
More...
over 16 years ago
Fix a type mismatch.
Tim Kientzle
More...
over 16 years ago
Missing casts.
Tim Kientzle
More...
over 16 years ago
Fill in a couple of missing casts.
Tim Kientzle
More...
over 16 years ago
On second thought, another guard here wouldn't hurt.
Tim Kientzle
More...
over 16 years ago
Make the fake __FBSDID() macro match the one in cpio/cpio_platform.h, so that we don't get errors from it being redefined.
Tim Kientzle
More...
over 16 years ago
Fix a couple of signed/unsigned mismatches.
Tim Kientzle
More...
over 16 years ago
←
1
2
…
208
209
210
211
212
213
214
215
216
…
229
230
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree