0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Embedded client now has ethernet. Upgraded to FeeRTOS 7.1.1 and lwIP 1.4.0. Swapped heap again to libc, the freeRTOS one got way too fragmented. More... almost 12 years ago
Started on shuffle mode Some cleanup in embedded More... almost 12 years ago
merged all heaps (I think), now only uses freeRTOS heap More... almost 12 years ago
Adding embedded client More... almost 12 years ago
More polishing on client/testapp side More... almost 12 years ago
Added support for playing playlists with track offset More... almost 12 years ago
Added partial FreeRTOS and lwIP ports of Platform layer More... almost 12 years ago
Started refactoring cpp client (still just testapp though) More... almost 12 years ago
Added track index to play request (album and playlist) Some refactoring of LibSpotifyIf internal statemachine messagebox More... almost 12 years ago
Merge branch 'devel' of https://github.com/jderehag/spotifyserver into devel More... about 12 years ago
Some cleanup. Fixed Get Image when album isn't loaded. More... about 12 years ago
Added support for album browse and play More... about 12 years ago
Fixed TLV definitions for the python client so that now works again (Still no implementation for HELLO_REQ though) Added License headers for the client as well.. More... about 12 years ago
Compiles on windows More... about 12 years ago
added copyright headers More... about 12 years ago
fixed mem leak More... about 12 years ago
Removed caching of playlists. GetTrack now gets tracks from API. Still some work needed, but it's much cleaner now Dixed the big-ass Client::processMessage switch, to separate functions for each case. More... about 12 years ago
HELLO_REQ with client login, and reordered message types More... about 12 years ago
added socketwriter class + fixed some bugs More... about 12 years ago
first commit More... about 12 years ago
Improved socket send() to work with larger amounts of data, Taking into account that in non-blocking mode the send() call does not always send all data More... about 12 years ago