aboutsummaryrefslogtreecommitdiff
path: root/avahi-sharp
AgeCommit message (Collapse)Author
2008-06-18add .gitignore filesLennart Poettering
2008-03-20ServiceResolver.cs: Use Protocol.IPv6 instead of IPv6. Patch by Sebastian ↵Sjoerd Simons
Droge <slomo@circular-chaos.org> git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1755 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2008-03-20ServiceResolver.cs: Only try to set ScopeId when the protocol is IPv6. Patch bySjoerd Simons
Sebastian Droge <slomo@circular-chaos.org> git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1754 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2008-03-20ServiceResolver.cs: Set the ScopeId field of ServiceInfo.Address to theSjoerd Simons
interface index. Patch by Sebastian Droge <slomo@circular-chaos.org> git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1753 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-08-21don't define "docdir" which is being defined by autoconf internallyLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1251 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-05-08* make the event loop background againJames Willcox
* ensure the event loop is finished before freeing the poll object * set Client.Handle to null immediately after freeing it git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1216 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-05-07add a missing lock, and make the event processing thread non-background.James Willcox
fixes some crashes with Dispose() git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1215 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-04-18add a missing lockJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1188 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-03-09add an 'Error' property to ClientStateArgsJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1177 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-01-17monodoc updateLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1085 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-01-15fix bug https://bugs.freedesktop.org/show_bug.cgi?id=5570Sebastien Estienne
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1082 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-01-12make stuff work with mono older than 1.1.13James Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1073 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-01-12don't use deprecated API in Mono.UnixJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1072 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-01-09* Fix a bug in LookupFlags reported by Patrick Aussems (bug id 5410)Sebastien Estienne
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1068 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-01-07actually NULL-terminate strings passed to avahi.James Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1064 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-12-22generate libavahi-glib soname automaticallyLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1046 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-12-22* quick fix until a better "dynamic" solution is foundSebastien Estienne
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1045 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-20move JoinServiceName and SplitServiceName to the Client classJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1021 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-20add an explicit rule for avahi-sharp-docs.treeJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1020 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-19build pkg-config for compat layers only when the compat layers are enabledLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1012 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-17add byte[] overload for UpdateServiceJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1000 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-17* add byte[] overloads for EntryGroup methodsJames Willcox
* cleanup string marshalling git-svn-id: file:///home/lennart/svn/public/avahi/trunk@999 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-17* Add EntryGroup.UpdateService, EntryGroup.AddServiceSubtype,James Willcox
EntryGroup.AddAddress, EntryGroup.AddRecord, EntryGroup.JoinServiceName, EntryGroup.SplitServiceName git-svn-id: file:///home/lennart/svn/public/avahi/trunk@998 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-17update docsJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@997 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-17* Add RecordBrowser.csJames Willcox
* Make all of the events like "standard" .NET ones git-svn-id: file:///home/lennart/svn/public/avahi/trunk@996 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-10update to latest api changesJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@946 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-06add new error codes and publish flagsJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@936 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-03* allow the user to specify a static browse domain list in the configuration ↵Lennart Poettering
file * remove "drop-root" configuration variable * move the configuration variable "add-service-cookie" from [server] to [publish] * reorder AVAHI_DOMAIN_BROWSER_xx defs git-svn-id: file:///home/lennart/svn/public/avahi/trunk@926 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-10-27remove the NotFound event, as it is not used anymoreJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@899 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-10-27fix the ClientState enumerationJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@895 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-10-26* correct the error handling in EntryGroupJames Willcox
* get rid of evil Thread.Abort git-svn-id: file:///home/lennart/svn/public/avahi/trunk@878 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-10-26first pass at updating to the 0.6 apisJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@876 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-26add base class for resolvers, and add some missing events thereJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@636 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-26add some missing events to the resolver classes, and make themJames Willcox
inherit from a base class which contains these events git-svn-id: file:///home/lennart/svn/public/avahi/trunk@635 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-26 * avahi-sharp: Fix minor distcheck errorTrent Lloyd
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@634 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-25use /bin/shJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@627 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-25oopsJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@626 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-25automatically figure out the dlnames for the unmanaged libsJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@625 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-25actually define the flags correctlyJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@624 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-25oops, forgot some flag bits in ServiceResolver James Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@621 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-25* update to the latest avahi-client API (LookupFlags)James Willcox
* add the local service cookie bits * update docs git-svn-id: file:///home/lennart/svn/public/avahi/trunk@620 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-16make AVAHI_PROTO_xxx well defined constants: C# supportLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@597 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-14update the testJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@588 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-14 * Actually include the DISTCHECk flagTrent Lloyd
* Remove GTK from AvahiTest.cs * Add AvahiTest.cs to EXTRA_DIST git-svn-id: file:///home/lennart/svn/public/avahi/trunk@585 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-14 * Add --disable-mono-docs to the distcheck flagsTrent Lloyd
* Fix avahi-sharp build foo for distcheck git-svn-id: file:///home/lennart/svn/public/avahi/trunk@584 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-14add a missing file, and add EntryGroup.GetAlternativeServiceNameJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@583 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-14add docs for avahi-sharpJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@582 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-14lose the dep on avahi-glib, and run the avahi loop in a threadJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@580 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-12really allow varags this timeJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@571 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-12allow varags for the TXT data in AddServiceJames Willcox
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@570 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe