summaryrefslogtreecommitdiff
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* util.h: fix MAX_URI_SIZE sizeof usageDanny Al-Gaaf2014-05-151-1/+1
* Incorporated change from Yehuda Sadeh which allows runtimeBryan Ischo2011-09-283-13/+49
* * Fixed some issues that were breaking recent Windows builds with recent MinGWBryan Ischo2009-02-131-0/+3
* * Added support for Mac OS XBryan Ischo2009-02-122-6/+1
* * Undid my last change. Now I realize why you should only ever use spacesBryan Ischo2008-12-3010-1144/+1144
* * tabify source, to fix the broken .emacs configuration I have been usingBryan Ischo2008-12-3010-1144/+1144
* * Fixed a bug with query parameters using double-? in URI, breaking listBryan Ischo2008-12-111-1/+1
* * Implemented Authenticated Query String supportBryan Ischo2008-10-283-39/+153
* * Added -Wextra and -Wshadow compiler options, to enforce extra warnings, andBryan Ischo2008-10-083-8/+12
* * Remove time_t from API, replace with int64_t, which is of known size andBryan Ischo2008-09-282-8/+25
* * Minor cleanupsBryan Ischo2008-09-041-0/+9
* * Clean up stuffBryan Ischo2008-08-252-37/+9
* * Implement custom HMAC_SHA1 and thus eliminate all direct dependency onBryan Ischo2008-08-211-0/+37
* * Revert GnuTLS back to openssl, since GnuTLS is too hard to get working onBryan Ischo2008-08-211-10/+1
* * Support GNUTLS on Windows. But - it doesn't work. Maybe my GNUTLSBryan Ischo2008-08-141-4/+4
* * Replaced openssl library with GnuTLS, libgcrypt, and hand-written base 64Bryan Ischo2008-08-132-17/+17
* * Implement required pthreads functions for WindowsBryan Ischo2008-08-121-0/+45
* * 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-113-7/+41
* * Support build on Microsoft Windows via MingWBryan Ischo2008-08-073-0/+72
* * Added Debian package build targetBryan Ischo2008-08-068-0/+32
* * 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-298-113/+97
* * 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-222-28/+93
* * Minor updates, and complete documentation for libs3.h in progressBryan Ischo2008-07-222-229/+647
* * Removed http response code from complete callback (libs3 users should onlyBryan Ischo2008-07-212-7/+26
* * Fixed some issues that were uncovered when compiling -O3. libcurl issueBryan Ischo2008-07-191-1/+1
* * Fixed some bugs, prettified s3Bryan Ischo2008-07-151-1/+1
* * S3RequestContext is now code complete, haven't tested it yet thoughBryan Ischo2008-07-153-14/+23
* * ACL support completeBryan Ischo2008-07-151-25/+59
* * Work in progress. All file operations except for ACL stuff are working.Bryan Ischo2008-07-142-36/+33
* * Work in progress, head object now implementedBryan Ischo2008-07-131-1/+0
* * More work in progress, get object is now completeBryan Ischo2008-07-132-5/+18
* * More work in progress; fixed some bugs, initial get object implementationBryan Ischo2008-07-134-61/+80
* * Work in progress: put object now worksBryan Ischo2008-07-124-70/+59
* * More work in progress. Initial list_bucket support.Bryan Ischo2008-07-112-22/+34
* * Work in progress - reorganized alot, completed list bucket, create bucket,Bryan Ischo2008-07-109-416/+648
* * More work, XML parsing for S3_list_serviceBryan Ischo2008-07-082-8/+76
* * Reorganized errors; it's all simpler nowBryan Ischo2008-07-072-155/+177
* * More work in progress. Better S3 error support, still needs some cleanup w...Bryan Ischo2008-07-062-37/+57
* * Work in progress. Completed simplexml API.Bryan Ischo2008-07-052-14/+56
* * More work in progress; headers and stuffBryan Ischo2008-07-032-1/+22
* * Work in progress. list, test, create, and delete buckets kinda worksBryan Ischo2008-07-022-7/+19
* * Work in progress, code reorg, looking goodBryan Ischo2008-07-011-16/+21
* * More work in progress - list buckets starting to workBryan Ischo2008-07-012-5/+16
* * Checkpoint work in progressBryan Ischo2008-07-012-76/+141