summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add a bad bad jokeLennart Poettering2005-08-281-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@480 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Add docs/NEWS file to Makefile.amTrent Lloyd2005-08-281-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@479 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Add new docs/NEWS file, updated for 0.2 release.Trent Lloyd2005-08-283-1/+64
| | | | | | | | | * Add warning to examples/core-browse-services.c, warning the onlooker that they are probably looking for client-browse-services.c git-svn-id: file:///home/lennart/svn/public/avahi/trunk@478 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* bum sonamesLennart Poettering2005-08-283-2/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@477 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Update docs/DBUS-APITrent Lloyd2005-08-282-3/+30
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@476 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix make distcheckLennart Poettering2005-08-282-6/+14
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@475 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Yeh, maybe we should use the copied value instead of the old one...Trent Lloyd2005-08-281-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@474 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * We should va_end the va_copy'd value tooTrent Lloyd2005-08-281-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@473 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * avahi-common/malloc.c: va_copy the va_list before using it as we might ↵Trent Lloyd2005-08-281-0/+3
| | | | | | want it again. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@472 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Withdraw addresses if interface is not considered relevantLennart Poettering2005-08-281-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@471 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update TODOLennart Poettering2005-08-281-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@470 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Change order of relevancy checks and RR updating for new/removed interfacesLennart Poettering2005-08-281-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@469 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * postpone address registration until all addresses have been discoveredLennart Poettering2005-08-281-14/+24
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@468 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * First try to publish link local addresses in case they are the only ones ↵Lennart Poettering2005-08-281-6/+29
| | | | | | on the link git-svn-id: file:///home/lennart/svn/public/avahi/trunk@467 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Don't consider incoming goodbye packets as conflicting unless they match one ↵Lennart Poettering2005-08-281-1/+24
| | | | | | of our records git-svn-id: file:///home/lennart/svn/public/avahi/trunk@466 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Improve log messagesLennart Poettering2005-08-281-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@465 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * be a little bit more verbose about published IP addressesLennart Poettering2005-08-283-2/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@464 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update todoLennart Poettering2005-08-281-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@463 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Move service/host name/address resolvers to asynchronous interfacesLennart Poettering2005-08-286-313/+336
| | | | | | | | | | * drop xxx_get_dbus_path() functions * drop xxx_block() functions * fix compiler warning about missing const * fix some minor memory corruption bugs git-svn-id: file:///home/lennart/svn/public/avahi/trunk@462 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix service resolving when a service is updatedLennart Poettering2005-08-281-2/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@461 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * improve debug messages Lennart Poettering2005-08-281-13/+21
| | | | | | | * set destination for asynchronous resolver signals git-svn-id: file:///home/lennart/svn/public/avahi/trunk@460 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix a small typo in Server.introspectTrent Lloyd2005-08-271-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@459 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * fix some small issues in client-testLennart Poettering2005-08-273-9/+15
| | | | | | | * add protocol argument avahi_adress_resolver_new_a() git-svn-id: file:///home/lennart/svn/public/avahi/trunk@458 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update avahi-discover and avahi-browse to make use of the service type databaseLennart Poettering2005-08-272-43/+68
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@457 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add new object ServiceTypeDatabase to avahi module for pythonLennart Poettering2005-08-272-4/+110
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@456 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add service type _workstation._tcpLennart Poettering2005-08-271-0/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@455 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* integrate the service type database into the build systemLennart Poettering2005-08-274-2/+42
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@454 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update servcie type database a littleLennart Poettering2005-08-271-7/+9
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@453 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* install interface file when compiling without GTK but with Python+DBUSLennart Poettering2005-08-271-3/+14
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@452 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add the beginning of a service type data baseLennart Poettering2005-08-272-0/+109
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@451 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Implement AddressResolver in the avahi-client C apiTrent Lloyd2005-08-265-19/+291
| | | | | | | * Small fix to the HostNameResolver git-svn-id: file:///home/lennart/svn/public/avahi/trunk@450 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Implement the HostNameResolver in the avahi-client C apiTrent Lloyd2005-08-265-3/+302
| | | | | | | | * Add HostNameResolver and ServiceResolver to client-test * Add get_client functions to all avahi-client browsers/resolvers git-svn-id: file:///home/lennart/svn/public/avahi/trunk@449 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* minor avahi-discover-standalone fixesLennart Poettering2005-08-251-3/+8
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@448 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * fix string list serializationLennart Poettering2005-08-252-9/+18
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@447 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * fix "sebest's bug" (TM) -- deal with dbus brokeness when passing zero ↵Lennart Poettering2005-08-251-4/+9
| | | | | | length arrays git-svn-id: file:///home/lennart/svn/public/avahi/trunk@446 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * fix behaviour of empty TXT listsLennart Poettering2005-08-252-23/+45
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@445 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * brrr, fix commit r442Lennart Poettering2005-08-251-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@444 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Show interface names instead of indexes in avahi-discover-standalone GUILennart Poettering2005-08-251-4/+34
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@443 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * support GetNetworkInterfaceNameByIndex/IndexByName on IPv6-only hostsLennart Poettering2005-08-251-8/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@442 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * small avahi-discover-standalone beautification when showing empty TXT recordsLennart Poettering2005-08-251-1/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@441 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add strncasecmp to functions to check for in configure.acLennart Poettering2005-08-251-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@440 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix small typo which breaks build without dbus Lennart Poettering2005-08-251-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@439 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* small bootstrap improvementLennart Poettering2005-08-251-3/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@438 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * avahi-bookmarks: Mention twisted.web in twisted error messageTrent Lloyd2005-08-243-5/+13
| | | | | | | | | | * bootstrap.sh: Change interpreter to #!/bin/sh * configure.ac: - Allow --with-distro=none to bypass check for supported distro - Add check for the pkg-config binary git-svn-id: file:///home/lennart/svn/public/avahi/trunk@436 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix the archlinux avahi-dnsconfd init scriptTrent Lloyd2005-08-241-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@435 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * drop useless argumentLennart Poettering2005-08-231-8/+4
| | | | | | | | | * do NOT call _exit when DBUS connection dies * don't print directly to STDOUT, that's what DBusError is for * small optimization git-svn-id: file:///home/lennart/svn/public/avahi/trunk@434 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * avahi-client/Trent Lloyd2005-08-233-19/+67
| | | | | | | | | | | | | | | | | | | | | | - Create a new function avahi_dbus_bus_get which acts like dbus_bus_get but instead gets a private connection, this solves the bug where you can't have more than one AvahiClient at once because each successive AvahiClient stepped on the DBusWatch handling of the previous due to libdbus liking to recycle its connections. Introduced a new configure option --with-dbus-system-address= if you set this, you likely want it set to unix:path=/some/socket/here The default is /var/run/dbus/system_socket_address, because this path is hard coded into D-BUS itself, and the DBUS_SYSTEM_BUS_ADDRESS environment variable is now supported to change this at runtime which is inline with libdbus. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@432 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Re-indent configure.ac to four spacesTrent Lloyd2005-08-233-40/+43
| | | | | | | * Make all python programs that use DBUS only install if compiling with DBUS support (avahi-utils/Makefile.am, man/Makefile.am) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@431 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * really fix compilation without DBUSLennart Poettering2005-08-231-0/+4
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@430 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix compilation with D-BUS disabled, include flags in DaemonConfig even ↵Trent Lloyd2005-08-231-2/+0
| | | | | | if HAVE_DBUS is false git-svn-id: file:///home/lennart/svn/public/avahi/trunk@429 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe