index
:
avahi.git
federico
federico2
master
master-tx
netlink-abstraction
py-simple-api
tags/release-0.1
tags/release-0.2
tags/release-0.3
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.5.2
tags/release-0.6
tags/release-0.6.1
tags/release-0.6.10
tags/release-0.6.11
tags/release-0.6.12
tags/release-0.6.13
tags/release-0.6.14
tags/release-0.6.15
tags/release-0.6.16
tags/release-0.6.17
tags/release-0.6.18
tags/release-0.6.19
tags/release-0.6.2
tags/release-0.6.20
tags/release-0.6.21
tags/release-0.6.22
tags/release-0.6.3
tags/release-0.6.4
tags/release-0.6.5
tags/release-0.6.6
tags/release-0.6.7
tags/release-0.6.8
tags/release-0.6.9
Avahi Zeroconf Suite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
avahi-common
Commit message (
Expand
)
Author
Age
Files
Lines
*
add i18n support
Lennart Poettering
2007-12-17
4
-70
/
+168
*
include avahi-gobject docs in doxygen
Lennart Poettering
2007-10-28
1
-7
/
+9
*
Copyediting / spelling / grammar
Ted Percival
2007-09-28
8
-18
/
+18
*
Update documentation of alternate hostname generation
Ted Percival
2007-09-28
1
-2
/
+2
*
add more missing config.h inclusions
Lennart Poettering
2007-09-06
1
-0
/
+4
*
fix dbus version check for dbus_watch_get_unix_fd()
Lennart Poettering
2007-09-02
1
-1
/
+1
*
properly use va_copy() when iterating more than once through a va_list; fix b...
Lennart Poettering
2007-08-25
1
-2
/
+4
*
use dbus_watch_get_unix_fd() only in dbus >= 1.1.1
Lennart Poettering
2007-08-12
1
-0
/
+4
*
gcc, shut the fuck up\!
Lennart Poettering
2007-08-12
1
-2
/
+2
*
replace obsolete dbus api
Lennart Poettering
2007-08-12
1
-1
/
+1
*
add really long test cases
Lennart Poettering
2007-08-12
1
-2
/
+9
*
deal properly with really long service/host names when looking for alternatives
Lennart Poettering
2007-08-12
1
-19
/
+96
*
make gcc shut up
Lennart Poettering
2007-08-12
1
-0
/
+2
*
fix a local DoS (by hitting an assert) when passing empty TXT strings to the ...
Lennart Poettering
2007-05-21
1
-1
/
+1
*
Doxygen documentation cleanups:
Lennart Poettering
2007-05-09
5
-49
/
+167
*
Remove an invalid optimization in avahi_simple_poll_run(). (Closes #132)
Lennart Poettering
2007-04-14
1
-10
/
+6
*
* Revert fix from R1398
Trent Lloyd
2007-03-24
1
-1
/
+1
*
* avahi-common/address.h#AVAHI_IF_INDEX check should be interface > 0, not i...
Trent Lloyd
2007-03-24
1
-1
/
+1
*
* Revert previous patch to check nlmsg_pid as it is bogus and breaks
Trent Lloyd
2006-12-11
1
-3
/
+3
*
* Fix doxygen comments for avahi watch, thanks to tedp (Closes: #77)
Trent Lloyd
2006-11-19
1
-4
/
+4
*
fix a few more s/DBUS/D-Bus/
Lennart Poettering
2006-08-31
2
-2
/
+2
*
bump D-Bus API revision (forgotten in 0.6.13)
Lennart Poettering
2006-08-31
1
-3
/
+3
*
add new error code AVAHI_ERR_NO_CHANGE
Lennart Poettering
2006-08-23
4
-3
/
+7
*
documentation update
Lennart Poettering
2006-08-22
1
-2
/
+4
*
a few documentation updates
Lennart Poettering
2006-08-22
1
-30
/
+25
*
follow Bonjour's hostname number incrementing algorithm for handling conflict...
Lennart Poettering
2006-08-21
2
-18
/
+67
*
fix a few typos in doxygen comments
Lennart Poettering
2006-08-06
2
-3
/
+3
*
disable time events after they have been dispatched
Lennart Poettering
2006-07-22
1
-7
/
+11
*
call _stop() instead of _quit() in _free(), to avoid hitting an assert()
Lennart Poettering
2006-05-05
1
-1
/
+1
*
add an utf8 check when unescaping domains - essentially this means that all d...
Lennart Poettering
2006-04-24
1
-0
/
+4
*
add utf8 validity check API (based on the glib's implementation and hence mos...
Lennart Poettering
2006-04-24
4
-4
/
+201
*
add new API function avahi_is_valid_fqdn()
Lennart Poettering
2006-03-02
4
-0
/
+50
*
reverse 1144, since it broke more things than it fixed
Lennart Poettering
2006-02-20
3
-4
/
+4
*
make anonymous structs appear properly in doxygen
Lennart Poettering
2006-02-17
3
-4
/
+4
*
add new error code AVAHI_ERR_IS_EMPTY and use it in avahi_entry_group_commit()
Lennart Poettering
2006-01-30
4
-6
/
+9
*
Update doxygen docs a little to make clearer when to use what API when modify...
Lennart Poettering
2006-01-27
1
-3
/
+10
*
fix doxygen comment for AvahiPoll
Lennart Poettering
2006-01-27
1
-2
/
+2
*
pthread build fix
Lennart Poettering
2006-01-22
1
-1
/
+2
*
add doxygen \since tags
Lennart Poettering
2006-01-20
1
-9
/
+9
*
install thread-watch.h
Lennart Poettering
2006-01-17
1
-0
/
+1
*
doxygen fix
Lennart Poettering
2006-01-15
1
-1
/
+1
*
add new AvahiThreadedPoll event loop implementation which runs a main loop in...
Lennart Poettering
2006-01-14
4
-7
/
+310
*
improve strlst test
Lennart Poettering
2006-01-04
1
-1
/
+4
*
replace avahi_new() with a version that checks for an integer overflow (sugge...
Lennart Poettering
2006-01-04
1
-2
/
+16
*
when serializing string lists for DNS TXT records, ignore empty strings uncon...
Lennart Poettering
2006-01-01
1
-49
/
+46
*
Fix compilation with -pthread
Lennart Poettering
2005-11-25
1
-3
/
+3
*
don't build static library for dbus-watch-glue and the like, instead compile ...
Lennart Poettering
2005-11-24
1
-14
/
+0
*
Add DBUS API versioning
Lennart Poettering
2005-11-24
1
-0
/
+9
*
Map DBUS specific errors to Avahi counterparts
Lennart Poettering
2005-11-24
4
-3
/
+37
*
add pthread cflags/libs to avahi-common build
Lennart Poettering
2005-11-18
1
-4
/
+6
[next]