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