summaryrefslogtreecommitdiff
path: root/lib/Net/Riak/Object.pm (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-20merged pbc branch to masterRobin Edwards1-157/+32
2011-04-09Fix issue with url encoded linksSimon Wistow1-8/+13
2011-03-14Fix remove_linkSimon Wistow1-2/+5
2011-03-07Fix remove_linkSimon Wistow1-2/+5
2011-01-28Allow POSTing of objects to get an autogenerated keySimon Wistow1-7/+18
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 expected status messageRobin Edwards1-2/+3
2010-11-09removed response stringRobin Edwards1-2/+1
2010-11-09added expected status messageRobin Edwards1-2/+3
2010-11-03clear_siblings, not clear_linksfranck cuny1-1/+1
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-10-05requests and responses now stored for debuggingRobin Edwards1-8/+8
2010-09-08change =method pod items to =itemGavin Carr1-19/+25
2010-09-01set object content_type from successful response'sGavin Carr1-0/+2
2010-09-01encode/decode to/from json iff content_type is jsonGavin Carr1-3/+4
2010-08-10more test, fix bug in links (thanks to Al Tobey)franck cuny1-1/+1
2010-06-19fix vclock; thanks to germain ...franck cuny1-1/+2
2010-06-14simplify links_to_header; add delegationfranck cuny1-8/+4
2010-06-14cleanfranck cuny1-39/+8
2010-06-14add mx::role::parameterized for replicas, bucket and clientfranck cuny1-28/+4
2010-06-14privatefranck cuny1-2/+2
2010-06-14s/RiakLink/Net::Riak::Link/franck cuny1-1/+1
2010-06-14add handles for has_siblings and hs_no_siblingsfranck cuny1-31/+73
2010-06-14update POD; add changelogfranck cuny1-5/+157
2010-06-14handle links correctlyfranck cuny1-8/+37