Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-01 | manpage: Add section eventcmd | Lars-Dominik Braun | 1 | -2/+20 | |
2010-02-22 | wardrobe: Replaced last.fm client identifier | Lars-Dominik Braun | 1 | -1/+1 | |
2010-02-15 | Add help text for bookmark keybinding | Lars-Dominik Braun | 1 | -0/+1 | |
Fixes bug #13 (bad memory access) introduced by commit 7eba7e939b87b6bebc16ddca94f799e46b2b0aae | |||||
2010-02-14 | New feature: Bookmark song/artist (keybinding 'b') | Lars-Dominik Braun | 9 | -4/+100 | |
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-02-01 | piano: New error PLAYLIST_END | Lars-Dominik Braun | 3 | -1/+7 | |
See bug #10 | |||||
2010-01-30 | Fix libao error detection | Lars-Dominik Braun | 2 | -1/+5 | |
Under certain circumstances (fast station switching e.g.) a new playlist was not fetched, because the player thread returned 0x1 (== libao error) and the main thread NULLed curStation. | |||||
2010-01-29 | waitress: Increase tcp receive buffer | Lars-Dominik Braun | 1 | -0/+3 | |
2010-01-28 | piano: Fixed outdated comments | Lars-Dominik Braun | 1 | -9/+0 | |
2010-01-24 | It's 2010 now, part two | Lars-Dominik Braun | 5 | -5/+5 | |
2010-01-22 | Protocol version bump (v26) | Lars-Dominik Braun | 1 | -1/+1 | |
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 28 | -28/+30 | |
2010-01-19 | Remove abort keybinding | Lars-Dominik Braun | 1 | -3/+2 | |
You can always hit enter to abort. | |||||
2010-01-19 | Use user-defined shortcuts (history menu) | Lars-Dominik Braun | 1 | -25/+27 | |
2010-01-18 | Shortcut refactoring | Lars-Dominik Braun | 4 | -141/+95 | |
2010-01-11 | Don't use feof in while loop | Lars-Dominik Braun | 1 | -4/+5 | |
2009-12-19 | Fix printf format for size_t | Lars-Dominik Braun | 2 | -2/+2 | |
2009-12-15 | Rename libraries' main.c files | Lars-Dominik Braun | 11 | -8/+7 | |
2009-12-15 | Merge branch 'fuzzing' | Lars-Dominik Braun | 3 | -28/+38 | |
Fixes NULL-pointer dereferences and invalid memory reads. | |||||
2009-12-15 | New history feature | Lars-Dominik Braun | 10 | -41/+146 | |
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-28 | piano: Don't decrypt too short urls | Lars-Dominik Braun | 1 | -1/+4 | |
Avoids invalid memory reads/writes | |||||
2009-11-28 | piano: Fix NULL pointer dereference | Lars-Dominik Braun | 1 | -2/+4 | |
2009-11-22 | Don't use int->float->int casts | Lars-Dominik Braun | 1 | -15/+15 | |
2009-11-11 | Print message and stop playback when hitting libao error | Lars-Dominik Braun | 2 | -6/+23 | |
Thanks to jpfuentes2@github | |||||
2009-10-28 | Protocol version bump (v25) | Lars-Dominik Braun | 1 | -1/+1 | |
No known api changes yet. | |||||
2009-10-17 | wardrobe: Fix MD5 implementation on x86-64 | Lars-Dominik Braun | 1 | -20/+21 | |
Fixes scrobbling too. Thanks to Skee@github. | |||||
2009-10-03 | piano: Fix getFragment request | Lars-Dominik Braun | 1 | -2/+4 | |
aac playback didn't work, but I'm sure it did some time ago. Looks like pandora changed the api without bumping the version number -- ugly :/ Thanks to the arch linux guys (http://aur.archlinux.org/packages.php?ID=23233) | |||||
2009-09-22 | Variable install paths (man, bin) | Lars-Dominik Braun | 1 | -2/+4 | |
Slackware has its manpages in man/ instead of share/man/. Thanks to Andrew for pointing this out. | |||||
2009-09-08 | C99 conformance | Lars-Dominik Braun | 14 | -13/+34 | |
2009-08-21 | Fix build with missing libmad/libfaad | Lars-Dominik Braun | 1 | -2/+2 | |
2009-08-21 | ^H (ASCII BS) == ^? (ASCII DEL) | Lars-Dominik Braun | 1 | -1/+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-08-19 | Added some cmake code to the project CMakeLists.txt's to include the proper ↵ | Patrick Reynolds | 4 | -1/+6 | |
binary directories. Without this code, out-of-source builds do not work. | |||||
2009-08-19 | Added cmake code to remove the CPM0003 warning. | Patrick Reynolds | 1 | -0/+5 | |
2009-08-18 | piano: New error code OUT_OF_SYNC | Lars-Dominik Braun | 3 | -1/+8 | |
Error code indicates that the system's time is "out of sync". Maybe the "sync" response timestamp should be checked *before* errors like this happen... Thanks to Jason for pointing this out. | |||||
2009-08-14 | waitress: Use dynamic allocated buffer for FetchBuf | Lars-Dominik Braun | 6 | -79/+100 | |
2009-08-09 | Fix commit a195a94be7aa14d839c77275814a52d2ee6b8b6f | Lars-Dominik Braun | 1 | -0/+2 | |
mp3 and mp3-hifi player functions are the same | |||||
2009-08-09 | Get rid of old readline includes | Lars-Dominik Braun | 1 | -1/+0 | |
2009-08-07 | README update: New homepage url | Lars-Dominik Braun | 1 | -3/+2 | |
2009-08-07 | Manpage update (seed suggestions) | Lars-Dominik Braun | 1 | -1/+1 | |
2009-08-07 | New feature: Seed suggestions | Lars-Dominik Braun | 7 | -8/+75 | |
2009-08-07 | Merge branch 'alloc_err' | Lars-Dominik Braun | 5 | -45/+135 | |
2009-08-07 | piano: Check (m|c|re)alloc return value | Lars-Dominik Braun | 5 | -59/+147 | |
2009-08-06 | piano: Don't alloc memory for tmp errorstrings | Lars-Dominik Braun | 1 | -14/+12 | |
2009-08-04 | Use "static" keyword for functions | Lars-Dominik Braun | 12 | -169/+135 | |
2009-08-04 | waitress: Fix another valgrind warning in WaitressSplitUrl | Lars-Dominik Braun | 1 | -3/+6 | |
2009-08-04 | waitress: Ensure buffer is always null-terminated | Lars-Dominik Braun | 1 | -1/+2 | |
2009-08-04 | libpiano: Fix valgrind warning | Lars-Dominik Braun | 1 | -6/+8 | |
2009-08-03 | piano: Always encrypt HTTP POST data | Lars-Dominik Braun | 2 | -77/+32 | |