summaryrefslogtreecommitdiff
path: root/blob.c (follow)
Commit message (Expand)AuthorAge
* Kill afs socket cookie and afs_client_list.Andre Noll2026-04-29
* Merge topic branch t/spdx into masterAndre Noll2026-03-26
|\
| * Switch to SPDX identifiers.Andre Noll2026-03-17
* | Merge topic branch t/init into masterAndre Noll2026-03-25
|\ \
| * | afs: Simplify table open functions.Andre Noll2026-03-13
| |/
* | Remove the para_buffer argument of event handlers.Andre Noll2026-03-17
* | blob: Remove blob_get_def_by_id().Andre Noll2026-03-17
|/
* Fix com_catblob.Andre Noll2025-08-27
* Kill OSL_ERRNO_TO_PARA_ERROR.Andre Noll2025-07-13
* Include regex.h from para.h.Andre Noll2025-05-19
* blob: Get rid of the two dummy event handlers.Andre Noll2025-05-03
* Introduce afs_error().Andre Noll2022-10-17
* afs: Replace ->init of afs tables by table operations.Andre Noll2022-10-17
* blob.c: Don't initialize table pointer in table->init().Andre Noll2022-10-17
* blob: Constify name argument of blob_get_def_by_name().Andre Noll2022-10-17
* string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* blob: Avoid direct access to blob IDs.Andre Noll2018-10-10
* blob.c: Fix stale comment of stdin_command().Andre Noll2018-09-16
* blob.c: Trivial whitespace fixes.Andre Noll2018-09-06
* Shorten copyright notice.Andre Noll2017-09-22
* blob: Remove some unnecessary casts for arguments to read_u32().Andre Noll2017-07-23
* doxygen: Don't refer to libosl functions.Andre Noll2017-06-25
* server: Convert blob commands to lopsub.Andre Noll2017-03-26
* server: Convert non-afs commands to lopsub.Andre Noll2017-03-26
* Merge branch 'refs/heads/t/invalid-ids'Andre Noll2016-12-30
|\
| * touch: Refuse to set an invalid image or lyrics ID.Andre Noll2016-10-04
* | Fix signedness issues in format strings.Andre Noll2016-12-04
|/
* blob_get_name_by_id(): Treat id of dummy row as invalid.Andre Noll2016-05-04
* Merge branch 'refs/heads/t/command_handler_cleanups'Andre Noll2015-10-25
|\
| * afs: Provide pbout para_buffer for each callback.Andre Noll2015-08-12
| * afs: Make afs callbacks more flexible.Andre Noll2015-08-12
| * afs: Rename callback_function to afs_callback.Andre Noll2015-08-12
| * Let afs_event() return int.Andre Noll2015-08-12
| * com_mvblob(): Return negative on errorsAndre Noll2015-08-12
| * com_addblob(): Return negative on errorsAndre Noll2015-08-12
| * com_rmblob(): Return negative on errors, cleanupAndre Noll2015-08-12
| * com_catblob(): Return negative on errorsAndre Noll2015-08-12
| * com_lsblob(): Return negative on errorsAndre Noll2015-08-12
| * Let afs callbacks return an error code.Andre Noll2015-08-12
| * afs: Introduce flush_and_free_pb().Andre Noll2015-08-12
| * Do not check the return value of para_printf().Andre Noll2015-08-12
| * blob: Simplify stdin_command().Andre Noll2015-08-12
* | Merge branch 'maint'Andre Noll2015-09-06
|\ \ | |/ |/|
| * rmblob: Generate proper BLOB_REMOVE_EVENT.Andre Noll2015-09-04
* | blob.c: Make table descriptions static.Andre Noll2015-03-08
* | Merge branch 'maint'Andre Noll2015-01-22
|\|
| * Add missing osl() wrapper calls.Andre Noll2015-01-11
* | Update year in copyright headers.Andre Noll2015-01-12
* | Merge branch 't/mvblob_improvement'Andre Noll2014-09-14
|\ \
| * | mvblob: Improve error diagnostics.Andre Noll2014-07-13