osl.git
2009-07-13 Andre NollAdd two examples to illiustrate programming with libosl.
2009-07-13 Andre NollAdd COPYING file.
2009-07-13 Andre NollImplement --dry-run option for fsck.
2009-07-13 Andre NollFix a gcc warning on x86_64.
2009-07-12 Andre NollAdd target for man page, install oslfsck and its man...
2009-07-12 Andre NollChange copyright year to 2009.
2009-07-12 Andre NollReplace underscores with dashes in fsck command line...
2009-07-12 Andre NollSimplify check_index_ranges().
2009-07-11 Andre Nollfsck: Add some more log messages.
2009-07-11 Andre Nollfsck: Fix a serious bug in prune_mapped_column().
2009-07-11 Andre Nollfsck: Overwrite the backup index file if it exists.
2009-07-10 Andre NollFix stale comment.
2009-07-06 Andre NollRemove remaining references to paraslash.
2009-06-12 Andre NollAdd #ifdef wrapper for osl.h.
2009-06-12 Andre NollReturn -E_OSL_NOENT if stat/open fails with errno ...
2009-06-11 Andre NollKill error.h.
2009-06-11 Andre NollKill all users of is_errno().
2009-06-11 Andre NollKill all remaining users of ERRNO_TO_ERROR().
2009-06-11 Andre NollKill all users of ERRNO_TO_ERROR() in util.c and util.h.
2009-06-11 Andre NollGet rid of all remaining users of ERRNO_TO_ERROR()...
2009-06-11 Andre NollReplace ERRNO_TO_ERROR(ENOMEM) by E_OSL_NOMEM.
2009-05-10 Andre Nollrbtree: Add const qualifier to some functions.
2009-04-19 Andre NollMerge commit 'athcx/master'
2009-04-19 Andre NollFix a dead initialization.
2009-04-16 Andre NollMerge commit 'fml/master'
2009-02-02 Andre NollMerge commit 'stark/master'
2009-02-02 Andre NollFix compilation on FreeBSD.
2009-01-31 Sebastian Starkremove oslfsck on 'make clean' as well
2009-01-10 Andre NollMerge commit 'meins/master'
2009-01-06 Andre NollRemove osl_hash_compare().
2009-01-06 Andre NollFix two doxygen warnings.
2008-08-09 Andre NollAdd a comment to search_rbtree().
2008-08-09 Andre Nollosl.h.in: Always include inttypes.h
2008-06-20 Andre NollGet rid of E_INVALID_OBJECT.
2008-06-18 Andre NollAdd missing dependency.
2008-06-06 Andre NollChange type of struct osl_column_description->storage_...
2008-06-06 Andre NollChange type of struct osl_table_description->flags...
2008-06-06 Andre NollRename the _S macro to OSL_ERROR.
2008-06-06 Andre NollLet all source files depend on errtab.h
2008-06-06 Andre NollAdd Makefile magic for NetBSD.
2008-06-06 Andre NollMerge commit 'fml/master'
2008-06-06 Andre Nollfsck objects depend on osl.h.
2008-06-06 Andre NollSimplify Makefile.
2008-06-06 Andre NollSolaris fixes.
2008-06-06 Andre NollRename fd.[ch] to util.[ch].
2008-06-06 Andre NollCosmetics.
2008-06-06 Andre NollRemove list.h.
2008-06-06 Andre NollMove and rename para_opendir().
2008-06-06 Andre NollInline para_fchdir(), move it to fsck.c and rename it.
2008-06-06 Andre NollRename para_chdir() and make it an inline function.
2008-06-06 Andre Nollfsck.c depends on errtab.h.
2008-06-06 Andre NollKill E_OSL_TRUNC.
2008-06-06 Andre NollGet rid of E_OSL_STAT.
2008-06-06 Andre NollRename para_truncate() to truncate_file().
2008-06-06 Andre NollMove para_truncate from osl.c to fd.c.
2008-06-06 Andre Nollfsck: Rename para_malloc() and friends.
2008-06-06 Andre Nollfsck: --database-dir is required, no need to set defaults.
2008-06-06 Andre NollDo not use gengetopt's --version output.
2008-06-06 Andre NollReformat fsck.ggo and add more help text.
2008-06-06 Andre NollAdd .gitignore.
2008-06-06 Andre NollRename base_dir to database-dir and check in fsck.ggo.
2008-06-06 Andre Nollinit loglevel.
2008-06-06 Andre Nollosl.h depends on Makefile.
2008-06-06 Andre NollError codes must not start with zero.
2008-06-06 Andre Nollfsck.o depends also on fsck.cmdline.[ch].
2008-06-05 Andre NollBuild oslfsck by default.
2008-06-05 Andre Nollfsck cleanups.
2008-06-05 Andre NollSet loglevel and use fsck_cmdline_parser_ext().
2008-06-05 Andre NollRemove para_log() from fsck.c.
2008-06-05 Andre NollMake loglevel non-static.
2008-06-05 Andre NollFix fsck error codes.
2008-06-05 Andre NollAdd oslfsck.
2008-06-05 Andre NollMove a couple of functions from osl.c to fd.c.
2008-06-05 Andre NollDo not specify LDLAGS twice.
2008-06-05 Andre NollMerge commit 'meins/master'
2008-06-05 Andre NollKill the MAX macro.
2008-06-05 Andre NollFix target osl_errors.h on MacOS.
2008-06-04 Andre NollRename para_munmap() to osl_munmap().
2008-06-04 Andre NollRename para_rename() and move it to fd.h.
2008-06-04 Andre NollMake para_mkdir() static inline and rename it to osl_mk...
2008-06-04 Andre NollMakefile improvements.
2008-06-04 Andre NollFix an embarassing bug in make_message().
2008-06-04 Andre NollFix and document compile options on Darwin.
2008-06-04 Andre NollThe linker on MacOS 10.4 does not understand -Wl,-z...
2008-06-04 Andre NollSimply use the major version of the lib also on MacOS.
2008-06-03 Andre NollMove documentation of exported osl functions from osl...
2008-06-02 Andre NollAdd errlist.
2008-05-31 Andre NollLoglevel adjustments.
2008-05-31 Andre NollFix loglevel handling.
2008-05-31 Andre NollFix a design flaw in osl_rbtree_loop() and osl_rbtree_l...
2008-05-31 Andre Nollosl.h.in cleanups and improvments.
2008-05-31 Andre NollKill uint32_compare().
2008-05-31 Andre NollMakefile: Activate optimization and -Wuninitialized.
2008-05-31 Andre NollMakefile: Disallow undefined symbols.
2008-05-31 Andre NollSwitch to the new error code handling.
2008-05-31 Andre NollGenerate osl.h from osl.h.in.
2008-05-29 Andre NollAlways compile with -fvisibility=hidden.
2008-05-29 Andre NollRename para_open() to osl_open().
2008-05-26 Andre NollDo not export para_lseek() and para_write_file().
2008-05-26 Andre NollRemove unused for_each_file_in_dir().
next