Commit Graph

425 Commits

Author SHA1 Message Date
Bill Williams
9508d3a0d3 fix log of connect error 2019-01-11 08:13:20 -08:00
Weston Schmidt
0e1b4850d7 Merge pull request #28 from selvamKrish/enable_debug
Enable debug logs to check parodus conn stuck issue
2018-06-14 09:58:39 -07:00
skrishnamoorthy01
4d4a6989f6 Enable debug logs to check parodus conn stuck issue 2018-06-14 15:30:54 +05:30
Weston Schmidt
739b740683 Merge pull request #27 from selvamKrish/update_0.4.6
Update nopoll version to 0.4.6
2018-06-07 18:34:30 -07:00
mrigaya
743ea74da9 Add regression tests for URL redirection. 2018-06-01 17:49:28 +05:30
skrishnamoorthy01
c9fbfd9af3 Remove unused functions 2018-06-01 17:33:13 +05:30
mrigaya
abe6200b22 Add ping handler and URL redirection changes. 2018-05-30 16:07:57 +05:30
mrigaya
547af74dee Add ping handler and URL redirection changes. 2018-05-30 14:50:48 +05:30
skrishnamoorthy01
c57c9d7eec Update nopoll version to 0.4.6 2018-05-30 12:44:24 +05:30
Weston Schmidt
102ba0c567 Merge pull request #26 from selvamKrish/remove_fragment_patch
Remove fragment patch from nopoll
2018-04-11 17:56:16 -07:00
skrishnamoorthy01
7b67681ddc Remove fragment patch from nopoll 2018-03-29 11:43:51 +05:30
Weston Schmidt
96569f13d3 Merge pull request #25 from selvamKrish/nopoll_yocto
Revert socket blocking mode changes
2018-03-13 11:34:59 -07:00
skrishnamoorthy01
3c712ae38d Revert socket blocking mode changes 2018-03-13 22:15:15 +05:30
Weston Schmidt
14b70eb727 Merge pull request #24 from cableramki/master
Fixed build on Mac.
2018-03-02 20:58:30 -08:00
Ramki Ananthakrishnan
3c286b73d7 Fixed error due to implicit conversion from unsigned 'int' to 'char'.
The nopoll API expect 'char'. It does not seem to matter what values are passed for the testing as these values are random and not being checked anywhere for verification.
2018-03-01 12:01:24 -08:00
Ramki Ananthakrishnan
ab273dd3da Fixed build on Mac. 2018-03-01 11:46:52 -08:00
Weston Schmidt
70deadd906 Merge pull request #20 from mrigaya/nopoll_yocto
Fix for build failure because of ASN1_STRING_get0_data()
2018-01-18 10:19:24 -08:00
gbuddappagari
c717426778 Fix for build failure because of ASN1_STRING_get0_data() 2018-01-18 17:08:45 +05:30
shilpa24balaji
d99fa5e266 Merge pull request #19 from manderiasian/nopoll_yocto
Using ASN1_STRING_get0_data() vs the deprecated one
2018-01-17 15:09:13 -08:00
mander207
cf4af999d1 Using ASN1_STRING_get0_data() vs the deprecated one 2018-01-17 14:55:01 -08:00
Weston Schmidt
2d71ac290f Merge pull request #18 from selvamKrish/nopoll_yocto
Pull in opensource 0.4.5 release code changes and comcast specific patch changes
2018-01-16 11:31:14 -08:00
skrishnamoorthy01
6c30d496db Fix merge conflict in nopoll.conn.c 2018-01-16 12:26:01 +05:30
Weston Schmidt
b11c2c4628 Merge pull request #16 from selvamKrish/test_0.4.5
Update nopoll from 0.4.4 to 0.4.5 release
2018-01-12 02:24:31 -08:00
skrishnamoorthy01
6d809e906f Fix typo error in nopoll_conn.c 2018-01-12 14:40:25 +05:30
skrishnamoorthy01
9b68a74d1f Update nopoll from 0.4.4 to 0.4.5 release 2018-01-11 19:38:23 +05:30
shilpa24balaji
632b22df3b Merge pull request #15 from Comcast/test_0.4.5
Pulling in 0.4.5 release changes from ASPLes
2018-01-10 16:24:58 -08:00
Shilpa Seshadri
da50e49904 Revert "nopoll:"
This reverts commit 1ae5789513.
2018-01-10 15:09:01 -08:00
Francis Brosnan Blázquez
1ae5789513 nopoll:
* [fix] Closing release 0.4.5 (Excuse me while I run).
2018-01-10 14:59:05 -08:00
Weston Schmidt
18e83e32bf Merge pull request #12 from sadhyama/nopoll_yocto
To fix coverity defect on array null check
2017-12-15 15:40:32 -08:00
Sadhyama Vengilat
92b80813dc To fix coverity defect on array null check 2017-12-15 13:18:00 +05:30
Weston Schmidt
c7ce1ff8ee Merge pull request #11 from sadhyama/nopoll_yocto
Handle 403 error from talaria in nopoll
2017-12-13 22:09:30 -08:00
Sadhyama Vengilat
96eee64af0 Handle 403 error from talaria in nopoll 2017-12-07 19:49:57 +05:30
Weston Schmidt
dde4bcb951 Merge pull request #10 from shilpa24balaji/nopoll_yocto
FIN 1 continuation frame with payload size 0 (0x8000) fix
2017-11-15 09:14:29 -08:00
Shilpa Seshadri
40166cd9e4 To prevent connection shutdown for FIN 1 continuation frame with payload size 0 (0x8000) 2017-11-14 23:48:33 -08:00
Weston Schmidt
7f79eaa497 Merge pull request #9 from sadhyama/nopoll_yocto
To fix parodus build issue due to argument mismatch for nopoll_yocto …
2017-10-16 21:46:38 -07:00
Sadhyama Vengilat
056de90509 To fix parodus build issue due to argument mismatch for nopoll_yocto change. 2017-10-16 17:29:45 +05:30
Weston Schmidt
c5d468da10 Merge pull request #8 from selvamKrish/nopoll_yocto
Fix issue #7 PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is non-portable
2017-10-12 10:10:06 -07:00
skrishnamoorthy01
bee1a23b6c Fix PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP non portable build issue 2017-10-12 19:07:48 +05:30
shilpa24balaji
8033547de9 Merge pull request #6 from selvamKrish/nopoll_yocto
Fix fragment issue and change log level for conn error
2017-09-19 09:46:55 -07:00
skrishnamoorthy01
ebec89d238 Fix fragment issue and change log level for conn 2017-09-19 17:34:41 +05:30
shilpa24balaji
335525cecb Merge pull request #5 from gbuddappagari/nopoll_yocto
Changed log level for peer verification
2017-09-15 10:45:57 -07:00
Gayathri
9afb1b7de7 Changed log level for peer verification 2017-09-15 10:52:14 +05:30
Francis Brosnan Blázquez
39dc2e1c7d nopoll:
* [fix] Closing release 0.4.5 (Excuse me while I run).
2017-08-21 11:32:15 +02:00
Francis Brosnan Blázquez
0684c8501f nopoll:
* [fix] Updated nopoll_conn_send_ping to flag "masked" according
  to role. Reported by https://github.com/jackyzy823
  aabad7f44f (commitcomment-23612032)
2017-08-12 09:34:24 +02:00
Francis Brosnan Blázquez
ffc78bfe4a nopoll:
* [fix] Updated nopoll_io_wait_select_add_to code to detect
  when FD_SETSIZE is about to be reached to avoid breaking but
  reporting error.
2017-08-07 17:07:00 +02:00
Francis Brosnan Blázquez
57828b6c7f nopoll:
* [fix] Updated documenntation recomendation about FD_SETSIZE..
2017-08-07 17:05:30 +02:00
Francis Brosnan Blázquez
d8c65dda40 nopoll:
* [fix] updated nopoll-regression-common.h to include additional
  headers required by test19 reg test.
2017-08-06 17:54:28 +02:00
Francis Brosnan Blázquez
bacbebd0a5 nopoll:
* [fix] Updated client regression test to include new test (test-02-b) to
  test client side ping support. 
* [fix] Updated client regression test to avoid checking sslv23 when Openssl 
  is too new.
2017-08-06 17:53:51 +02:00
Francis Brosnan Blázquez
aabad7f44f nopoll:
* [fix] Reorganized ping frame handling to automatically respond when using
  message based API (nopoll_msg_get_next) not only stream based API.
  
* [fix] Fixed nopoll_conn_send_ping. Added regression test (test_02-b) to check
  ping support.
2017-08-06 17:50:29 +02:00
Francis Brosnan Blázquez
ead997b603 nopoll:
* [fix] Fixed PING frames to support ping frames with 0 payload. 
  Closes https://github.com/ASPLes/nopoll/issues/31

* [fix] Updated nopoll_conn_log_ssl to detect known errors to report
  better error messages.

* [fix] Updated TLS method selection to report (log) what is the method
  selected. Updated code to use by default flexible and stronger selection
  algorithms
2017-08-06 17:07:05 +02:00