]> git.meshlink.io Git - catta/log
catta
9 years agocomment about IP_ADAPTER_ADDRESS_DNS_ELIGIBLE (should we use it?)
Sven M. Hallberg [Mon, 8 Sep 2014 20:01:58 +0000 (22:01 +0200)]
comment about IP_ADAPTER_ADDRESS_DNS_ELIGIBLE (should we use it?)

9 years agoskip transient ("cluster") addresses on Windows, as per MSDN
Sven M. Hallberg [Mon, 8 Sep 2014 20:01:40 +0000 (22:01 +0200)]
skip transient ("cluster") addresses on Windows, as per MSDN

9 years agoinclude address flags in debug output
Sven M. Hallberg [Mon, 8 Sep 2014 20:01:03 +0000 (22:01 +0200)]
include address flags in debug output

9 years agoset IPv4 source address correctly on Windows
Sven M. Hallberg [Mon, 8 Sep 2014 19:03:48 +0000 (21:03 +0200)]
set IPv4 source address correctly on Windows

9 years agofor posterity: some debug output in sendmsg/recvmsg
Sven M. Hallberg [Mon, 8 Sep 2014 19:03:06 +0000 (21:03 +0200)]
for posterity: some debug output in sendmsg/recvmsg

9 years agodo use the interface index provided by Windows
Sven M. Hallberg [Mon, 8 Sep 2014 17:10:06 +0000 (19:10 +0200)]
do use the interface index provided by Windows

9 years agobe more specific in an error message when receiving packets
Sven M. Hallberg [Mon, 8 Sep 2014 16:21:39 +0000 (18:21 +0200)]
be more specific in an error message when receiving packets

9 years agofix an error message for IPv6
Sven M. Hallberg [Mon, 8 Sep 2014 15:06:23 +0000 (17:06 +0200)]
fix an error message for IPv6

9 years agouse WSAGetlastError/FormatMessage in place of strerror(errno) on Windows
Sven M. Hallberg [Mon, 8 Sep 2014 14:37:32 +0000 (16:37 +0200)]
use WSAGetlastError/FormatMessage in place of strerror(errno) on Windows

9 years agoenumerate network adapter addresses
Sven M. Hallberg [Mon, 8 Sep 2014 13:22:52 +0000 (15:22 +0200)]
enumerate network adapter addresses

9 years agomight as well make the debugging code a bit pretty
Sven M. Hallberg [Fri, 5 Sep 2014 19:00:47 +0000 (21:00 +0200)]
might as well make the debugging code a bit pretty

9 years agofix flags_ok computation (IfType and OperStatus are ordinals, not flags)
Sven M. Hallberg [Fri, 5 Sep 2014 18:52:33 +0000 (20:52 +0200)]
fix flags_ok computation (IfType and OperStatus are ordinals, not flags)

9 years agocoding style consistency
Sven M. Hallberg [Fri, 5 Sep 2014 18:34:46 +0000 (20:34 +0200)]
coding style consistency

9 years agoget human-readable interface names
Sven M. Hallberg [Fri, 5 Sep 2014 18:33:16 +0000 (20:33 +0200)]
get human-readable interface names

9 years agostart of windows interface detection
Sven M. Hallberg [Fri, 5 Sep 2014 18:19:49 +0000 (20:19 +0200)]
start of windows interface detection

9 years agodo not build dns-spin-test on Windows (for the time being)
Sven M. Hallberg [Thu, 4 Sep 2014 18:46:21 +0000 (20:46 +0200)]
do not build dns-spin-test on Windows (for the time being)

9 years agocheck for both EAGAIN and EWOULDBLOCK from sendmsg
Sven M. Hallberg [Thu, 4 Sep 2014 18:39:52 +0000 (20:39 +0200)]
check for both EAGAIN and EWOULDBLOCK from sendmsg

9 years agowrap lifetimes of CattaServer and CattaSimplePoll in WSAStartup/WSACleanup
Sven M. Hallberg [Wed, 3 Sep 2014 14:36:30 +0000 (16:36 +0200)]
wrap lifetimes of CattaServer and CattaSimplePoll in WSAStartup/WSACleanup

9 years agowork around picky SO_REUSEADDR semantics on Windows
Sven M. Hallberg [Wed, 3 Sep 2014 12:50:44 +0000 (14:50 +0200)]
work around picky SO_REUSEADDR semantics on Windows

9 years agouse rand() because random() isn't available on windows
Sven M. Hallberg [Mon, 1 Sep 2014 22:45:28 +0000 (00:45 +0200)]
use rand() because random() isn't available on windows

9 years agosupport building a DLL (needs --disable-stack-protector right now)
Sven M. Hallberg [Mon, 1 Sep 2014 22:37:00 +0000 (00:37 +0200)]
support building a DLL (needs --disable-stack-protector right now)

9 years agoremove some C++ remnants
Sven M. Hallberg [Mon, 1 Sep 2014 22:35:51 +0000 (00:35 +0200)]
remove some C++ remnants

9 years agodon't call pthread_sigmask on windows (MingW defines it as a no-op anyway)
Sven M. Hallberg [Mon, 1 Sep 2014 21:53:00 +0000 (23:53 +0200)]
don't call pthread_sigmask on windows (MingW defines it as a no-op anyway)

9 years agoadd an alias for poll and implement pipe in terms of sockets
Sven M. Hallberg [Mon, 1 Sep 2014 21:21:27 +0000 (23:21 +0200)]
add an alias for poll and implement pipe in terms of sockets

9 years agowork around lack of fcntl on Windows
Sven M. Hallberg [Fri, 29 Aug 2014 18:31:44 +0000 (20:31 +0200)]
work around lack of fcntl on Windows

9 years agosilence "unused parameter" warning
Sven M. Hallberg [Fri, 29 Aug 2014 17:25:05 +0000 (19:25 +0200)]
silence "unused parameter" warning

9 years agoon Windows this argument is not marked const
Sven M. Hallberg [Fri, 29 Aug 2014 17:19:19 +0000 (19:19 +0200)]
on Windows this argument is not marked const

9 years agoavoid pointer type warnings from setsockopt
Sven M. Hallberg [Fri, 29 Aug 2014 17:17:11 +0000 (19:17 +0200)]
avoid pointer type warnings from setsockopt

9 years agoadd ioctl as a wrapper around ioctlsocket
Sven M. Hallberg [Fri, 29 Aug 2014 16:51:12 +0000 (18:51 +0200)]
add ioctl as a wrapper around ioctlsocket

9 years agosocket.c needs closesocket from internal.h
Sven M. Hallberg [Fri, 29 Aug 2014 12:25:00 +0000 (14:25 +0200)]
socket.c needs closesocket from internal.h

9 years agoset the include flag for windows compat headers in configure
Sven M. Hallberg [Fri, 29 Aug 2014 12:24:21 +0000 (14:24 +0200)]
set the include flag for windows compat headers in configure

9 years agoWindows does not support in_pktinfo.ipi_spec_dst
Sven M. Hallberg [Fri, 29 Aug 2014 11:46:41 +0000 (13:46 +0200)]
Windows does not support in_pktinfo.ipi_spec_dst

9 years agoadd (untested) implementation of sendmsg in terms of WSASendMsg
Sven M. Hallberg [Fri, 29 Aug 2014 11:24:17 +0000 (13:24 +0200)]
add (untested) implementation of sendmsg in terms of WSASendMsg

9 years agoadd (untested) implementation of recvmsg in terms of WSARecvMsg
Sven M. Hallberg [Thu, 28 Aug 2014 18:36:55 +0000 (20:36 +0200)]
add (untested) implementation of recvmsg in terms of WSARecvMsg

9 years agoaesthetics
Sven M. Hallberg [Thu, 28 Aug 2014 18:18:19 +0000 (20:18 +0200)]
aesthetics

9 years agolink the library with -lws2_32
Sven M. Hallberg [Wed, 27 Aug 2014 11:48:53 +0000 (13:48 +0200)]
link the library with -lws2_32

9 years agows2tcpip.h defines socklen_t
Sven M. Hallberg [Wed, 27 Aug 2014 10:28:57 +0000 (12:28 +0200)]
ws2tcpip.h defines socklen_t

9 years agouse closesocket() on windows
Sven M. Hallberg [Tue, 26 Aug 2014 19:39:24 +0000 (21:39 +0200)]
use closesocket() on windows

9 years agoignore .dirstamp
Sven M. Hallberg [Tue, 26 Aug 2014 19:38:16 +0000 (21:38 +0200)]
ignore .dirstamp

9 years agoMerge branch 'feature/windows' of github.com:everbase/catta into feature/windows
Sven M. Hallberg [Tue, 26 Aug 2014 19:14:55 +0000 (21:14 +0200)]
Merge branch 'feature/windows' of github.com:everbase/catta into feature/windows

9 years agooh, we need the machine field, not nodename. also some gitignores
Sven M. Hallberg [Tue, 26 Aug 2014 18:50:46 +0000 (20:50 +0200)]
oh, we need the machine field, not nodename. also some gitignores

9 years agosome gitignores
Sven M. Hallberg [Tue, 26 Aug 2014 18:50:46 +0000 (20:50 +0200)]
some gitignores

9 years agoadd uname and socklen_t to windows compat layer
Sven M. Hallberg [Tue, 26 Aug 2014 18:49:49 +0000 (20:49 +0200)]
add uname and socklen_t to windows compat layer

9 years agorename interface -> iface everywhere
Sven M. Hallberg [Tue, 26 Aug 2014 17:11:39 +0000 (19:11 +0200)]
rename interface -> iface everywhere

9 years agostart of a windows compatibility layer
Sven M. Hallberg [Tue, 26 Aug 2014 12:50:53 +0000 (14:50 +0200)]
start of a windows compatibility layer

9 years agofix pthread shared linking check for MingW32
Sven M. Hallberg [Mon, 25 Aug 2014 18:17:16 +0000 (20:17 +0200)]
fix pthread shared linking check for MingW32

9 years agoMerge pull request #1 from everbase/feature/stripdown
Niklas [Fri, 22 Aug 2014 08:24:06 +0000 (10:24 +0200)]
Merge pull request #1 from everbase/feature/stripdown

Stripdown

9 years agorename everything avahi to catta
Sven M. Hallberg [Wed, 20 Aug 2014 13:43:39 +0000 (15:43 +0200)]
rename everything avahi to catta

9 years agomove public headers into their own directory
Sven M. Hallberg [Wed, 20 Aug 2014 12:44:21 +0000 (14:44 +0200)]
move public headers into their own directory

9 years agoremove disused i18n stuff
Sven M. Hallberg [Wed, 20 Aug 2014 11:52:08 +0000 (13:52 +0200)]
remove disused i18n stuff

9 years agorename 'common' directory to 'm4' (because really, forget doxygen.mk)
Sven M. Hallberg [Wed, 20 Aug 2014 11:46:35 +0000 (13:46 +0200)]
rename 'common' directory to 'm4' (because really, forget doxygen.mk)

9 years agomove tests into their own directory
Sven M. Hallberg [Wed, 20 Aug 2014 11:43:56 +0000 (13:43 +0200)]
move tests into their own directory

9 years agoremove a left-over reference to boostrap.sh and autogen.sh
Sven M. Hallberg [Wed, 20 Aug 2014 11:23:52 +0000 (13:23 +0200)]
remove a left-over reference to boostrap.sh and autogen.sh

9 years agocombine avahi-core and avahi-common components into one library
Sven M. Hallberg [Wed, 20 Aug 2014 11:23:27 +0000 (13:23 +0200)]
combine avahi-core and avahi-common components into one library

9 years agoforgot to pull the publish_no_reverse change to the example.
Sven M. Hallberg [Tue, 19 Aug 2014 13:30:16 +0000 (15:30 +0200)]
forgot to pull the publish_no_reverse change to the example.

9 years agoremove some more unneeded checks
Sven M. Hallberg [Tue, 19 Aug 2014 13:22:05 +0000 (15:22 +0200)]
remove some more unneeded checks

9 years agoremove some unneeded tests
Sven M. Hallberg [Tue, 19 Aug 2014 13:15:03 +0000 (15:15 +0200)]
remove some unneeded tests

9 years agorequire C99
Sven M. Hallberg [Tue, 19 Aug 2014 12:53:38 +0000 (14:53 +0200)]
require C99

9 years agomove the rtnetlink.h/C99 check and always fail configure if it fails
Sven M. Hallberg [Tue, 19 Aug 2014 12:50:42 +0000 (14:50 +0200)]
move the rtnetlink.h/C99 check and always fail configure if it fails

9 years agoAC_HEADER_STDC is officially obsolescent
Sven M. Hallberg [Tue, 19 Aug 2014 12:43:08 +0000 (14:43 +0200)]
AC_HEADER_STDC is officially obsolescent

9 years agouse AC_LANG_SOURCE to silence warnings from autoconf
Sven M. Hallberg [Tue, 19 Aug 2014 12:37:04 +0000 (14:37 +0200)]
use AC_LANG_SOURCE to silence warnings from autoconf

9 years agowe don't need the C preprocessor on its own
Sven M. Hallberg [Tue, 19 Aug 2014 12:30:59 +0000 (14:30 +0200)]
we don't need the C preprocessor on its own

9 years agowe don't need the C++ compiler
Sven M. Hallberg [Tue, 19 Aug 2014 12:30:40 +0000 (14:30 +0200)]
we don't need the C++ compiler

9 years agoalways build core docs
Sven M. Hallberg [Tue, 19 Aug 2014 12:08:21 +0000 (14:08 +0200)]
always build core docs

9 years agoget rid of autogen.sh and bootstrap.sh
Sven M. Hallberg [Tue, 19 Aug 2014 12:02:41 +0000 (14:02 +0200)]
get rid of autogen.sh and bootstrap.sh

9 years agoenable config.publish_no_reverse in examples/core-publish-service to allow friendly...
Niklas Hofmann [Mon, 18 Aug 2014 19:01:38 +0000 (21:01 +0200)]
enable config.publish_no_reverse in examples/core-publish-service to allow friendly coexistence with a running avahi daemon

9 years agolet core-browse example look for the type used by core-publish example
Sven M. Hallberg [Mon, 18 Aug 2014 16:46:17 +0000 (18:46 +0200)]
let core-browse example look for the type used by core-publish example

9 years agocall ./configure from bootstrap.sh
Sven M. Hallberg [Mon, 18 Aug 2014 16:03:38 +0000 (18:03 +0200)]
call ./configure from bootstrap.sh

9 years agoput some useful info into the README
Sven M. Hallberg [Mon, 18 Aug 2014 15:53:28 +0000 (17:53 +0200)]
put some useful info into the README

9 years agoremove unneeded and per-user cruft from bootstrap.sh
Sven M. Hallberg [Mon, 18 Aug 2014 15:44:19 +0000 (17:44 +0200)]
remove unneeded and per-user cruft from bootstrap.sh

9 years agoadd some ignores
Sven M. Hallberg [Mon, 18 Aug 2014 15:19:13 +0000 (17:19 +0200)]
add some ignores

9 years agokill some more references to removed stuff
Sven M. Hallberg [Mon, 18 Aug 2014 15:15:03 +0000 (17:15 +0200)]
kill some more references to removed stuff

9 years ago./configure doesn't belong in autogen.sh
Sven M. Hallberg [Mon, 18 Aug 2014 15:00:56 +0000 (17:00 +0200)]
./configure doesn't belong in autogen.sh

9 years agoremove i18n from the build alltogether
Sven M. Hallberg [Mon, 18 Aug 2014 14:59:43 +0000 (16:59 +0200)]
remove i18n from the build alltogether

9 years agomake avahi_init_i18n a no-op when compiling without NLS
Sven M. Hallberg [Mon, 18 Aug 2014 14:52:19 +0000 (16:52 +0200)]
make avahi_init_i18n a no-op when compiling without NLS

9 years agodon't require GETTEXT_PACKAGE unless compiling with ENABLE_NLS
Sven M. Hallberg [Mon, 18 Aug 2014 14:51:16 +0000 (16:51 +0200)]
don't require GETTEXT_PACKAGE unless compiling with ENABLE_NLS

9 years agoremove references to removed components from po/POTFILES.in
Sven M. Hallberg [Mon, 18 Aug 2014 14:47:53 +0000 (16:47 +0200)]
remove references to removed components from po/POTFILES.in

9 years agoremove all but avahi-common and avahi-core and adjust build system accordingly
Sven M. Hallberg [Mon, 18 Aug 2014 13:02:55 +0000 (15:02 +0200)]
remove all but avahi-common and avahi-core and adjust build system accordingly

9 years agofix avahi_netlink_new to allow multiple netlinks per process
Niklas Hofmann [Fri, 8 Aug 2014 14:59:39 +0000 (16:59 +0200)]
fix avahi_netlink_new to allow multiple netlinks per process

9 years agopublish_no_reverse configuration flag added
Niklas Hofmann [Fri, 8 Aug 2014 08:20:31 +0000 (10:20 +0200)]
publish_no_reverse configuration flag added

9 years agoworkaround: disable PTR records for local interfaces to make it compatible with concu...
Niklas Hofmann [Thu, 7 Aug 2014 16:37:08 +0000 (18:37 +0200)]
workaround: disable PTR records for local interfaces to make it compatible with concurrently running mdns instances

11 years agoavahi-daemon: add option "host-name-from-machine-id="
David Zeuthen [Tue, 5 Mar 2013 19:52:38 +0000 (11:52 -0800)]
avahi-daemon: add option "host-name-from-machine-id="

Signed-off-by: David Zeuthen <zeuthen@chromium.org>
11 years agoavahi-common: typo fix
Lennart Poettering [Fri, 7 Sep 2012 14:17:43 +0000 (16:17 +0200)]
avahi-common: typo fix

11 years agobuild-sys: fix previous commit for recent automake
Marc-Antoine Perennou [Tue, 19 Jun 2012 13:50:35 +0000 (15:50 +0200)]
build-sys: fix previous commit for recent automake

11 years agobuild-sys: fix parallel install in avahi-utils
Diego Elio Pettenò [Sun, 17 Jun 2012 14:44:01 +0000 (07:44 -0700)]
build-sys: fix parallel install in avahi-utils

The moment install-exec-local is called, we might still not have
created ${DESTDIR}/${bindir} so we should make sure to create it
first, and then try to chdir into it.

11 years agobuild-sys: fix MKDIR_P for recent automake
Marc-Antoine Perennou [Thu, 7 Jun 2012 14:51:10 +0000 (16:51 +0200)]
build-sys: fix MKDIR_P for recent automake

12 years agocore: don't leak hinfo/workstation even if the configuration file doesn't exist
Lennart Poettering [Mon, 2 Apr 2012 19:20:34 +0000 (21:20 +0200)]
core: don't leak hinfo/workstation even if the configuration file doesn't exist

12 years agoavahi-daemon: don't leak host info by default
Lennart Poettering [Mon, 2 Apr 2012 19:17:36 +0000 (21:17 +0200)]
avahi-daemon: don't leak host info by default

12 years agoavahi-daemon: don't add 0pointer.de and zeroconf.org to default browse list
Lennart Poettering [Mon, 2 Apr 2012 19:17:19 +0000 (21:17 +0200)]
avahi-daemon: don't add 0pointer.de and zeroconf.org to default browse list

12 years agobuild-sys: actually, we need to place the service type database in lib64, not uncondi...
Lennart Poettering [Tue, 14 Feb 2012 22:24:31 +0000 (23:24 +0100)]
build-sys: actually, we need to place the service type database in lib64, not unconditionally in lib/

gdbm creates word width dependent files, hence this needs to be included
in the multi-arch logic.

12 years agoupdate NEWS
Lennart Poettering [Tue, 14 Feb 2012 22:04:19 +0000 (23:04 +0100)]
update NEWS

12 years agobuild-sys: prepare release
Lennart Poettering [Tue, 14 Feb 2012 21:44:37 +0000 (22:44 +0100)]
build-sys: prepare release

12 years agobuild-sys: compatibility with newer automake
Lennart Poettering [Tue, 14 Feb 2012 21:43:03 +0000 (22:43 +0100)]
build-sys: compatibility with newer automake

Place the service type database in $(prefix)/lib/avahi instead of
$(libdir)/avahi.

12 years agosystemd: syslog.target is not longer useful
Lennart Poettering [Thu, 1 Sep 2011 00:13:03 +0000 (02:13 +0200)]
systemd: syslog.target is not longer useful

12 years agodatabase: add Mumble to service type database
Ludwig Nussel [Fri, 6 May 2011 08:47:16 +0000 (10:47 +0200)]
database: add Mumble to service type database

http://mumble.sourceforge.net/

13 years agodoc,build-sys: prepare new release
Lennart Poettering [Sun, 3 Apr 2011 22:10:14 +0000 (00:10 +0200)]
doc,build-sys: prepare new release

13 years agosocket: minor beautification
Lennart Poettering [Sun, 3 Apr 2011 22:09:54 +0000 (00:09 +0200)]
socket: minor beautification

13 years agoiface: use interface values only when valid
Lennart Poettering [Sat, 2 Apr 2011 01:48:00 +0000 (03:48 +0200)]
iface: use interface values only when valid

https://bugzilla.redhat.com/show_bug.cgi?id=690416

13 years agoi18n: run make update-po
Lennart Poettering [Sat, 2 Apr 2011 01:24:15 +0000 (03:24 +0200)]
i18n: run make update-po

13 years agoMerge remote-tracking branch 'origin/master-tx'
Lennart Poettering [Sat, 2 Apr 2011 01:23:36 +0000 (03:23 +0200)]
Merge remote-tracking branch 'origin/master-tx'