summaryrefslogtreecommitdiff
path: root/inc/libs3.h
Commit message (Expand)AuthorAgeFilesLines
* Incorporated change from Yehuda Sadeh which allows runtimeBryan Ischo2011-09-281-11/+38
* * Added support for Mac OS XBryan Ischo2009-02-121-5/+0
* * Undid my last change. Now I realize why you should only ever use spacesBryan Ischo2008-12-301-957/+957
* * tabify source, to fix the broken .emacs configuration I have been usingBryan Ischo2008-12-301-957/+957
* * Fixed a bug with query parameters using double-? in URI, breaking listBryan Ischo2008-12-111-1/+1
* * Implemented Authenticated Query String supportBryan Ischo2008-10-281-24/+150
* * Added -Wextra and -Wshadow compiler options, to enforce extra warnings, andBryan Ischo2008-10-081-4/+8
* * Remove time_t from API, replace with int64_t, which is of known size andBryan Ischo2008-09-281-7/+24
* * Minor cleanupsBryan Ischo2008-09-041-0/+9
* * Revert GnuTLS back to openssl, since GnuTLS is too hard to get working onBryan Ischo2008-08-211-10/+1
* * Replaced openssl library with GnuTLS, libgcrypt, and hand-written base 64Bryan Ischo2008-08-131-2/+12
* * Remove the threading callbacks in favor of using pthreads API. Will haveBryan Ischo2008-08-121-85/+1
* * Incorporated fixes submitted by Bryan Donlan <bdonlan@gmail.com>:Bryan Ischo2008-08-111-4/+38
* * Support build on Microsoft Windows via MingWBryan Ischo2008-08-071-0/+1
* * Added Debian package build targetBryan Ischo2008-08-061-0/+4
* * Improve build systemBryan Ischo2008-08-051-3/+3
* * Changed default retries in s3 to 5Bryan Ischo2008-08-041-1/+1
* * Added TODO and COPYINGBryan Ischo2008-07-291-14/+12
* * Completed s3 documentationBryan Ischo2008-07-291-9/+15
* * Workaround for buggy libcurl nonsupport for large filesBryan Ischo2008-07-291-4/+57
* * Minor doc fixesBryan Ischo2008-07-221-11/+27
* * Fixed some error handlingBryan Ischo2008-07-221-28/+88
* * Minor updates, and complete documentation for libs3.h in progressBryan Ischo2008-07-221-227/+645
* * Removed http response code from complete callback (libs3 users should onlyBryan Ischo2008-07-211-4/+23
* * S3RequestContext is now code complete, haven't tested it yet thoughBryan Ischo2008-07-151-12/+17
* * ACL support completeBryan Ischo2008-07-151-25/+59
* * Work in progress. All file operations except for ACL stuff are working.Bryan Ischo2008-07-141-36/+27
* * Work in progress, head object now implementedBryan Ischo2008-07-131-1/+0
* * More work in progress, get object is now completeBryan Ischo2008-07-131-5/+9
* * More work in progress; fixed some bugs, initial get object implementationBryan Ischo2008-07-131-46/+65
* * Work in progress: put object now worksBryan Ischo2008-07-121-15/+37
* * More work in progress. Initial list_bucket support.Bryan Ischo2008-07-111-20/+24
* * Work in progress - reorganized alot, completed list bucket, create bucket,Bryan Ischo2008-07-101-7/+7
* * More work, XML parsing for S3_list_serviceBryan Ischo2008-07-081-6/+16
* * Reorganized errors; it's all simpler nowBryan Ischo2008-07-071-149/+155
* * More work in progress. Better S3 error support, still needs some cleanup w...Bryan Ischo2008-07-061-1/+3
* * Work in progress. Completed simplexml API.Bryan Ischo2008-07-051-9/+14
* * More work in progress; headers and stuffBryan Ischo2008-07-031-1/+3
* * Work in progress. list, test, create, and delete buckets kinda worksBryan Ischo2008-07-021-4/+14
* * More work in progress - list buckets starting to workBryan Ischo2008-07-011-2/+12
* * Checkpoint work in progressBryan Ischo2008-07-011-6/+31
* * Work in progress. Can send authenticated list buckets request.Bryan Ischo2008-06-301-9/+37
* * More work in progressBryan Ischo2008-06-271-39/+110
* * Work in progress, about to rework someBryan Ischo2008-06-271-4/+11
* * Work in progressBryan Ischo2008-06-261-192/+207
* * Work in progressBryan Ischo2008-06-241-113/+417
* * Work in progressBryan Ischo2008-06-221-39/+117
* * Added initial work in progressBryan Ischo2008-06-201-0/+537