Release 1.5.29.
[wine] / server / console.c
2011-01-19  Eric Pouechkernel32: Added support for insert/overwrite modes...
2010-11-08  Eric Pouechserver: Removed the no longer used bare parameter out...
2010-09-22  Eric Pouechserver: Fix console creation logic.
2010-09-19  Alexandre Julliardserver: Fix a couple of leaks in the new console code.
2010-09-18  Eric Pouechserver: Ensure we set proper errors when getting a...
2010-09-13  Eric Pouechkernel32: Fixed a couple of cases where the console...
2010-09-01  Eric Pouechserver: Properly return the errors for bare console...
2010-09-01  Eric Pouechserver: Simplify the wineconsole event notification...
2010-09-01  Eric Pouechserver: Report in get_console_mode request whether...
2010-09-01  Eric Pouechserver: Allow a screen buffer to be attached to a given...
2010-09-01  Eric Pouechserver: Enhanced the console input object so that it...
2010-08-30  Eric Pouechserver: Streamline a bit the console allocation code.
2010-08-30  Eric Pouechserver: Use generic file access rights (inside of conso...
2010-02-23  XueFeng Changserver: Check create_event return value in console...
2008-12-01  Francois Gougetserver: Remove an unneeded cast.
2007-12-18  Kirill K. Smirnovserver: Properly notify renderer while activating anoth...
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-10-25  Rob Shearmanserver: Use the security descriptor passed in when...
2007-10-22  Lionel Debrouxserver: Remove redundant NULL checks before free (found...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-08-24  Kirill K. Smirnovwineconsole: Implement GetConsoleWindow.
2007-05-11  Alexandre Julliardserver: Stop exporting the console_input structure...
2007-05-11  Kirill K. Smirnovserver: Move console codepages to the server.
2007-05-10  Kirill K. Smirnovserver: Fix access check in screen buffer handling.
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-01-04  Alexandre Julliardserver: Avoid crash in alloc_console when the process...
2006-11-02  Alexandre Julliardserver: Get rid of the server-side file descriptor...
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-07-26  Michael Stefaniucserver: Fix some comparisons between signed and unsigned.
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-06-07  Mike McCormackserver: open_console's from field should be a handle.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-07  Robert Shearmanserver: Free ptr in console_input_append_hist.
2006-01-27  Eric PouechSuppress some false-positives reported by valgrind.
2005-12-22  Alexandre Julliardserver: Fixed console access rights handling.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in conso...
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-18  Alexandre JulliardAdded a struct unicode_str to encapsulate object names.
2005-10-29  Vitaliy MargolenPass object attributes to create_named_object & find_ob...
2005-07-12  Alexandre JulliardMoved the fields that depends on startup info from...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-03-01  Alexandre JulliardConvert the per-process thread list to a standard list.
2005-02-25  Alexandre JulliardConverted the global screen buffer list to a standard...
2004-09-08  Eric Pouech- ctrl-c enabling flag is now inherited
2003-08-19  Eric PouechFixed regression in process creation (std handle inheri...
2003-06-23  Eric PouechIn console input record queue, replace semaphore with...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-02-25  Alexandre JulliardAdded send_thread_signal() function and properly handle...
2003-02-19  Eric PouechFixed read-overflow spotted by valgrind.
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2003-01-09  Eric PouechSet the edition mode as a specific attribute, not an...
2003-01-05  Eric Pouech- Fixed several bugs while resizing an existing screenb...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-07-01  Andreas Mohr- Use PeekMessage loop around GetMessage.
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-11  Eric PouechFixed missing wineconsole notification of title modific...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2002-01-02  Eric PouechFixed color definition (bg and fg were swapped).
2001-12-20  Mike McCormack- move async activation into the server
2001-12-04  Eric PouechLet the console renderer be defined as a thread.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-03-22  Alexandre JulliardUse the new send_fd mechanism for the set_console_fd...
2001-02-16  Alexandre JulliardPass the stdin/stdout handles on startup to use as...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-05-03  Alexandre JulliardFixed COORD structure definition.
2000-04-04  Alexandre JulliardMade request tracing more robust against bogus lengths.
2000-01-24  Alexandre JulliardChanged the server to return STATUS_* error codes.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-12-13  Alexandre JulliardUse poll() instead of select() for the server main...
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-11  Alexandre JulliardReturn console handles in alloc_console request.
1999-05-16  Alexandre JulliardAdapted to new select interface.
1999-05-15  Alexandre JulliardServer reorganization:
1999-02-14  Alexandre JulliardMoved process definitions to include/server/process.h
1999-01-31  Alexandre JulliardAdded input queue to server-side console object,
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Alexandre JulliardImplemented file sharing checks in the server.
next