summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAge
* fixed few streamer responsiveness issues; fixed invalid track skipping codeGravatar Alexey Yakovenko2014-07-23
|
* plt_init_shuffle_albums cleanupGravatar Alexey Yakovenko2014-07-22
|
* separated wiki link from localizable textGravatar Alexey Yakovenko2014-07-21
|
* moved more output->stop calls to streamer threadGravatar Alexey Yakovenko2014-07-16
|
* streamer streamer_start_playback race condition (HACK)Gravatar Alexey Yakovenko2014-07-15
|
* fixed unpausing of currently paused track using "play" actionGravatar Alexey Yakovenko2014-07-08
|
* new fix for --guiGravatar Alexey Yakovenko2014-07-07
|
* new wiki linksGravatar Alexey Yakovenko2014-07-07
|
* fixed --gui handlingGravatar Alexey Yakovenko2014-07-04
|
* fixed --gui cmdline optionGravatar Alexey Yakovenko2014-06-23
|
* force utf8 output charset for everything except help textGravatar Alexey Yakovenko2014-04-24
|
* don't force gettext to output in utf8Gravatar Alexey Yakovenko2014-04-24
|
* fixed bug #1050: crash when loading playlist from cmdlineGravatar Alexey Yakovenko2014-02-08
|
* streamer: don't start streaming radio on resume if paused;Gravatar Alexey Yakovenko2014-01-06
| | | | streamer: always restart streaming radio on unpause
* core: fixed opening files into default playlist from cmdlineGravatar Alexey Yakovenko2013-12-10
|
* make sure that events sent after TERMINATE are propagated to pluginsGravatar Alexey Yakovenko2013-11-07
|
* ported stuff to new file add APIGravatar Alexey Yakovenko2013-11-05
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* gtkui: fixed all old "playlist" widget lookups; fixed column auto-resize; ↵Gravatar Alexey Yakovenko2013-09-14
| | | | fixed more draw-after-resize issues
* prepare osx branch for mergingGravatar waker2013-08-31
|
* osx: cleanup, use of proper APIs; added new GUI plugin type to the enum in ↵Gravatar Alexey Yakovenko2013-08-28
| | | | deadbeef.h
* osx: fixed terminationGravatar Alexey Yakovenko2013-08-28
|
* fixed running on osxGravatar Alexey Yakovenko2013-08-28
|
* osx support WIPGravatar Alexey Yakovenko2013-08-28
|
* little typo fix in main.c commentsGravatar waker2013-08-11
|
* gtkui: added/fixed few things to make widget plugins workGravatar waker2013-07-11
|
* few minor optimizationsGravatar waker2012-11-30
|
* changed license to ZLIB on all core filesGravatar waker2012-10-15
|
* use abstract socket name by default, to fix bug #562; ↵Gravatar waker2012-10-07
| | | | --disable-abstract-socket restores the old behavior, which is useful for debugging
* fixed resuming in shuffle-albums modeGravatar waker2012-09-13
|
* added config options to control cp1251 and cp936 recodingGravatar waker2012-09-03
|
* don't handle main queue messages after terminationGravatar waker2012-06-19
|
* added basic smclient supportGravatar waker2012-05-17
|
* fixed starting deadbeef without full or relative pathGravatar waker2012-05-09
|
* added support for universal static binary builds, used in all official packagesGravatar waker2012-05-08
|
* memleak fixGravatar waker2012-04-13
|
* fix broken pipe error on fbsd while waiting for data from nonblocking socketGravatar waker2012-04-12
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* opening playlists from cmdlineGravatar waker2011-12-29
|
* fixed resuming saved playback stateGravatar waker2011-12-28
|
* Fixed incorrect buffer termination introduced in ↵Gravatar Eugene Debrev2011-12-19
| | | | a9add4168b36afb835a7b458851b863d3fa48030
* fixed code showing --help text to remain compatible with intltoolGravatar waker2011-12-18
|
* Fixed problems with handling command-line parameters.Gravatar Eugene Debrev2011-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | The way Deadbeef used to handle command-line parameters had a number of problems. 1. All parameters concatenated had to fit into a fixed 2048-byte buffer, excessive parameters were dropped. Because of this the player used to truncate a list of filenames. 2. When sending parameters over a Unix socket to remote instance, Deadbeef did recv() just once, thus letting the data be truncated. 3. Buffer overflow with use_gui_plugin. 4. Evey command-line parameter starting with '-' was treated as a switch, not a track filename. The changes made are as follows. 1. Now using dynamically resized buffer on both sides. 2. When sending message over socket, the sending party does half-shutdown to mark end-of-message explicitly.
* added missing linebreak to --help outputGravatar waker2011-12-04
|
* added cmdline switch to set GUI pluginGravatar waker2011-11-27
|
* destroy streamer before mainloop terminates, to avoid unhandled messagesGravatar waker2011-11-27
|
* fixed clearing playqueue on exitGravatar waker2011-11-27
|
* include <sys/select.h> for FD_SETGravatar waker2011-11-14
|
* OpenIndian b148 support (and perhaps other Solaris builds).Gravatar Kevin van der Vlist2011-06-12
|
* moved server_start to happen earlier, to prevent unwanted multiple instancesGravatar waker2011-05-21
|