summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2 from ceph/wip-da-SCAHEADmasterSage Weil2014-05-165-14/+19
|\ | | | | | | | | Some fixes from SCA runs Reviewed-by: Sage Weil <sage@inktank.com>
| * Fix some non-ANSI function declarationwip-da-SCADanny Al-Gaaf2014-05-153-5/+5
| | | | | | | | | | | | Add void in case no function parameters are declared. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
| * s3.c: fix potential null pointer dereferenceDanny Al-Gaaf2014-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | Fix for scan-build report: 387 (*gb)->prev->next = buf; 25 Access to field 'next' results in a dereference of a null pointer (loaded from field 'prev') Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
| * util.h: fix MAX_URI_SIZE sizeof usageDanny Al-Gaaf2014-05-151-1/+1
| | | | | | | | | | | | | | | | | | Fix for : inc/request.h:131:14: error: sizeof on pointer operation will return size of 'char *' instead of 'char [9]' [-Werror,-Wsizeof-array-decay] Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
| * GNUmakefile: enable support for CC env variable to use e.g. clangDanny Al-Gaaf2014-05-151-7/+12
|/ | | | Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* GNUmakefile: remove install targetYehuda Sadeh2012-05-211-1/+7
| | | | | | When integrated with ceph we don't want to install anything. Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
* 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
| | | | Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
* Incorporated change from Yehuda Sadeh which allows runtimeBryan Ischo2011-09-2814-62/+144
| | | | | | customization of the S3 server to talk to, with additional small improvements, enhanced by me to support multiple S3 hosts in the same runtime.
* 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-282-4/+9
| | | | got around to incorporating into the source.
* Fixed debian package build commands as per input from Paul J Stevens.Bryan Ischo2011-09-281-1/+1
| | | | | This fix was sent to me years ago and I never included it or tested it, and I hope it works.
* Added fix and minor optimizations to urlEncode submitted years ago byBryan Ischo2011-09-271-16/+9
| | | | Curtis Spencer that I forgot to integrate back then.
* Allow libs3 library version to be defined by compile.Bryan Ischo2011-09-073-9/+9
|
* Fixed compiler errors with new, more stringent gcc compiler.Bryan Ischo2011-09-073-0/+12
|
* * Fixed file name commentsBryan Ischo2009-03-032-2/+2
|
* * Fixed a double-free bug in s3.cBryan Ischo2009-03-031-0/+2
|
* * Improved GNUmakefile.mingwBryan Ischo2009-02-171-27/+28
|
* * Added build-debugBryan Ischo2009-02-171-0/+2
|
* * Improved makefilesBryan Ischo2009-02-174-240/+405
| | | | * Fixed s3 documentation bug
* * Once again, small improvements to Arch Linux PKGBUILDBryan Ischo2009-02-131-2/+1
|
* * Updated Arch Linux PKGBUILD to properly install into /usrBryan Ischo2009-02-131-3/+3
|
* Merge branch '1.4'Bryan Ischo2009-02-131-4/+4
|\
| * * Oops, one more isblank to convert to is_blank for WindowsBryan Ischo2009-02-131-4/+4
| |
* | Merge branch '1.4'Bryan Ischo2009-02-134-21/+29
|\ \ | |/
| * * Fixed some issues that were breaking recent Windows builds with recent MinGWBryan Ischo2009-02-134-21/+29
| |
* | * Improved build rules and dependencies for Arch GNU/Linux PKGBUILD fileBryan Ischo2009-02-121-3/+3
| |
* | Merge branch '1.4'Bryan Ischo2009-02-120-0/+0
|\ \ | |/
| * * Fixed a bug in urlEncode that was not terminating strings sometimesBryan Ischo2009-02-121-0/+1
| |
| * * Updated version numbers for branch after incorporating master changesBryan Ischo2009-02-125-8/+8
| |
* | * Merged changes that fixed urlEncode in from 1.4 branchBryan Ischo2009-02-121-0/+1
|/
* Merge commit '48b37dceec73492bfaf397e6a9ced39b5fc3e29d'Bryan Ischo2009-02-127-25/+328
|\
| * * Added support for Mac OS XBryan Ischo2009-02-127-25/+328
| | | | | | | | * Fixed a few minor comment issues and some small makefile issues
* | Merge branch '1.4'Bryan Ischo2009-01-211-1/+1
|\ \ | |/
| * Fixed makefile issue when rebuilding debian package.Bryan Ischo2009-01-211-1/+1
| |
* | Merge branch '1.4'Bryan Ischo2009-01-211-1/+1
|\ \ | |/
| * Fixed libs3 homepage link in Debian control fileBryan Ischo2009-01-211-1/+1
| |
* | Merge branch '1.4'Bryan Ischo2009-01-211-1/+1
|\ \ | |/
| * Fixed an egregious gcc warning with some fairly ridiculous casting.Bryan Ischo2009-01-211-1/+1
| |
| * Bumped version numbers to 1.4 for the 1.4 releaseBryan Ischo2009-01-215-8/+8
| |
* | Updated PKGBUILD template to download source.Bryan Ischo2009-01-211-1/+1
|/
* Ignore build directory in git, and add the first version of a PKGBUILDBryan Ischo2009-01-212-0/+30
| | | | template for Arch Linux builds.
* Not sure why subversion repository clone to git didn't get these changes,Bryan Ischo2009-01-213-6/+6
| | | | | 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-2124-345/+1594
|\
| * * Undid my last change. Now I realize why you should only ever use spacesBryan Ischo2008-12-3026-7652/+7652
| | | | | | | | | | | | | | in code indentations (because it's impossible to get everything to line up if tabs of arbitrary width are used), and so I'm reverting back to spaces for everything.
| * * tabify source, to fix the broken .emacs configuration I have been usingBryan Ischo2008-12-3026-7650/+7650
| | | | | | | | | | since forever (finally realized it was broken and fixed it today!)
| * * Fixed curl argument type errorBryan Ischo2008-12-251-1/+1
| |
| * * Fixed a bug with query parameters using double-? in URI, breaking listBryan Ischo2008-12-116-21/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | functionality (and possibly other functionality) * Fixed a memory leak in the list_bucket operation, which was not destroying the simplexml structure when finished with it * Fixed a bug discovered and fixed by Erez Strauss, caused by compiler-dependent ordering of a = b = c statments (I don't understand how this is compiler-dependent, I thought it was well-defined, but oh well), the symptoms of which were double calls to the request complete callback when using request contexts * Improved some comments
| * * Merged -r107:108 from 1.2 branch to get useful changes from that branch backBryan Ischo2008-10-281-0/+3
| | | | | | | | | | into trunk