summaryrefslogtreecommitdiffstats
path: root/avahi-sharp
Commit message (Expand)AuthorAgeFilesLines
* don't define "docdir" which is being defined by autoconf internallyLennart Poettering2006-08-211-2/+2
* * make the event loop background againJames Willcox2006-05-081-1/+6
* add a missing lock, and make the event processing thread non-background.James Willcox2006-05-072-5/+7
* add a missing lockJames Willcox2006-04-181-1/+5
* add an 'Error' property to ClientStateArgsJames Willcox2006-03-091-2/+9
* monodoc updateLennart Poettering2006-01-173-41/+51
* fix bug https://bugs.freedesktop.org/show_bug.cgi?id=5570Sebastien Estienne2006-01-151-1/+3
* make stuff work with mono older than 1.1.13James Willcox2006-01-122-0/+4
* don't use deprecated API in Mono.UnixJames Willcox2006-01-123-2/+3
* * Fix a bug in LookupFlags reported by Patrick Aussems (bug id 5410)Sebastien Estienne2006-01-091-1/+2
* actually NULL-terminate strings passed to avahi.James Willcox2006-01-072-3/+4
* generate libavahi-glib soname automaticallyLennart Poettering2005-12-223-3/+7
* * quick fix until a better "dynamic" solution is foundSebastien Estienne2005-12-221-1/+1
* move JoinServiceName and SplitServiceName to the Client classJames Willcox2005-11-203-63/+63
* add an explicit rule for avahi-sharp-docs.treeJames Willcox2005-11-201-1/+1
* build pkg-config for compat layers only when the compat layers are enabledLennart Poettering2005-11-191-0/+3
* add byte[] overload for UpdateServiceJames Willcox2005-11-172-0/+90
* * add byte[] overloads for EntryGroup methodsJames Willcox2005-11-1710-126/+130
* * Add EntryGroup.UpdateService, EntryGroup.AddServiceSubtype,James Willcox2005-11-173-2/+454
* update docsJames Willcox2005-11-1739-152/+1837
* * Add RecordBrowser.csJames Willcox2005-11-1713-45/+378
* update to latest api changesJames Willcox2005-11-101-4/+15
* add new error codes and publish flagsJames Willcox2005-11-062-3/+10
* * allow the user to specify a static browse domain list in the configuration ...Lennart Poettering2005-11-031-2/+2
* remove the NotFound event, as it is not used anymoreJames Willcox2005-10-271-1/+0
* fix the ClientState enumerationJames Willcox2005-10-271-3/+9
* * correct the error handling in EntryGroupJames Willcox2005-10-262-26/+23
* first pass at updating to the 0.6 apisJames Willcox2005-10-2610-196/+231
* add base class for resolvers, and add some missing events thereJames Willcox2005-09-265-10/+76
* add some missing events to the resolver classes, and make themJames Willcox2005-09-267-14/+104
* * avahi-sharp: Fix minor distcheck errorTrent Lloyd2005-09-261-1/+1
* use /bin/shJames Willcox2005-09-251-1/+1
* oopsJames Willcox2005-09-251-0/+9
* automatically figure out the dlnames for the unmanaged libsJames Willcox2005-09-253-10/+15
* actually define the flags correctlyJames Willcox2005-09-251-9/+9
* oops, forgot some flag bits in ServiceResolver James Willcox2005-09-251-3/+17
* * update to the latest avahi-client API (LookupFlags)James Willcox2005-09-2519-132/+358
* make AVAHI_PROTO_xxx well defined constants: C# supportLennart Poettering2005-09-161-3/+3
* update the testJames Willcox2005-09-141-2/+2
* * Actually include the DISTCHECk flagTrent Lloyd2005-09-142-4/+4
* * Add --disable-mono-docs to the distcheck flagsTrent Lloyd2005-09-141-7/+9
* add a missing file, and add EntryGroup.GetAlternativeServiceNameJames Willcox2005-09-142-0/+15
* add docs for avahi-sharpJames Willcox2005-09-1425-1/+1679
* lose the dep on avahi-glib, and run the avahi loop in a threadJames Willcox2005-09-148-71/+222
* really allow varags this timeJames Willcox2005-09-121-1/+1
* allow varags for the TXT data in AddServiceJames Willcox2005-09-121-1/+1
* fix some small bugs in publishing and resolving, and make uninstall workJames Willcox2005-09-124-6/+8
* s/Host/HostName/ in a couple places, and keep references to callbacks toJames Willcox2005-09-098-16/+29
* add a mapping fileJames Willcox2005-09-092-1/+6
* add some data access api to string list, and use it in ServiceResolverJames Willcox2005-09-092-1/+25