/* SPDX-License-Identifier: GPL-2.0 */ int for_each_subdir(int (*func)(const char *, void *), void *private_data); __must_check int mark_fd_nonblocking(int fd); static inline int dss_rename(const char *old_path, const char *new_path) { if (rename(old_path, new_path) >= 0) return 1; return -ERRNO_TO_DSS_ERROR(errno); } int dss_select(int n, fd_set *readfds, fd_set *writefds, struct timeval *timeout_tv); '/>
summaryrefslogtreecommitdiff
path: root/web/screenshots.in.html (unfollow)
Commit message (Expand)Author
2006-03-13make install: do not create an unused directoryAndre
2006-03-13update NEWSAndre
2006-03-13Fix help text of --list_receivers.Andre
2006-03-13speed up the compress filterAndre
2006-03-11new codename, reset version to gitAndre
2006-03-11the paraslash-0.2.11 release tarballAndre
2006-03-11paraslash 0.2.11v0.2.11Andre
2006-03-11whitespace cleanupAndre
2006-03-10update NEWSAndre
2006-03-10deleted: index.htmlAndre
2006-03-10mysql_selector.c: rename get_dbinfo() to get_selector_info()Andre
2006-03-10mysql_selector.c: rename refresh_mmd_dbinfo() to refresh_selector_info()Andre
2006-03-10kill a macro which is only used once.Andre
2006-03-10mmd: rename dbt_change to selector_changeAndre
2006-03-10mmd: rename dbt_num to selector_numAndre
2006-03-10mmd: rename dbinfo to selector_infoAndre
2006-03-10Some more (trivial) "database tool" -> "audio file selector" conversionsAndre
2006-03-10dbtool -> selector update for web documentation web pageAndre
2006-03-10More dbtool -> selector updatesAndre
2006-03-10rename mysql.c to mysql_selector.cAndre
2006-03-10README.mysql: cdt -> chs updateAndre
2006-03-10Rename E_BAD_DBTOOL to E_BAD_SELECTORAndre
2006-03-10Rename random_dbtool.c to random_selector.cAndre
2006-03-10rename plm_dbtool.c to playlist_selector.cAndre
2006-03-10Rename "dbtool" status item to "selector"Andre
2006-03-10Change doxygen file description from dbtool to selectorAndre
2006-03-10Another trivial renameAndre
2006-03-10gui,sdl_gui: change the prefix from "dbtool" to "selector"Andre
2006-03-10trivial dbtool->selector renamesAndre
2006-03-10Rename some local variables in command.cAndre
2006-03-10rename struct dbtool to audio_file_selectorAndre
2006-03-10db.h: Kill an unused enumAndre
2006-03-10Rename com_cdt to com_chsAndre
2006-03-10dbtool -> audio file selector renamingAndre
2006-03-10Rename the --dbtool option to --selectorAndre
2006-03-10ogg.c: don't use ogg_int64_tAndre
2006-03-10whitespace fixesAndre
2006-03-10audiod: fix a memory leak in ringbuffer handlingAndre
2006-03-09web/header2.html: update the changes menu item to point to gitweb.Andre
2006-03-09Convert demo-script to the new syntax without colons.Andre
2006-03-09Add a missing header file to Makefile.inAndre
2006-03-09maintainer-clean: also remove skencil/*.ps skencil/*.pdf and docAndre