Lines Matching full:2010
221 Dec 22, 2010: CAB reader
222 Dec 20, 2010: LHA/LZH reader
223 Jul 03, 2010: minitar example demonstrates archive_read_disk directory traversal
224 Jun 29, 2010: Many improvements to ISO reader compatibility
225 Jun 26, 2010: Use larger buffers when copy files into an archive
226 Jun 18, 2010: Reimplement Mac OS extensions in libarchive
227 Jun 09, 2010: archive_read_disk now supports traversals
228 May 28, 2010: XAR writer
229 May 16, 2010: Fix ^T handling; don't exit on interrupted reads and writes
230 May 09, 2010: Improved detection of platform-specific crypto support
231 May 04, 2010: lzip read and write filters
232 May 01, 2010: New options: tar --gid --gname --uid --uname
233 Apr 28, 2010: Use Red-black tree for ISO reader/writer to improve performance
234 Apr 17, 2010: Minimal writer for legacy GNU tar format
235 Mar 12, 2010: Don't dereference symlinks on Linux when reading ACLs.
236 Mar 06, 2010: Fix build when an older libarchive is already installed
237 Feb 28, 2010: Relax handling of state failures; misuse by clients now generally
239 Feb 25, 2010: ISO writer
240 Feb 21, 2010: Split many man pages into smaller chunks.
241 Feb 21, 2010: Performance: Cheat on block sizes when reading archives from disk.
242 Feb 21, 2010: Use int64_t instead of off_t, dev_t, ino_t, uid_t, and gid_t
243 Feb 20, 2010: Document new ACL functions.
244 Feb 19, 2010: Support multiple write filters
245 Feb 07, 2010: Remove some legacy libarchive 1.x APIs
246 Feb 04, 2010: Read afio headers
247 Feb 02, 2010: Archive sparse files compatibly with GNU tar
248 Feb 01, 2010: Integrate Apple extensions for Mac OS extended attributes into bsdtar
249 Jan 31, 2010: Support cpio -V
251 Feb 04, 2010: libarchive 2.8.0 released
252 Jan 17, 2010: Fix error handling for 'echo nonexistent | cpio -o'
253 Jan 17, 2010: Don't use futimes() on Cygwin
255 Jan 02, 2010: libarchive 2.7.902a released (test release for 2.8)
256 Jan 02, 2010: Fix tar/test/test_windows on MinGW
257 Jan 02, 2010: Fix memory leaks in libarchive tests
258 Jan 01, 2010: Fix memory leak when filter startup fails