summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge bzr://10.0.3.21/ Build: jenkins-Libmemcached-4631.0.18Continuous Integration2014-02-097-47/+65
|\
| * Update RPM.Brian Aker2014-02-097-47/+65
| |\
| | * RPM update.Brian Aker2014-02-087-36/+57
| | |
* | | Merge bzr://10.0.3.21/ Build: jenkins-Libmemcached-460Continuous Integration2014-02-084-10/+11
|\ \ \ | |/ / | | / | |/ |/|
| * Update RPM rules.Brian Aker2014-02-084-10/+11
|/
* Merge bzr://10.0.3.21/ Build: jenkins-Libmemcached-459Continuous Integration2014-02-070-0/+0
|
* Merge bzr://10.0.3.21/ Build: jenkins-Libmemcached-457Continuous Integration2014-02-071-21/+12
|\
| * Update bootstrap.Brian Aker2014-02-071-21/+12
| |
* | Merge bzr://10.0.3.21/ Build: jenkins-Libmemcached-456Continuous Integration2014-02-061-0/+6
|\ \ | |/
| * Fix RPM buidl so that PHONY is declared.Brian Aker2014-02-061-0/+6
|/
* Merge lp:~brianaker/libmemcached/feature-server_timeout Build: ↵Continuous Integration2014-02-050-0/+0
| | | | jenkins-Libmemcached-451
* Merge lp:~brianaker/libmemcached/feature-server_timeout Build: ↵Continuous Integration2014-02-0413-8/+38
|\ | | | | | | jenkins-Libmemcached-450
| * Fix issue where we missed MEMCACHED_BEHAVIOR_SERVER_TIMEOUT_LIMIT from a ↵Brian Aker2014-02-041-0/+1
| | | | | | | | switch/case.
| * Added server_timeout_counter and behavior ↵Nicolas Van Eenaeme2013-11-2013-8/+37
|/ | | | | | | | | | | MEMCACHED_BEHAVIOR_SERVER_TIMEOUT_LIMIT. This feature works as follows: When a timeout occurs, retry MEMCACHED_BEHAVIOR_SERVER_TIMEOUT_LIMIT times before putting the server in MEMCACHED_SERVER_STATE_IN_TIMEOUT state. It makes sense to not fail from the 1st time but retry on the next calls before marking the server as timeout.
* Merge ↵Continuous Integration2014-02-023-3/+27
|\ | | | | | | lp:~493pocbrcycmdw7yksonho9o2qzz-o18bz-d18ecat4t1b76tkfi3vttrkfngli/libmemcached/libmemcached Build: jenkins-Libmemcached-445
| * Small bugfixes for errno (since memcached_quit_server() modifies errno)Nicolas Van Eenaeme2013-11-201-3/+6
| |
| * Added the ability to get the local port of a memcache_instance_st.Nicolas Van Eenaeme2013-11-192-0/+21
| | | | | | | | | | | | Sometimes when you're hunting bugs on a production webserver (with multiple workers) you want to tcpdump and see what's going on. This patch adds the memcached_server_srcport method to the library which returns the local sourceport of the connection (if there's a connection). We use it a lot.
* | Merge lp:~brianaker/libmemcached/1261128 Build: jenkins-Libmemcached-442Continuous Integration2014-02-011-4/+4
|\ \
| * | Fix copy/paste error.Brian Aker2014-02-021-4/+4
| | |
* | | Merge lp:~brianaker/libmemcached/1244776 Build: jenkins-Libmemcached-441Continuous Integration2014-02-011-1/+1
|\ \ \ | |/ /
| * | Remove line that get un-commented out.Brian Aker2014-02-021-1/+1
| | |
* | | Merge lp:~brianaker/libmemcached/1251488 Build: jenkins-Libmemcached-440Continuous Integration2014-02-011-2/+0
|\ \ \ | |/ /
| * | Remove Automatic parallelization in GraphiteBrian Aker2014-02-021-2/+0
| | |
* | | Merge lp:~brianaker/libmemcached/1251482 Build: jenkins-Libmemcached-439Continuous Integration2014-02-012-1/+24
|\ \ \ | |/ /
| * | Store data.Brian Aker2014-02-012-1/+24
| | |
* | | Merge lp:~brianaker/libmemcached/1215783 Build: jenkins-Libmemcached-438Continuous Integration2014-02-0112-87/+238
|\ \ \ | |/ /
| * | Just write it myself (so much for coppying).Brian Aker2014-02-011-23/+25
| | |
| * | Remove line ending.Brian Aker2014-02-011-2/+1
| | |
| * | Remove extra ifBrian Aker2014-02-011-7/+4
| | |
| * | Fix how Jenkins is now handling JUNIT XML.Brian Aker2014-02-011-4/+10
| | |
| * | Update configure.acBrian Aker2014-02-011-4/+7
| | |
| * | Add a top GNUMakefile to make things happen by default.Brian Aker2014-01-313-6/+38
| | |
| * | Added XML Escape for junit reports.Brian Aker2014-01-304-29/+152
| | |
| * | Fix possible linking issue with pthreads.Brian Aker2014-01-271-0/+2
| | |
| * | Updated pthread m4.Brian Aker2014-01-251-1/+3
| | |
| * | Update the bootstrap rules.Brian Aker2014-01-241-37/+22
|/ /
* | Merge bzr://10.0.3.21/ Build: jenkins-Libmemcached-408Continuous Integration2014-01-197-39/+39
|\ \
| * | Make the switch to the more modern LOG_COMPILER env.Brian Aker2014-01-197-39/+39
|/ /
* | Merge lp:~brianaker/libmemcached/1251482 Build: jenkins-Libmemcached-404Continuous Integration2013-12-1915-74/+89
|\ \ | |/ |/|
| * Ok, this should never be on....Brian Aker2013-11-221-1/+1
| |
| * Fix for compiling c++ with pthreadsBrian Aker2013-11-222-8/+4
| |
| * Disable silent rules so that we can view more in Jenkins.Brian Aker2013-11-211-0/+4
| |
| * Clean up some library usage.Brian Aker2013-11-216-22/+11
| |
| * Update use for CFLAGS.Brian Aker2013-11-201-3/+7
| |
| * Fix for SASL compile issue.Brian Aker2013-11-201-26/+25
| |
| * Allows zero as a value for retry.Brian Aker2013-11-206-15/+38
|/
* Merge lp:~brianaker/libmemcached/osx9-mav Build: jenkins-Libmemcached-376Continuous Integration2013-11-0412-98/+137
|\
| * Cleanup for OSX 9Brian Aker2013-11-0411-93/+128
| |
| * Update for mavericksBrian Aker2013-10-181-5/+9
|/
* Merge lp:~brianaker/libmemcached/1164440 Build: jenkins-Libmemcached-371Continuous Integration2013-10-111-10/+21
|\