summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove an invalid optimization in avahi_simple_poll_run(). (Closes #132)Lennart Poettering2007-04-141-10/+6
* Fix error message when passing invalid command line arguments. I admit defeat...Lennart Poettering2007-04-147-14/+0
* check both !isatty() and $DISPLAY before assuming we ar running from an X11 s...Lennart Poettering2007-04-131-3/+6
* exec ssh inside a terminal if not attached to a ttyLennart Poettering2007-04-131-4/+21
* increase netlink buffer size (hopefully closes #106)Lennart Poettering2007-04-121-1/+1
* add a regression test for #84 contributed by tedp. (closes #84)Lennart Poettering2007-04-122-0/+135
* fix a badly chosen log level. patch from tedp. closes #108Lennart Poettering2007-04-121-1/+1
* fix a typo in configure.ac. found by tedp. closes #109Lennart Poettering2007-04-121-1/+1
* fixup icon the same way we already fixed up the desktop file iconLennart Poettering2007-04-121-1/+1
* use network-wired instead of gnome-nettool as an icon. Stealing icons sucks. ...Lennart Poettering2007-04-121-1/+3
* fix a typo in configure.ac. Patch from ahanke. Closes #112Lennart Poettering2007-04-121-1/+1
* add the ability to dump the service type database to avahi-browseLennart Poettering2007-04-124-2/+93
* fix fedora init script exit code (closes #115) patch from mbacovsk@redhat.comLennart Poettering2007-04-122-4/+6
* rework service database, pacth from uws (closes #117)Lennart Poettering2007-04-121-47/+83
* add gcc stack protector m4 to svn. unfortunately we cannot enable it (yet), b...Lennart Poettering2007-04-121-0/+77
* always build with -fPIC to allow address space randomizationLennart Poettering2007-04-121-1/+1
* Improve compatibility with Bonjour's libdns_sd (Patch from Chris Rivera, clos...Lennart Poettering2007-04-121-20/+10
* remove a deprecation warning (patch from DamjanGeorgievski) (closes #129)Lennart Poettering2007-04-121-1/+1
* allow adding of generic DNS RRs properly. Patch from Sjoerd Simons again (clo...Lennart Poettering2007-04-121-1/+2
* add apt to services types, pacth from "uws". (closes #116)Lennart Poettering2007-04-121-0/+3
* Fix registration of really large records, like it is necessary for XEP-0174 (...Lennart Poettering2007-04-125-20/+23
* update EXTRA_DISTLennart Poettering2007-04-121-1/+1
* hide avahi-autoipd.actionLennart Poettering2007-04-120-0/+0
* port avahi-autoipd to FreeBSD (original patch from Bruce M Simpson)Lennart Poettering2007-04-125-42/+787
* avahi-pyhton build fix contributed by Stanislav BrabecLennart Poettering2007-04-121-1/+3
* * avahi-core/entry.c: Correctly reset register_time_event when leaving the R...Trent Lloyd2007-03-301-7/+5
* * Revert fix from R1398Trent Lloyd2007-03-242-2/+2
* * avahi-common/address.h#AVAHI_IF_INDEX check should be interface > 0, not i...Trent Lloyd2007-03-241-1/+1
* hide avahi-ui.pc from svnLennart Poettering2007-02-080-0/+0
* if no default service name is specified, just select the first one we findLennart Poettering2007-02-081-3/+4
* Fix service type database building on Solaris (Patch from Padraig O'Briain)Lennart Poettering2007-02-081-1/+3
* fix pkg-config file generation for avahi-uiLennart Poettering2007-02-071-3/+5
* ship avahi-ui.pc.inLennart Poettering2007-02-071-1/+2
* Drop "Remote Terminal on" prefix since it is usually superfluousLennart Poettering2007-02-071-1/+1
* add GTK propertiesLennart Poettering2007-02-071-7/+175
* overload zssh to zvncLennart Poettering2007-02-072-25/+52
* Commit first version of avahi-ui and zsshLennart Poettering2007-02-077-1/+1446
* macosx portability: use GLOB_xxx macros only if they are availableLennart Poettering2007-02-051-8/+13
* add sys/types.h for openbsd compatLennart Poettering2007-02-051-0/+1
* prepare NEWS for 0.6.17Lennart Poettering2007-02-041-0/+15
* move assert check before accessLennart Poettering2007-02-041-1/+2
* minor cleanups it netlink handling code:Lennart Poettering2007-02-041-8/+7
* Use SCM_CREDENTIALS for authentication of netlink data from kernelLennart Poettering2007-02-041-2/+36
* fix build of the service-type-database if srcdir != builddir (Closes #100)Lennart Poettering2007-02-041-2/+4
* re #94: don't accept "localhost" as hostname; read distribution id from /etc/...Lennart Poettering2007-02-021-5/+60
* Add CGI support to avahi-bookmarks. (Closes: #91) -- Thanks for the patch!Lennart Poettering2007-02-021-26/+72
* * Fix typo of failure, thanks to Michael Burns (Closes #98)Trent Lloyd2007-01-301-1/+1
* * Add OLPC Presence service to the service-type-databaseTrent Lloyd2007-01-211-0/+1
* refer to some wiki stories from the man pagesLennart Poettering2007-01-062-0/+4
* * handle NULL sdrefs gracefully.Lennart Poettering2007-01-061-14/+21