summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Sending translation for Romanianalexxed2009-10-091-187/+259
| |
| * Sending translation for Polishraven2009-09-271-47/+48
| |
| * Sending translation for po/uk.pomvdz2009-09-081-0/+814
| |
| * Sending translation for Japanesehyuuga2009-09-061-157/+207
| |
| * Sending translation for po/nl.powarrink2009-09-011-0/+758
| |
| * Sending translation for po/ja.pokhasida2009-08-311-0/+757
| |
| * Sending translation for po/LINGUASraven2009-08-291-4/+0
| |
| * Sending translation for po/LINGUASpmkovar2009-08-171-0/+1
| |
| * Sending translation for po/cs.popmkovar2009-08-171-0/+843
| |
| * Sending translation for Swedishyeager2009-07-271-77/+90
| |
| * Sending translation for Germantbull2009-04-181-233/+70
| |
* | gobject: implement gobject introspectionAlan Knowles2010-06-277-2/+195
| |
* | build-sys: install systemd service filesLennart Poettering2010-06-2710-4/+161
| |
* | dnsconfd: add --syslog switchLennart Poettering2010-06-262-1/+15
| |
* | build-sys: get rid of old cruftLennart Poettering2010-06-262-9/+2
| |
* | dbus: move interfaces into standard D-Bus interfaces directoryLennart Poettering2010-06-2620-66/+52
| | | | | | | | http://avahi.org/ticket/268
* | man: clarify avahi-daemon.conf.5Lennart Poettering2010-06-251-4/+4
| | | | | | | | As requested in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549445
* | watch: ignore EINTR in the main loopLennart Poettering2010-06-251-3/+13
| |
* | socket: ignore EINTR on sendmsg()Lennart Poettering2010-06-251-0/+3
| |
* | daemon: don't include long prefix blurb in ssh-sftp.serviceLennart Poettering2010-06-251-1/+1
| | | | | | | | | | | | | | The old service name describes the service type which can much better be described on the client side. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389336
* | limits: considerably bump up limits, since users can now easily lower them ↵Lennart Poettering2010-06-253-8/+8
| | | | | | | | again and some applications need the high values
* | service-type-db: add libvirt serviceLennart Poettering2010-06-251-1/+3
| |
* | daemon: add some minimal OOM checking against D-BusLennart Poettering2010-06-2513-5/+112
| |
* | daemon: make internal limits configurableLennart Poettering2010-06-2520-367/+479
| |
* | daemons: drop unnecessary setsid() callsLennart Poettering2010-06-252-63/+39
| |
* | autoipd: don't consider packets with out own MAC as source as conflicting. ↵Nathaniel McCallum2010-06-251-3/+8
| | | | | | | | See #265
* | avahi-autopid: set metric for default route in action scriptLennart Poettering2010-06-252-7/+18
| |
* | build-sys: fix compiler warnings to make build more silentLennart Poettering2010-06-251-1/+1
| |
* | build-sys: set MONO_SHARED_DIR= to avoid build env troubles on redhat ↵Lennart Poettering2010-06-252-7/+7
| | | | | | | | (stolen from our rpms)
* | docs: document what to do on AVAHI_ERR_DISCONNECTED (see #278)Lennart Poettering2010-06-251-4/+6
| |
* | build-sys: fix reference to LIBINTL/INTLLIBSLennart Poettering2010-06-251-1/+1
| | | | | | | | Fixes #293.
* | service-types-db: add 6 new service typesChris Couzens2010-06-251-0/+11
| |
* | python: extend ServiceTypeDatabase.py API a littleChris Couzens2010-06-251-9/+62
| | | | | | | | | | | | | | Added a few useful methods to ServiceTypeDatabase.py such as get(key, default). These methods will be familiar to any python programmer. Fixes #294
* | build-sys: fix build on HurdPino Toscano2010-06-251-0/+1
| |
* | core: fix build on kFreeBSDJulien Blache2010-06-251-1/+1
| |
* | core: Don't ignore records with link-local addresssTommaso Colombo2010-06-251-4/+3
| | | | | | | | | | | | | | | | Fix a regression introduced by commit 2ea7e99ed0dcfd371fef5aeecd3de77da1dfcd4f that caused the mDNS response handler to completely ignore records with link-local addresses. Fixes #300
* | darwin: don't make plists executable (See #301)Lennart Poettering2010-06-251-2/+0
| |
* | gtk: build for both gtk2 and gtk3Lennart Poettering2010-06-256-12/+94
| |
* | service-type-db: add Window Shifter protocol (See #308)Lennart Poettering2010-06-252-10/+12
| |
* | Corrected some spellings of 'privilege'Aaron Faanes2010-06-253-4/+4
| |
* | discover: don't show python backtrace when we cannot connect to Avahi ↵Lennart Poettering2010-06-251-3/+6
| | | | | | | | (rhbz#585061)
* | discover: don't show python backtrace when we cannot connect to X11 ↵Lennart Poettering2010-06-251-16/+17
| | | | | | | | (rhbz#599137)
* | init: fix fedora init script handling for PIDFILE (rhbz#600430)James Laska2010-06-253-61/+53
| |
* | get rid of a lot of old svn cruftLennart Poettering2010-06-25329-916/+252
| |
* | socket: ignore packet if FIONREAD returns zeroLudwig Nussel2010-06-251-0/+8
| | | | | | | | | | | | zero size is reported for corrupt packets. recvmsg() later could nevertheless get data from a good packet that followed the bad one. So get out early to avoid hitting an assertion.
* | gobject: clean up compiler outputOlivier Crête2010-06-251-2/+2
| |
* | build-sys: almost completely make the build clean, missing are howl and ↵Lennart Poettering2010-06-258-25/+23
| | | | | | | | avahi-gobject
* | build-sys: make things more quietLennart Poettering2010-06-2511-116/+43
| |
* | build-sys: enable git commit hook by defaultLennart Poettering2010-06-251-16/+22
| |
* | from now on we enforce a strict whitespace regimeLennart Poettering2010-06-25201-2792/+2792
| |