summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some non-ANSI function declarationwip-da-SCADanny Al-Gaaf2014-05-153-5/+5
* s3.c: fix potential null pointer dereferenceDanny Al-Gaaf2014-05-151-1/+1
* Incorporated change from Yehuda Sadeh which allows runtimeBryan Ischo2011-09-288-49/+86
* Fixed issue found by Dino Korah in April 2011.Bryan Ischo2011-09-281-1/+1
* Incorporated feedback from Shmuel Zeigerman sent in May 2009 that I neverBryan Ischo2011-09-281-3/+7
* Added fix and minor optimizations to urlEncode submitted years ago byBryan Ischo2011-09-271-16/+9
* Fixed compiler errors with new, more stringent gcc compiler.Bryan Ischo2011-09-073-0/+12
* * Fixed a double-free bug in s3.cBryan Ischo2009-03-031-0/+2
* * Improved makefilesBryan Ischo2009-02-171-4/+4
* * Oops, one more isblank to convert to is_blank for WindowsBryan Ischo2009-02-131-4/+4
* * Fixed some issues that were breaking recent Windows builds with recent MinGWBryan Ischo2009-02-133-21/+26
* * Fixed a bug in urlEncode that was not terminating strings sometimesBryan Ischo2009-02-121-0/+1
* * Added support for Mac OS XBryan Ischo2009-02-121-8/+0
* Fixed an egregious gcc warning with some fairly ridiculous casting.Bryan Ischo2009-01-211-1/+1
* * Undid my last change. Now I realize why you should only ever use spacesBryan Ischo2008-12-3016-6508/+6508
* * tabify source, to fix the broken .emacs configuration I have been usingBryan Ischo2008-12-3016-6506/+6506
* * Fixed curl argument type errorBryan Ischo2008-12-251-1/+1
* * Fixed a bug with query parameters using double-? in URI, breaking listBryan Ischo2008-12-115-20/+26
* * Implemented Authenticated Query String supportBryan Ischo2008-10-289-144/+1181
* * Merged 100:101 from 1.1 branchBryan Ischo2008-10-092-0/+4
* * Added -Wextra and -Wshadow compiler options, to enforce extra warnings, andBryan Ischo2008-10-087-94/+133
* * Remove time_t from API, replace with int64_t, which is of known size andBryan Ischo2008-09-285-25/+53
* * Fixed crypto and base64 to work properly on 64 bit systemsBryan Ischo2008-09-173-6/+7
* * Minor cleanupsBryan Ischo2008-09-044-10/+16
* * Integrated revisions 86:88 from 0.6 branch, which were fixes applied on theBryan Ischo2008-08-262-6/+7
* * Clean up stuffBryan Ischo2008-08-253-276/+352
* * Improve cryptography functionsBryan Ischo2008-08-211-19/+19
* * Implement custom HMAC_SHA1 and thus eliminate all direct dependency onBryan Ischo2008-08-213-110/+284
* * Revert GnuTLS back to openssl, since GnuTLS is too hard to get working onBryan Ischo2008-08-212-37/+102
* * Whoops, accidentally left some debugging in my last checkinBryan Ischo2008-08-141-1/+1
* * Support GNUTLS on Windows. But - it doesn't work. Maybe my GNUTLSBryan Ischo2008-08-142-20/+13
* * Replaced openssl library with GnuTLS, libgcrypt, and hand-written base 64Bryan Ischo2008-08-133-115/+94
* * Implement required pthreads functions for WindowsBryan Ischo2008-08-121-0/+31
* * Remove the threading callbacks in favor of using pthreads API. Will haveBryan Ischo2008-08-123-76/+32
* * Incorporated fixes submitted by Bryan Donlan <bdonlan@gmail.com>:Bryan Ischo2008-08-114-25/+70
* * Fixed bug reported by Troy Hakala <troy.hakala@gmail.com>:Bryan Ischo2008-08-091-3/+4
* * Fixed a bunch of Windows build stuffBryan Ischo2008-08-084-23/+96
* * Some minor fixes to the POSIX build that the Windows build introducedBryan Ischo2008-08-082-1/+1
* * Support build on Microsoft Windows via MingWBryan Ischo2008-08-074-5/+62
* * Added Debian package build targetBryan Ischo2008-08-0613-0/+52
* * Added some standard GNU filesBryan Ischo2008-08-041-1/+1
* * Changed default retries in s3 to 5Bryan Ischo2008-08-041-13/+29
* * Added TODO and COPYINGBryan Ischo2008-07-2913-183/+157
* * Completed s3 documentationBryan Ischo2008-07-292-144/+236
* * Fixed compiler warningBryan Ischo2008-07-291-1/+5
* * Workaround for buggy libcurl nonsupport for large filesBryan Ischo2008-07-291-5/+10
* * Fixed some typos in the usage textBryan Ischo2008-07-231-10/+9
* * Fixed an issue with some versions of libcurlBryan Ischo2008-07-221-0/+3
* * Fixed some error handlingBryan Ischo2008-07-223-14/+78
* * Minor updates, and complete documentation for libs3.h in progressBryan Ischo2008-07-2212-87/+52