summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2011-04-04Expose songDetailUrl to eventcmd scriptLars-Dominik Braun2-39/+45
See #99.
2011-04-04piano: Added songDetailUrl to PianoSong_tLars-Dominik Braun3-0/+4
2011-03-26Add note about filterable station list to manpageLars-Dominik Braun1-1/+2
2011-03-26Filter-/searchable artist listLars-Dominik Braun1-17/+31
2011-03-26Filter-/searchable station listLars-Dominik Braun1-60/+71
2011-03-26Filter-/searchable song listLars-Dominik Braun3-18/+73
2011-03-26Fix broken multibyte character readlineLars-Dominik Braun1-1/+1
Introduced by ce8503f859345990a14be90bf89dadf7f73d7613. Escaping from signedness hell again.
2011-03-25Added build note for Mac OS XLars-Dominik Braun1-0/+10
See #98. Patch created by robertkrimen@github
2011-03-24Use c99 in posix compliant wayLars-Dominik Braun1-6/+6
-lpthread and move object file to the end of the argument list.
2011-03-21Update manpageLars-Dominik Braun1-2/+7
2011-03-21Update copyright years of touched filesLars-Dominik Braun5-5/+5
2011-03-21Need more spaceLars-Dominik Braun1-3/+3
2011-03-21piano: New error REMOVING_TOO_MANY_SEEDSLars-Dominik Braun3-0/+7
2011-03-21Enable delete seed in station managerLars-Dominik Braun1-2/+16
2011-03-21piano: Delete seed supportLars-Dominik Braun2-0/+43
2011-03-21Enable delete feedback in station managerLars-Dominik Braun1-1/+3
2011-03-21piano: Delete feedbackLars-Dominik Braun2-0/+22
2011-03-21Initial station managerLars-Dominik Braun4-1/+47
Not functional yet.
2011-03-21piano: Add getStation supportLars-Dominik Braun4-53/+227
Response contains artist/song seeds and feedback data.
2011-03-06Avoid division by zero in eventcmd example scriptLars-Dominik Braun1-1/+1
Thanks to Richard.
2011-02-27kdialog example eventcmdLars-Dominik Braun1-0/+30
Merged Richard's kde4 example eventcmd into eventcmd.sh
2011-02-27Use `c99`Lars-Dominik Braun1-2/+3
2011-02-26Always add song to historyLars-Dominik Braun4-38/+41
2011-02-26Rewrite input processingLars-Dominik Braun8-204/+295
2011-02-20Update eventcmd exampleLars-Dominik Braun1-1/+1