2005-08-28 |
Trent Lloyd | * Yeh, maybe we should use the copied value instead...
|
commit | commitdiff | tree |
2005-08-28 |
Trent Lloyd | * We should va_end the va_copy'd value too
|
commit | commitdiff | tree |
2005-08-28 |
Trent Lloyd | * avahi-common/malloc.c: va_copy the va_list before...
|
commit | commitdiff | tree |
2005-08-27 |
Trent Lloyd | * Fix a small typo in Server.introspect
|
commit | commitdiff | tree |
2005-08-26 |
Trent Lloyd | * Implement AddressResolver in the avahi-client C api
|
commit | commitdiff | tree |
2005-08-26 |
Trent Lloyd | * Implement the HostNameResolver in the avahi-client...
|
commit | commitdiff | tree |
2005-08-24 |
Trent Lloyd | * avahi-bookmarks: Mention twisted.web in twisted...
|
commit | commitdiff | tree |
2005-08-24 |
Trent Lloyd | * Fix the archlinux avahi-dnsconfd init script
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * avahi-client/
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Re-indent configure.ac to four spaces
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Fix compilation with D-BUS disabled, include flags...
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Move the D-BUS configured but not compiled in warning...
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Yeh, I should like.. test my changes before I commit...
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Don't barf on enable-dbus if not compiled with dbus...
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Bump version number in configure.ac to 0.2
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Re-enable use of gentoo initscripts
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * New gentoo init scripts from Sven Wegener
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Yeh, so we wanted /etc/arch-release not /etc/arch...
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Add a pointer of where to find the xmltoman source...
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Check if the manpages have been generated, if not...
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Another fix to the archlinux stuff.
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Hide Makefile.in, Makefile in initscripts/archlinux
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * generate initscript/archlinux/Makefile
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Clean up init script handling stuff
|
commit | commitdiff | tree |
2005-08-23 |
Trent Lloyd | * Mention a 'none' option to --with-distro for distribution...
|
commit | commitdiff | tree |
2005-08-22 |
Trent Lloyd | * Add glib integration example.
|
commit | commitdiff | tree |
2005-08-21 |
Trent Lloyd | * Update TODO
|
commit | commitdiff | tree |
2005-08-21 |
Trent Lloyd | * Add a simple entry group reset/change/commit to...
|
commit | commitdiff | tree |
2005-08-21 |
Trent Lloyd | * Exclude Gentoo, SUSE from configure.ac. Makes distcheck...
|
commit | commitdiff | tree |
2005-08-19 |
Trent Lloyd | * Add support for specifying the protocol in service...
|
commit | commitdiff | tree |
2005-08-19 |
Trent Lloyd | * Improve and reorganise DBus error handling, see...
|
commit | commitdiff | tree |
2005-08-14 |
Trent Lloyd | * Fix docs/INSTALL for the right dbus path for debian...
|
commit | commitdiff | tree |
2005-08-14 |
Trent Lloyd | * Remove AvahiEntryGroups from the client's list when...
|
commit | commitdiff | tree |
2005-08-14 |
Trent Lloyd | * Remove most of the debug printf()s from avahi-client...
|
commit | commitdiff | tree |
2005-08-14 |
Trent Lloyd | * Add a free function for AvahiEntryGroup in C api
|
commit | commitdiff | tree |
2005-08-14 |
Trent Lloyd | * Implement free functions for the various browsers...
|
commit | commitdiff | tree |
2005-08-14 |
Trent Lloyd | * Fix tests/Makefile.am to set CXXFLAGS for c-plus...
|
commit | commitdiff | tree |
2005-08-14 |
Trent Lloyd | * Add service browser support to C client API
|
commit | commitdiff | tree |
2005-08-14 |
Trent Lloyd | * Revert revision 303 (Name space changes) as avahi...
|
commit | commitdiff | tree |
2005-08-12 |
Trent Lloyd | * Rename various data structures to prevent a namespace...
|
commit | commitdiff | tree |
2005-08-11 |
Trent Lloyd | * Add ServiceTypeBrowser support to C API
|
commit | commitdiff | tree |
2005-08-11 |
Trent Lloyd | * Add DomainBrowser support to C client API
|
commit | commitdiff | tree |
2005-08-11 |
Trent Lloyd | * Work on avahi-client
|
commit | commitdiff | tree |
2005-08-09 |
Trent Lloyd | * Actually add avahi-common/error.[ch]
|
commit | commitdiff | tree |
2005-08-09 |
Trent Lloyd | * Split out error code handling to avahi-common/error...
|
commit | commitdiff | tree |
2005-08-08 |
Trent Lloyd | * Update README with new svn location
|
commit | commitdiff | tree |
2005-08-08 |
Trent Lloyd | * Make distcheck work again, broken by my recent changes
|
commit | commitdiff | tree |
2005-08-08 |
Trent Lloyd | * Add avahi-client to the doxygen run
|
commit | commitdiff | tree |
2005-08-08 |
Trent Lloyd | * Add my e-mail address to AUTHORS
|
commit | commitdiff | tree |
2005-08-08 |
Trent Lloyd | * Move avahi-core/llist.h to avahi-common/llist.h...
|
commit | commitdiff | tree |
2005-08-08 |
Trent Lloyd | * First set of changes for new avahi-client, move...
|
commit | commitdiff | tree |
2005-08-02 |
Trent Lloyd | * Fix a stupidity in avahi-client that stopped it...
|
commit | commitdiff | tree |
2005-08-01 |
Trent Lloyd | * Work on avahi-client
|
commit | commitdiff | tree |
2005-07-29 |
Trent Lloyd | * Move dbus service #defines to avahi-common/dbus.h
|
commit | commitdiff | tree |
2005-07-27 |
Trent Lloyd | * Fix dbus.glib import in dbus-test.py for dbus 0.35
|
commit | commitdiff | tree |
2005-07-06 |
Trent Lloyd | * Patch by Ikke <ikke@eikke.com> to make distcheck...
|
commit | commitdiff | tree |
2005-07-05 |
Trent Lloyd | * Make the configure script just not install init scripts...
|
commit | commitdiff | tree |
2005-07-04 |
Trent Lloyd | * Remove support for dbus 0.23.
|
commit | commitdiff | tree |
2005-06-29 |
Trent Lloyd | * Patch by Steev Klimaszewski for gentoo compilation
|
commit | commitdiff | tree |
2005-06-17 |
Trent Lloyd | * make the daemon build with dbus on both 0.23 and...
|
commit | commitdiff | tree |
2005-06-17 |
Trent Lloyd | * more dbus build fixes
|
commit | commitdiff | tree |
2005-06-17 |
Trent Lloyd | * include dbus-protocol.h in dbus-protocol.c
|
commit | commitdiff | tree |
2005-06-17 |
Trent Lloyd | * Move the definition of DBUS_SERVICE_AVAHI to the...
|
commit | commitdiff | tree |
2005-06-17 |
Trent Lloyd | * Split out the dbus stuff in the daemon to a separate...
|
commit | commitdiff | tree |
2005-06-08 |
Trent Lloyd | * Patch by Ross Burton to enable conditional use of...
|
commit | commitdiff | tree |
2005-06-07 |
Trent Lloyd | * Patch by ross burton to allow make dist to pass...
|
commit | commitdiff | tree |
2005-06-06 |
Trent Lloyd | * Patch by Ross Burton to allow disabling GTK (avahi...
|
commit | commitdiff | tree |
2005-06-05 |
Trent Lloyd | * rename daemon to avahi-daemon
|
commit | commitdiff | tree |
2005-06-04 |
Trent Lloyd | * Add some use documentation to the daemon
|
commit | commitdiff | tree |
2005-06-04 |
Trent Lloyd | * Modify skeleton daemon code to build with dbus 0.23
|
commit | commitdiff | tree |
2005-06-04 |
Trent Lloyd | * Split out a fair bit of avahi-core into avahi-common...
|
commit | commitdiff | tree |
2005-05-20 |
Trent Lloyd | Don't go into the daemon and build by default until...
|
commit | commitdiff | tree |
2005-05-18 |
Trent Lloyd | import basic dbus code into the daemon, with auto-fu...
|
commit | commitdiff | tree |
2005-05-06 |
Trent Lloyd | put the avahi rename into the done section of the todo
|
commit | commitdiff | tree |
2005-05-03 |
Trent Lloyd | fix typo of prioq-test in the clean target of Makefile
|
commit | commitdiff | tree |
2005-04-25 |
Trent Lloyd | * Import fixes to multicast code to IP_ADD_MEMBERSHIP... -- Trent Lloyd <lathiat@bur.st>
|
commit | commitdiff | tree |
|