Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-05 | Avoid player mode race condition | Lars-Dominik Braun | 1 | -16/+13 | |
Always run cleanup, ensure thread is joined and player struct is reset. See #250. | |||||
2012-05-01 | Don’t hardcode passwords | Lars-Dominik Braun | 1 | -1/+3 | |
It’s a bad idea to hardcode these, although playback does not work with non-android login yet. | |||||
2012-03-31 | Warn if ctl is not a fifo | Lars-Dominik Braun | 1 | -3/+13 | |
Ordinary files are not supported and cause problems, so close the fd and print a warning instead. Thanks to Sergey Bronnikov for the initial patch. | |||||
2012-03-17 | Auto-select last remaining item of filtered list | Lars-Dominik Braun | 1 | -1/+2 | |
See #231. | |||||
2012-01-12 | Eliminate concurrent use of (un-)buffered I/O | Lars-Dominik Braun | 1 | -1/+2 | |
Closes #201 | |||||
2012-01-11 | TLS is enabled per-request now | Lars-Dominik Braun | 1 | -1/+0 | |
2011-11-11 | waitress: Fingerprint check | Lars-Dominik Braun | 1 | -14/+3 | |
Reduces memory usage, protects against 0wned CA's and avoids ca-bundle confusion. Closes #175 | |||||
2011-11-10 | Die if trust file load fails | Lars-Dominik Braun | 1 | -4/+16 | |
2011-11-09 | TLS is not optional any more | Lars-Dominik Braun | 1 | -11/+1 | |
2011-11-09 | Added TLS settings | Lars-Dominik Braun | 1 | -4/+8 | |
2011-11-09 | Free Waitress handle | Lars-Dominik Braun | 1 | -0/+1 | |
2011-11-09 | waitress: move credentials init to WaitressInit | Lars-Dominik Braun | 1 | -2/+2 | |
Reusable. | |||||
2011-11-09 | waitress: Initial TLS implementation (using gnutls) | Lars-Dominik Braun | 1 | -1/+9 | |
2011-10-22 | Support seed stations | Lars-Dominik Braun | 1 | -1/+1 | |
Fixes #165 | |||||
2011-08-23 | Configureable fifo path | Lars-Dominik Braun | 1 | -4/+2 | |
See #149. | |||||
2011-07-29 | Ask for email address instead of username | Oliver Graff | 1 | -1/+1 | |
Fixes #144 | |||||
2011-07-25 | Added toggle to quickmix menu | Lars-Dominik Braun | 1 | -1/+1 | |
Closes #141 | |||||
2011-07-14 | Defined _DARWIN_C_SOURCE | Lars-Dominik Braun | 1 | -0/+1 | |
Required to expose non-standard functions. Closes #138 | |||||
2011-07-11 | Disable feature test macros on FreeBSD | Eitan Adler | 1 | -0/+2 | |
Closes #136 | |||||
2011-06-13 | waitress: Rewrite split url | Lars-Dominik Braun | 1 | -17/+5 | |
Accepts user and password in urls now. Tests added. | |||||
2011-05-18 | Configureable format strings | Lars-Dominik Braun | 1 | -16/+20 | |
Closes #88 | |||||
2011-02-26 | Always add song to history | Lars-Dominik Braun | 1 | -35/+3 | |
2011-02-26 | Rewrite input processing | Lars-Dominik Braun | 1 | -23/+4 | |
2011-02-07 | Add eventcmd events for login/fetch stations | Lars-Dominik Braun | 1 | -9/+11 | |
See issue #83 | |||||
2011-02-02 | BarReadline rewrite | Lars-Dominik Braun | 1 | -53/+30 | |
Doesn't use c streams any more, allows multiplexing of fifo/stdin in all situations. | |||||
2011-02-02 | Allow keyboard shortcuts to be disabled | Lars-Dominik Braun | 1 | -5/+10 | |
Something like act_foobar = disabled disables the command foobar completely now. Useful if you don't use software volume control. See issue #78. | |||||
2011-01-15 | Send station list to eventcmd | Matthew Beckler | 1 | -4/+5 | |
See issue #76 | |||||
2010-12-27 | Fix high cpu usage if stdin is /dev/null | Lars-Dominik Braun | 1 | -0/+4 | |
See issue #71. | |||||
2010-12-27 | Change my email address | Lars-Dominik Braun | 1 | -1/+1 | |
Again. And hopefully the last time. | |||||
2010-12-27 | Use PATH_MAX from limits.h | Lars-Dominik Braun | 1 | -2/+2 | |
2010-12-27 | Software volume control | Lars-Dominik Braun | 1 | -1/+3 | |
2010-12-14 | Refactored main() | castlec | 1 | -263/+345 | |
No functional changes. | |||||
2010-11-21 | Show custom rating icon in upcoming/history song list | Lars-Dominik Braun | 1 | -1/+2 | |
Closes issue #54 | |||||
2010-10-25 | Use BarApp_t in BarUiPianoCall | Lars-Dominik Braun | 1 | -6/+6 | |
Required for automatic reauthentication | |||||
2010-10-18 | Initialize main fd array | Lars-Dominik Braun | 1 | -2/+2 | |
Cherry-picked from Josh Elsasser's unixsocket patch. | |||||
2010-08-21 | Preparing for release 2010.08.212010.08.21 | Lars-Dominik Braun | 1 | -1/+2 | |
2010-08-09 | Make something useful with misc.sync response | Lars-Dominik Braun | 1 | -0/+1 | |
Calculcate offset to time() and use that offset to avoid out of sync errors. | |||||
2010-07-31 | Replaced long argument list of ui callback functions | Lars-Dominik Braun | 1 | -111/+105 | |
Structure BarApp_t contains most important data now. | |||||
2010-07-30 | Use static const for large read-only arrays | Lars-Dominik Braun | 1 | -1/+1 | |
2010-07-30 | Feature: Custom station sorting | Lars-Dominik Braun | 1 | -1/+2 | |
Sort stations by name and/or isquickmix. | |||||
2010-07-30 | Control proxy overrides global proxy | Lars-Dominik Braun | 1 | -5/+5 | |
Now the control proxy setting overrides $http_proxy environment variable and proxy config setting. | |||||
2010-05-09 | HTTP proxy support | Lars-Dominik Braun | 1 | -2/+20 | |
control_proxy pipes xmlrpc data through the proxy, this one is for the music too. | |||||
2010-04-20 | Show small hint about keybinding help at startup | Lars-Dominik Braun | 1 | -2/+3 | |
See bug #23 | |||||
2010-04-06 | Use new libpiano api | Lars-Dominik Braun | 1 | -21/+47 | |
Adds error messages to libwaitress, too. Eventcmd implementation is quick&dirty, needs to be rewritten. | |||||
2010-03-16 | Replace player return value magic | Lars-Dominik Braun | 1 | -1/+1 | |
2010-03-16 | Fix player race condition | Lars-Dominik Braun | 1 | -0/+3 | |
Pressing any key before the player thread set mode to PLAYER_INITIALIZED lead to a song skip and spawning of another player thread. The two player threads were operating on the same variables/memory area, resulting in a crash. Adding a new player state (PLAYER_STARTING) and setting it _before_ invoking pthread_start should resolve this, 'cause the "if PLAYER_FREED-branch" is not taken any more, ergo no second player thread is started. | |||||
2010-03-06 | Added song length and rating to eventcmd, new songfinish event | Lars-Dominik Braun | 1 | -2/+4 | |
2010-03-06 | wardrobe: Removed internal last.fm scrobbling library | Lars-Dominik Braun | 1 | -39/+0 | |
2010-02-14 | New feature: Bookmark song/artist (keybinding 'b') | Lars-Dominik Braun | 1 | -1/+1 | |
2010-02-05 | Use select instead of poll | Jordan Lewis | 1 | -16/+22 | |
Fixes issue #8 (poll does not work with stdin on mac os x). |