0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Apr 01, 2025 — Apr 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #62 from ZhihuiYang/master More... over 7 years ago
handle wait time less then 1 second More... almost 8 years ago
Moved identifier. Made it cross platform. More... almost 8 years ago
Updated to include warnings on Xcode 9. Updated memory management model. More... almost 8 years ago
Fixed top bar. More... over 9 years ago
Fixed the reflection. More... over 9 years ago
Fixed compiler error. More... over 9 years ago
Stabalized queue a bit. Added option to ignore source volume. Converted app to ARC. Minor stuff. More... over 9 years ago
Fixed more warnings. More... over 9 years ago
Cleared all warnings and errors in Xcode 8. Now uses CommonCrypto instead of openssl. More... over 9 years ago
Merge pull request #59 from stephen-fox/development More... over 9 years ago
Refactored backgrounding logic and disabled crashy stop server logic. More... almost 10 years ago
Merge pull request #54 from eltima-software/master More... almost 10 years ago
Merge pull request #55 from SidneyS/master More... almost 10 years ago
fix(backgrounding): Remove superfluous check for active DACP client before registering background keep alive tasks. More... almost 10 years ago
feature(backgrounding): Replace previous behaviour (disable AirFloat on entering background when inactive) with new logic (keeping AirFloat alive and ready for connections even when no clients are currently connected). More... almost 10 years ago
Added: the functions that allow to send commands to the AirPlay client to stop playback, seek in the track and set the volume level. More... almost 10 years ago
Added: the callback function that is invoked when the client changes the session volume level. Added: the function that allows to set the session volume level (the valid range is between 0.0 and 1.0). More... almost 10 years ago
Fixed: two issues when retrieving the current playback position: - playback progress (the SET_PARAMETER request with a progress parameter) is only sent when the server starts playing a stream from the beginning or resumes stream delivery after pause (now sync packets are also used to retrieve the current playback position); - the atoi function was used to convert the RTP timestamp string representation to integer, but the RTP timestamp value is of type unsigned integer. If the converted value would be out of the range of representable values by an int, it causes undefined behavior. More... almost 10 years ago
Implemented: the callback function that allows to accept or reject a new connection to the RAOP server. When a new connection is received, the provided callback function is invoked. The second and the third arguments to the callback are the IP address and the port number of the remote host respectively. To accept the connection, return true. To reject the connection, return a value of false. This causes the connection object to be closed. More... almost 10 years ago
Fixed a memory management bug in libairfloat/raopserver.c More... almost 10 years ago
maintainance(.xcodeproj): simplified project layout, fixed airfloat/libairfloat dependency handling, bumped target version to 6.0 More... almost 10 years ago
tweak(libairfloat): Increased audio queue buffer size (500 -> 4096) More... almost 10 years ago
feature(backgrounding): Add event handlers and helper tasks for application in background and foreground mode. More... almost 10 years ago
refactor(delegate): Reordered delegate methods for iOS best practices compliance More... almost 10 years ago
refactor(app delegate): Moved RAOP initialiser to dedicated method, cleanup whitespace. More... almost 10 years ago
refactor(App Settings): Added manual getter/setter methods for interfacing with settings. More... almost 10 years ago
refactor(app delegate): Moved property synthesis to modern objective C syntax. Removed unneeded imports. More... almost 10 years ago
refactor(libairfloat): Moved iOS AVAudioSession initialisers to dedicated methods. Added interface for manual initialisation of AVAudioSession instance. More... almost 10 years ago
Added JBA474 More... about 10 years ago