Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2 from ceph/wip-da-SCAHEADmaster | Sage Weil | 2014-05-16 | 5 | -14/+19 |
|\ | | | | | | | | | Some fixes from SCA runs Reviewed-by: Sage Weil <sage@inktank.com> | ||||
| * | Fix some non-ANSI function declarationwip-da-SCA | Danny Al-Gaaf | 2014-05-15 | 3 | -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 dereference | Danny Al-Gaaf | 2014-05-15 | 1 | -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 usage | Danny Al-Gaaf | 2014-05-15 | 1 | -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. clang | Danny Al-Gaaf | 2014-05-15 | 1 | -7/+12 |
|/ | | | | Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> | ||||
* | GNUmakefile: remove install target | Yehuda Sadeh | 2012-05-21 | 1 | -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 targets | Sage Weil | 2012-05-06 | 1 | -0/+2 |
| | |||||
* | GNUmakefile: add check target | Sage Weil | 2012-05-06 | 1 | -0/+5 |
| | |||||
* | GNUmakefile: add distclean rule | Yehuda Sadeh | 2012-05-01 | 1 | -0/+5 |
| | | | | Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net> | ||||
* | Incorporated change from Yehuda Sadeh which allows runtime | Bryan Ischo | 2011-09-28 | 14 | -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 Ischo | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Incorporated feedback from Shmuel Zeigerman sent in May 2009 that I never | Bryan Ischo | 2011-09-28 | 2 | -4/+9 |
| | | | | got around to incorporating into the source. | ||||
* | Fixed debian package build commands as per input from Paul J Stevens. | Bryan Ischo | 2011-09-28 | 1 | -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 by | Bryan Ischo | 2011-09-27 | 1 | -16/+9 |
| | | | | Curtis Spencer that I forgot to integrate back then. | ||||
* | Allow libs3 library version to be defined by compile. | Bryan Ischo | 2011-09-07 | 3 | -9/+9 |
| | |||||
* | Fixed compiler errors with new, more stringent gcc compiler. | Bryan Ischo | 2011-09-07 | 3 | -0/+12 |
| | |||||
* | * Fixed file name comments | Bryan Ischo | 2009-03-03 | 2 | -2/+2 |
| | |||||
* | * Fixed a double-free bug in s3.c | Bryan Ischo | 2009-03-03 | 1 | -0/+2 |
| | |||||
* | * Improved GNUmakefile.mingw | Bryan Ischo | 2009-02-17 | 1 | -27/+28 |
| | |||||
* | * Added build-debug | Bryan Ischo | 2009-02-17 | 1 | -0/+2 |
| | |||||
* | * Improved makefiles | Bryan Ischo | 2009-02-17 | 4 | -240/+405 |
| | | | | * Fixed s3 documentation bug | ||||
* | * Once again, small improvements to Arch Linux PKGBUILD | Bryan Ischo | 2009-02-13 | 1 | -2/+1 |
| | |||||
* | * Updated Arch Linux PKGBUILD to properly install into /usr | Bryan Ischo | 2009-02-13 | 1 | -3/+3 |
| | |||||
* | Merge branch '1.4' | Bryan Ischo | 2009-02-13 | 1 | -4/+4 |
|\ | |||||
| * | * Oops, one more isblank to convert to is_blank for Windows | Bryan Ischo | 2009-02-13 | 1 | -4/+4 |
| | | |||||
* | | Merge branch '1.4' | Bryan Ischo | 2009-02-13 | 4 | -21/+29 |
|\ \ | |/ | |||||
| * | * Fixed some issues that were breaking recent Windows builds with recent MinGW | Bryan Ischo | 2009-02-13 | 4 | -21/+29 |
| | | |||||
* | | * Improved build rules and dependencies for Arch GNU/Linux PKGBUILD file | Bryan Ischo | 2009-02-12 | 1 | -3/+3 |
| | | |||||
* | | Merge branch '1.4' | Bryan Ischo | 2009-02-12 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | * Fixed a bug in urlEncode that was not terminating strings sometimes | Bryan Ischo | 2009-02-12 | 1 | -0/+1 |
| | | |||||
| * | * Updated version numbers for branch after incorporating master changes | Bryan Ischo | 2009-02-12 | 5 | -8/+8 |
| | | |||||
* | | * Merged changes that fixed urlEncode in from 1.4 branch | Bryan Ischo | 2009-02-12 | 1 | -0/+1 |
|/ | |||||
* | Merge commit '48b37dceec73492bfaf397e6a9ced39b5fc3e29d' | Bryan Ischo | 2009-02-12 | 7 | -25/+328 |
|\ | |||||
| * | * Added support for Mac OS X | Bryan Ischo | 2009-02-12 | 7 | -25/+328 |
| | | | | | | | | * Fixed a few minor comment issues and some small makefile issues | ||||
* | | Merge branch '1.4' | Bryan Ischo | 2009-01-21 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed makefile issue when rebuilding debian package. | Bryan Ischo | 2009-01-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '1.4' | Bryan Ischo | 2009-01-21 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed libs3 homepage link in Debian control file | Bryan Ischo | 2009-01-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '1.4' | Bryan Ischo | 2009-01-21 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed an egregious gcc warning with some fairly ridiculous casting. | Bryan Ischo | 2009-01-21 | 1 | -1/+1 |
| | | |||||
| * | Bumped version numbers to 1.4 for the 1.4 release | Bryan Ischo | 2009-01-21 | 5 | -8/+8 |
| | | |||||
* | | Updated PKGBUILD template to download source. | Bryan Ischo | 2009-01-21 | 1 | -1/+1 |
|/ | |||||
* | Ignore build directory in git, and add the first version of a PKGBUILD | Bryan Ischo | 2009-01-21 | 2 | -0/+30 |
| | | | | template for Arch Linux builds. | ||||
* | Not sure why subversion repository clone to git didn't get these changes, | Bryan Ischo | 2009-01-21 | 3 | -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 Ischo | 2009-01-21 | 24 | -345/+1594 |
|\ | |||||
| * | * Undid my last change. Now I realize why you should only ever use spaces | Bryan Ischo | 2008-12-30 | 26 | -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 using | Bryan Ischo | 2008-12-30 | 26 | -7650/+7650 |
| | | | | | | | | | | since forever (finally realized it was broken and fixed it today!) | ||||
| * | * Fixed curl argument type error | Bryan Ischo | 2008-12-25 | 1 | -1/+1 |
| | | |||||
| * | * Fixed a bug with query parameters using double-? in URI, breaking list | Bryan Ischo | 2008-12-11 | 6 | -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 back | Bryan Ischo | 2008-10-28 | 1 | -0/+3 |
| | | | | | | | | | | into trunk |