Commit Graph

6 Commits

Author SHA1 Message Date
Francis Brosnan Blázquez
3c05fbb412 nopoll:
* [fix] Several fixings applied to allow compiling noPoll on Windows (Windows 7 64 tested).
  Renamed parameters using "interface" keyword. Removed conditionally binding interface
  code so it is not available on windows (until we have support for it). Added header 
  definitions for nopoll_config_win32/win64.h to include headers for SSL/TLS includes.
  Fixed compilation errors in regression tests.
2016-06-10 17:41:25 +02:00
Francis Brosnan Blázquez
94ca39ca3a nopoll:
* [fix] Updated makefiles to control gcc compiler
  for w64 (windows) platform..
2016-02-25 18:08:56 +01:00
Francis Brosnan Blázquez
39ca69f452 nopoll:
* [fix] Fixing some warnings produced by unused variables make nopoll debug is disabled.
2014-12-22 14:56:47 +00:00
Francis Brosnan Blázquez
3511694b49 nopoll:
* [fix] Added some additional nopoll_base64_encode cleanups to ensure
  all resources are released under error. Checked call to flush internal BIO.
* [fix] Fixed compilation warning at nopoll_conn.c (due to unused variable when
   SHOW_DEBUG_LOG isn't defined).
* [fix] Updated regression code to detect some cases where listener is not
   able to send at a particular moment.
2013-09-16 17:48:22 +00:00
Francis Brosnan Blázquez
9a4f5f976c nopoll:
* [fix] Some fixings to make noPoll to be compilable under windows.
2013-06-06 13:54:45 +00:00
Francis Brosnan Blázquez
061b2d7adc libnopoll:
* [fix] Several modifications to make the library to work with
  windows platform.
2013-04-26 14:37:00 +00:00