[GitHub] qpid-proton pull request: -Fix 2 Code Analysis warnings in iocp.c ...

2015-07-10 Thread dcristoloveanu
Github user dcristoloveanu commented on the pull request: https://github.com/apache/qpid-proton/pull/45#issuecomment-120549130 Thanks, appreciate your help with the review! /Dan --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] qpid-proton pull request: -Fix 2 Code Analysis warnings in iocp.c ...

2015-07-10 Thread dcristoloveanu
Github user dcristoloveanu closed the pull request at: https://github.com/apache/qpid-proton/pull/45 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] qpid-proton pull request: -Fix 2 Code Analysis warnings in iocp.c ...

2015-07-09 Thread dcristoloveanu
GitHub user dcristoloveanu opened a pull request: https://github.com/apache/qpid-proton/pull/45 -Fix 2 Code Analysis warnings in iocp.c and a realloc leak -Fix one realloc leak and the fact that the realloc result was not checked. This rippled through codec.c as more functions

[GitHub] qpid-proton pull request: -Fix 2 Code Analysis warnings and a real...

2015-07-09 Thread dcristoloveanu
Github user dcristoloveanu closed the pull request at: https://github.com/apache/qpid-proton/pull/43 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] qpid-proton pull request: -Fix 2 Code Analysis warnings and a real...

2015-07-07 Thread dcristoloveanu
GitHub user dcristoloveanu opened a pull request: https://github.com/apache/qpid-proton/pull/43 -Fix 2 Code Analysis warnings and a realloc failure -Fix 2 Code Analysis warnings in iocp.c -Fix one realloc leak and the fact that the realloc result was not checked. This rippled

[GitHub] qpid-proton pull request: Fix 2 Code Analysis warnings and a reall...

2015-07-07 Thread dcristoloveanu
Github user dcristoloveanu closed the pull request at: https://github.com/apache/qpid-proton/pull/39 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] qpid-proton pull request: Fix 2 Code Analysis warnings and a reall...

2015-06-29 Thread dcristoloveanu
Github user dcristoloveanu commented on the pull request: https://github.com/apache/qpid-proton/pull/39#issuecomment-116826581 Hi Andrew, Thanks for the review, it's much appreciated. There are several good points here that deserve a more in depth discussion, so I

[GitHub] qpid-proton pull request: Fix 2 Code Analysis warnings and a reall...

2015-06-24 Thread dcristoloveanu
Github user dcristoloveanu commented on the pull request: https://github.com/apache/qpid-proton/pull/39#issuecomment-114940533 Ping ... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] qpid-proton pull request: Fix 2 Code Analysis warnings and a reall...

2015-06-19 Thread dcristoloveanu
GitHub user dcristoloveanu opened a pull request: https://github.com/apache/qpid-proton/pull/39 Fix 2 Code Analysis warnings and a realloc leak/result not checked -Fix 2 Code Analysis warnings in iocp.c -Fix one realloc leak and the fact that the realloc result was not checked

[GitHub] qpid-proton pull request: Initial transport frame size 256 bytes

2015-05-11 Thread dcristoloveanu
Github user dcristoloveanu commented on the pull request: https://github.com/apache/qpid-proton/pull/25#issuecomment-100987919 @dnwe Sorry about that, I updated the branch to have only on commit. Thanks, /Dan --- If your project is set up for it, you can reply to this

[GitHub] qpid-proton pull request: Initial transport frame size 256 bytes

2015-05-08 Thread dcristoloveanu
Github user dcristoloveanu commented on the pull request: https://github.com/apache/qpid-proton/pull/25#issuecomment-100291491 @dnwe 1.Sure, updated 2.Changed to 512. Thanks! --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] qpid-proton pull request: Add some NULL checks and fix some reallo...

2015-05-08 Thread dcristoloveanu
Github user dcristoloveanu commented on the pull request: https://github.com/apache/qpid-proton/pull/27#issuecomment-100289485 I couldn't agree more. Actually all calls should have their result checked. After all malloc/realloc are not more important than pb_buffer and al

[GitHub] qpid-proton pull request: Initial transport frame size 256 bytes

2015-05-05 Thread dcristoloveanu
Github user dcristoloveanu commented on the pull request: https://github.com/apache/qpid-proton/pull/25#issuecomment-99319844 Friendly ping ... Thanks, /Dan --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] qpid-proton pull request: Add some NULL checks and fix some reallo...

2015-05-05 Thread dcristoloveanu
Github user dcristoloveanu commented on the pull request: https://github.com/apache/qpid-proton/pull/27#issuecomment-99319790 Friendly ping ... Thanks, /Dan --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] qpid-proton pull request: Add some NULL checks and fix some reallo...

2015-04-30 Thread dcristoloveanu
GitHub user dcristoloveanu opened a pull request: https://github.com/apache/qpid-proton/pull/27 Add some NULL checks and fix some realloc leaks Along the lines of PROTON-727, added NULL checks for some malloc/realloc calls that were either ignoring the result or leaking in the case

[GitHub] qpid-proton pull request: Initial transport frame size 256 bytes

2015-04-29 Thread dcristoloveanu
GitHub user dcristoloveanu opened a pull request: https://github.com/apache/qpid-proton/pull/25 Initial transport frame size 256 bytes In order to reduce RAM footprint on rather simple scenarios on small devices the initial transport frame size could be lowered to 256, since the

[GitHub] qpid-proton pull request: Fix none_sasl.c to use pn_strdup instead...

2015-04-27 Thread dcristoloveanu
GitHub user dcristoloveanu opened a pull request: https://github.com/apache/qpid-proton/pull/24 Fix none_sasl.c to use pn_strdup instead of strdup (PROTON-870) none_sasl.c should use pn_strdup. none_sasl.c uses strdup, but strdup is not part of C99 and subsequently does

[GitHub] qpid-proton pull request: Mbed minor changes and sasl mech

2015-04-24 Thread dcristoloveanu
Github user dcristoloveanu commented on the pull request: https://github.com/apache/qpid-proton/pull/19#issuecomment-95988615 I think this can be merged in now, unless there's anything else that you think needs addressing. Thanks! /Dan --- If your project is set u

[GitHub] qpid-proton pull request: Mbed minor changes and sasl mech

2015-04-21 Thread dcristoloveanu
Github user dcristoloveanu commented on the pull request: https://github.com/apache/qpid-proton/pull/19#issuecomment-94899556 I'll take a look at PROTON-334 and see if we need anything extra. If so, I'll create another pull request. Could we merge in this pull req

[GitHub] qpid-proton pull request: Mbed minor changes and sasl mech

2015-04-20 Thread dcristoloveanu
Github user dcristoloveanu commented on the pull request: https://github.com/apache/qpid-proton/pull/19#issuecomment-94641331 I’ve removed the SASL client mechanism setter as I think PROTON-334 should do when it comes online. And if it does not we can always bring this back in

[GitHub] qpid-proton pull request: Mbed minor changes and sasl mech

2015-04-20 Thread dcristoloveanu
Github user dcristoloveanu commented on the pull request: https://github.com/apache/qpid-proton/pull/19#issuecomment-94636318 I had a look at PROTON-334 and I'll remove the SASL API from my pull request, since it seems PROTON-334 should allow the case we want and like you sai

[GitHub] qpid-proton pull request: Mbed minor changes and sasl mech

2015-04-14 Thread dcristoloveanu
GitHub user dcristoloveanu opened a pull request: https://github.com/apache/qpid-proton/pull/19 Mbed minor changes and sasl mech This are 2 minor changes in order to be able to: - Compile on an Arm CC compiler and more specifically compile in mbed.org's environment. Thes