summaryrefslogtreecommitdiff
path: root/src/general.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some non-ANSI function declarationwip-da-SCADanny Al-Gaaf2014-05-151-1/+1
* Incorporated change from Yehuda Sadeh which allows runtimeBryan Ischo2011-09-281-8/+6
* * Undid my last change. Now I realize why you should only ever use spacesBryan Ischo2008-12-301-402/+402
* * tabify source, to fix the broken .emacs configuration I have been usingBryan Ischo2008-12-301-402/+402
* * Implemented Authenticated Query String supportBryan Ischo2008-10-281-21/+27
* * Implement custom HMAC_SHA1 and thus eliminate all direct dependency onBryan Ischo2008-08-211-101/+1
* * Revert GnuTLS back to openssl, since GnuTLS is too hard to get working onBryan Ischo2008-08-211-10/+96
* * Replaced openssl library with GnuTLS, libgcrypt, and hand-written base 64Bryan Ischo2008-08-131-96/+10
* * Remove the threading callbacks in favor of using pthreads API. Will haveBryan Ischo2008-08-121-65/+22
* * Incorporated fixes submitted by Bryan Donlan <bdonlan@gmail.com>:Bryan Ischo2008-08-111-2/+13
* * Support build on Microsoft Windows via MingWBryan Ischo2008-08-071-1/+1
* * Added Debian package build targetBryan Ischo2008-08-061-0/+4
* * Added TODO and COPYINGBryan Ischo2008-07-291-14/+12
* * Completed s3 documentationBryan Ischo2008-07-291-12/+23
* * Fixed some error handlingBryan Ischo2008-07-221-0/+6
* * Minor updates, and complete documentation for libs3.h in progressBryan Ischo2008-07-221-27/+24
* * Removed http response code from complete callback (libs3 users should onlyBryan Ischo2008-07-211-1/+22
* * S3RequestContext is now code complete, haven't tested it yet thoughBryan Ischo2008-07-151-7/+8
* * ACL support completeBryan Ischo2008-07-151-2/+213
* * More work in progress, get object is now completeBryan Ischo2008-07-131-0/+4
* * More work in progress; fixed some bugs, initial get object implementationBryan Ischo2008-07-131-2/+2
* * More work in progress. Initial list_bucket support.Bryan Ischo2008-07-111-0/+1
* * Work in progress - reorganized alot, completed list bucket, create bucket,Bryan Ischo2008-07-101-1/+2
* * Reorganized errors; it's all simpler nowBryan Ischo2008-07-071-0/+106
* * CurlRequest -> RequestBryan Ischo2008-06-281-2/+2
* * More work in progressBryan Ischo2008-06-271-113/+2
* * Work in progress, about to rework someBryan Ischo2008-06-271-2/+61
* * Work in progressBryan Ischo2008-06-261-9/+87
* * Work in progressBryan Ischo2008-06-241-0/+214