Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-14 | Add force_tls setting | Lars-Dominik Braun | 1 | -3/+4 | |
Use TLS for all actions when requested. Closes #234 | |||||
2012-03-17 | Auto-select last remaining item of filtered list | Lars-Dominik Braun | 1 | -15/+26 | |
See #231. | |||||
2012-02-24 | Don’t use custom format output as format string | Lars-Dominik Braun | 1 | -3/+3 | |
It may contain %’s and crashes. Closes #225. | |||||
2012-01-10 | getFragment does not support TLS any more | Lars-Dominik Braun | 1 | -0/+1 | |
You can’t handle the load? Closes #202 | |||||
2011-12-23 | Fix warnings found by -Wcast-qual | Lars-Dominik Braun | 1 | -4/+4 | |
2011-12-23 | Fix warnings found by -Wshadow | Lars-Dominik Braun | 1 | -3/+0 | |
2011-12-23 | Fix warnings found by -Wmissing-declarations | Lars-Dominik Braun | 1 | -1/+1 | |
2011-12-18 | Fix genre selection segfault | Lars-Dominik Braun | 1 | -19/+26 | |
Closes #193 and #194 | |||||
2011-11-08 | Back to snprintf | Lars-Dominik Braun | 1 | -16/+2 | |
Fixes #169. | |||||
2011-10-22 | Support seed stations | Lars-Dominik Braun | 1 | -4/+4 | |
Fixes #165 | |||||
2011-09-22 | piano: Protocol version bump (v32) | Lars-Dominik Braun | 1 | -4/+8 | |
Keys stay the same. Quickmix and seed suggestion API calls changed. Listener id is not part of the url any more. Bookmark API calls seem to be deprecated. | |||||
2011-09-02 | Use fprintf instead of snprintf | Lars-Dominik Braun | 1 | -14/+11 | |
- Output size not limited by buffer size - No local buffer needed | |||||
2011-08-29 | Customizeable list format (songs) | Lars-Dominik Braun | 1 | -5/+26 | |
Fixes #151 | |||||
2011-07-27 | Configureable %@ format string | Lars-Dominik Braun | 1 | -1/+1 | |
2011-07-25 | Added toggle to quickmix menu | Lars-Dominik Braun | 1 | -1/+9 | |
Closes #141 | |||||
2011-07-23 | Fix comments | Lars-Dominik Braun | 1 | -7/+7 | |
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 | -1/+1 | |
Accepts user and password in urls now. Tests added. | |||||
2011-05-18 | Configureable format strings | Lars-Dominik Braun | 1 | -79/+150 | |
Closes #88 | |||||
2011-05-05 | Replace generic "search for artist/title" message | Lars-Dominik Braun | 1 | -2/+2 | |
Closes #115 | |||||
2011-04-24 | Use static keyword for functions | Lars-Dominik Braun | 1 | -2/+2 | |
2011-04-22 | Rename strcasestr | Lars-Dominik Braun | 1 | -5/+5 | |
Conflicts with libc strcasestr. Thanks to David Coppa. | |||||
2011-04-04 | Expose songDetailUrl to eventcmd script | Lars-Dominik Braun | 1 | -39/+43 | |
See #99. | |||||
2011-03-26 | Filter-/searchable artist list | Lars-Dominik Braun | 1 | -17/+31 | |
2011-03-26 | Filter-/searchable station list | Lars-Dominik Braun | 1 | -60/+71 | |
2011-03-26 | Filter-/searchable song list | Lars-Dominik Braun | 1 | -16/+71 | |
2011-02-26 | Always add song to history | Lars-Dominik Braun | 1 | -0/+30 | |
2011-02-20 | Add song's real station to eventcmd | Lars-Dominik Braun | 1 | -0/+7 | |
In case we're playing quickmix. See issue #94. | |||||
2011-02-02 | BarReadline rewrite | Lars-Dominik Braun | 1 | -24/+31 | |
Doesn't use c streams any more, allows multiplexing of fifo/stdin in all situations. | |||||
2011-01-15 | Send station list to eventcmd | Matthew Beckler | 1 | -3/+27 | |
See issue #76 | |||||
2010-12-27 | Change my email address | Lars-Dominik Braun | 1 | -1/+1 | |
Again. And hopefully the last time. | |||||
2010-12-27 | Erase current line before printing new message | Lars-Dominik Braun | 1 | -6/+9 | |
Parts of the current song's time didn't get erased when renaming a station. | |||||
2010-12-26 | Show message if no station is available | Lars-Dominik Braun | 1 | -0/+5 | |
2010-11-23 | Add support for art covers included in the XML playlist from pandora. | Juan C. Muller | 1 | -0/+2 | |
See issue #56 | |||||
2010-11-21 | Inline documentation fix | Lars-Dominik Braun | 1 | -0/+3 | |
2010-11-21 | Show custom rating icon in upcoming/history song list | Lars-Dominik Braun | 1 | -14/+36 | |
Closes issue #54 | |||||
2010-10-28 | Fix memleaks | Lars-Dominik Braun | 1 | -2/+2 | |
PianoDestroyRequests overwrites the content of responseData. We have to free it before that. | |||||
2010-10-28 | Reauthenticate automatically when required | Lars-Dominik Braun | 1 | -2/+28 | |
2010-10-25 | Use BarApp_t in BarUiPianoCall | Lars-Dominik Braun | 1 | -19/+16 | |
Required for automatic reauthentication | |||||
2010-07-31 | Fix genre station NULL pointer dereference | Lars-Dominik Braun | 1 | -11/+11 | |
Obviously pandora changed the genre station api. Attention: Incompatible libpiano abi change. | |||||
2010-07-30 | Feature: Custom station sorting | Lars-Dominik Braun | 1 | -9/+64 | |
Sort stations by name and/or isquickmix. | |||||
2010-04-16 | Fix coding style | Lars-Dominik Braun | 1 | -1/+1 | |
If NULL is 0L instead of (void *) 0 then this explicit cast is needed for va_arg functions. Thanks to dcoppa@openbsd. | |||||
2010-04-06 | Use new libpiano api | Lars-Dominik Braun | 1 | -13/+120 | |
Adds error messages to libwaitress, too. Eventcmd implementation is quick&dirty, needs to be rewritten. | |||||
2010-03-06 | Added song length and rating to eventcmd, new songfinish event | Lars-Dominik Braun | 1 | -3/+10 | |
2010-03-06 | Use qsort instead of my own ugly insertion sort | Lars-Dominik Braun | 1 | -56/+42 | |
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 | |
2010-01-19 | Remove abort keybinding | Lars-Dominik Braun | 1 | -3/+2 | |
You can always hit enter to abort. | |||||
2009-09-08 | C99 conformance | Lars-Dominik Braun | 1 | -0/+4 | |
2009-08-09 | Get rid of old readline includes | Lars-Dominik Braun | 1 | -1/+0 | |