summaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAgeFilesLines
* Fix symbol subst on libevent.Brian Aker2012-12-311-1/+1
* Fix some compile time issues.Brian Aker2012-11-203-290/+0
* Fixes a few more files that did not have a good config.hBrian Aker2012-11-183-3/+3
* Update all config.h usage.Brian Aker2012-10-283-3/+3
* Fix all include location, and drop versions of the library that were never sh...Brian Aker2012-10-131-1/+1
* Update with job builder.Brian Aker2012-10-091-1/+2
* Fix all warnings found via clang.Brian Aker2012-09-171-3/+3
* Update to support new warnings.Brian Aker2012-08-021-1/+1
* Fix cppcheck warnings.Brian Aker2012-06-291-1/+2
* Update with current fixes.Brian Aker2012-06-113-18/+28
* Catch up with Gearman's libtestBrian Aker2012-05-121-3/+3
* Update for protocol (and a single fix).Brian Aker2012-04-241-0/+1
* Update framework.Brian Aker2012-04-171-3/+1
* Minor fix for C++ include style headers.Brian Aker2012-03-141-5/+5
* Fix a bunch of documentation formatting.Brian Aker2012-03-072-5/+5
* Add in better testing for gdb.Brian Aker2012-03-046-23/+160
* Merge in Ubuntu fixes.Brian Aker2012-03-011-1/+1
* Update for testig memcached_lightBrian Aker2012-03-014-109/+210
* Additions to testing to better check return values/etc for servers.Brian Aker2012-02-261-0/+2
* Fix for the light server.Brian Aker2012-02-228-331/+548
* Remove dead support for the Inno library example.Brian Aker2012-01-292-540/+1
* Fix m4 warnings, and fix a couple of issues around include files.Brian Aker2012-01-291-1/+1
* Improve parser error messages.Brian Aker2011-11-262-6/+4
* Update all of the build/spec files.Brian Aker2011-10-043-3/+3
* Create version 1.0 directory structure.Brian Aker2011-10-023-5/+5
* Fix headersBrian Aker2011-08-151-0/+2
* Fix distBrian Aker2011-08-021-4/+7
* Merge in all updates for autoconfBrian Aker2011-08-026-16/+154
* This creates memcached_htonll() to be used internally (we want to avoid confl...Brian Aker2011-06-141-12/+18
* Merge in conversion to C++.Brian Aker2011-04-271-4/+1
* Merge in new protocol interface bits.Brian Aker2011-03-271-1/+1
* Fix a few spots where when I did the update for EXIT_ I made moreBrian Aker2011-03-241-1/+1
* Merge in updates to make sure exit/return is done properly.Brian Aker2011-03-171-9/+9
* Don't use __attribute__((unused))Trond Norbye2011-02-222-5/+6
* Socket should be memcached_socket_tTrond Norbye2010-07-281-5/+5
* Initial support for WindowsTrond Norbye2010-07-283-34/+38
* Merge in indent fix in include.Brian Aker2010-06-141-5/+5
* Fixed -p. Seems that we lost the ':' in there removing the ability to specify...Trond Norbye2010-04-141-1/+1
* Merge Trond.Brian Aker2010-04-142-104/+143
|\
| * Use libevent for the eventloop in memcached_lightTrond Norbye2010-04-142-104/+143
|/
* Fixes for Innodb engine.Brian Aker2010-04-021-7/+19
* Modify where memslap keeps its default config file.Brian Aker2010-01-131-1/+3
* Addition for memcached_light to have a pid file.Brian Aker2010-01-131-6/+36
* incorrect use in example/memcached_light causing segfaults every 2nd time you...Stewart Smith2010-01-111-1/+0
* Moves everything into root makefile except for docs.Monty Taylor2009-12-172-20/+24
* Style cleanupBrian Aker2009-12-161-1/+2
* Protocol interface should be an enum and not a uint64_t for type safetyTrond Norbye2009-11-062-3/+3
* Fix typoBrian Aker2009-10-163-3/+3
* Create workaround for warnings generated by a broken C99 compilerTrond Norbye2009-10-064-0/+55
* Update protocol due to review comments:Trond Norbye2009-10-053-15/+14