summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix some configure bugs that have been introduced with r504Lennart Poettering2005-08-301-1/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@507 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix avahi-bookmarks breakage in r504Lennart Poettering2005-08-301-21/+50
| | | | | | | * add some new useful options to avahu-bookmarks git-svn-id: file:///home/lennart/svn/public/avahi/trunk@506 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fix ./configure: line 23192: xyes: command not found Jakub Stachowski2005-08-301-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@505 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * This should solve the avahi-bookmarks and checking for python modules ↵Trent Lloyd2005-08-303-8/+36
| | | | | | problems more elegantly git-svn-id: file:///home/lennart/svn/public/avahi/trunk@504 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix building of python scripts to exclude things needing DBUS or GTK if ↵Trent Lloyd2005-08-302-15/+24
| | | | | | they are disabled, including fixing configure.ac not to error in these cases. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@503 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Make a small fix to avahi-bookmarks where the URL was incorrect if the ↵Trent Lloyd2005-08-301-1/+1
| | | | | | path specified had no / at the start git-svn-id: file:///home/lennart/svn/public/avahi/trunk@502 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Make QT3/QT4 a first class citizenLennart Poettering2005-08-301-19/+19
| | | | | | | * Show QT3/QT4 build in summary git-svn-id: file:///home/lennart/svn/public/avahi/trunk@501 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* doc updateLennart Poettering2005-08-301-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@500 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Add pkg-config files for avahi-qtLennart Poettering2005-08-303-1/+49
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@499 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* doc updateLennart Poettering2005-08-301-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@498 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add legal blurb to MakefileLennart Poettering2005-08-303-12/+32
| | | | | | | | | * minor Makefile improveemnt * hide some files from svn * minor documentation git-svn-id: file:///home/lennart/svn/public/avahi/trunk@497 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add Jakub to AUTHORS fileLennart Poettering2005-08-301-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@496 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Include qt mainloop adapter in build system. Moc finding code is cracktastic ↵Jakub Stachowski2005-08-295-3/+115
| | | | | | | | | | thanks to not providing its location in .pc file and debian that renames it to moc-qt3 and moc-qt4 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@495 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Fixed get_events() semantic, rename create_qt_poll to avahi_qt_poll_get, use ↵Jakub Stachowski2005-08-292-12/+19
| | | | | | | | | | static variable for returned AvahiPoll struct git-svn-id: file:///home/lennart/svn/public/avahi/trunk@494 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Source of Qt mainloop adapter. Build system stuff will followJakub Stachowski2005-08-292-0/+220
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@493 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* use exec for starting autogen.sh from bootstrap.shLennart Poettering2005-08-291-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@492 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Split bootstrap.sh into autogen.sh which configures with no extra flagsTrent Lloyd2005-08-293-29/+51
| | | | | | | | * bootstrap.sh now calls autogen.sh with the extra CFLAGS and options This is to help support building avahi with jhbuild for targetting GNOME git-svn-id: file:///home/lennart/svn/public/avahi/trunk@491 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Re-order the calls in bootstrap.sh to make it more sane and fasterTrent Lloyd2005-08-291-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@490 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix https descriptionLennart Poettering2005-08-291-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@489 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix avahi-dnsconfd segfaultLennart Poettering2005-08-291-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@488 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Patch by swegener to fix parallel buildsTrent Lloyd2005-08-281-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@487 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* dont distribute ServiceTypeDatabase.py builtLennart Poettering2005-08-281-3/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@485 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* check for dbm, anydbm and socket python modulesLennart Poettering2005-08-281-0/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@484 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix small typo in NEWS for 0.2Trent Lloyd2005-08-281-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@482 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Add old 0.1 release announcement to the bottom of docs/NEWSTrent Lloyd2005-08-281-0/+77
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@481 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* 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