]> git.meshlink.io Git - catta/log
catta
18 years ago* cleanup build system a little
Lennart Poettering [Mon, 15 Aug 2005 21:31:30 +0000 (21:31 +0000)]
* cleanup build system a little
* strip remaining glib usage
* -fPIC build fix for x86-64 (thanks tvainika)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@336 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Add pkg-config files for avahi-glib/avahi-client
Lennart Poettering [Mon, 15 Aug 2005 18:54:32 +0000 (18:54 +0000)]
* Add pkg-config files for avahi-glib/avahi-client
* Generate .pc files with sed
* use libtool for building libdbus-watch-glue

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@335 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd missing avahi-common dependency to avahi-client
Lennart Poettering [Mon, 15 Aug 2005 16:22:26 +0000 (16:22 +0000)]
add missing avahi-common dependency to avahi-client

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@334 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* fix a bad memory access bug in avahi_strndup()
Lennart Poettering [Mon, 15 Aug 2005 16:07:29 +0000 (16:07 +0000)]
* fix a bad memory access bug in avahi_strndup()
* some small optimizations to call gettimeofday() less often
* fix dbus-watch-glue to call dbus_connection_dispatch()

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@333 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agogcc 2.95 compatibility
Lennart Poettering [Mon, 15 Aug 2005 14:25:32 +0000 (14:25 +0000)]
gcc 2.95 compatibility

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@332 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoapply patch from tvainika
Lennart Poettering [Mon, 15 Aug 2005 14:10:12 +0000 (14:10 +0000)]
apply patch from tvainika

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@331 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoRemove glib dependency from examples
Lennart Poettering [Mon, 15 Aug 2005 14:09:50 +0000 (14:09 +0000)]
Remove glib dependency from examples

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@330 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agostrip glib usage from avahi-dnsconfd
Lennart Poettering [Mon, 15 Aug 2005 14:05:21 +0000 (14:05 +0000)]
strip glib usage from avahi-dnsconfd

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@329 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoupdate some ignores
Lennart Poettering [Mon, 15 Aug 2005 13:30:25 +0000 (13:30 +0000)]
update some ignores

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@328 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* implement ini file parser
Lennart Poettering [Mon, 15 Aug 2005 02:42:59 +0000 (02:42 +0000)]
* implement ini file parser
* strip glib usage from avahi-daemon
* make dbus-watch-glue a static library so that both avahi-client and avahi-daemon can make use of it

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@327 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix avahi-discover-standalone build breakage
Lennart Poettering [Sun, 14 Aug 2005 22:27:18 +0000 (22:27 +0000)]
fix avahi-discover-standalone build breakage

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@326 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoTODO update
Lennart Poettering [Sun, 14 Aug 2005 22:16:32 +0000 (22:16 +0000)]
TODO update

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@325 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* add new priority parameter to avahi_glib_poll_new()
Lennart Poettering [Sun, 14 Aug 2005 22:11:35 +0000 (22:11 +0000)]
* add new priority parameter to avahi_glib_poll_new()
* beef up AvahiPoll a little to contain real timeout events
* cleanups in avahi-client
* drop glib dependency
* port to AvahiPoll system
* put some "const"s and "static"s in to make gcc shut up
* change all uses of malloc/free to avahi_malloc/avahi_new/avahi_free

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@324 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Fix docs/INSTALL for the right dbus path for debian (Thanks sebest)
Trent Lloyd [Sun, 14 Aug 2005 15:51:54 +0000 (15:51 +0000)]
 * Fix docs/INSTALL for the right dbus path for debian (Thanks sebest)
 * Put -DDBUS_API_SUBJECT_TO_CHANGE in DBUS_CFLAGS and
   remove from individual files
 * Add avahi-client to the C++ test runs, compile with DBUS flags
 * Fix avahi-client to compile with C++ compilers.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@323 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Remove AvahiEntryGroups from the client's list when we free it
Trent Lloyd [Sun, 14 Aug 2005 12:18:03 +0000 (12:18 +0000)]
 * Remove AvahiEntryGroups from the client's list when we free it
 * Add a test for AvahiEntryGroup free()

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@322 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Remove most of the debug printf()s from avahi-client code and make sure errors...
Trent Lloyd [Sun, 14 Aug 2005 12:12:03 +0000 (12:12 +0000)]
 * Remove most of the debug printf()s from avahi-client code and make sure errors are set when appropriate.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@321 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Add a free function for AvahiEntryGroup in C api
Trent Lloyd [Sun, 14 Aug 2005 12:06:09 +0000 (12:06 +0000)]
 * Add a free function for AvahiEntryGroup in C api
 * Modify the browser free functions to return/set errors.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@320 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Implement free functions for the various browsers in the C api
Trent Lloyd [Sun, 14 Aug 2005 11:50:14 +0000 (11:50 +0000)]
 * Implement free functions for the various browsers in the C api

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@319 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Fix tests/Makefile.am to set CXXFLAGS for c-plus-plus-test, this fixes the last...
Trent Lloyd [Sun, 14 Aug 2005 11:22:01 +0000 (11:22 +0000)]
 * Fix tests/Makefile.am to set CXXFLAGS for c-plus-plus-test, this fixes the last make distcheck error

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@318 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Add service browser support to C client API
Trent Lloyd [Sun, 14 Aug 2005 10:56:45 +0000 (10:56 +0000)]
 * Add service browser support to C client API
 * Small fix to avahi-common to get make distcheck further

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@317 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoFix no network interface bug reported by Lathiat
Lennart Poettering [Sun, 14 Aug 2005 03:13:28 +0000 (03:13 +0000)]
Fix no network interface bug reported by Lathiat

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@316 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Revert revision 303 (Name space changes) as avahi-core has now been changed.
Trent Lloyd [Sun, 14 Aug 2005 03:03:10 +0000 (03:03 +0000)]
 * Revert revision 303 (Name space changes) as avahi-core has now been changed.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@315 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* doxygen documentation updates
Lennart Poettering [Sun, 14 Aug 2005 02:33:41 +0000 (02:33 +0000)]
* doxygen documentation updates
* make AvahiPoll objects const
* make poll() functions pluggable in AvahiSimplePoll

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@314 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* add C++ test
Lennart Poettering [Sun, 14 Aug 2005 01:26:19 +0000 (01:26 +0000)]
* add C++ test
* add more autoconf checks

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@313 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* allow SRV records with port == 0 (for flagship naming)
Lennart Poettering [Sun, 14 Aug 2005 00:56:25 +0000 (00:56 +0000)]
* allow SRV records with port == 0 (for flagship naming)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@312 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* add resource limit enforcement to the daemon
Lennart Poettering [Sun, 14 Aug 2005 00:47:37 +0000 (00:47 +0000)]
* add resource limit enforcement to the daemon
* add ne options --no-rlimits, --no-drop-root, --syslog and --debug

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@311 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoRename some server side objects/symbols so that they do not conflict with the same...
Lennart Poettering [Sat, 13 Aug 2005 22:04:21 +0000 (22:04 +0000)]
Rename some server side objects/symbols so that they do not conflict with the same things on the client side. i.e. AvahiEntryGroup -> AvahiSEntryGroup

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@310 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd missing error codes to some places where they belong
Lennart Poettering [Sat, 13 Aug 2005 21:34:17 +0000 (21:34 +0000)]
add missing error codes to some places where they belong

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@309 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* strip glib from avahi-core
Lennart Poettering [Sat, 13 Aug 2005 21:25:09 +0000 (21:25 +0000)]
* strip glib from avahi-core
* implement glib memory allocator
* add new documentation file MALLOC
* initialize pseudo-RNG from /dev/urandom in avahi-daemon
* remove some gcc 4.0 warnings
* beef up watch system with real timeouts
* move GCC __attribute__ macros into its own header avahi-common/gccmacro.h
* make use of GCC's sentinel attribute where it make sense
* add malloc() implementations that abort on OOM and enable them by default

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@308 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* add an handler in glade to handle the destroy event
Sebastien Estienne [Sat, 13 Aug 2005 00:57:00 +0000 (00:57 +0000)]
* add an handler in glade to handle the destroy event
* unconditionnaly browse for .local in avahi-discover
* display error (eg: timeout)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@307 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* implement hashmap
Lennart Poettering [Fri, 12 Aug 2005 21:01:28 +0000 (21:01 +0000)]
* implement hashmap
* de-glib-ify rr.[ch], rrlist.[ch]

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@306 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoimplement new main loop abstraction layer
Lennart Poettering [Fri, 12 Aug 2005 19:09:50 +0000 (19:09 +0000)]
implement new main loop abstraction layer

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@305 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Rename various data structures to prevent a namespace conflict with avahi-core
Trent Lloyd [Fri, 12 Aug 2005 04:49:23 +0000 (04:49 +0000)]
 * Rename various data structures to prevent a namespace conflict with avahi-core

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@304 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agosmall indenting fix
Lennart Poettering [Fri, 12 Aug 2005 01:58:25 +0000 (01:58 +0000)]
small indenting fix

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@303 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agosmall typo fix
Lennart Poettering [Fri, 12 Aug 2005 01:47:40 +0000 (01:47 +0000)]
small typo fix

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@302 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoDocumentation updates
Lennart Poettering [Fri, 12 Aug 2005 00:54:24 +0000 (00:54 +0000)]
Documentation updates

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@301 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix avahi-dnsconfd.c
Lennart Poettering [Fri, 12 Aug 2005 00:28:17 +0000 (00:28 +0000)]
fix avahi-dnsconfd.c

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@300 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoSplit avahi-common/util.h into
Lennart Poettering [Fri, 12 Aug 2005 00:25:52 +0000 (00:25 +0000)]
Split avahi-common/util.h into
avahi-common/domain.h
avahi-core/fdutil.h
avahi-core/timeval.h

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@299 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* drop glib from avahi-common
Lennart Poettering [Thu, 11 Aug 2005 23:45:42 +0000 (23:45 +0000)]
* drop glib from avahi-common
* add new module with avahi_malloc() and friends

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@298 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Some minor error handling cleanups
Lennart Poettering [Thu, 11 Aug 2005 20:38:33 +0000 (20:38 +0000)]
* Some minor error handling cleanups
* Please use uint16_t for port numbers. This type is defined in inttypes.h which is available nearly everywhere

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@297 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agorename avahi_entry_group_state() to avahi_entry_group_get_state()
Lennart Poettering [Thu, 11 Aug 2005 20:04:52 +0000 (20:04 +0000)]
rename avahi_entry_group_state() to avahi_entry_group_get_state()

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@296 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoThere is no need to test a pointer to be freed for being NULL. free() does this anywa...
Lennart Poettering [Thu, 11 Aug 2005 20:01:39 +0000 (20:01 +0000)]
There is no need to test a pointer to be freed for being NULL. free() does this anyway. See free(3)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@295 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoIt is a bad idea to name your own variables "errno". On some system the libc defines...
Lennart Poettering [Thu, 11 Aug 2005 19:30:19 +0000 (19:30 +0000)]
It is a bad idea to name your own variables "errno". On some system the libc defines this as a macro, so you get into strange difficulties. I renamed those variables to "error" wherever this applies.

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@294 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoPlease do not include "config.h" in header files! (I wrote this in HACKING, by the...
Lennart Poettering [Thu, 11 Aug 2005 19:26:36 +0000 (19:26 +0000)]
Please do not include "config.h" in header files! (I wrote this in HACKING, by the way)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@293 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoupdated INSTALL
Sebastien Estienne [Thu, 11 Aug 2005 16:59:29 +0000 (16:59 +0000)]
updated INSTALL

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@292 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agosmall fixes in mans and INSTALL
Sebastien Estienne [Thu, 11 Aug 2005 16:44:30 +0000 (16:44 +0000)]
small fixes in mans and INSTALL

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@291 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Add ServiceTypeBrowser support to C API
Trent Lloyd [Thu, 11 Aug 2005 15:10:55 +0000 (15:10 +0000)]
 * Add ServiceTypeBrowser support to C API

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@290 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Add DomainBrowser support to C client API
Trent Lloyd [Thu, 11 Aug 2005 14:04:13 +0000 (14:04 +0000)]
 * Add DomainBrowser support to C client API

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@289 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Work on avahi-client
Trent Lloyd [Thu, 11 Aug 2005 07:31:07 +0000 (07:31 +0000)]
 * Work on avahi-client
   - Support for connecting and registering services works
   - Needs some more error handling (DBus Errors from the daemon)
   - Needs browser support yet
 * Fix avahi-utils to pass make dist-check
 * Add new error codes

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@288 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd some quoting to configure.ac
Lennart Poettering [Wed, 10 Aug 2005 14:23:39 +0000 (14:23 +0000)]
add some quoting to configure.ac

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@287 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agomove rr.[ch] back to avahi-core/
Lennart Poettering [Tue, 9 Aug 2005 15:00:34 +0000 (15:00 +0000)]
move rr.[ch] back to avahi-core/

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@286 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Actually add avahi-common/error.[ch]
Trent Lloyd [Tue, 9 Aug 2005 14:26:50 +0000 (14:26 +0000)]
 * Actually add avahi-common/error.[ch]

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@285 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agos/shttp/https/
Lennart Poettering [Tue, 9 Aug 2005 14:22:01 +0000 (14:22 +0000)]
s/shttp/https/

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@284 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Split out error code handling to avahi-common/error.[ch]
Trent Lloyd [Tue, 9 Aug 2005 14:18:10 +0000 (14:18 +0000)]
 * Split out error code handling to avahi-common/error.[ch]
 * Redefine states/evvents in avahi-common/defs.h not to have -1 values
   - Update avahi-utils/avahi/__init__.py to reflect this

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@283 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agodisable valgrind workaround
Lennart Poettering [Tue, 9 Aug 2005 00:33:14 +0000 (00:33 +0000)]
disable valgrind workaround

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@282 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Update HACKING
Lennart Poettering [Tue, 9 Aug 2005 00:32:32 +0000 (00:32 +0000)]
* Update HACKING

* Change DBUS API: txt record lists are now coded as "aay" instead of "as".
  Unfortunately this triggers this bug:

  https://bugs.freedesktop.org/show_bug.cgi?id=4023

  If you want to use avahi-publish-service you need to apply the included patch.

* change avahi-bookmarks to listen on 127.0.0.1 only
* add ftp and https browsing support to avahi-bookmarks, but disable it due to python-dbus bugs
* update avahi module for python to provide functions to convert between tring lists and lists of lists of bytes
* add avahi_strlst_add_anonymous()

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@281 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoput real path to avahi-discover into .desktop file
Lennart Poettering [Mon, 8 Aug 2005 19:24:36 +0000 (19:24 +0000)]
put real path to avahi-discover into .desktop file

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@280 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Update README with new svn location
Trent Lloyd [Mon, 8 Aug 2005 18:29:55 +0000 (18:29 +0000)]
 * Update README with new svn location

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@279 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Make distcheck work again, broken by my recent changes
Trent Lloyd [Mon, 8 Aug 2005 18:28:30 +0000 (18:28 +0000)]
 * Make distcheck work again, broken by my recent changes

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@278 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Add avahi-client to the doxygen run
Trent Lloyd [Mon, 8 Aug 2005 18:20:03 +0000 (18:20 +0000)]
 * Add avahi-client to the doxygen run

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@277 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Add my e-mail address to AUTHORS
Trent Lloyd [Mon, 8 Aug 2005 18:07:51 +0000 (18:07 +0000)]
 * Add my e-mail address to AUTHORS

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@276 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * Move avahi-core/llist.h to avahi-common/llist.h, not installed.
Trent Lloyd [Mon, 8 Aug 2005 18:03:51 +0000 (18:03 +0000)]
 * Move avahi-core/llist.h to avahi-common/llist.h, not installed.
 * avahi-client/
   - Add copyright notice
   - Remove glib, various cleanups
   - Remove alternative host/service functions (available in avahi-common)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@275 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* documentation update
Lennart Poettering [Mon, 8 Aug 2005 17:32:25 +0000 (17:32 +0000)]
* documentation update
* embed CSS data in xmltoman.xsl

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@274 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agorename --enable to --disable in some cases
Lennart Poettering [Mon, 8 Aug 2005 16:59:47 +0000 (16:59 +0000)]
rename --enable to --disable in some cases

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@273 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago * First set of changes for new avahi-client, move some core.h enum defs
Trent Lloyd [Mon, 8 Aug 2005 16:48:18 +0000 (16:48 +0000)]
 * First set of changes for new avahi-client, move some core.h enum defs
   into a new avahi-common/defs.h for use with the client wrapper.
 * Add avahi-common/defs.h to doxygen config

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@272 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoupdate to overview.dia
Lennart Poettering [Mon, 8 Aug 2005 15:02:47 +0000 (15:02 +0000)]
update to overview.dia

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@271 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Some smaller packaging fixes
Lennart Poettering [Mon, 8 Aug 2005 14:56:38 +0000 (14:56 +0000)]
* Some smaller packaging fixes
* TODO update

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@270 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* simply compilation a little
Lennart Poettering [Mon, 8 Aug 2005 10:45:47 +0000 (10:45 +0000)]
* simply compilation a little
* fix avahi-dnsconfd forking
* clean up init script output a little

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@269 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoupdate init scripts
Lennart Poettering [Mon, 8 Aug 2005 10:23:59 +0000 (10:23 +0000)]
update init scripts

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@268 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agosimplify debian init scripts
Lennart Poettering [Mon, 8 Aug 2005 10:19:22 +0000 (10:19 +0000)]
simplify debian init scripts

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@267 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoanother minor man page fix
Lennart Poettering [Sun, 7 Aug 2005 21:14:43 +0000 (21:14 +0000)]
another minor man page fix

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@266 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agominor man page update
Lennart Poettering [Sun, 7 Aug 2005 20:45:53 +0000 (20:45 +0000)]
minor man page update

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@265 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd avahi.service man page
Lennart Poettering [Sun, 7 Aug 2005 20:44:37 +0000 (20:44 +0000)]
add avahi.service man page

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@264 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* add man page for avahi-dnsconfd.action
Lennart Poettering [Sun, 7 Aug 2005 19:53:39 +0000 (19:53 +0000)]
* add man page for avahi-dnsconfd.action
* fix xmltoman DTD

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@263 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoFix installation of avahi-dnsconfd.action
Lennart Poettering [Sun, 7 Aug 2005 19:31:13 +0000 (19:31 +0000)]
Fix installation of avahi-dnsconfd.action

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@262 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agorename dnsconf.action to avahi-dnsconfd.action
Lennart Poettering [Sun, 7 Aug 2005 19:29:03 +0000 (19:29 +0000)]
rename dnsconf.action to avahi-dnsconfd.action

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@261 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd man page for avahi-daemon.conf
Lennart Poettering [Sun, 7 Aug 2005 19:24:44 +0000 (19:24 +0000)]
add man page for avahi-daemon.conf

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@260 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd dnsconfd man page
Lennart Poettering [Sun, 7 Aug 2005 12:57:13 +0000 (12:57 +0000)]
add dnsconfd man page

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@259 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd man pages for avahi-disover and avahi-bookmarks
Lennart Poettering [Sun, 7 Aug 2005 12:30:34 +0000 (12:30 +0000)]
add man pages for avahi-disover and avahi-bookmarks

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@258 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agofix init script comment
Lennart Poettering [Sun, 7 Aug 2005 11:14:25 +0000 (11:14 +0000)]
fix init script comment

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@257 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd man page for avahi-daemon
Lennart Poettering [Sun, 7 Aug 2005 10:49:51 +0000 (10:49 +0000)]
add man page for avahi-daemon

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@256 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* added --disable-python in configure.ac
Sebastien Estienne [Sun, 7 Aug 2005 10:35:04 +0000 (10:35 +0000)]
* added --disable-python in configure.ac

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@255 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* added a .desktop for avahi-discover
Sebastien Estienne [Sun, 7 Aug 2005 10:25:26 +0000 (10:25 +0000)]
* added a .desktop for avahi-discover
* added macro for checking python modules in common/python.m4
* check for python modules gtk and dbus

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@254 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agosome autoconf fixes
Lennart Poettering [Sat, 6 Aug 2005 23:24:08 +0000 (23:24 +0000)]
some autoconf fixes

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@253 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* add man pages for:
Lennart Poettering [Sat, 6 Aug 2005 21:53:05 +0000 (21:53 +0000)]
* add man pages for:
avahi-publish-address
avahi-resolve-address
avahi-resolve-host-name

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@252 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoadd man page for avahi-publish-service
Lennart Poettering [Sat, 6 Aug 2005 21:28:30 +0000 (21:28 +0000)]
add man page for avahi-publish-service

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@251 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Man page for avahi-browse
Lennart Poettering [Sat, 6 Aug 2005 21:05:35 +0000 (21:05 +0000)]
* Man page for avahi-browse

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@250 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* some cleanups
Lennart Poettering [Sat, 6 Aug 2005 20:28:27 +0000 (20:28 +0000)]
* some cleanups

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@249 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* added support for XMLTOMAN in configure.ac (fetched from ifplugd)
Sebastien Estienne [Sat, 6 Aug 2005 14:30:13 +0000 (14:30 +0000)]
* added support for XMLTOMAN in configure.ac (fetched from ifplugd)

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@248 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agopreliminary mn page work
Lennart Poettering [Sat, 6 Aug 2005 13:11:18 +0000 (13:11 +0000)]
preliminary mn page work

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@247 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoMove more documentation around
Lennart Poettering [Sat, 6 Aug 2005 12:48:59 +0000 (12:48 +0000)]
Move more documentation around

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@246 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoMove all docs to docs/
Lennart Poettering [Sat, 6 Aug 2005 12:46:45 +0000 (12:46 +0000)]
Move all docs to docs/

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@245 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* rename avahi-dump-all to avahi-browse
Lennart Poettering [Sat, 6 Aug 2005 01:22:35 +0000 (01:22 +0000)]
* rename avahi-dump-all to avahi-browse

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@244 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoChange avahi-dump-all to accept service type to browse for
Lennart Poettering [Sat, 6 Aug 2005 01:20:28 +0000 (01:20 +0000)]
Change avahi-dump-all to accept service type to browse for

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@243 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* revert half of a fix Sebastien did some time ago
Lennart Poettering [Sat, 6 Aug 2005 00:25:27 +0000 (00:25 +0000)]
* revert half of a fix Sebastien did some time ago

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@242 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoRequire automake 1.9
Lennart Poettering [Sat, 6 Aug 2005 00:21:41 +0000 (00:21 +0000)]
Require automake 1.9

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@241 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years agoImprove examples to do error checking
Lennart Poettering [Fri, 5 Aug 2005 19:41:30 +0000 (19:41 +0000)]
Improve examples to do error checking

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@240 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Beef up simple protocol with error codes
Lennart Poettering [Fri, 5 Aug 2005 19:26:12 +0000 (19:26 +0000)]
* Beef up simple protocol with error codes

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@239 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* add proper error codes and patch everything to make use of it
Lennart Poettering [Fri, 5 Aug 2005 18:59:21 +0000 (18:59 +0000)]
* add proper error codes and patch everything to make use of it
* parameter validity checkin in all user visible functions of libavahi-core
* two new python tools/examples avahi-resolve-host-name and avahi-resolve-address

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@238 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

18 years ago* Show some messages when pygtk or twisted is missing for the execution of the python...
Lennart Poettering [Fri, 5 Aug 2005 12:28:13 +0000 (12:28 +0000)]
* Show some messages when pygtk or twisted is missing for the execution of the python scripts

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@237 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe