projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
server: Rename the get_file_info function to get_fd_type and get rid of the flags.
[wine]
/
server
/
sock.c
2007-04-10
Alexandre Julliard
server: Rename the get_file_info function to get_fd_typ...
blob
|
commitdiff
|
raw
2007-04-10
Alexandre Julliard
server: Store the opening options in the file descripto...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Alexandre Julliard
server: Add support for restarting an async I/O when...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-03
Alexandre Julliard
server: Hold a pointer to the queue from the async...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-02
Alexandre Julliard
server: Add a separate function to set the timeout...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-02
Alexandre Julliard
server: Make async I/O queues into real objects.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-26
Alexandre Julliard
server: Always return STATUS_PENDING when an async...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-22
Alexandre Julliard
server: Add an open_file() function to the object opera...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-20
Alexandre Julliard
server: Add an async_data_t structure to store paramete...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-17
Andrew Talbot
server: Replace inline static with static inline.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-04
Alexandre Julliard
server: Explicitly shutdown destroyed sockets to force...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-20
Alexandre Julliard
server: Return an fd type in the get_handle_fd request.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-02
Alexandre Julliard
server: Refuse to close handles in other processes...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-23
Eric Pouech
winsock: Clear the held mask with the requested events...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-08
Mike McCormack
server: Make wparam and lparam values unsigned long...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Alexandre Julliard
server: Added access rights mapping to file objects.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Alexandre Julliard
server: Added infrastructure for access rights mapping.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-09
Alexandre Julliard
server: Make alloc_handle use attributes instead of...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-09
Alexandre Julliard
server: Use attributes instead of inherit flag in socke...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Ge van Geldorp
Match PSDK STATUS_* definitions.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-22
Vitaliy Margolen
Add name_lookup function in object_ops.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-09
Mike McCormack
Fix some gcc 4.0 warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-21
Mike McCormack
Don't include winbase.h when it's not necessary.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-09
Alexandre Julliard
Added a close_handle method to the object operations...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-25
Robert Shearman
- Use NULL instead of 0 for all non-handle pointers.
blob
|
commitdiff
|
raw
|
diff to current
2005-04-24
Mike McCormack
Implemented NtSignalAndWaitForSingleObject.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-29
Eric Pouech
Clean-up async IO internal functions.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-24
Alexandre Julliard
Convert async I/O queues to standard lists.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-14
Eric Pouech
- got rid of include/async.h
blob
|
commitdiff
|
raw
|
diff to current
2004-08-18
Alexandre Julliard
Fd type is no longer used, get rid of it.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-17
Eric Pouech
- better support for non-blocking COMM and socket read...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-12
Filip Navara
Get rid of non-standard ERROR_UNKNOWN value.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-08
Alexandre Julliard
Removed the get_file_info request.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-12
Alexandre Julliard
Added an inode object to keep track of all file descrip...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-19
Alexandre Julliard
Moved all references to file descriptors out of the...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-14
Alexandre Julliard
Changed fd operations to take a struct fd instead of...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-11
Steven Edwards
Porting fixes.
blob
|
commitdiff
|
raw
|
diff to current
2003-01-30
Alexandre Julliard
Started moving functions that deal with Unix file descr...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-28
Martin Wilck
Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_C...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-19
Alexandre Julliard
Converted the server to -DSTRICT.
blob
|
commitdiff
|
raw
|
diff to current
2002-07-31
Alexandre Julliard
Fixed some handle type mismatches and added a few casts...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-03
Martin Wilck
Check POLLHUP semantics at remote shutdown when wineser...
blob
|
commitdiff
|
raw
|
diff to current
2002-06-21
Alexandre Julliard
Attempt at fixing POLLHUP handling for Linux 2.2.x.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-30
Alexandre Julliard
Renamed handle_t to obj_handle_t to avoid conflict...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-27
Martin Wilck
Fixes to FD_CLOSE handling.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-26
Martin Wilck
Fixed some bugs in my recently submitted patch series.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-25
Martin Wilck
Fixed ReadFile() semantics when reading asynchronously...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-25
Martin Wilck
Implemented server framework for asynchronous IO on...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-23
Martin Wilck
Fixed handling of deferred connections in WSAAccept().
blob
|
commitdiff
|
raw
|
diff to current
2002-03-23
Alexandre Julliard
Send message for WSAAsyncSelect sockets directly from...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-09
Martin Wilck
Added support for socket flags.
blob
|
commitdiff
|
raw
|
diff to current
2002-01-09
Martin Wilck
More general approach to file descriptor types and...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-20
Mike McCormack
- move async activation into the server
blob
|
commitdiff
|
raw
|
diff to current
2001-11-30
Alexandre Julliard
Redesign of the server communication protocol to allow...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-14
Francois Gouget
Make winsock.h and winsock2.h independent from the...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-05
Alexandre Julliard
Added get_file_info support to named pipes and sockets...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-24
Francois Gouget
Rename the regular WS_FD_XXX macros to FD_XXX.
blob
|
commitdiff
|
raw
|
diff to current
2001-08-23
Daniel Walker
- Fix for nonblocking sockets using WSAEventSelect...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-14
Marcus Meissner
Implemented 64bit file size handling.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-05
Alexandre Julliard
Added handle_t type to server interface so that we...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-22
Alexandre Julliard
Avoid dup'ing file descriptors when not necessary.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-19
Alexandre Julliard
Merged the get_read_fd and get_write_fd requests.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-13
Stephane Lussier
After accept is called on the socket, the listening...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-27
Stephane Lussier
Socket returned by accept function of Microsoft API...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-06
Ove Kaaven
Adapted Winsock to Linux 2.4 TCP socket poll() behaviour
blob
|
commitdiff
|
raw
|
diff to current
2000-08-31
Alexandre Julliard
Converted a lot of server requests to the new exception...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-16
Stephane Lussier
In set_socket_event, the event should be signaled if...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-26
Ove Kaaven
Handle POLLHUP better (delay FD_CLOSE notification...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-25
Ove Kaaven
Handle socket POLLERR/POLLHUP conditions properly.
blob
|
commitdiff
|
raw
|
diff to current
2000-01-01
Alexandre Julliard
Moved poll handling to the generic part of the server...
blob
|
commitdiff
|
raw
|
diff to current
1999-12-13
Alexandre Julliard
Use poll() instead of select() for the server main...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-07
Jeremy White
Fixed bug in WINSOCK_accept when no event is present.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-07
Ove Kaaven
Handle socket creation errors.
blob
|
commitdiff
|
raw
|
diff to current
1999-10-24
Patrik Stridvall
- Added missing configuration #if:s and #includes:s.
blob
|
commitdiff
|
raw
|
diff to current
1999-10-23
Ove Kaaven
Winsock rewrite. Sockets are now proper win32 handles.
blob
|
commitdiff
|
raw
|
diff to current
1999-10-13
Ove Kaaven
Added socket interface to wineserver.
blob
|
commitdiff
|
raw
|
diff to current