summaryrefslogtreecommitdiff
path: root/GNUmakefile.mingw
Commit message (Collapse)AuthorAgeFilesLines
* Incorporated change from Yehuda Sadeh which allows runtimeBryan Ischo2011-09-281-0/+3
| | | | | | customization of the S3 server to talk to, with additional small improvements, enhanced by me to support multiple S3 hosts in the same runtime.
* Incorporated feedback from Shmuel Zeigerman sent in May 2009 that I neverBryan Ischo2011-09-281-1/+2
| | | | got around to incorporating into the source.
* Allow libs3 library version to be defined by compile.Bryan Ischo2011-09-071-3/+3
|
* * Fixed file name commentsBryan Ischo2009-03-031-1/+1
|
* * Improved GNUmakefile.mingwBryan Ischo2009-02-171-27/+28
|
* * Improved makefilesBryan Ischo2009-02-171-27/+114
| | | | * Fixed s3 documentation bug
* Merge commit '48b37dceec73492bfaf397e6a9ced39b5fc3e29d'Bryan Ischo2009-02-121-4/+8
|\
| * * Added support for Mac OS XBryan Ischo2009-02-121-4/+8
| | | | | | | | * Fixed a few minor comment issues and some small makefile issues
| * Bumped version numbers to 1.4 for the 1.4 releaseBryan Ischo2009-01-211-2/+2
|/
* Not sure why subversion repository clone to git didn't get these changes,Bryan Ischo2009-01-211-2/+2
| | | | | master (the old trunk) should always have 'trunk' as the version (although I'll probably change this to 'master' sometime soon to match git lingo).
* Merge commit 'trunk'Bryan Ischo2009-01-211-3/+4
|\
| * * Implemented Authenticated Query String supportBryan Ischo2008-10-281-2/+2
| | | | | | | | | | | | | | * Implemented Server Access Logging support * Added "Log Delivery" S3 Group to support Server Access Logging * Fixed some minor compiler warnings, due to red-herring signedness issues
| * * Added -Wextra and -Wshadow compiler options, to enforce extra warnings, andBryan Ischo2008-10-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed the code necessary to comply with these flags * Fixed a bug introduced in the 1.0 release, that caused last modified time not to be reported to callbacks * Changed the semantics of the put data callback, to only make the callback enough times to get enough data to satisfy the content length * Fixed the error status when curl doesn't get a valid HTTP response from S3 to be S3StatusConnectionFailed instead of S3StatusHttpErrorUnknown * Fixed a bug where S3_runall_request_context would stop even though a callback had added another request * libs3.h doesn't need sys/time.h anymore, it just needs sys/select.h * Some minor documentation enhancements
* | * Release 0.7 customizationsBryan Ischo2008-09-171-2/+2
|/
* * Integrated revisions 86:88 from 0.6 branch, which were fixes applied on theBryan Ischo2008-08-261-3/+3
| | | | | | branch relevent to trunk * Also some minor cleanups
* * Adapt Windows build to newest changesBryan Ischo2008-08-261-5/+1
|
* * Implement custom HMAC_SHA1 and thus eliminate all direct dependency onBryan Ischo2008-08-211-5/+0
| | | | | openssl/GnuTLS/any other cryptographic library
* * Revert GnuTLS back to openssl, since GnuTLS is too hard to get working onBryan Ischo2008-08-211-9/+6
| | | | | Windows
* * Support GNUTLS on Windows. But - it doesn't work. Maybe my GNUTLSBryan Ischo2008-08-141-8/+12
| | | | | | library is too old? Since openssl does work, I expect that I will branch this and revert.
* * Implement required pthreads functions for WindowsBryan Ischo2008-08-121-2/+10
|
* * Fixed a bunch of Windows build stuffBryan Ischo2008-08-081-31/+22
| | | | | | * Added a Windows "install" target * Changed trunk version number to "trunk.trunk"
* * Support build on Microsoft Windows via MingWBryan Ischo2008-08-071-0/+208
* Don't verify Amazon S3's SSL certificate, doing so causes problems * Added error code to properly report the case where the SSL certificate verification fails