Re: For review: using "git describe" for version numbers

2009-03-26 Thread dormando
Initially I thought hey, that'll probably break shipit, then I remembered shipit's just used for every other project I ship. Seems fine to me. Maybe add the git steps into the HACKING or README or whatever file somewhere? -Dormando On Thu, 26 Mar 2009, Dustin wrote: > > > Oh, patch might be goo

Re: For review: using "git describe" for version numbers

2009-03-26 Thread Dustin
Oh, patch might be good... http://github.com/dustin/memcached/commit/923a335bf8613696d658448cd9c48a963924d436 commit 923a335bf8613696d658448cd9c48a963924d436 Author: Dustin Sallings Date: Mon Mar 9 11:52:25 2009 -0700 Use git's version number for releases. This will allow more spec

For review: using "git describe" for version numbers

2009-03-26 Thread Dustin
I thought it'd be good to get more automation around releases and more easily identifiable builds, so I figured I'd leverage git a bit more and have it do the work. Fitting it into automake was a bit weird, but here's what I came up with: autogen.sh runs version.sh which generates version

Re: New "wait timeout" argument for the get() method.

2009-03-26 Thread gf
When timeout is reached (waiting for job result), client tried to acquire lock than do the job if succeed... Cycle. Deadlock lives shortly. On 25 мар, 23:55, Les Mikesell wrote: > gf wrote: > >> How does the updater distinguish itself from the rest? > > acquire() (atomic add). > > So a whole bun

Re: List memcached objects

2009-03-26 Thread Josef Finsel
Short answer: No. Longer answer: http://groups.google.com/group/memcached/search?group=memcached&q=list+all+&qt_g=Search+this+group Long answer you'll probably want to use: http://groups.google.com/group/memcached/browse_thread/thread/753e136bf7db4c2d/c9dcf3c38182736f?lnk=gst&q=list+all+#c9dcf3c38

List memcached objects

2009-03-26 Thread riky
Hi, there is a way to retrieve a list of all objects inserted into memchached server? Thanks, Riccardo

Re: Broken commit: 5a44468 Use AI_ADDRCONFIG more selectively.

2009-03-26 Thread dormando
Nevermind, I figured it out. Bad error handling in the getaddrinfo routine. I've applied/tested a real fix, which I'll post with the batch. -Dormando On Wed, 25 Mar 2009, dormando wrote: > > Yo, > > 'stable' tree from dustin has a commit (5a44468) which disables the > AI_ADRCONFIG flag unless