You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soyer
e9a846059e
applemidi: fix stringpop-truncation warning (#946)
net/applemidi.cpp: In member function 'bool CAppleMIDIParticipant::SendAcceptInvitationPacket(CSocket*, CIPAddress*, u16)':
net/applemidi.cpp:812:10: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 256 equals destination size [-Wstringop-truncation]
strncpy(AcceptPacket.Name, m_pSessionName, sizeof(AcceptPacket.Name));
|
3 weeks ago |
.. |
applemidi.cpp
|
applemidi: fix stringpop-truncation warning (#946)
|
3 weeks ago |
applemidi.h
|
Honor voice dump requests; make rtpMIDI bi-directional (#899)
|
3 months ago |
byteorder.h
|
Network support by @omersiar
|
3 months ago |
ftpdaemon.cpp
|
Unpublish services befoer reboot, use hostname as rtpMIDI session name (#902)
|
3 months ago |
ftpdaemon.h
|
Unpublish services befoer reboot, use hostname as rtpMIDI session name (#902)
|
3 months ago |
ftpworker.cpp
|
Unpublish services befoer reboot, use hostname as rtpMIDI session name (#902)
|
3 months ago |
ftpworker.h
|
Unpublish services befoer reboot, use hostname as rtpMIDI session name (#902)
|
3 months ago |
mdnspublisher.cpp
|
Unpublish services befoer reboot, use hostname as rtpMIDI session name (#902)
|
3 months ago |
mdnspublisher.h
|
Unpublish services befoer reboot, use hostname as rtpMIDI session name (#902)
|
3 months ago |
udpmidi.cpp
|
Network support by @omersiar
|
3 months ago |
udpmidi.h
|
Network support by @omersiar
|
3 months ago |
utility.h
|
Network support by @omersiar
|
3 months ago |