mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-12 21:50:36 +01:00
Typo.
This commit is contained in:
parent
8a0df0a71c
commit
20c9c60950
10
ChangeLog
10
ChangeLog
@ -3,11 +3,11 @@
|
||||
* giowin32.c: Socket support rewritten. It was utterly broken, and
|
||||
untested in fact. We still do use a thread for each socket being
|
||||
watched, but instead of blocking in recv() (which of course was
|
||||
plain stupid for sockets being liste()ed on), we block in
|
||||
select(). The read method for sockets calls recv(). It is now
|
||||
possible for the application to call accept(), recv() or send() in
|
||||
the callback, just like on Unix. Tested with code kindly provided
|
||||
by Andrew Lanoix.
|
||||
plain stupid for sockets being listen()ed on in a server-type
|
||||
application), we block in select(). The read method for sockets
|
||||
calls recv(). It is now possible for the application to call
|
||||
accept(), recv() or send() in the callback, just like on
|
||||
Unix. Tested with code kindly provided by Andrew Lanoix.
|
||||
|
||||
Rename g_io_channel_win32_new_stream_socket() to
|
||||
g_io_channel_win32_new_socket() as it isn't restricted to stream
|
||||
|
@ -3,11 +3,11 @@
|
||||
* giowin32.c: Socket support rewritten. It was utterly broken, and
|
||||
untested in fact. We still do use a thread for each socket being
|
||||
watched, but instead of blocking in recv() (which of course was
|
||||
plain stupid for sockets being liste()ed on), we block in
|
||||
select(). The read method for sockets calls recv(). It is now
|
||||
possible for the application to call accept(), recv() or send() in
|
||||
the callback, just like on Unix. Tested with code kindly provided
|
||||
by Andrew Lanoix.
|
||||
plain stupid for sockets being listen()ed on in a server-type
|
||||
application), we block in select(). The read method for sockets
|
||||
calls recv(). It is now possible for the application to call
|
||||
accept(), recv() or send() in the callback, just like on
|
||||
Unix. Tested with code kindly provided by Andrew Lanoix.
|
||||
|
||||
Rename g_io_channel_win32_new_stream_socket() to
|
||||
g_io_channel_win32_new_socket() as it isn't restricted to stream
|
||||
|
@ -3,11 +3,11 @@
|
||||
* giowin32.c: Socket support rewritten. It was utterly broken, and
|
||||
untested in fact. We still do use a thread for each socket being
|
||||
watched, but instead of blocking in recv() (which of course was
|
||||
plain stupid for sockets being liste()ed on), we block in
|
||||
select(). The read method for sockets calls recv(). It is now
|
||||
possible for the application to call accept(), recv() or send() in
|
||||
the callback, just like on Unix. Tested with code kindly provided
|
||||
by Andrew Lanoix.
|
||||
plain stupid for sockets being listen()ed on in a server-type
|
||||
application), we block in select(). The read method for sockets
|
||||
calls recv(). It is now possible for the application to call
|
||||
accept(), recv() or send() in the callback, just like on
|
||||
Unix. Tested with code kindly provided by Andrew Lanoix.
|
||||
|
||||
Rename g_io_channel_win32_new_stream_socket() to
|
||||
g_io_channel_win32_new_socket() as it isn't restricted to stream
|
||||
|
@ -3,11 +3,11 @@
|
||||
* giowin32.c: Socket support rewritten. It was utterly broken, and
|
||||
untested in fact. We still do use a thread for each socket being
|
||||
watched, but instead of blocking in recv() (which of course was
|
||||
plain stupid for sockets being liste()ed on), we block in
|
||||
select(). The read method for sockets calls recv(). It is now
|
||||
possible for the application to call accept(), recv() or send() in
|
||||
the callback, just like on Unix. Tested with code kindly provided
|
||||
by Andrew Lanoix.
|
||||
plain stupid for sockets being listen()ed on in a server-type
|
||||
application), we block in select(). The read method for sockets
|
||||
calls recv(). It is now possible for the application to call
|
||||
accept(), recv() or send() in the callback, just like on
|
||||
Unix. Tested with code kindly provided by Andrew Lanoix.
|
||||
|
||||
Rename g_io_channel_win32_new_stream_socket() to
|
||||
g_io_channel_win32_new_socket() as it isn't restricted to stream
|
||||
|
@ -3,11 +3,11 @@
|
||||
* giowin32.c: Socket support rewritten. It was utterly broken, and
|
||||
untested in fact. We still do use a thread for each socket being
|
||||
watched, but instead of blocking in recv() (which of course was
|
||||
plain stupid for sockets being liste()ed on), we block in
|
||||
select(). The read method for sockets calls recv(). It is now
|
||||
possible for the application to call accept(), recv() or send() in
|
||||
the callback, just like on Unix. Tested with code kindly provided
|
||||
by Andrew Lanoix.
|
||||
plain stupid for sockets being listen()ed on in a server-type
|
||||
application), we block in select(). The read method for sockets
|
||||
calls recv(). It is now possible for the application to call
|
||||
accept(), recv() or send() in the callback, just like on
|
||||
Unix. Tested with code kindly provided by Andrew Lanoix.
|
||||
|
||||
Rename g_io_channel_win32_new_stream_socket() to
|
||||
g_io_channel_win32_new_socket() as it isn't restricted to stream
|
||||
|
@ -3,11 +3,11 @@
|
||||
* giowin32.c: Socket support rewritten. It was utterly broken, and
|
||||
untested in fact. We still do use a thread for each socket being
|
||||
watched, but instead of blocking in recv() (which of course was
|
||||
plain stupid for sockets being liste()ed on), we block in
|
||||
select(). The read method for sockets calls recv(). It is now
|
||||
possible for the application to call accept(), recv() or send() in
|
||||
the callback, just like on Unix. Tested with code kindly provided
|
||||
by Andrew Lanoix.
|
||||
plain stupid for sockets being listen()ed on in a server-type
|
||||
application), we block in select(). The read method for sockets
|
||||
calls recv(). It is now possible for the application to call
|
||||
accept(), recv() or send() in the callback, just like on
|
||||
Unix. Tested with code kindly provided by Andrew Lanoix.
|
||||
|
||||
Rename g_io_channel_win32_new_stream_socket() to
|
||||
g_io_channel_win32_new_socket() as it isn't restricted to stream
|
||||
|
@ -3,11 +3,11 @@
|
||||
* giowin32.c: Socket support rewritten. It was utterly broken, and
|
||||
untested in fact. We still do use a thread for each socket being
|
||||
watched, but instead of blocking in recv() (which of course was
|
||||
plain stupid for sockets being liste()ed on), we block in
|
||||
select(). The read method for sockets calls recv(). It is now
|
||||
possible for the application to call accept(), recv() or send() in
|
||||
the callback, just like on Unix. Tested with code kindly provided
|
||||
by Andrew Lanoix.
|
||||
plain stupid for sockets being listen()ed on in a server-type
|
||||
application), we block in select(). The read method for sockets
|
||||
calls recv(). It is now possible for the application to call
|
||||
accept(), recv() or send() in the callback, just like on
|
||||
Unix. Tested with code kindly provided by Andrew Lanoix.
|
||||
|
||||
Rename g_io_channel_win32_new_stream_socket() to
|
||||
g_io_channel_win32_new_socket() as it isn't restricted to stream
|
||||
|
@ -3,11 +3,11 @@
|
||||
* giowin32.c: Socket support rewritten. It was utterly broken, and
|
||||
untested in fact. We still do use a thread for each socket being
|
||||
watched, but instead of blocking in recv() (which of course was
|
||||
plain stupid for sockets being liste()ed on), we block in
|
||||
select(). The read method for sockets calls recv(). It is now
|
||||
possible for the application to call accept(), recv() or send() in
|
||||
the callback, just like on Unix. Tested with code kindly provided
|
||||
by Andrew Lanoix.
|
||||
plain stupid for sockets being listen()ed on in a server-type
|
||||
application), we block in select(). The read method for sockets
|
||||
calls recv(). It is now possible for the application to call
|
||||
accept(), recv() or send() in the callback, just like on
|
||||
Unix. Tested with code kindly provided by Andrew Lanoix.
|
||||
|
||||
Rename g_io_channel_win32_new_stream_socket() to
|
||||
g_io_channel_win32_new_socket() as it isn't restricted to stream
|
||||
|
Loading…
x
Reference in New Issue
Block a user