Re: [OpenSIPS-Devel] [opensips] presence bug (#112)

2014-03-05 Thread Bogdan Andrei IANCU
Reopened #112. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/112___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 9a801b: Remove 18KB worth of whitespace from all .c, .h an...

2014-03-05 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 9a801ba13b3b935f82e1625de9c10e64fbf673b8 https://github.com/OpenSIPS/opensips/commit/9a801ba13b3b935f82e1625de9c10e64fbf673b8 Author: Liviu Chircu Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths:

Re: [OpenSIPS-Devel] [opensips] statistics: fix compiler warning in 32-bit environments (15784be)

2014-03-05 Thread Walter Doekes
Better yet! z A following integer conversion corresponds to a size_t or ssize_t argument. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/commit/15784be2d541aa3b8909888eb184f963ab6b3ca7#commitcomment-5574778

[OpenSIPS-Devel] [OpenSIPS/opensips] 1f47b1: Fix various typos throughout documentation and cod...

2014-03-05 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 1f47b109b728bfbe3e692bb3042f9ccdbf475310 https://github.com/OpenSIPS/opensips/commit/1f47b109b728bfbe3e692bb3042f9ccdbf475310 Author: Liviu Chircu Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 15784b: statistics: fix compiler warning in 32-bit environ...

2014-03-05 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 15784be2d541aa3b8909888eb184f963ab6b3ca7 https://github.com/OpenSIPS/opensips/commit/15784be2d541aa3b8909888eb184f963ab6b3ca7 Author: Liviu Chircu Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths:

Re: [OpenSIPS-Devel] [opensips] Merge branch 'wjd-compile_warnings' of https://github.com/wdoekes/opensips into wdoekes-wjd-compile_warnings (a1d61f3)

2014-03-05 Thread Liviu Chircu
This is actually faster than *memcpy*! (of course, something like * *(int *)(p = CMSG_DATA(cmsg)) * would be even faster, but I digress...) --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/commit/a1d61f3adccbabd6cab745056c04c1c0c2397943#commitcomment-557

[OpenSIPS-Devel] [OpenSIPS/opensips] 0b18a1: exec: Fix kill.c compile warnings by including

2014-03-05 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0b18a178c20a4804bc1d7d10f495add5459afbe9 https://github.com/OpenSIPS/opensips/commit/0b18a178c20a4804bc1d7d10f495add5459afbe9 Author: Walter Doekes Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths

Re: [OpenSIPS-Devel] [opensips] Fix a couple of compile warnings. (#175)

2014-03-05 Thread Liviu Chircu
Merged #175. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/175___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] Fixed the lex for tcp_max_msg_chunks and tcp_max_msg_time (5cf71c3)

2014-03-05 Thread gremaudc
Hello. Thanks for this patch. Happy to have contributed to openSIPS ;-) --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/commit/5cf71c32561c5f47abaf2cab015f7cf707be14e6#commitcomment-5572862___ Devel mailing li

[OpenSIPS-Devel] [OpenSIPS/opensips] f54447: config: skip optional parameters

2014-03-05 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f544472e887d4678819a202be770e5a0c4f6a0ec https://github.com/OpenSIPS/opensips/commit/f544472e887d4678819a202be770e5a0c4f6a0ec Author: Razvan Crainea Date: 2014-03-05 (Wed, 05 Mar 2014) Changed path

[OpenSIPS-Devel] [OpenSIPS/opensips] 42718e: Fixed the lex for tcp_max_msg_chunks and tcp_max_m...

2014-03-05 Thread Vlad Paiu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: 42718eb8a61ad45e819736311ec59b99b6fe9226 https://github.com/OpenSIPS/opensips/commit/42718eb8a61ad45e819736311ec59b99b6fe9226 Author: Vlad Paiu Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths:

[OpenSIPS-Devel] [OpenSIPS/opensips] 5cf71c: Fixed the lex for tcp_max_msg_chunks and tcp_max_m...

2014-03-05 Thread Vlad Paiu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5cf71c32561c5f47abaf2cab015f7cf707be14e6 https://github.com/OpenSIPS/opensips/commit/5cf71c32561c5f47abaf2cab015f7cf707be14e6 Author: Vlad Paiu Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths:

[OpenSIPS-Devel] [opensips] Fix a couple of compile warnings. (#175)

2014-03-05 Thread Walter Doekes
* kill.c was missing an #include * pass_fd.c did illegal pointer to integer casting You can merge this Pull Request by running: git pull https://github.com/wdoekes/opensips wjd-compile_warnings Or you can view, comment on it, or merge it online at: https://github.com/OpenSIPS/opensips/pull

[OpenSIPS-Devel] [opensips] presence_dialoginfo: Fix memory leak in dlginfo_agg_nbody. (#174)

2014-03-05 Thread Walter Doekes
This commit fixes a couple of presence issues (introduced in 80c48e6): * There was a memory leak in dlginfo_agg_nbody. * Bounds checking in dlginfo_agg_nbody was off by 4 (potential stack corruption). * There were 2 PKG allocs, straight after one another while no alloc was needed at all: r

[OpenSIPS-Devel] [OpenSIPS/opensips] 15423b: rest_client: allow disabling of SSL remote host ve...

2014-03-05 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 15423bbfa92e3925fbab5878e0ad21275bd7bc53 https://github.com/OpenSIPS/opensips/commit/15423bbfa92e3925fbab5878e0ad21275bd7bc53 Author: Liviu Chircu Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths: