0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 22, 2025 — Mar 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix lost wait issue in Win32 code More... about 16 years ago
Move known issues into KNOWN_ISSUES.txt More... about 16 years ago
The Makefile variable nodebug=1 should strip the library, but leave it commented out until things are a bit more stable More... about 16 years ago
Use $(CC) as and not gcc as the compiler More... about 16 years ago
Version the library using -Wl,-soname More... about 16 years ago
Hide symbols for all functions but those in sp_*.c More... about 16 years ago
Prevent the debug code from causing crash during logout when ative channel are forced into failure More... about 16 years ago
Cleanup: Re-order stuff in the Makefile More... about 16 years ago
Cleanup: Zap leading whitespace on empty lines in hashtable.c More... about 16 years ago
Don't free an entry's value in hashtable_free() More... about 16 years ago
Use stricmp() instead of strcasecmp() on Windows More... about 16 years ago
Print debug message before releasing the object More... about 16 years ago
Cleanup: Zap leading whitespace on empty lines in {sp_,}toplistbrowse.c More... about 16 years ago
The result of sp_toplistbrowse_create() should not be considered an identifiable object suitable for caching More... about 16 years ago
Cleanup: Zap leading whitespace on empty lines in sp_artist{,browse}.c More... about 16 years ago
The result of sp_artistbrowse_create() should not be considered an identifiable object suitable for caching More... about 16 years ago
Cleanup: Zap leading whitespace on empty lines in sp_album{,browse}.c More... about 16 years ago
The result of sp_albumbrowse_create() should not be considered an identifiable object suitable for caching More... about 16 years ago
Commit 37d030ab9155fc438f69e193802c36a7b29940de changed realloc() to malloc() but the argument list was not updated More... about 16 years ago
Remove session->hashtable_searches (should have been done in commit 37d030ab9155fc438f69e193802c36a7b29940de) More... about 16 years ago
Cleanup: Zap leading whitespace on empty lines More... about 16 years ago
Initialize pointer to NULL, not 0 More... about 16 years ago
The result of sp_search_create() should not be considered an identifiable object suitable for caching More... about 16 years ago
Add opensp_track_has_explicit_lyrics() to expose the recently added 'explicit' element found in the track metadata More... about 16 years ago
Attempt to fix Win32 C/C++ bool issue More... about 16 years ago
Prevent crash when user has zero playlists More... about 16 years ago
Merge remote branch 'jkp/master' More... about 16 years ago
Ensure search responses are dispatched to the main thread. More... about 16 years ago
Compile fix for MSVC++ More... about 16 years ago
Abort if we get command 0x0e (AES key rejected, usually because of geo restrictions) More... about 16 years ago