umurmur.git
2015-06-11 Daniel M. WeeksMark Log_fatal noreturn
2015-05-19 Martin JohanssonAdd compile-time check for POLARSSL_VERSION_FEATURES...
2015-05-14 Felix MorgnerMerge pull request #59 from Hello71/patch-1
2015-04-12 Alex XuChangeLog: fix typo
2015-04-07 Felix MorgnerRelease 0.2.16
2015-04-07 Felix MorgnerChecking for GnuTLS version. Fixes #58
2015-02-16 Felix Morgnerupdated umurmur-monitor
2015-02-16 Felix Morgnersilenced two warnings
2015-02-11 Felix Morgnerfixed GnuTLS related crash when daemonizing
2015-02-11 Felix Morgneradded support for building umurmur-monitor
2015-02-11 Felix Morgneradded umurmur-monitor as a submodule
2015-02-11 Felix MorgnerMerge pull request #56 from fmorgner/master
2015-02-11 Felix Morgnerfixed qualification warnings
2015-02-11 Felix Morgnerfixed type conversion warnings
2015-02-11 Felix Morgnermoved mon-umurmurd into seperate project
2015-02-11 Felix Morgnerfixed copy/paste mistake
2015-02-10 Felix MorgnerMerge pull request #55 from fmorgner/master
2015-02-10 Felix MorgnerMerge branch 'master' of github.com:umurmur/umurmur
2015-02-10 Felix Morgneradded autotools support for GnuTLS
2015-02-06 Felix MorgnerMerge pull request #54 from fmorgner/master
2015-02-06 Felix Morgnerfixed memory leaks. closes issue #52
2015-02-06 Felix Morgnersmall cleanup
2015-02-06 Felix Morgnerfixed debug logging
2015-02-06 Felix Morgnerclosed some memory leaks
2015-02-05 Felix MorgnerMerge pull request #53 from fmorgner/master
2015-02-05 Felix Morgnercleaned indentation
2015-02-05 Felix Morgnerfix memory leak
2015-02-05 Felix Morgnerdeinitialize shm when ftruncate fails
2015-02-05 Felix Morgnerremoved trailing whitespace
2015-02-05 Felix Morgnerupdated readme
2015-02-04 Martin JohanssonMerge pull request #51 from fmorgner/master
2015-01-31 Felix Morgnerindenting and license header
2015-01-31 Felix Morgnerfixed defines
2015-01-31 Felix Morgnerclosed memory leak
2015-01-31 Felix Morgneradded hash calculation
2015-01-31 Felix Morgnerfixed up CMakeFiles for nettle and gnutls
2015-01-31 Felix Morgneradded cmake file to find nettle
2015-01-31 Felix Morgnerchanged cipher suite spec
2015-01-31 Felix Morgnermade SSL error non fatal
2015-01-31 Felix MorgnerAdded nettle implementation
2015-01-31 Felix Morgnerok, now it actually builds...
2015-01-31 Felix Morgnerbuilding with gnutls is now possible
2015-01-31 Felix Morgneradded GnuTLS USE flag
2015-01-31 Felix Morgnerfixed cipher suite and implemented shutdown/free
2015-01-31 Felix Morgneradded error return and available check
2015-01-31 Felix Morgneradded writing
2015-01-31 Felix Morgneradded reading
2015-01-31 Felix Morgneradded stubs
2015-01-31 Felix Morgnermoved code to right place
2015-01-31 Felix Morgneradded forgotten ssl ready output
2015-01-31 Felix Morgneradded hash stub
2015-01-31 Felix Morgneradded connection handling
2015-01-31 Felix Morgneradded cipher cache to cleanup
2015-01-31 Felix Morgnerfixed up some stuff
2015-01-31 Felix Morgneradded GnuTLS deinitialization code
2015-01-31 Felix Morgneradded GNUTLS initialization code
2015-01-31 Felix Morgnersilenced some warnings
2015-01-30 Felix Morgnersmall restructuring
2015-01-30 Felix Morgnerfixed typo
2015-01-30 Felix Morgnerrestructured for clarity
2014-12-16 Martin JohanssonFix multiple channel links to one destination channel...
2014-12-15 Martin JohanssonUse include flag to compiler instead of relative path...
2014-12-07 Martin JohanssonSome cleanup. Removed sharedmemory_global.h
2014-12-07 Martin JohanssonAdd check for shm_open() since these functions quite...
2014-12-07 Martin JohanssonMerge pull request #48 from snowblind/sharedmemory
2014-12-07 Martin JohanssonMerge pull request #49 from fmorgner/master
2014-12-04 Michael J.... Code changes requested by fmorgner
2014-12-01 Felix Morgnerfixed banning (hopefully)
2014-12-01 Martin JohanssonFix ban timestamp handling when reading banlist from...
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-09-08 Felix Morgnerfixed typo
2014-09-08 Felix Morgnerfix address comparison
2014-09-04 Felix MorgnerHotfix for banning issues
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
next