summaryrefslogtreecommitdiff
path: root/src/bucket.c
Commit message (Expand)AuthorAgeFilesLines
* Incorporated change from Yehuda Sadeh which allows runtimeBryan Ischo2011-09-281-8/+14
* Fixed compiler errors with new, more stringent gcc compiler.Bryan Ischo2011-09-071-0/+6
* * Undid my last change. Now I realize why you should only ever use spacesBryan Ischo2008-12-301-537/+537
* * tabify source, to fix the broken .emacs configuration I have been usingBryan Ischo2008-12-301-537/+537
* * Fixed a bug with query parameters using double-? in URI, breaking listBryan Ischo2008-12-111-8/+12
* * Implemented Authenticated Query String supportBryan Ischo2008-10-281-20/+20
* * Added -Wextra and -Wshadow compiler options, to enforce extra warnings, andBryan Ischo2008-10-081-1/+1
* * Minor cleanupsBryan Ischo2008-09-041-2/+2
* * Incorporated fixes submitted by Bryan Donlan <bdonlan@gmail.com>:Bryan Ischo2008-08-111-0/+1
* * Added Debian package build targetBryan Ischo2008-08-061-0/+4
* * Added TODO and COPYINGBryan Ischo2008-07-291-14/+12
* * Minor updates, and complete documentation for libs3.h in progressBryan Ischo2008-07-221-15/+2
* * Removed http response code from complete callback (libs3 users should onlyBryan Ischo2008-07-211-25/+14
* * ACL support completeBryan Ischo2008-07-151-4/+12
* * Work in progress. All file operations except for ACL stuff are working.Bryan Ischo2008-07-141-7/+13
* * More work in progress, get object is now completeBryan Ischo2008-07-131-75/+87
* * More work in progress; fixed some bugs, initial get object implementationBryan Ischo2008-07-131-50/+60
* * Work in progress: put object now worksBryan Ischo2008-07-121-13/+11
* * More work in progress. Initial list_bucket support.Bryan Ischo2008-07-111-0/+332
* * Work in progress - reorganized alot, completed list bucket, create bucket,Bryan Ischo2008-07-101-62/+251
* * Reorganized errors; it's all simpler nowBryan Ischo2008-07-071-25/+22
* * More work in progress; headers and stuffBryan Ischo2008-07-031-1/+1
* * Work in progress. list, test, create, and delete buckets kinda worksBryan Ischo2008-07-021-5/+137
* * Work in progress. Can send authenticated list buckets request.Bryan Ischo2008-06-301-6/+6
* * More work in progressBryan Ischo2008-06-271-4/+4
* * Work in progressBryan Ischo2008-06-261-24/+18
* * Work in progressBryan Ischo2008-06-241-0/+70