summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* GNUmakefile: enable support for CC env variable to use e.g. clangDanny Al-Gaaf2014-05-151-7/+12
* GNUmakefile: remove install targetYehuda Sadeh2012-05-211-1/+7
* GNUmakefile: dist and distdir targetsSage Weil2012-05-061-0/+2
* GNUmakefile: add check targetSage Weil2012-05-061-0/+5
* GNUmakefile: add distclean ruleYehuda Sadeh2012-05-011-0/+5
* Incorporated change from Yehuda Sadeh which allows runtimeBryan Ischo2011-09-281-0/+3
* Fixed debian package build commands as per input from Paul J Stevens.Bryan Ischo2011-09-281-1/+1
* Allow libs3 library version to be defined by compile.Bryan Ischo2011-09-071-3/+3
* * Improved makefilesBryan Ischo2009-02-171-84/+170
* Merge commit '48b37dceec73492bfaf397e6a9ced39b5fc3e29d'Bryan Ischo2009-02-121-6/+8
|\
| * * Added support for Mac OS XBryan Ischo2009-02-121-6/+8
* | Merge branch '1.4'Bryan Ischo2009-01-211-1/+1
|\ \ | |/
| * Fixed makefile issue when rebuilding debian package.Bryan Ischo2009-01-211-1/+1
| * 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
* Merge commit 'trunk'Bryan Ischo2009-01-211-3/+5
|\
| * * Implemented Authenticated Query String supportBryan Ischo2008-10-281-2/+2
| * * Ensure that libs3.so is also linked in /usr/lib so that other programs canBryan Ischo2008-10-161-0/+2
| * * Added -Wextra and -Wshadow compiler options, to enforce extra warnings, andBryan Ischo2008-10-081-1/+1
* | * Release 0.7 customizationsBryan Ischo2008-09-171-2/+2
|/
* * Fixed debian package build commands from previously untested versionBryan Ischo2008-09-171-1/+1
* * Fixed crypto and base64 to work properly on 64 bit systemsBryan Ischo2008-09-171-1/+2
* * Minor cleanupsBryan Ischo2008-09-041-2/+3
* * Clean up stuffBryan Ischo2008-08-251-4/+4
* * Implement custom HMAC_SHA1 and thus eliminate all direct dependency onBryan Ischo2008-08-211-4/+4
* * Revert GnuTLS back to openssl, since GnuTLS is too hard to get working onBryan Ischo2008-08-211-14/+2
* * Support GNUTLS on Windows. But - it doesn't work. Maybe my GNUTLSBryan Ischo2008-08-141-3/+3
* * Replaced openssl library with GnuTLS, libgcrypt, and hand-written base 64Bryan Ischo2008-08-131-2/+15
* * Remove the threading callbacks in favor of using pthreads API. Will haveBryan Ischo2008-08-121-1/+1
* * Incorporated fixes submitted by Bryan Donlan <bdonlan@gmail.com>:Bryan Ischo2008-08-111-12/+20
* * Fixed Debian package buildsBryan Ischo2008-08-091-9/+13
* * Fixed bug reported by Troy Hakala <troy.hakala@gmail.com>:Bryan Ischo2008-08-091-1/+35
* * Change GNUmakefile on trunk to use version 'trunk0.tunk0' to satisfyBryan Ischo2008-08-081-2/+2
* * Fixed a bunch of Windows build stuffBryan Ischo2008-08-081-4/+4
* * Some minor fixes to the POSIX build that the Windows build introducedBryan Ischo2008-08-081-1/+1
* * Made -O3 default compiler optionBryan Ischo2008-08-061-2/+8
* * Added Debian package build targetBryan Ischo2008-08-061-18/+75
* * Improve build systemBryan Ischo2008-08-051-15/+76
* * Added some standard GNU filesBryan Ischo2008-08-041-0/+130