summaryrefslogtreecommitdiffstats
path: root/avahi-discover-standalone
Commit message (Collapse)AuthorAgeFilesLines
* gtk: build for both gtk2 and gtk3Lennart Poettering2010-06-251-4/+14
|
* get rid of a lot of old svn cruftLennart Poettering2010-06-252-6/+2
|
* fix various compiler warningsLennart Poettering2009-11-141-20/+20
|
* Replace libglade with GtkBuilderRobert Ancell2009-11-145-112/+95
|
* Do not install glade interfaces file, if no gtk is present.Lennart Poettering2008-12-121-1/+1
| | | | | | Original patch from Stanislav Brabec. Re #222
* add .gitignore filesLennart Poettering2008-06-181-0/+8
|
* Fix build with --disable-glibTed Percival2008-04-201-0/+2
| | | | | | | Disables avahi-discover-standalone and avahi-ui (bssh & bvnc) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1777 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix build if avahi is built without gtk but with python support (closes #54)Lennart Poettering2006-08-211-3/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1247 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * more small fixes for OpenBSDSebastien Estienne2005-11-021-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@922 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * avahi-utils: replace python avahi-browse with a version written in C.Lennart Poettering2005-10-261-16/+16
| | | | | | | | | | | * remove -Wunused from GCC command line and use "unused" attribute instead * remove AVAHI_CLIENT_S_FAILURE and AVAHI_CLIENT_S_INVALID since these event's are never forwarded to the client anyway * make use of AVAHI_GCC_NORETURN * really send eror code with StateChange DBUS signals * ignore EINTR in avahi_simple_poll_loop() git-svn-id: file:///home/lennart/svn/public/avahi/trunk@879 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * remove some --disable in boostrap.sh for osxSebastien Estienne2005-10-191-30/+5
| | | | | | | | | * added a missing include in dus-protocol.h * remove getinterface in a-d-s replaced by if_indextoname * avahi-discover-standalone is now working on osx git-svn-id: file:///home/lennart/svn/public/avahi/trunk@826 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Add custom user-specific configure flags to bootstrap.shTrent Lloyd2005-10-171-1/+1
| | | | | | | | | | | | * Add new constant AVAHI_ADDRESS_STR_MAX for use with avahi_address_snprint arr ays * Update all our code to use AVAHI_ADDRESS_STR_MAX * Add avahi_client_add_address to avahi-client * Add avahi_client_add_address test to avahi-client git-svn-id: file:///home/lennart/svn/public/avahi/trunk@800 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and ↵Lennart Poettering2005-10-121-7/+9
| | | | | | | | | | | AVAHI_BROWSER_NOT_FOUND, use AVAHI_xxx_FAILURE instead * set the client/server errno variable when AVAHI_xxx_FAILURE happens * update DBUS interface accordingly, pass errno value with Failure events * Pass DNS return codes to the app by wrapping them in avahi error codes git-svn-id: file:///home/lennart/svn/public/avahi/trunk@732 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* update to current avahi-core APILennart Poettering2005-09-251-11/+47
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@613 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Fix interfaces stuffTrent Lloyd2005-09-081-5/+0
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@534 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* fix avahi-disocver and gladeLennart Poettering2005-09-081-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@533 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* define interfacesdir unconditionallyLennart Poettering2005-09-081-4/+7
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@529 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Minor build changeTrent Lloyd2005-09-081-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@528 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* install interface file when compiling without GTK but with Python+DBUSLennart Poettering2005-08-271-3/+14
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@452 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* minor avahi-discover-standalone fixesLennart Poettering2005-08-251-3/+8
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@448 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Show interface names instead of indexes in avahi-discover-standalone GUILennart Poettering2005-08-251-4/+34
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@443 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * small avahi-discover-standalone beautification when showing empty TXT recordsLennart Poettering2005-08-251-1/+5
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@441 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * fix a bug in avahi-discover-standalone found by some guy calling himself "j"Lennart Poettering2005-08-201-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@373 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * cleanup build system a littleLennart Poettering2005-08-151-7/+13
| | | | | | | | * 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
* fix avahi-discover-standalone build breakageLennart Poettering2005-08-141-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@326 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Rename some server side objects/symbols so that they do not conflict with ↵Lennart Poettering2005-08-131-12/+12
| | | | | | 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
* * strip glib from avahi-coreLennart Poettering2005-08-132-3/+11
| | | | | | | | | | | | | | * 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
* * add an handler in glade to handle the destroy eventSebastien Estienne2005-08-131-0/+1
| | | | | | | | * 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
* * Some smaller packaging fixesLennart Poettering2005-08-081-1/+2
| | | | | | | * TODO update git-svn-id: file:///home/lennart/svn/public/avahi/trunk@270 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * add proper error codes and patch everything to make use of itLennart Poettering2005-08-051-1/+4
| | | | | | | | * 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
* * renamed avahi-discover to avahi-discover-standaloneSebastien Estienne2005-08-044-0/+450
* install python avahi-discover * added missing file acinclude.m4 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@225 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe