42dd1ad533Small documentation updates and updating 2 parameters to the DOMString type for consistency.
Thijs Schreijer
2012-06-07 23:31:57 +0200
f2cceaf021cleanup of VC project, removing files from UPnP project that are part of IXML project
Thijs Schreijer
2012-06-07 23:30:03 +0200
4d88a2a4eaFixes a bug in non blocking connect call
Anoop Mohan
2012-05-25 11:59:21 -0300
6db2271ac3Fixes a bug in non blocking connect call
Anoop Mohan
2012-05-25 11:59:21 -0300
2b4c5f8168Added a custom tag (void*) to the Node object and a callback before freeing a Node. This to aid in resource management for a scripting language with auto-garbage collection.
Thijs Schreijer
2012-05-06 23:10:07 +0200
dc29948893Disable SetGenaCallback call if device is disabled.
Yoichi NAKAYAMA
2012-04-25 00:27:58 +0900
8eaaf0f171Fix condition for allocation failure in get_content_type().
Yoichi NAKAYAMA
2012-04-21 21:48:55 +0900
c27a089d6fFix problems detected as dead assignment warning by clang scan-build.
Yoichi NAKAYAMA
2012-04-21 11:38:20 +0900
76e8812accAvoid dereference of null pointer in ixmlNode_setNodeProperties.
Yoichi NAKAYAMA
2012-04-20 03:42:02 +0900
4d21d45da7Disable SetGenaCallback call if device is disabled.
Yoichi NAKAYAMA
2012-04-25 00:27:58 +0900
708ea30806Fix condition for allocation failure in get_content_type().
Yoichi NAKAYAMA
2012-04-21 21:48:55 +0900
39dfad2cbaFix problems detected as dead assignment warning by clang scan-build.
Yoichi NAKAYAMA
2012-04-21 11:38:20 +0900
3d7c1dbd59Avoid dereference of null pointer in ixmlNode_setNodeProperties.
Yoichi NAKAYAMA
2012-04-20 03:42:02 +0900
3b2cfdc45dCreate intermediate directory per project on vc9.
Yoichi NAKAYAMA
2012-04-17 20:34:37 +0900
e52e7e0bd3Create intermediate directory per project on vc9.
Yoichi NAKAYAMA
2012-04-17 20:34:37 +0900
d5d680d131Updated the readme regarding the newer visual studio versions and the 'VC runtime dependency hell' (cherry picked from commit e570b7943d)
Thijs Schreijer
2012-04-12 00:08:30 +0200
7ee266076dAdded pthreads folder back in, put in on the ignore list this time so it won't be included in the repository
Thijs Schreijer
2012-04-11 23:47:07 +0200
90fad896c4- Copied the VC9 build directory and renamed to VC10 to prepare for Visual Studio 2010 update - Upgraded build/VC10 dir from VC9 to VC10 (using wizard) - Updated the Debug build configuration to be functional, including references for pthread.dll and the web example folders. Other build configurations still to be fixed. - Added output directory to GIT-ignore list. - Updated the Win32 build configurations to make them all work. x64 remains to be done. - Updated build process, after build events (copying sample files and pthreadVC2.dll to the target directory) (cherry picked from commit e385d5a27e)
Thijs Schreijer
2012-03-25 23:29:58 +0200
e570b7943dUpdated the readme regarding the newer visual studio versions and the 'VC runtime dependency hell'
Thijs Schreijer
2012-04-12 00:08:30 +0200
7d28dd559eAdded pthreads folder back in, put in on the ignore list this time so it won't be included in the repository
Thijs Schreijer
2012-04-11 23:47:07 +0200
e385d5a27e- Copied the VC9 build directory and renamed to VC10 to prepare for Visual Studio 2010 update - Upgraded build/VC10 dir from VC9 to VC10 (using wizard) - Updated the Debug build configuration to be functional, including references for pthread.dll and the web example folders. Other build configurations still to be fixed. - Added output directory to GIT-ignore list. - Updated the Win32 build configurations to make them all work. x64 remains to be done. - Updated build process, after build events (copying sample files and pthreadVC2.dll to the target directory)
Thijs Schreijer
2012-03-25 23:29:58 +0200
b1646eb0a3Add errno.h inclusion in unixutil.h only in WIN32 (cherry picked from commit c661180d15)
Marcelo Roberto Jimenez
2012-04-11 17:41:51 -0300
acc6b4d009Fixed warning by adding an explicit cast to long; TimerThread.c ..\..\threadutil\src\TimerThread.c(110): warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data (cherry picked from commit 1a98394781)
Thijs Schreijer
2012-04-10 23:54:34 +0200
615f5d18acFixed redefinition warnings for EAFNOSUPPORT and EADDRINUSE, Google turned up that they are newly defined in VS2010
Thijs Schreijer
2012-04-10 23:31:10 +0200
c661180d15Add errno.h inclusion in unixutil.h only in WIN32
Marcelo Roberto Jimenez
2012-04-11 17:41:51 -0300
1a98394781Fixed warning by adding an explicit cast to long; TimerThread.c ..\..\threadutil\src\TimerThread.c(110): warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
Thijs Schreijer
2012-04-10 23:54:34 +0200
89fe655aeeFixed redefinition warnings for EAFNOSUPPORT and EADDRINUSE, Google turned up that they are newly defined in VS2010
Thijs Schreijer
2012-04-10 23:31:10 +0200