Initial commit to the repository
authorJuho Vähä-Herttua <juhovh@iki.fi>
Fri, 9 Mar 2012 12:10:51 +0000 (14:10 +0200)
committerJuho Vähä-Herttua <juhovh@iki.fi>
Wed, 16 May 2012 21:31:57 +0000 (00:31 +0300)
commit2340bcd3ce772d058bbeddcadd7a8301f7b18747
tree23020b5a5201d4ba8d1d3a649bd6da5e80ad93fd
Initial commit to the repository
124 files changed:
.gitignore [new file with mode: 0644]
AirTV-Qt/AirTV.icns [new file with mode: 0644]
AirTV-Qt/AirTV.ico [new file with mode: 0644]
AirTV-Qt/AirTV.pro [new file with mode: 0644]
AirTV-Qt/AirTV.qrc [new file with mode: 0644]
AirTV-Qt/AirTV.rc [new file with mode: 0644]
AirTV-Qt/audiooutput.cpp [new file with mode: 0644]
AirTV-Qt/audiooutput.h [new file with mode: 0644]
AirTV-Qt/images/airtv.svg [new file with mode: 0644]
AirTV-Qt/main.cpp [new file with mode: 0644]
AirTV-Qt/mainapplication.cpp [new file with mode: 0644]
AirTV-Qt/mainapplication.h [new file with mode: 0644]
AirTV-Qt/mainwindow.ui [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/INSTALL.TXT [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/README.TXT [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/buildlib/buildlib.pro [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/common.pri [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/configure [new file with mode: 0755]
AirTV-Qt/qtsingleapplication/configure.bat [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/classic.css [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/images/qt-logo.png [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/index.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication-example-loader.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication-example-trivial.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication-members.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication-obsolete.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication.dcf [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication.index [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsingleapplication.qhp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsinglecoreapplication-example-console.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsinglecoreapplication-members.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/html/qtsinglecoreapplication.html [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/images/qt-logo.png [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/doc/index.qdoc [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/console/console.pro [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/console/console.qdoc [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/console/main.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/examples.pro [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/loader/file1.qsl [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/loader/file2.qsl [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/loader/loader.pro [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/loader/loader.qdoc [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/loader/main.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/trivial/main.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/trivial/trivial.pro [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/examples/trivial/trivial.qdoc [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/qtsingleapplication.pro [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/QtLockedFile [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/QtSingleApplication [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtlocalpeer.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtlocalpeer.h [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtlockedfile.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtlockedfile.h [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtlockedfile_unix.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtlockedfile_win.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtsingleapplication.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtsingleapplication.h [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtsingleapplication.pri [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtsinglecoreapplication.cpp [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtsinglecoreapplication.h [new file with mode: 0644]
AirTV-Qt/qtsingleapplication/src/qtsinglecoreapplication.pri [new file with mode: 0644]
AirTV-Qt/raopcallbackhandler.cpp [new file with mode: 0644]
AirTV-Qt/raopcallbackhandler.h [new file with mode: 0644]
AirTV-Qt/raopservice.cpp [new file with mode: 0644]
AirTV-Qt/raopservice.h [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
airport.key [new file with mode: 0644]
include/dnssd.h [new file with mode: 0644]
include/raop.h [new file with mode: 0644]
src/alac/alac.c [new file with mode: 0644]
src/alac/alac.h [new file with mode: 0644]
src/alac/stdint_win.h [new file with mode: 0644]
src/base64.c [new file with mode: 0644]
src/base64.h [new file with mode: 0644]
src/compat.h [new file with mode: 0644]
src/crypto/aes.c [new file with mode: 0644]
src/crypto/bigint.c [new file with mode: 0644]
src/crypto/bigint.h [new file with mode: 0644]
src/crypto/bigint_impl.h [new file with mode: 0644]
src/crypto/config.h [new file with mode: 0644]
src/crypto/crypto.h [new file with mode: 0644]
src/crypto/hmac.c [new file with mode: 0644]
src/crypto/md5.c [new file with mode: 0644]
src/crypto/os_port.h [new file with mode: 0644]
src/crypto/rc4.c [new file with mode: 0644]
src/crypto/sha1.c [new file with mode: 0644]
src/dnssd.c [new file with mode: 0644]
src/dnssd.m [new file with mode: 0644]
src/dnssdint.h [new file with mode: 0644]
src/global.h [new file with mode: 0644]
src/http_parser.c [new file with mode: 0644]
src/http_parser.h [new file with mode: 0644]
src/http_request.c [new file with mode: 0644]
src/http_request.h [new file with mode: 0644]
src/http_response.c [new file with mode: 0644]
src/http_response.h [new file with mode: 0644]
src/httpd.c [new file with mode: 0644]
src/httpd.h [new file with mode: 0644]
src/logger.c [new file with mode: 0644]
src/logger.h [new file with mode: 0644]
src/memalign.h [new file with mode: 0644]
src/netutils.c [new file with mode: 0644]
src/netutils.h [new file with mode: 0644]
src/raop.c [new file with mode: 0644]
src/raop_buffer.c [new file with mode: 0644]
src/raop_buffer.h [new file with mode: 0644]
src/raop_rtp.c [new file with mode: 0644]
src/raop_rtp.h [new file with mode: 0644]
src/rsakey.c [new file with mode: 0644]
src/rsakey.h [new file with mode: 0644]
src/rsapem.c [new file with mode: 0644]
src/rsapem.h [new file with mode: 0644]
src/sdp.c [new file with mode: 0644]
src/sdp.h [new file with mode: 0644]
src/sockets.h [new file with mode: 0644]
src/threads.h [new file with mode: 0644]
src/utils.c [new file with mode: 0644]
src/utils.h [new file with mode: 0644]
test/dnssd_test.c [new file with mode: 0644]
test/dnssd_test.m [new file with mode: 0644]
test/main.c [new file with mode: 0644]
test/shairport.c [new file with mode: 0644]