Author: gedmurphy
Date: Mon Aug 14 21:26:36 2006
New Revision: 23580
URL:
http://svn.reactos.org/svn/reactos?rev=23580&view=rev
Log:
[AUDIT]
ws2_32
- All exported functions are fully documented on MSDN
- All internal functions are clearly written with no signs of reversing
- Reformat all code to ReactOS standard
Modified:
trunk/reactos/dll/win32/ws2_32/include/catalog.h (contents, props changed)
trunk/reactos/dll/win32/ws2_32/include/debug.h (props changed)
trunk/reactos/dll/win32/ws2_32/include/handle.h (contents, props changed)
trunk/reactos/dll/win32/ws2_32/include/upcall.h (props changed)
trunk/reactos/dll/win32/ws2_32/include/ws2_32.h (contents, props changed)
trunk/reactos/dll/win32/ws2_32/misc/bsd.c (contents, props changed)
trunk/reactos/dll/win32/ws2_32/misc/catalog.c (contents, props changed)
trunk/reactos/dll/win32/ws2_32/misc/dllmain.c (contents, props changed)
trunk/reactos/dll/win32/ws2_32/misc/event.c (contents, props changed)
trunk/reactos/dll/win32/ws2_32/misc/handle.c (contents, props changed)
trunk/reactos/dll/win32/ws2_32/misc/ns.c (contents, props changed)
trunk/reactos/dll/win32/ws2_32/misc/sndrcv.c (contents, props changed)
trunk/reactos/dll/win32/ws2_32/misc/stubs.c (contents, props changed)
trunk/reactos/dll/win32/ws2_32/misc/upcall.c (contents, props changed)
trunk/reactos/dll/win32/ws2_32/tests/setup.c (props changed)
trunk/reactos/dll/win32/ws2_32/tests/stubs.tst (props changed)
trunk/reactos/dll/win32/ws2_32/tests/tests/WinsockEvent.c (props changed)
trunk/reactos/dll/win32/ws2_32/ws2_32.def (props changed)
trunk/reactos/dll/win32/ws2_32/ws2_32.rc (props changed)
trunk/reactos/dll/win32/ws2_32/ws2_32_specs (props changed)
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/dll/win32/ws2_32/include/catalog.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/include/c…
Modified: trunk/reactos/dll/win32/ws2_32/include/handle.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/include/h…
Modified: trunk/reactos/dll/win32/ws2_32/include/ws2_32.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/include/w…
Modified: trunk/reactos/dll/win32/ws2_32/misc/bsd.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/misc/bsd.…
Modified: trunk/reactos/dll/win32/ws2_32/misc/catalog.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/misc/cata…
Modified: trunk/reactos/dll/win32/ws2_32/misc/dllmain.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/misc/dllm…
Modified: trunk/reactos/dll/win32/ws2_32/misc/event.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/misc/even…
Modified: trunk/reactos/dll/win32/ws2_32/misc/handle.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/misc/hand…
Modified: trunk/reactos/dll/win32/ws2_32/misc/ns.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/misc/ns.c…
Modified: trunk/reactos/dll/win32/ws2_32/misc/sndrcv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/misc/sndr…
Modified: trunk/reactos/dll/win32/ws2_32/misc/stubs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/misc/stub…
Modified: trunk/reactos/dll/win32/ws2_32/misc/upcall.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/misc/upca…