summaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compilation failure on 32 bit systems caused by macro redefinitionTrond Norbye2009-10-054-9/+19
* Merge Trond's protocol work.Brian Aker2009-10-013-31/+70
* Refactor and add support for the ASCII protocol by wrapping the binary protocolTrond Norbye2009-10-012-10/+10
* Removed memory leak by releasing the items when I'm done using themTrond Norbye2009-09-254-42/+103
* Fix compile errors with gccTrond Norbye2009-09-253-23/+23
* Add an example using innodb as a storage (NOTE: this version currently leaks ...Trond Norbye2009-09-257-80/+613
* Fix compilation on Linux (lacks ntohll etc)Trond Norbye2009-09-185-21/+8
* Prototype of a protocol parsing library for the binary protocolTrond Norbye2009-09-177-0/+1465