Ros-diffs June 2010

ros-diffs@reactos.org
  • 24 participants
  • 407 discussions

[cgutman] 47652: [MSAFD] - Fix 2 more callers who don't pass a valid lpErrno pointer - Check the return value of WSPSocket - Return WSAEWOULDBLOCK if there are no connections that can be accepted instead of silently returning 0 which is not INVALID_SOCKET so the caller treats it as a valid socket pointer and passes it to other functions which caused wide-spread mayhem since we never checked whether the socket handle the caller passed was valid until my last commit
by cgutman@svn.reactos.org
14 years, 3 months

[cgutman] 47651: [AFD] - It is legal to send a NULL event object pointer to AFD (this is sent by msafd to cancel an existing event select)
by cgutman@svn.reactos.org
14 years, 3 months

[cgutman] 47650: [MSAFD] - Validate that we found the corresponding socket information in our socket information list - Fixes a crash in Firefox 2 when it tries to call accept() with a closed socket
by cgutman@svn.reactos.org
14 years, 3 months

[sir_richard] 47649: [HAL]: Bus support in the HAL actually creates a further wedge between the different x86 HALs: There are actually two dinstinct implementations. On the ACPI HAL, the system is assumed not to have things like special ISA, MCA, EISA buses, and a PCI driver is used in combination with the ACPI Interface for PCI Bus support. On non-ACPI systems, the legacy "Bus Handler" library is used, and the HAL provides a core set of CMOS, EISA, ISA, MCA and PCI bus handlers, each with their
by sir_richard@svn.reactos.org
14 years, 3 months

[sir_richard] 47648: [DHCP/FTP]: Fix building on OS X hosts.
by sir_richard@svn.reactos.org
14 years, 3 months

[cgutman] 47647: I hate making the same mistake twice in one day
by cgutman@svn.reactos.org
14 years, 3 months

[cgutman] 47646: [MSAFD] - Use a linked list to store the socket information instead of allocating a massive array (1024 elements!) for each process in DllMain to hold all of the pointers - Fix a massive memory leak (free the socket information which we leaked for every socket we allocated) - This improves performance because we don't have to look through an array of stale socket information pointers (which we never actually removed from the socket information array in the old code) and the new
by cgutman@svn.reactos.org
14 years, 3 months

[cgutman] 47645: Remove an unintended change
by cgutman@svn.reactos.org
14 years, 3 months

[dreimer] 47644: Add Opera 9 to rapps. Update OOo to 3.2.1 and the last time... fix the FF2 link.
by dreimer@svn.reactos.org
14 years, 3 months

[cgutman] 47643: [MSAFD] - Fix many times where we wait for an operation but don't update our status and return if it failed - Fix the overlapped pending case in writing which was completely broken (callers would detect an error but GetLastError would return 0 because we didn't store the error in the lpErrno variable) - Fix many times where we pass a pointer to an event that we close without waiting - Fix a bug in WSPEnumNetworkEvents when we would set WSAEINVAL in the lpErrno variable but not r
by cgutman@svn.reactos.org
14 years, 3 months
Results per page: