]> git.meshlink.io Git - catta/shortlog
catta
2014-09-10 Sven M. Hallbergskeleton implementation of interface change event handling
2014-09-10 Sven M. Hallbergreadpipe/writepite/closepipe for fake pipes on Windows
2014-09-08 Sven M. Hallbergchange some int declarations that should have said...
2014-09-08 Sven M. Hallbergcomment about IP_ADAPTER_ADDRESS_DNS_ELIGIBLE (should...
2014-09-08 Sven M. Hallbergskip transient ("cluster") addresses on Windows, as...
2014-09-08 Sven M. Hallberginclude address flags in debug output
2014-09-08 Sven M. Hallbergset IPv4 source address correctly on Windows
2014-09-08 Sven M. Hallbergfor posterity: some debug output in sendmsg/recvmsg
2014-09-08 Sven M. Hallbergdo use the interface index provided by Windows
2014-09-08 Sven M. Hallbergbe more specific in an error message when receiving...
2014-09-08 Sven M. Hallbergfix an error message for IPv6
2014-09-08 Sven M. Hallberguse WSAGetlastError/FormatMessage in place of strerror...
2014-09-08 Sven M. Hallbergenumerate network adapter addresses
2014-09-05 Sven M. Hallbergmight as well make the debugging code a bit pretty
2014-09-05 Sven M. Hallbergfix flags_ok computation (IfType and OperStatus are...
2014-09-05 Sven M. Hallbergcoding style consistency
2014-09-05 Sven M. Hallbergget human-readable interface names
2014-09-05 Sven M. Hallbergstart of windows interface detection
2014-09-04 Sven M. Hallbergdo not build dns-spin-test on Windows (for the time...
2014-09-04 Sven M. Hallbergcheck for both EAGAIN and EWOULDBLOCK from sendmsg
2014-09-03 Sven M. Hallbergwrap lifetimes of CattaServer and CattaSimplePoll in...
2014-09-03 Sven M. Hallbergwork around picky SO_REUSEADDR semantics on Windows
2014-09-01 Sven M. Hallberguse rand() because random() isn't available on windows
2014-09-01 Sven M. Hallbergsupport building a DLL (needs --disable-stack-protector...
2014-09-01 Sven M. Hallbergremove some C++ remnants
2014-09-01 Sven M. Hallbergdon't call pthread_sigmask on windows (MingW defines...
2014-09-01 Sven M. Hallbergadd an alias for poll and implement pipe in terms of...
2014-08-29 Sven M. Hallbergwork around lack of fcntl on Windows
2014-08-29 Sven M. Hallbergsilence "unused parameter" warning
2014-08-29 Sven M. Hallbergon Windows this argument is not marked const
2014-08-29 Sven M. Hallbergavoid pointer type warnings from setsockopt
2014-08-29 Sven M. Hallbergadd ioctl as a wrapper around ioctlsocket
2014-08-29 Sven M. Hallbergsocket.c needs closesocket from internal.h
2014-08-29 Sven M. Hallbergset the include flag for windows compat headers in...
2014-08-29 Sven M. HallbergWindows does not support in_pktinfo.ipi_spec_dst
2014-08-29 Sven M. Hallbergadd (untested) implementation of sendmsg in terms of...
2014-08-28 Sven M. Hallbergadd (untested) implementation of recvmsg in terms of...
2014-08-28 Sven M. Hallbergaesthetics
2014-08-27 Sven M. Hallberglink the library with -lws2_32
2014-08-27 Sven M. Hallbergws2tcpip.h defines socklen_t
2014-08-26 Sven M. Hallberguse closesocket() on windows
2014-08-26 Sven M. Hallbergignore .dirstamp
2014-08-26 Sven M. HallbergMerge branch 'feature/windows' of github.com:everbase...
2014-08-26 Sven M. Hallbergoh, we need the machine field, not nodename. also some...
2014-08-26 Sven M. Hallbergsome gitignores
2014-08-26 Sven M. Hallbergadd uname and socklen_t to windows compat layer
2014-08-26 Sven M. Hallbergrename interface -> iface everywhere
2014-08-26 Sven M. Hallbergstart of a windows compatibility layer
2014-08-25 Sven M. Hallbergfix pthread shared linking check for MingW32
2014-08-22 NiklasMerge pull request #1 from everbase/feature/stripdown
2014-08-20 Sven M. Hallbergrename everything avahi to catta
2014-08-20 Sven M. Hallbergmove public headers into their own directory
2014-08-20 Sven M. Hallbergremove disused i18n stuff
2014-08-20 Sven M. Hallbergrename 'common' directory to 'm4' (because really,...
2014-08-20 Sven M. Hallbergmove tests into their own directory
2014-08-20 Sven M. Hallbergremove a left-over reference to boostrap.sh and autogen.sh
2014-08-20 Sven M. Hallbergcombine avahi-core and avahi-common components into...
2014-08-19 Sven M. Hallbergforgot to pull the publish_no_reverse change to the...
2014-08-19 Sven M. Hallbergremove some more unneeded checks
2014-08-19 Sven M. Hallbergremove some unneeded tests
2014-08-19 Sven M. Hallbergrequire C99
2014-08-19 Sven M. Hallbergmove the rtnetlink.h/C99 check and always fail configur...
2014-08-19 Sven M. HallbergAC_HEADER_STDC is officially obsolescent
2014-08-19 Sven M. Hallberguse AC_LANG_SOURCE to silence warnings from autoconf
2014-08-19 Sven M. Hallbergwe don't need the C preprocessor on its own
2014-08-19 Sven M. Hallbergwe don't need the C++ compiler
2014-08-19 Sven M. Hallbergalways build core docs
2014-08-19 Sven M. Hallbergget rid of autogen.sh and bootstrap.sh
2014-08-18 Niklas Hofmannenable config.publish_no_reverse in examples/core-publi...
2014-08-18 Sven M. Hallberglet core-browse example look for the type used by core...
2014-08-18 Sven M. Hallbergcall ./configure from bootstrap.sh
2014-08-18 Sven M. Hallbergput some useful info into the README
2014-08-18 Sven M. Hallbergremove unneeded and per-user cruft from bootstrap.sh
2014-08-18 Sven M. Hallbergadd some ignores
2014-08-18 Sven M. Hallbergkill some more references to removed stuff
2014-08-18 Sven M. Hallberg./configure doesn't belong in autogen.sh
2014-08-18 Sven M. Hallbergremove i18n from the build alltogether
2014-08-18 Sven M. Hallbergmake avahi_init_i18n a no-op when compiling without NLS
2014-08-18 Sven M. Hallbergdon't require GETTEXT_PACKAGE unless compiling with...
2014-08-18 Sven M. Hallbergremove references to removed components from po/POTFILES.in
2014-08-18 Sven M. Hallbergremove all but avahi-common and avahi-core and adjust...
2014-08-08 Niklas Hofmannfix avahi_netlink_new to allow multiple netlinks per...
2014-08-08 Niklas Hofmannpublish_no_reverse configuration flag added
2014-08-07 Niklas Hofmannworkaround: disable PTR records for local interfaces...
2013-03-11 David Zeuthenavahi-daemon: add option "host-name-from-machine-id="
2012-09-07 Lennart Poetteringavahi-common: typo fix
2012-06-19 Marc-Antoine... build-sys: fix previous commit for recent automake
2012-06-19 Diego Elio... build-sys: fix parallel install in avahi-utils
2012-06-19 Marc-Antoine... build-sys: fix MKDIR_P for recent automake
2012-04-02 Lennart Poetteringcore: don't leak hinfo/workstation even if the configur...
2012-04-02 Lennart Poetteringavahi-daemon: don't leak host info by default
2012-04-02 Lennart Poetteringavahi-daemon: don't add 0pointer.de and zeroconf.org...
2012-02-14 Lennart Poetteringbuild-sys: actually, we need to place the service type...
2012-02-14 Lennart Poetteringupdate NEWS
2012-02-14 Lennart Poetteringbuild-sys: prepare release
2012-02-14 Lennart Poetteringbuild-sys: compatibility with newer automake
2011-09-01 Lennart Poetteringsystemd: syslog.target is not longer useful
2011-05-10 Ludwig Nusseldatabase: add Mumble to service type database
2011-04-03 Lennart Poetteringdoc,build-sys: prepare new release
2011-04-03 Lennart Poetteringsocket: minor beautification
next