[OpenSIPS-Devel] [OpenSIPS/opensips] b9fba7: tm: fix uninitialized variable to make travis happ...

2017-04-27 Thread Razvan Crainea
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: b9fba7c1e228a31f765d573dec903a32140e45e5
  
https://github.com/OpenSIPS/opensips/commit/b9fba7c1e228a31f765d573dec903a32140e45e5
  Author: Razvan Crainea 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M modules/tm/async.c

  Log Message:
  ---
  tm: fix uninitialized variable to make travis happy


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] e8b609: tm: fix uninitialized variable to make travis happ...

2017-04-27 Thread Razvan Crainea
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: e8b609071728c8640b86ff0f20e8ee934430dc39
  
https://github.com/OpenSIPS/opensips/commit/e8b609071728c8640b86ff0f20e8ee934430dc39
  Author: Razvan Crainea 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M modules/tm/async.c

  Log Message:
  ---
  tm: fix uninitialized variable to make travis happy

(cherry picked from commit b9fba7c1e228a31f765d573dec903a32140e45e5)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 8ced9b: [proto_hep] fix handling tcp requests coming in mu...

2017-04-27 Thread ionutrazvanionita
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 8ced9b8af0adafe65383dcb7ef9a0c5856bc0d68
  
https://github.com/OpenSIPS/opensips/commit/8ced9b8af0adafe65383dcb7ef9a0c5856bc0d68
  Author: ionutrazvanionita 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M modules/proto_hep/proto_hep.c

  Log Message:
  ---
  [proto_hep] fix handling tcp requests coming in multiple chunks

This commit fixes 2 bugs:
1) fixes not reading second part of a single TCP request
because of bad parsed pointer update;
2) fixes major bug that was causing packets to be processed
infinite times by hep callback when one message + some part of a
second message came in a chunk and in the second chunk it was the
second part of the second message; the tcp request structure was
not updated(complete was not set to 0 after first message was
processed) causing the second message to be processed an infinte amount
of times into the database;


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 074e10: [proto_hep] fix handling tcp requests coming in mu...

2017-04-27 Thread ionutrazvanionita
  Branch: refs/heads/2.2
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 074e104694c19ccdf97b75df27219a312aa67796
  
https://github.com/OpenSIPS/opensips/commit/074e104694c19ccdf97b75df27219a312aa67796
  Author: ionutrazvanionita 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M modules/proto_hep/proto_hep.c

  Log Message:
  ---
  [proto_hep] fix handling tcp requests coming in multiple chunks

This commit fixes 2 bugs:
1) fixes not reading second part of a single TCP request
because of bad parsed pointer update;
2) fixes major bug that was causing packets to be processed
infinite times by hep callback when one message + some part of a
second message came in a chunk and in the second chunk it was the
second part of the second message; the tcp request structure was
not updated(complete was not set to 0 after first message was
processed) causing the second message to be processed an infinte amount
of times into the database;

(cherry picked from commit 6c51756205e96cb2c22d781256aa7484cdb3ffa5)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] fdfb68: [proto_hep] fix handling tcp requests coming in mu...

2017-04-27 Thread ionutrazvanionita
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: fdfb68905f13d8c35aba475078f89fec5be461a7
  
https://github.com/OpenSIPS/opensips/commit/fdfb68905f13d8c35aba475078f89fec5be461a7
  Author: ionutrazvanionita 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M modules/proto_hep/proto_hep.c

  Log Message:
  ---
  [proto_hep] fix handling tcp requests coming in multiple chunks

This commit fixes 2 bugs:
1) fixes not reading second part of a single TCP request
because of bad parsed pointer update;
2) fixes major bug that was causing packets to be processed
infinite times by hep callback when one message + some part of a
second message came in a chunk and in the second chunk it was the
second part of the second message; the tcp request structure was
not updated(complete was not set to 0 after first message was
processed) causing the second message to be processed an infinte amount
of times into the database;


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] f5c5d9: acc: fix uninitialized variable

2017-04-27 Thread Razvan Crainea
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f5c5d903fac3f4676bbf3d922eaf80ff8b8420e6
  
https://github.com/OpenSIPS/opensips/commit/f5c5d903fac3f4676bbf3d922eaf80ff8b8420e6
  Author: Razvan Crainea 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M modules/acc/acc.c

  Log Message:
  ---
  acc: fix uninitialized variable

(cherry picked from commit 6c4b62dfe5b90f56c347e4a67d40895beeeab963)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 9268a7: mid_registrar: Fix insertion issues in mirror mode

2017-04-27 Thread Liviu Chircu
  Branch: refs/heads/2.3
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 9268a7eb6c2fb78cf50e0304c8ffc51750c55fb9
  
https://github.com/OpenSIPS/opensips/commit/9268a7eb6c2fb78cf50e0304c8ffc51750c55fb9
  Author: Liviu Chircu 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M modules/mid_registrar/lookup.c
M modules/mid_registrar/save.c

  Log Message:
  ---
  mid_registrar: Fix insertion issues in mirror mode

Reported by @volga629
Fixes #1094

(cherry picked from commit 01c9ae2f350394bb28e59f34863ef7868ab0d748)


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel


[OpenSIPS-Devel] [OpenSIPS/opensips] 01c9ae: mid_registrar: Fix insertion issues in mirror mode

2017-04-27 Thread Liviu Chircu
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 01c9ae2f350394bb28e59f34863ef7868ab0d748
  
https://github.com/OpenSIPS/opensips/commit/01c9ae2f350394bb28e59f34863ef7868ab0d748
  Author: Liviu Chircu 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M modules/mid_registrar/lookup.c
M modules/mid_registrar/save.c

  Log Message:
  ---
  mid_registrar: Fix insertion issues in mirror mode

Reported by @volga629
Fixes #1094


___
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel