updated browser capabilities file
[mono.git] / mono / io-layer / ChangeLog
index 0cdb3649872ef7535c6d4d65f78273f3d6c04e01..3bdbe5677f2a64db08e41da94c58f5a6ae6786ec 100644 (file)
@@ -1,4 +1,90 @@
-2003-13-08  Bernie Solomon  <bernard@ugsolutions.com>
+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
+       in HDRSIZE 
+
+2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * shared.c: (_wapi_shm_open) make scratch file
+       not have to immediately regrow to avoid remaps
+       (HPUX can't cope with these).
+       (_wapi_shm_attach) use actual size of file
+       to set scratch data_len for the creating process.
+
+       * handles.c: (_wapi_handle_new_internal) make
+       sure mutex & cond var are initialized even for
+       non process shared ones. 
+       (_wapi_handle_unref) always call destroy 
+       routines on mutex & cond var
+
+2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * daemon.c: change channel data structure so
+       input sources are removed from glib event loop
+       properly. xsp works better on Solaris and 
+       fixes #51278
+
+2003-12-12  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * wapi-private.h: Replace G_GNUC_PRETTY_FUNCTION
+       definition with file & line number for non-GCC
+       compiles.
+
+2003-12-08  Bernie Solomon  <bernard@ugsolutions.com>
 
        * Makefile.am: make sure hppa_atomic.s is in distribution