bji

Results 41 comments of bji

I guess I missed that when I reviewed commit da1f0fb5e0f a couple of years ago. Luckily, there are no other locals to push on the stack in that function; the...

OK I believe I fixed all in my recent commit 4f2db1ebfa82cc4b364a891e1deeaa73dfda9c24. Except this; I'm not sure my compiler showed me this one: src/request.c:844]: (warning) %d in format string (no. 1)...

Thank you for your great changes, as you can see i don't really have anything to do with this project any more and I have not been particularly good about...

The minor issue is the question I asked above ... you have documented the version id as being 'null' if the object was created before versioning was available ... I...

I think you should submit an issue to Oracle -- libs3 is known to checksum its requests properly and uploads to Amazon S3 has been working for many, many years...

By the way, thank you for the detailed error report and for your attempts to diagnose the issue. If you drive this to some solution with Oracle then that would...

The header file libs3.h has a brief overview of how to use the API at the top. All of the functions are well documented via header file comments. That's all...

retrySleepInterval is a static, so it is only assigned once. I admit that this is not the most beautiful or easiest to understand code.

If it helps at all I have a project that does randomized transactions. https://github.com/bji/solana-hammer