m6w6/libmemcached
13 years agoMerge in changes from Monty
Brian Aker [Tue, 11 Jan 2011 19:55:33 +0000 (11:55 -0800)] 
Merge in changes from Monty

13 years agoFixed unittests and vc-changelog.
Monty Taylor [Mon, 10 Jan 2011 19:46:18 +0000 (11:46 -0800)] 
Fixed unittests and vc-changelog.

13 years agoUpdated pandora-build files to version 0.171
Monty Taylor [Mon, 10 Jan 2011 06:08:40 +0000 (22:08 -0800)] 
Updated pandora-build files to version 0.171

13 years agoUpdated pandora-build files to version 0.167
Monty Taylor [Thu, 23 Dec 2010 19:33:20 +0000 (11:33 -0800)] 
Updated pandora-build files to version 0.167

13 years agoFixed systemtap issues (I hope) and a test case compile.
Monty Taylor [Thu, 23 Dec 2010 17:52:04 +0000 (17:52 +0000)] 
Fixed systemtap issues (I hope) and a test case compile.

13 years agoMerging Trond
Brian Aker [Thu, 28 Oct 2010 22:21:05 +0000 (15:21 -0700)] 
Merging Trond

13 years agoUpdate docs.
Brian Aker [Thu, 28 Oct 2010 21:44:15 +0000 (14:44 -0700)] 
Update docs.

13 years agoThe mget test in memcapable shouldn't care about the order items arrive
Trond Norbye [Tue, 28 Sep 2010 09:59:05 +0000 (11:59 +0200)] 
The mget test in memcapable shouldn't care about the order items arrive

13 years agoUpdates for 0.44 release 0.44
Brian Aker [Thu, 23 Sep 2010 05:00:27 +0000 (22:00 -0700)] 
Updates for 0.44 release

13 years agoFix for rpm build
Brian Aker [Wed, 15 Sep 2010 18:38:26 +0000 (11:38 -0700)] 
Fix for rpm build

13 years agoMerge Trond
Brian Aker [Wed, 15 Sep 2010 00:44:32 +0000 (17:44 -0700)] 
Merge Trond

13 years agoFixed dtrace enabled compilations
Trond Norbye [Tue, 14 Sep 2010 07:55:39 +0000 (09:55 +0200)] 
Fixed dtrace enabled compilations

13 years agoUpdate libmemcached version number due to change of struct size
Trond Norbye [Mon, 13 Sep 2010 19:51:40 +0000 (21:51 +0200)] 
Update libmemcached version number due to change of struct size

13 years agoBug fix by Trond
Brian Aker [Mon, 13 Sep 2010 15:39:05 +0000 (08:39 -0700)] 
Bug fix by Trond

13 years agoRefactor: Renamed internal stack dump function
Trond Norbye [Mon, 13 Sep 2010 12:31:19 +0000 (14:31 +0200)] 
Refactor: Renamed internal stack dump function

Some compilers generate a warning for symbols starting with double
underscores causing a build break. Renamed the function to
libmemcached_stack_dump instead, and added an implementation for
Solaris while I'm touching the code

13 years agoDon't include system headers within an extern C block
Trond Norbye [Mon, 13 Sep 2010 12:27:18 +0000 (14:27 +0200)] 
Don't include system headers within an extern C block

13 years agoRefactor: rename __write_vector_st
Trond Norbye [Mon, 13 Sep 2010 12:26:17 +0000 (14:26 +0200)] 
Refactor: rename __write_vector_st

Symbol names with double underscores generate a compile warning on
some platforms causing a build break. Renamed to
libmemcached_io_vector_st.

13 years agoFixed SASL authentication bits
Trond Norbye [Mon, 13 Sep 2010 06:05:34 +0000 (08:05 +0200)] 
Fixed SASL authentication bits

13 years agoFixed test in memcached_set_sasl_auth_data
Trond Norbye [Sat, 11 Sep 2010 10:56:27 +0000 (12:56 +0200)] 
Fixed test in memcached_set_sasl_auth_data

13 years agoBug 628650: prefix ntohll/htonll with memcached_
Trond Norbye [Thu, 2 Sep 2010 08:23:44 +0000 (10:23 +0200)] 
Bug 628650: prefix ntohll/htonll with memcached_

13 years agoCheck the return code from fgets in memcapable
Trond Norbye [Tue, 24 Aug 2010 17:28:46 +0000 (19:28 +0200)] 
Check the return code from fgets in memcapable

13 years agoUpdate memcapable quiet command test to work with servers that cork
Trond Norbye [Fri, 13 Aug 2010 13:01:34 +0000 (15:01 +0200)] 
Update memcapable quiet command test to work with servers that cork

13 years agoAdd option -P and -T to memcapable
Trond Norbye [Fri, 13 Aug 2010 12:58:56 +0000 (14:58 +0200)] 
Add option -P and -T to memcapable

The two options come in handy if you're trying to debug a failing test case

13 years agoLooking at additional race conditions in test harness.
Brian Aker [Tue, 3 Aug 2010 06:31:32 +0000 (23:31 -0700)] 
Looking at additional race conditions in test harness.

13 years agoRemove use of system(). Not very portable
Brian Aker [Tue, 3 Aug 2010 04:30:04 +0000 (21:30 -0700)] 
Remove use of system(). Not very portable

13 years agoif/def a WATCHPOINT
Brian Aker [Tue, 3 Aug 2010 03:54:30 +0000 (20:54 -0700)] 
if/def a WATCHPOINT

13 years agoRemove impossible assert
Trond Norbye [Mon, 2 Aug 2010 22:08:05 +0000 (00:08 +0200)] 
Remove impossible assert

The Sun Studio compiler generates an error because it's impossible to get
there.

13 years agoMerge Trond
Brian Aker [Mon, 2 Aug 2010 18:33:16 +0000 (11:33 -0700)] 
Merge Trond

13 years agoFix ntohll test.. we need to link, not just compile ;-)
Trond Norbye [Mon, 2 Aug 2010 15:37:31 +0000 (17:37 +0200)] 
Fix ntohll test.. we need to link, not just compile ;-)

13 years agoFix compile problems when cross compiling
Trond Norbye [Sun, 1 Aug 2010 22:25:02 +0000 (00:25 +0200)] 
Fix compile problems when cross compiling

13 years agoIgnore *.exe
Trond Norbye [Sun, 1 Aug 2010 21:13:16 +0000 (23:13 +0200)] 
Ignore *.exe

13 years agoUse PRIu64 instead of %lld
Trond Norbye [Sun, 1 Aug 2010 21:12:16 +0000 (23:12 +0200)] 
Use PRIu64 instead of %lld

13 years agoDisable warning == error for win32
Trond Norbye [Sun, 1 Aug 2010 21:11:54 +0000 (23:11 +0200)] 
Disable warning == error for win32

13 years agoTesting the hudson port changing feature.
Brian Aker [Thu, 29 Jul 2010 19:56:37 +0000 (12:56 -0700)] 
Testing the hudson port changing feature.

13 years agoFixed autoconf macros for cross compile
Trond Norbye [Thu, 29 Jul 2010 00:09:42 +0000 (02:09 +0200)] 
Fixed autoconf macros for cross compile

13 years agoFix everything for release.
Brian Aker [Wed, 28 Jul 2010 23:29:57 +0000 (16:29 -0700)] 
Fix everything for release.

13 years agoUpdate version/etc.
Brian Aker [Wed, 28 Jul 2010 23:14:53 +0000 (16:14 -0700)] 
Update version/etc.

13 years agoUpdate changelog, etc.
Brian Aker [Wed, 28 Jul 2010 22:29:49 +0000 (15:29 -0700)] 
Update changelog, etc.

13 years agoMerge Trond, this is the preliminary support for Windows.
Brian Aker [Wed, 28 Jul 2010 20:59:36 +0000 (13:59 -0700)] 
Merge Trond, this is the preliminary support for Windows.

13 years agoAdded a readme file on how to build on windows
Trond Norbye [Wed, 28 Jul 2010 19:04:33 +0000 (21:04 +0200)] 
Added a readme file on how to build on windows

13 years agoSocket should be memcached_socket_t
Trond Norbye [Wed, 28 Jul 2010 18:48:18 +0000 (20:48 +0200)] 
Socket should be memcached_socket_t

13 years agoFix coding style
Trond Norbye [Wed, 28 Jul 2010 18:48:00 +0000 (20:48 +0200)] 
Fix coding style

13 years agoFixed building of dlls on win32
Trond Norbye [Wed, 28 Jul 2010 17:42:50 +0000 (19:42 +0200)] 
Fixed building of dlls on win32

13 years agoMerge Trond --without-docs
Brian Aker [Wed, 28 Jul 2010 00:27:30 +0000 (17:27 -0700)] 
Merge Trond --without-docs

13 years agoInitial support for Windows
Trond Norbye [Tue, 27 Jul 2010 22:38:51 +0000 (00:38 +0200)] 
Initial support for Windows

In order to support Windows without adding a lot of #ifdefs all over
the code I decided to move all the inclusions of platform-specific
network headers into a separate include file. Windows use separate
subsystem for sockets (WinSock), and it is almost compatible with how
it works on Unix except from:

* The socket handle is a SOCKET and not a typical filedescriptor.
* It should be closed with closesocket() and not close().
* It does not set the global errno variable, but one should call
  WSAGetLastError() instead.

13 years agoIgnore pandora_vc_revinfo
Trond Norbye [Tue, 27 Jul 2010 06:36:10 +0000 (08:36 +0200)] 
Ignore pandora_vc_revinfo

13 years agoMerge in fixes for OpenBSD.
Brian Aker [Mon, 26 Jul 2010 19:16:36 +0000 (12:16 -0700)] 
Merge in fixes for OpenBSD.

13 years agoSkip "user_supplied_bug17" (Chinese key) becasue OpenBSD's iscntrl() doesn't support...
Piotr Sikora [Fri, 23 Jul 2010 18:20:32 +0000 (18:20 +0000)] 
Skip "user_supplied_bug17" (Chinese key) becasue OpenBSD's iscntrl() doesn't support multi-byte characters.

13 years agoStart memcached with "-u root", because it let us run tests via sudo or from the...
Piotr Sikora [Fri, 23 Jul 2010 18:16:55 +0000 (18:16 +0000)] 
Start memcached with "-u root", because it let us run tests via sudo or from the root account. It doesn't break anything, because this option is simply ignored when memcached is started by unprivileged user.

13 years agoAdded --args to memstat
Brian Aker [Fri, 23 Jul 2010 16:28:48 +0000 (09:28 -0700)] 
Added --args to memstat

13 years agoMerge up OpenBSD fix
Brian Aker [Thu, 22 Jul 2010 15:07:08 +0000 (08:07 -0700)] 
Merge up OpenBSD fix

13 years agoAdded --without-docs to configure
Trond Norbye [Wed, 21 Jul 2010 16:18:14 +0000 (18:18 +0200)] 
Added --without-docs to configure

The purpose of this option is to be able to disable generation of manual
pages from pod2man (to enable compilation of libmemcached on systems
without a working pod2man)

13 years agoFixes a typo/oops that shows up on openbsd.
Monty Taylor [Tue, 20 Jul 2010 20:29:29 +0000 (15:29 -0500)] 
Fixes a typo/oops that shows up on openbsd.

13 years agoFound issue from Fedora builder compiling with --with-debug
Brian Aker [Tue, 20 Jul 2010 04:45:48 +0000 (21:45 -0700)] 
Found issue from Fedora builder compiling with --with-debug

13 years agoMerge in cast fix for H algo
Brian Aker [Tue, 20 Jul 2010 00:31:05 +0000 (17:31 -0700)] 
Merge in cast fix for H algo

13 years agoType on attribute.
Brian Aker [Sat, 17 Jul 2010 17:09:40 +0000 (10:09 -0700)] 
Type on attribute.

13 years agoVerify that servers have started up by reading their pid file.
Brian Aker [Fri, 16 Jul 2010 19:24:58 +0000 (12:24 -0700)] 
Verify that servers have started up by reading their pid file.

13 years agoPossible fix for OSX slow server startup
Brian Aker [Fri, 16 Jul 2010 03:54:57 +0000 (20:54 -0700)] 
Possible fix for OSX slow server startup

13 years agoTiny style fix
Brian Aker [Fri, 16 Jul 2010 03:30:57 +0000 (20:30 -0700)] 
Tiny style fix

13 years agoMerge in usage for execute_stat.
Brian Aker [Fri, 16 Jul 2010 03:19:00 +0000 (20:19 -0700)] 
Merge in usage for execute_stat.

13 years agoMerge in memcached_stat_execute().
Brian Aker [Fri, 16 Jul 2010 02:33:19 +0000 (19:33 -0700)] 
Merge in memcached_stat_execute().

13 years agoFix for versioning information.
Brian Aker [Tue, 6 Jul 2010 20:16:47 +0000 (13:16 -0700)] 
Fix for versioning information.

13 years agoUpdate for version.
Brian Aker [Wed, 30 Jun 2010 20:27:33 +0000 (13:27 -0700)] 
Update for version.

13 years agoUpdates for RPM 0.41
Brian Aker [Wed, 30 Jun 2010 19:44:33 +0000 (12:44 -0700)] 
Updates for RPM

13 years agoUpdating from Monty
Brian Aker [Wed, 30 Jun 2010 18:57:16 +0000 (11:57 -0700)] 
Updating from Monty

13 years agoRemoved -Werror from unittests. a) we don't really need warnings here and b)
Monty Taylor [Wed, 30 Jun 2010 15:21:20 +0000 (08:21 -0700)] 
Removed -Werror from unittests. a) we don't really need warnings here and b)
gcc on freebsd sucks.

13 years agoPut gtest stuff back in check_PROGRAMS... ensure that tests all run as part
Monty Taylor [Wed, 30 Jun 2010 15:08:57 +0000 (08:08 -0700)] 
Put gtest stuff back in check_PROGRAMS... ensure that tests all run as part
of make distcheck. Make sure make unit works.

13 years agoMerge.
Brian Aker [Wed, 30 Jun 2010 08:52:59 +0000 (01:52 -0700)] 
Merge.

13 years agoPossible fix for freebsd
Brian Aker [Wed, 30 Jun 2010 08:08:52 +0000 (01:08 -0700)] 
Possible fix for freebsd

13 years agoadded limits for OSX
Brian Aker [Wed, 30 Jun 2010 02:44:50 +0000 (19:44 -0700)] 
added limits for OSX

13 years agoUpdate to clean up test case.
Brian Aker [Tue, 29 Jun 2010 23:26:22 +0000 (16:26 -0700)] 
Update to clean up test case.

13 years agoAdding gtest framework.
Brian Aker [Tue, 29 Jun 2010 22:04:05 +0000 (15:04 -0700)] 
Adding gtest framework.

13 years agoUpdate for build.
Brian Aker [Tue, 29 Jun 2010 19:09:31 +0000 (12:09 -0700)] 
Update for build.

13 years agoUpdate for change in fd.
Brian Aker [Tue, 29 Jun 2010 17:35:02 +0000 (10:35 -0700)] 
Update for change in fd.

13 years agoAdded gtest unittest support.
Monty Taylor [Tue, 29 Jun 2010 16:50:25 +0000 (09:50 -0700)] 
Added gtest unittest support.

13 years agoOptimization around connect.
Brian Aker [Tue, 29 Jun 2010 16:39:45 +0000 (09:39 -0700)] 
Optimization around connect.

13 years agoAdd in proper depend tracking for tests/testapp.
Monty Taylor [Tue, 29 Jun 2010 15:58:27 +0000 (08:58 -0700)] 
Add in proper depend tracking for tests/testapp.

13 years agoFixed a typo that was causing a race condition error.
Monty Taylor [Tue, 29 Jun 2010 15:42:43 +0000 (08:42 -0700)] 
Fixed a typo that was causing a race condition error.

13 years agoAdditional cleanup for config.h
Brian Aker [Tue, 29 Jun 2010 06:49:58 +0000 (23:49 -0700)] 
Additional cleanup for config.h

13 years agoMerge in changes for ICC fix.
Brian Aker [Tue, 29 Jun 2010 06:39:40 +0000 (23:39 -0700)] 
Merge in changes for ICC fix.

13 years agoFix for version on OSX
Brian Aker [Tue, 29 Jun 2010 06:06:33 +0000 (23:06 -0700)] 
Fix for version on OSX

13 years agoMerge Monty
Brian Aker [Tue, 29 Jun 2010 00:07:29 +0000 (17:07 -0700)] 
Merge Monty

13 years agoFix for interface issues (Bug 571909 <571909@bugs.launchpad.net>)
Brian Aker [Tue, 29 Jun 2010 00:05:29 +0000 (17:05 -0700)] 
Fix for interface issues (Bug 571909 <571909@bugs.launchpad.net>)

13 years agoSmall error correction to write/read error logging.
Brian Aker [Mon, 28 Jun 2010 20:58:49 +0000 (13:58 -0700)] 
Small error correction to write/read error logging.

13 years agoUpdate changelog.
Brian Aker [Mon, 28 Jun 2010 17:28:36 +0000 (10:28 -0700)] 
Update changelog.

13 years agoMerge in version util.
Brian Aker [Tue, 15 Jun 2010 06:31:25 +0000 (23:31 -0700)] 
Merge in version util.

13 years agoFixed a missing CLEANFILES entry.
Monty Taylor [Tue, 15 Jun 2010 01:16:02 +0000 (18:16 -0700)] 
Fixed a missing CLEANFILES entry.

13 years agoMerge in indent fix in include.
Brian Aker [Mon, 14 Jun 2010 21:44:49 +0000 (14:44 -0700)] 
Merge in indent fix in include.

13 years agoFixed distcheck issue.
Monty Taylor [Mon, 14 Jun 2010 16:55:47 +0000 (09:55 -0700)] 
Fixed distcheck issue.

13 years agoFixed distcheck dtrace issue.
Monty Taylor [Mon, 14 Jun 2010 16:28:49 +0000 (09:28 -0700)] 
Fixed distcheck dtrace issue.

13 years agoFixed dtrace building.
Monty Taylor [Mon, 14 Jun 2010 15:42:15 +0000 (08:42 -0700)] 
Fixed dtrace building.

13 years agoDisable dtrace by default for build issue.
Brian Aker [Sun, 13 Jun 2010 22:40:02 +0000 (15:40 -0700)] 
Disable dtrace by default for build issue.

13 years agoFix for SASL
Brian Aker [Sun, 13 Jun 2010 21:04:20 +0000 (14:04 -0700)] 
Fix for SASL

13 years agoRemove blank line.
Brian Aker [Sun, 13 Jun 2010 16:43:30 +0000 (09:43 -0700)] 
Remove blank line.

13 years agoMerge Monty (with formatting fixes)
Brian Aker [Sun, 13 Jun 2010 16:21:08 +0000 (09:21 -0700)] 
Merge Monty (with formatting fixes)

13 years agoUpdated pandora-build files to version 0.134
Monty Taylor [Sun, 13 Jun 2010 16:24:20 +0000 (09:24 -0700)] 
Updated pandora-build files to version 0.134

13 years agoAdded FreeBSD gmake note.
Monty Taylor [Sun, 13 Jun 2010 15:01:04 +0000 (08:01 -0700)] 
Added FreeBSD gmake note.

13 years agoFix makedist, up the value on the library interface/version
Brian Aker [Sun, 13 Jun 2010 08:54:40 +0000 (01:54 -0700)] 
Fix makedist, up the value on the library interface/version

13 years agoAdding support for libmemcached_ping().
Brian Aker [Fri, 11 Jun 2010 01:59:25 +0000 (18:59 -0700)] 
Adding support for libmemcached_ping().

13 years agoAdded libmemcached_ping() to memcached utility library.
Brian Aker [Fri, 11 Jun 2010 01:43:08 +0000 (18:43 -0700)] 
Added libmemcached_ping() to memcached utility library.