summaryrefslogtreecommitdiff
path: root/osl.c (follow)
Commit message (Expand)AuthorAge
* Merge branch 'refs/heads/t/sha3' into masterAndre Noll2020-10-15
|\
| * Prepare hash_function() for multiple hash algorithms.Andre Noll2020-06-17
| * Store table version in struct osl_table.Andre Noll2020-06-17
| * Initialize column name hash *after* table version is known.Andre Noll2020-06-17
| * osl_open_table(): Remove pointless directory check.Andre Noll2020-06-17
| * Remove COMPAT_TABLE_VERSION.Andre Noll2020-06-17
* | Activate -Wsign-compare.Andre Noll2020-09-12
|/
* Explain the osl_strerror dance.Andre Noll2015-10-13
* osl_get_nth_row(): Always initialize result pointer.Andre Noll2015-06-13
* osl_update_object(): Honor OSL_DONT_FREE.Andre Noll2015-02-18
* Mention that OSL_RBTREE implies OSL_UNIQUE.Andre Noll2015-02-18
* osl.c: Fix assertion in create_table_index().Andre Noll2015-02-18
* Update URLs and email addresses.Andre Noll2014-08-19
* init_rbtrees(): Fix initialization of volatile objects.Andre Noll2011-01-22
* Simplify __log().Andre Noll2011-01-22
* Improve table versioning.Andre Noll2009-08-02
* Change copyright year to 2009.Andre Noll2009-07-13
* Remove remaining references to paraslash.Andre Noll2009-07-06
* Return -E_OSL_NOENT if stat/open fails with errno == ENOENT.Andre Noll2009-06-12
* Kill error.h.Andre Noll2009-06-11
* Kill all users of is_errno().Andre Noll2009-06-11
* Get rid of all remaining users of ERRNO_TO_ERROR() in osl.c.Andre Noll2009-06-11
* Replace ERRNO_TO_ERROR(ENOMEM) by E_OSL_NOMEM.Andre Noll2009-06-11
* Merge commit 'athcx/master'Andre Noll2009-04-19
|\
| * Merge commit 'meins/master'Andre Noll2009-01-10
| |\
| * | Add a comment to search_rbtree().Andre Noll2008-08-09
* | | Fix a dead initialization.Andre Noll2009-04-19
| |/ |/|
* | Remove osl_hash_compare().Andre Noll2009-01-06
|/
* Get rid of E_INVALID_OBJECT.Andre Noll2008-06-20
* Rename the _S macro to OSL_ERROR.Andre Noll2008-06-06
* Rename fd.[ch] to util.[ch].Andre Noll2008-06-06
* Remove list.h.Andre Noll2008-06-06
* Get rid of E_OSL_STAT.Andre Noll2008-06-06
* Rename para_truncate() to truncate_file().Andre Noll2008-06-06
* Move para_truncate from osl.c to fd.c.Andre Noll2008-06-06
* init loglevel.Andre Noll2008-06-06
* Make loglevel non-static.Andre Noll2008-06-06
* Move a couple of functions from osl.c to fd.c.Andre Noll2008-06-05
* Rename para_munmap() to osl_munmap().Andre Noll2008-06-04
* Rename para_rename() and move it to fd.h.Andre Noll2008-06-04
* Make para_mkdir() static inline and rename it to osl_mkdir().Andre Noll2008-06-04
* Fix an embarassing bug in make_message().Andre Noll2008-06-04
* Move documentation of exported osl functions from osl.c to osl.h.in.Andre Noll2008-06-03
* Loglevel adjustments.Andre Noll2008-05-31
* Fix loglevel handling.Andre Noll2008-05-31
* Fix a design flaw in osl_rbtree_loop() and osl_rbtree_loop_reverse().Andre Noll2008-05-31
* Kill uint32_compare().Andre Noll2008-05-31
* Switch to the new error code handling.Andre Noll2008-05-31
* Generate osl.h from osl.h.in.Andre Noll2008-05-31
* Always compile with -fvisibility=hidden.Andre Noll2008-05-29