]> git.ipfire.org Git - thirdparty/shairport-sync.git/shortlog
thirdparty/shairport-sync.git
2013-04-02  James LairdFix hw_addr handling
2013-04-02  James Lairdshutdown cleanups
2013-04-02  James Lairdenable -v switch for verbosity
2013-04-02  James Lairdconfigure: always generate config.h
2013-04-02  James Lairdconfigure script: portability fix
2013-04-02  James Lairdrtsp: remove include of malloc.h
2013-04-02  James Lairdfix typo in arg parsing
2013-04-01  James Lairdrename arguments for compatibility with old version
2013-04-01  James Lairdao: actually use the options we collect
2013-04-01  James LairdMakefile: configure for libraries properly
2013-04-01  James Lairdao: shutdown properly
2013-04-01  James Lairdreadability cleanup
2013-04-01  James Lairdgenerate hw_addr from apname
2013-04-01  James Lairdplayer: avoid leaking memory
2013-04-01  James Lairdmdns: NULL-terminate argv lists
2013-04-01  James Lairdusage: usage of default buffer_start_fill was wrong
2013-04-01  James Lairdusage: default buffer_start_fill was wrong
2013-04-01  James LairdAdd copyright notices.
2013-04-01  James LairdTODO updates
2013-04-01  James Lairdcleanups
2013-04-01  James Lairdao: add option parsing
2013-04-01  James Lairdmain: add option parsing
2013-04-01  James Lairdaudio: output selection functionality
2013-04-01  James Lairdfix potential deadlock while shutting down
2013-04-01  James Lairdrewrite: add mDNS registration
2013-04-01  James LairdRefactor and rewrite.
2013-03-27  James LairdRevert "Merge pull request #181 from ffainelli/master"
2013-03-16  Albert Zeyerreadme: some cleanup
2013-03-13  Alfred PerlsteinMerge pull request #184 from alfredperlstein/master
2013-03-12  Florian FainelliMerge pull request #181 from ffainelli/master
2013-03-12  Albert ZeyerMerge pull request #167 from mcoms/master
2013-02-22  Florian Fainellisocketlib: properly fix the IPv6 to IPv4 fallback code.
2012-12-23  Alfred Perlsteintell FreeBSD people to force ipv4.
2012-12-23  Alfred PerlsteinAdd FreeBSD install instructions.
2012-12-23  Alfred PerlsteinPass ipv4_only to hairtunes when -4 is given as an...
2012-12-23  Alfred PerlsteinAdd ipv4 only support to hairtunes.c.
2012-12-23  Alfred PerlsteinHandle FreeBSD having openssl in base.
2012-12-23  Alfred Perlsteinallow users to force ipv4 only.
2012-10-19  Nick MalyonQuote the path to hairtunes (required if the path conta...
2012-10-19  Nick MalyonNew connection verbose logs were displaying the local...
2012-10-02  Albert ZeyerMerge pull request #166 from r10r/master
2012-09-28  Albert ZeyerMerge pull request #165 from jcheng5/patch-1
2012-09-28  Joe ChengAdd Net::SDP dependency to INSTALL.md
2012-09-27  Albert ZeyerMerge pull request #152 from hendrikw82/master
2012-09-02  Ruben JensterPass name from init script to daemon
2012-07-16  JH LairdMerge pull request #154 from grefab/master
2012-07-15  Gregor FabritiusInitiating resync when receiving strange packet
2012-07-15  Gregor FabritiusFixed Issue #147: Segfaults on ShairPort version 0...
2012-07-08  hendrikw82Makeing it iOS 6 compatibel using Net:SDP
2012-06-03  Albert ZeyerMerge pull request #145 from choongng/master
2012-04-15  Choong NgPlay silence while stream is paused to avoid audio...
2012-02-27  JH LairdMerge pull request #140 from timdoug/howl-support
2012-02-27  Tim DouglasAdd support for mDNSPublish, from the howl zeroconf...
2012-02-26  JH LairdMerge pull request #139 from toofishes/math
2012-02-25  Dan McGeehairtunes: implement a simple LCG-based RNG for dithering
2012-02-25  Dan McGeehairtunes: simplify and reorganize some floating point...
2012-02-24  Albert ZeyerMerge pull request #138 from toofishes/cleanup
2012-02-24  Dan McGeeTabs to spaces conversion
2012-02-24  Dan McGeeUse static where appropriate in shairport.c
2012-02-24  Dan McGeeAdd static to some functions in alac.c
2012-02-24  Dan McGeehairplay: various small code cleanups
2012-02-24  Dan McGeeUse the audio buffer mutex appropriately
2012-02-24  Dan McGeeUse a pthread mutex around the volume settings
2012-02-24  Dan McGeeReturn the correct value from biquad_filt()
2012-02-24  Dan McGeehairtunes: use static keyword appropriately
2012-02-24  Dan McGeeDon't require extern usage of frame buffering value
2012-02-24  Dan McGeeFix dependency issue in Makefile
2012-02-24  B. van BerkumRemoved typo in Makefile
2012-02-24  Stef SimoensImprove resending of frames (and avoid missed frames)
2012-02-24  Dan McGeeSmall socketlib static and return value tweaks
2012-02-24  Dan McGeeRemove dead code in alac.c
2012-01-12  Albert ZeyerMerge pull request #135 from alenichev/master
2012-01-12  Dmitry AlenichevOpenBSD installation instructions
2012-01-11  Dmitry Alenichevfix gentoo & openbsd compilation errors
2012-01-08  JH LairdMerge pull request #123 from juhovh/master
2012-01-08  James LairdReap child processes in shairport.c
2011-11-10  Juho Vähä-HerttuaCleanup the AES decryption code a bit
2011-11-09  Albert Zeyerinstall.md: debian/ubuntu also needs build-essential
2011-10-30  Juho Vähä-HerttuaRemove trash bytes from the RSA private key
2011-10-10  Albert ZeyerMerge pull request #120 from stefdude/master
2011-10-10  Stef Simoensnew feature: run program on first connection / run...
2011-10-10  Stef SimoensSend "last-chance retry" only once
2011-10-10  Stef SimoensBUFFER_FRAMES needs to be a power of 2 because of the...
2011-10-06  Albert Zeyerhw_addr from apname
2011-10-06  abrasiveRemove random hardware ID.
2011-09-17  Albert ZeyerMerge pull request #114 from symm/master
2011-09-17  Gareth JonesFixed an issue with init script stop action.
2011-09-06  Albert ZeyerMerge pull request #112 from doubledrones/master
2011-09-06  Marcin NowickiAdd Gentoo/Funtoo installation howto.
2011-08-11  Albert ZeyerMerge pull request #108 from lgarron/master
2011-08-11  Lucas GarronPerl installations seemed to require sudo for me.
2011-08-11  Lucas GarronAdded more # comment delimiters to the Mac instructions...
2011-08-03  Albert ZeyerMerge pull request #105 from sbleon/master
2011-08-03  sbleonRemoved libao2 package from Debian/Ubuntu package insta...
2011-07-21  Albert ZeyerMerge pull request #104 from propaganda23/master
2011-07-21  Jan OrtgiesFix global symbol error (perl strict mode)
2011-07-21  Albert ZeyerMerge pull request #103 from meurkens/master
2011-07-21  Stijn MeurkensFixing password-problem on iOS
2011-06-17  Albert ZeyerMerge pull request #98 from yuvalt/master
2011-06-14  Yuval Talbyte order was wrong for ipv4 address on top of ipv6
next