summary refs log tree commit diff
path: root/t/01_store_fetch_object.t (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-26remove debug linesGermain Maurice1-2/+1
2011-06-25remove index param from being added to query paramsgmaurice1-4/+9
2011-06-23new release adds status line on unexpected responseRobin Edwards4-3/+6
2011-06-22add basic support of riaksearch (need to see what is missed)gmaurice5-1/+50
2011-05-19prepared for releaseRobin Edwards2-2/+4
2011-05-19minor pod fixRobin Edwards1-4/+4
2011-05-17update Changesfranck cuny1-0/+2
2011-05-17need to return self to chain operations (Fix #12)franck cuny1-0/+1
2011-04-20POD cleanup.Robin Edwards2-9/+4
2011-04-20added git tag to dzilRobin Edwards1-0/+1
2011-04-20storing without key only supported by RESTRobin Edwards3-4/+12
2011-04-20merged pbc branch to masterRobin Edwards51-669/+2361
2011-04-09Fix issue with url encoded linksSimon Wistow3-13/+19
2011-03-14Updated Changes and versionRobin Edwards2-2/+5
2011-03-14Fix remove_linkSimon Wistow2-2/+8
2011-03-07Fix remove_linkSimon Wistow2-2/+8
2011-02-08added skip if riak env not setRobin Edwards1-4/+5
2011-02-08updated change logRobin Edwards1-0/+2
2011-02-08added connection cachingRobin Edwards1-0/+8
2011-02-08added env for local riak nodeRobin Edwards1-18/+17
2011-01-31incremented version and yearRobin Edwards1-2/+2
2011-01-28Added simons changesRobin Edwards1-0/+3
2011-01-28DocsSimon Wistow1-0/+2
2011-01-28Allow creating of new_objects without keysSimon Wistow1-2/+3
2011-01-28Allow POSTing of objects to get an autogenerated keySimon Wistow1-7/+18
2010-11-25update changesfranck cuny1-0/+7
2010-11-25fix the _build_link method (reported by gpha)franck cuny1-2/+2
2010-11-25removed response stringRobin Edwards1-2/+1
2010-11-25added useragent timeout parameterRobin Edwards3-2/+18
2010-11-25added expected status messageRobin Edwards1-2/+3
2010-11-25added delete_object methodRobin Edwards1-0/+17
2010-11-25support for adding bucket as objects in add methodRobin Edwards1-2/+5
2010-11-09removed response stringRobin Edwards1-2/+1
2010-11-09added useragent timeout parameterRobin Edwards3-2/+18
2010-11-09added expected status messageRobin Edwards1-2/+3
2010-11-09added delete_object methodRobin Edwards1-0/+17
2010-11-09support for adding bucket as objects in add methodRobin Edwards1-2/+5
2010-11-03prepare releasefranck cuny1-0/+4
2010-11-03update PODfranck cuny1-1/+3
2010-11-03prepare new releasefranck cuny1-1/+1
2010-11-03clear_siblings, not clear_linksfranck cuny1-1/+1
2010-11-02prepare to releasefranck cuny4-5/+12
2010-11-02pulling the =build me a link= logic in to a single method and then wrapping t...ben hengst1-27/+22
2010-11-02Add 204 to Object::store expected status codes.Gavin Carr1-1/+1
2010-11-02missed a modification on PODgmaurice1-1/+1
2010-11-02add support of array arguments in Net::Riak::MapReduce->add()gmaurice1-2/+19
2010-10-05requests and responses now stored for debuggingRobin Edwards6-36/+83
2010-10-05merged docRobin Edwards2-45/+78
2010-10-05extended the docsRo