summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-11-09Prepare for release 2011.11.092011.11.09Lars-Dominik Braun2-1/+6
2011-11-09piano: Protocol version bump (v33)Lars-Dominik Braun5-257/+237
addFeedback call changed. Input keys changed. Thanks to ZigZagJoe. Closes #171
2011-11-08Back to snprintfLars-Dominik Braun1-16/+2
Fixes #169.
2011-10-22piano: A few more assertionsLars-Dominik Braun1-0/+8
2011-10-22Support seed stationsLars-Dominik Braun7-16/+66
Fixes #165
2011-09-22Back to -devLars-Dominik Braun1-1/+1
2011-09-22Prepare for release 2011.09.222011.09.22Lars-Dominik Braun2-1/+11
2011-09-22piano: Protocol version bump (v32)Lars-Dominik Braun6-59/+59
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-03Add .TQ command definition to manpageLars-Dominik Braun1-0/+6
Closes #154
2011-09-02Use fprintf instead of snprintfLars-Dominik Braun1-14/+11
- Output size not limited by buffer size - No local buffer needed
2011-08-31adapt to last.fm scrobble definitons, and support love and banYuval Hager1-3/+16
Closes #153
2011-08-29manpage: Config keys should be sortedLars-Dominik Braun1-18/+18
2011-08-29Customizeable list format (songs)Lars-Dominik Braun5-5/+49
Fixes #151
2011-08-23Configureable fifo pathLars-Dominik Braun5-6/+18
See #149.
2011-08-19Don’t remove whitespace from config valuesLars-Dominik Braun1-2/+3
Closes #148
2011-08-18Add .PHONY to Makefile to avoid conflicts on case-insensitive file systemsaguynamedryan1-0/+2
Closes #147
2011-07-29Ask for email address instead of usernameOliver Graff1-1/+1
Fixes #144
2011-07-29Fix quickmix station filteringLars-Dominik Braun1-0/+5
Regression introduced by 0728b6a89de607e211bbc075b34f08495ac0d22f
2011-07-27Configureable %@ format stringLars-Dominik Braun4-2/+13
2011-07-25Added toggle to quickmix menuLars-Dominik Braun5-7/+56
Closes #141
2011-07-23Fix commentsLars-Dominik Braun1-7/+7
2011-07-15piano: Check for exception only in ParseSimpleLars-Dominik Braun1-13/+3
Fixes false bookmarking error message (bookmarking still worked). Closes #140
2011-07-14Defined _DARWIN_C_SOURCELars-Dominik Braun8-0/+8
Required to expose non-standard functions. Closes #138
2011-07-11Disable feature test macros on FreeBSDEitan Adler8-0/+16
Closes #136
2011-07-09Back to -devLars-Dominik Braun1-1/+1
2011-07-09Prepare for release 2011.07.092011.07.09Lars-Dominik Braun2-1/+8
2011-07-09piano: Protocol version bump (v31)Lars-Dominik Braun1-2/+9
Keys unchanged. Empty argument added to createStation. Thanks to ZigZagJoe!
2011-06-26Send metadata of song related to event to eventcmdLars-Dominik Braun2-3/+3
...instead of the current song. Closes #131.
2011-06-18Makefile: Don't override CFLAGS and CC environment variablesLars-Dominik Braun1-3/+8
Closes #129.
2011-06-18Updated project urlLars-Dominik Braun1-2/+2
2011-06-13DocumentationLars-Dominik Braun1-3/+3
2011-06-13waitress: http "basic" authentication supportLars-Dominik Braun1-0/+31
Closes #109
2011-06-13waitress: Base64 encoder addedLars-Dominik Braun1-0/+128
2011-06-13waitress: Rewrite split urlLars-Dominik Braun5-118/+282
Accepts user and password in urls now. Tests added.
2011-05-18Update documentationLars-Dominik Braun2-0/+57
Describe new config keys, add an example to contrib config file
2011-05-18Configureable format stringsLars-Dominik Braun10-160/+345
Closes #88
2011-05-07Use the correct linking order for the --as-needed flagTim Harder1-3/+3
Closes #117
2011-05-06Fix useQuixMix attributeLars-Dominik Braun1-1/+2
No station was shown as useQuickMix, because callback function set pointer to NULL for members that did not have anything to do with the quickmix stuff. Don't do that. Closes #118.
2011-05-05Replace generic "search for artist/title" messageLars-Dominik Braun3-5/+7
Closes #115
2011-04-27Back to -devLars-Dominik Braun1-1/+1
2011-04-27Prepare for release 2011.04.272011.04.27Lars-Dominik Braun2-1/+6
2011-04-27piano: Protocol version bump (v30)Lars-Dominik Braun3-525/+353
No api changes. Thanks to ZigZagJoe for the keys.
2011-04-24Use static keyword for functionsLars-Dominik Braun1-2/+2
2011-04-22Rename strcasestrLars-Dominik Braun1-5/+5
Conflicts with libc strcasestr. Thanks to David Coppa.
2011-04-20Ignore libpiano.{a,so*}Lars-Dominik Braun1-0/+2
2011-04-20Make libpiano usable for 3rd party applicationsRomain Beauxis1-9/+30
* build shared library, * install it along with the required symlinks * install library headers * dynamically link pianobar to libpiano (if requested by the user)
2011-04-12Added LDFLAGS to Makefile and simplified LIB*_LDFLAGSLars-Dominik Braun1-19/+9
See issue #103.
2011-04-12Added missing include for FreeBSDLars-Dominik Braun1-0/+2
See issue #103.
2011-04-10Back to -devLars-Dominik Braun1-1/+1
2011-04-10Prepare for release 2011.04.102011.04.10Lars-Dominik Braun2-1/+10