umurmur.git
2014-11-30 Michael J.... Last bit of code clean up, and bug fixes. Release?
2014-11-26 Michael J.... remove comment from client.h file.. no need for it now
2014-11-26 Michael J.... remove world readable bit on shm_area. Fix cmake build
2014-11-26 Michael J.... commit missing config.h.in filey
2014-11-26 Michael J.... Fix a few bugs
2014-11-23 Michael J.... Code clean up
2014-11-23 Michael J.... rework Sharedmemory_update() to not use memcpy (request...
2014-11-17 Michael J.... remove umurmurd-websocket moving to own git (requested...
2014-11-17 Michael J.... Switch over to more modern unix sharedmemory API (reque...
2014-10-02 Michael J.... Make sharedmemory api a compile time option
2014-09-28 Michael J.... Merge branch 'sharedmemory' of github.com:snowblind...
2014-09-28 Michael J.... Fix displayed idle and online time, add CHANGES files...
2014-09-22 snowblindFit README.md format errors
2014-09-22 snowblindUpdate README.md
2014-09-22 Michael J.... update
2014-09-22 Michael J.... Initial shm_utils commit
2014-09-21 Michael J.... Remove unused offset variable in src/ssl.h
2014-09-14 Michael J.... Initial sharedmemory API release
2014-08-08 Martin JohanssonUpdate Changelog and README
2014-08-08 Martin JohanssonUpdate to version 0.2.15
2014-07-31 Martin JohanssonUpdate to use Protobuf-C 1.0.0. This change required...
2014-06-28 Martin JohanssonAdded util.c to Makefile.am
2014-06-18 Martin JohanssonMerge pull request #39 from fmorgner/master
2014-06-06 Felix MorgnerIPv6 dual-stack support
2014-06-02 Felix MorgnerFixed IPv4/v6 support checks
2014-06-01 Felix MorgnerSome optimizations
2014-05-22 Felix MorgnerMerge branch 'ipv6' of github.com:fmorgner/umurmur...
2014-05-22 Felix MorgnerHandle systems without IPv6 support correctly
2014-05-22 Felix MorgnerHandle systems without IPv6 support correctly
2014-05-16 Felix MorgnerMinor code cleanup
2014-05-02 Felix MorgnerCode cleanup
2014-05-02 Felix MorgnerFixed OS detection
2014-05-02 Felix MorgnerFixed banning to work for both v4 and v6
2014-05-01 Felix MorgnerFixed preprocessor defines
2014-05-01 Felix MorgnerLinux vs. BSD sockaddr_storage fix
2014-05-01 Felix MorgnerIndentation fixed
2014-05-01 Felix Morgnerindentation test
2014-05-01 Felix MorgnerIPv6 sendto fix
2014-05-01 Felix MorgnerMerge branch 'gnutls' into ipv6
2014-05-01 Felix MorgnerInitial IPv6 support
2014-05-01 Felix MorgnerAdded support for IPv6 peer addresses
2014-04-30 Martin JohanssonMerge pull request #38 from fmorgner/master
2014-04-29 Felix Morgnerfirst dirty socket setup
2014-04-29 Felix MorgnerFixed errors in address generation
2014-04-29 Felix MorgnerMoved main server loop into its own function
2014-04-28 Felix MorgnerPreparation for IPv6 support
2014-04-24 Felix MorgnerMerge branch 'master' into gnutls
2014-04-24 Felix MorgnerFixed license notice
2014-04-24 Felix MorgnerCleanup of the byteorder patch
2014-04-24 Felix MorgnerMerge branch 'gnutls' of github.com:fmorgner/umurmur...
2014-04-24 Felix MorgnerFixed a problem with byte switching
2014-04-23 Felix MorgnerPreparation for GnuTLS backend
2014-04-22 Martin JohanssonMerge pull request #37 from fmorgner/master
2014-04-22 Felix MorgnerMerge branch 'master' into gnutls
2014-04-22 Felix Morgnerfixed wrong comparison operator
2014-04-17 Felix MorgnerPreparation for GnuTLS support
2014-04-17 Felix MorgnerUse c99 standard bool when available
2014-03-12 Martin JohanssonMerge pull request #34 from fmorgner/master
2014-02-26 Felix Morgnerfixed breakage caused by me
2014-02-26 Felix MorgnerMerge branch 'master' of github.com:fmorgner/umurmur
2014-02-26 Felix MorgnerRevert "removed autotools build environment"
2014-01-23 Felix Morgnerchanged default behaviour for clock_gettime()
2014-01-16 Felix Morgnerremoved trailing whitespaces
2014-01-16 Felix Morgnerupdated README
2014-01-16 Felix Morgnerimproved cmake modules
2014-01-16 Felix Morgneradded cmake flags for polarssl testcert and havege
2014-01-15 Felix Morgnerfixed a typo
2014-01-15 Felix Morgneradded config installation
2014-01-15 Felix Morgnerautogenerating DEFAULT_CONFIG via CMAKE
2014-01-14 Felix Morgnerlinking against librt now works
2014-01-14 Felix Morgneradded installation support to CMake environment
2014-01-14 Felix MorgnerMerge branch 'cmake'
2014-01-13 Felix Morgnerfix architecture dependend library paths
2014-01-13 Felix Morgnerbetter cmake implementation
2014-01-13 Felix Morgneradded the REQUIRED flag for libconfig and protobuf-c
2014-01-13 Felix Morgnerfinal fix for the linking directories.
2014-01-13 Felix Morgnerfix for non-standartd lib paths
2014-01-13 Felix Morgnerfixed cmake again...
2014-01-13 Felix Morgnerput some stuff back in
2014-01-13 Felix Morgnerlinking seems fine now (at least on osx)
2014-01-13 Felix Morgnerpreliminary cmake support. linking still broken.
2014-01-12 Felix Morgnerfixed clock source. embarassing...
2014-01-12 Felix Morgneradded cmake build directory
2014-01-12 Felix Morgnerworking on a cmake environment
2014-01-10 Felix Morgnerremoved autotools build environment
2014-01-10 Felix Morgnerworkaround for missing clock_gettime() in OS
2014-01-01 Martin JohanssonUpdate ChangeLog
2014-01-01 Martin JohanssonUpdate contributors
2014-01-01 Martin JohanssonUpdate copyright year
2013-12-29 TrivveAdd client indication of silent channels
2013-12-23 Martin JohanssonLink to zlib if PolarSSL is compiled with support for...
2013-12-23 Martin JohanssonHandle clock_gettime() in librt
2013-12-20 Martin JohanssonUpdate changelog
2013-12-20 Martin JohanssonAdd example config for 'ca_path'
2013-12-20 Martin JohanssonAdd new options to example configuration
2013-12-14 Martin JohanssonFix silent channel not working.
2013-11-28 Martin JohanssonMerge branch 'ipv4' of github.com:fatbob313/umurmur...
2013-11-25 Martin JohanssonMerge pull request #25 from fmorgner/ipv4
2013-11-25 Felix MorgnerAdded support for certificate chain delivery via the...
2013-11-14 Martin JohanssonUpdate to 0.2.14
next