summaryrefslogtreecommitdiffstats
path: root/avahi-sharp/Client.cs
Commit message (Collapse)AuthorAgeFilesLines
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-12/+10
|
* * make the event loop background againJames Willcox2006-05-081-1/+6
| | | | | | | | * 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
* add a missing lock, and make the event processing thread non-background.James Willcox2006-05-071-5/+6
| | | | | | | fixes some crashes with Dispose() git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1215 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add an 'Error' property to ClientStateArgsJames Willcox2006-03-091-2/+9
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1177 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* make stuff work with mono older than 1.1.13James Willcox2006-01-121-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1073 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* don't use deprecated API in Mono.UnixJames Willcox2006-01-121-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1072 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix a bug in LookupFlags reported by Patrick Aussems (bug id 5410)Sebastien Estienne2006-01-091-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1068 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* move JoinServiceName and SplitServiceName to the Client classJames Willcox2005-11-201-0/+62
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1021 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Add RecordBrowser.csJames Willcox2005-11-171-2/+17
| | | | | | | * 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
* update to latest api changesJames Willcox2005-11-101-4/+15
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@946 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix the ClientState enumerationJames Willcox2005-10-271-3/+9
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@895 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * correct the error handling in EntryGroupJames Willcox2005-10-261-11/+6
| | | | | | | * get rid of evil Thread.Abort git-svn-id: file:///home/lennart/svn/public/avahi/trunk@878 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* first pass at updating to the 0.6 apisJames Willcox2005-10-261-40/+10
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@876 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add some missing events to the resolver classes, and make themJames Willcox2005-09-261-2/+8
| | | | | | | 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
* actually define the flags correctlyJames Willcox2005-09-251-9/+9
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@624 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * update to the latest avahi-client API (LookupFlags)James Willcox2005-09-251-0/+55
| | | | | | | | * add the local service cookie bits * update docs git-svn-id: file:///home/lennart/svn/public/avahi/trunk@620 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* make AVAHI_PROTO_xxx well defined constants: C# supportLennart Poettering2005-09-161-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@597 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* lose the dep on avahi-glib, and run the avahi loop in a threadJames Willcox2005-09-141-17/+98
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@580 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* s/Host/HostName/ in a couple places, and keep references to callbacks toJames Willcox2005-09-091-3/+8
| | | | | | | avoid crashing git-svn-id: file:///home/lennart/svn/public/avahi/trunk@554 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add the Id line, enable keyword expansionJames Willcox2005-09-091-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@541 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* integrate mono bindings into the buildJames Willcox2005-09-091-0/+19
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@540 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add initial mono bindingsJames Willcox2005-09-091-0/+141
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@538 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe