updated browser capabilities file
[mono.git] / mono / io-layer / ChangeLog
index ee27fed315527dae1303a45575a9c1eb0319c81d..3bdbe5677f2a64db08e41da94c58f5a6ae6786ec 100644 (file)
@@ -1,3 +1,57 @@
+2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * error.c: fixed mapping for EPROTONOSUPPORT and ESOCKTNOSUPPORT.
+
+       * sockets.[ch]: retry creating the socket for AF_INET, SOCK_RAW
+       using IP protocol with IP over IP. Implemented WSAIoctl UNIX-style.
+
+2004-01-27  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * shared.c (_wapi_shm_file): add hostname
+       to shared data file names to handle NFS mounted
+       .wapi directories.
+
+Mon Jan 26 16:15:03 CET 2004 Paolo Molaro <lupus@ximian.com>
+
+       * sockets.h: remove obsolete soklen_t typedef.
+
+Fri Jan 23 21:07:02 CET 2004 Paolo Molaro <lupus@ximian.com>
+
+       * socket-wrappers.h, sockets.h, sockets.c, Makefile.am: move socket
+       wrappers to its own non-installed header file.
+
+2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * io.c:
+       (FindFirstFile): unlock the handle if FindNextFile fails.
+       (FindNextFile): g_free a couple of pointers before retrying.
+
+       * wait.c:
+       (WaitForMultipleObjects): if only one handle provided, use
+       WaitForSingleObject.
+
+2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * handles-private.h: (_wapi_handle_type) check
+       for segment in range before using it
+
+2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * thread-private.h: _wapi_thread_ops is now const
+       must match .c file.
+
+Mon Dec 22 18:29:03 CET 2003 Paolo Molaro <lupus@ximian.com>
+
+       * threads.c, timed-thread.c, timed-thread.h: use mach
+       semaphores on Darwin (MacOSX) since the posix ones
+       are mostly broken there (threads are not created suspended
+       and they can start executing before they are fully initialized
+       like in tests/thread-static.cs).
+
+Mon Dec 22 17:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
+
+       * atomic.h: ppc fixes.
+
 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
 
        * handles.c: remove my bad use of MONO_ZERO_ARRAY_LENGTH