Release 1.5.29.
[wine] / server / atom.c
2011-02-28  Marcus Meissnerserver: Avoid shadowing a global variable.
2008-06-25  Alexandre Julliardserver: Use a unicode_str to represent atom names.
2008-04-07  Francois GougetAssorted spelling fixes.
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2006-10-10  Michael Stefaniucserver: Remove redundant NULL check before free() ...
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-22  Alexandre Julliardserver: Class and global atoms should not be local...
2006-01-03  Eric Pouechntdll: Correct implementation for atom query functions.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-07-11  Alexandre JulliardExport the winstation and desktop structures to avoid...
2005-07-08  Alexandre JulliardExplicitly pass the winstation to the atom functions...
2005-07-07  Alexandre JulliardStore the global atom table in the process window station.
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-05-14  Alexandre JulliardFixed a number of atom test failures.
2005-05-11  Alexandre JulliardChanged atom handling to use counted strings instead of
2005-05-10  Eric Pouech- changed ATOM support in wineserver to match NTDLL...
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
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...
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-31  Rein KlazesAllow integer atoms in set_property and remove_property...
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-10-12  Alexandre JulliardAdded atom_t type for atoms to make sure we use the...
2001-03-21  Jeff GarzikAdded some inclusions of string.h where necessary.
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-07-25  Alexandre JulliardMake unicode.o into a separate ELF library so that...
2000-05-30  Turchanov SergeiImplemented local atoms in the server.
2000-04-04  Alexandre JulliardMade request tracing more robust against bogus lengths.
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...