Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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). | |||||
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 | |
2010-01-18 | Shortcut refactoring | Lars-Dominik Braun | 1 | -6/+16 | |
2009-12-15 | Rename libraries' main.c files | Lars-Dominik Braun | 1 | -1/+0 | |
2009-12-15 | Merge branch 'fuzzing' | Lars-Dominik Braun | 1 | -25/+30 | |
Fixes NULL-pointer dereferences and invalid memory reads. | |||||
2009-12-15 | New history feature | Lars-Dominik Braun | 1 | -24/+53 | |
Default key is 'h', playlists are no longer part of PianoHandle_t now (=> libpiano's api changed) | |||||
2009-11-28 | Fix another NULL pointer dereference | Lars-Dominik Braun | 1 | -24/+29 | |
2009-11-11 | Print message and stop playback when hitting libao error | Lars-Dominik Braun | 1 | -1/+6 | |
Thanks to jpfuentes2@github | |||||
2009-09-08 | C99 conformance | Lars-Dominik Braun | 1 | -0/+3 | |
2009-08-19 | Disable term buffering *before* doing anything else | Lars-Dominik Braun | 1 | -3/+1 | |
Usename won't be printed immediately otherwise Thanks to cpatrick@github | |||||
2009-07-11 | piano: Switched to ezxml | Lars-Dominik Braun | 1 | -5/+0 | |
Removes libxml2 bloat and (hopefully) most of the buggy/ugly xml code. | |||||
2009-07-02 | Enable echoing on early return, too | Lars-Dominik Braun | 1 | -2/+5 | |
See commit a6c521fecd91867c6e184106f4e63445d1cb158a | |||||
2009-06-28 | Finally clean up curl garbage | Lars-Dominik Braun | 1 | -2/+0 | |
I missed some #includes. Documentation had to be updated, too. | |||||
2009-06-15 | Fix negative time display | Lars-Dominik Braun | 1 | -6/+14 | |
2009-05-29 | Re-enable terminal echoing on exit | Lars-Dominik Braun | 1 | -2/+13 | |
2009-05-03 | Switch to libwaitress | Lars-Dominik Braun | 1 | -14/+9 | |
2009-04-13 | More events added | Lars-Dominik Braun | 1 | -3/+7 | |
2009-04-11 | Read data from fifo | Lars-Dominik Braun | 1 | -9/+10 | |
You may change your current station or add shared stations via fifo now | |||||
2009-04-11 | Don't mix low-level read() and stdio | Lars-Dominik Braun | 1 | -8/+11 | |
...as suggested by > man fgetc | |||||
2009-04-10 | Goodbye readline | Lars-Dominik Braun | 1 | -6/+8 | |
"It's too big and too slow." -- man readline | |||||
2009-04-07 | Initial eventcmd work | Lars-Dominik Braun | 1 | -0/+4 | |
More useful events should be added... | |||||
2009-04-04 | Forgot to close fifo... | Lars-Dominik Braun | 1 | -1/+4 | |
2009-04-04 | Initial remote control support | Lars-Dominik Braun | 1 | -8/+33 | |
2009-03-09 | Use icon for questions too | Lars-Dominik Braun | 1 | -2/+4 | |
2009-03-04 | Ui improvements | Lars-Dominik Braun | 1 | -22/+18 | |
printf wrapper introduced, hopefully cleaned up ui | |||||
2009-03-01 | Even more documentation | Lars-Dominik Braun | 1 | -14/+25 | |
...and small cleanups. | |||||
2009-02-16 | Autostart station setting added | Lars-Dominik Braun | 1 | -2/+12 | |
You may define a station that is played when starting pianobar now. |