netstat: Initial implementation.
[wine] / dlls / odbc32 /
2012-11-20  Alexandre Julliardodbc32: Fix some data types for 64-bit.
2012-11-20  Nikolay Sivovodbc32: Implement SQLDataSourcesA() forward.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-04-20  Nikolay Sivovodbc32: Don't crash on null pointers while TRACE enabled.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2009-10-03  Alexandre Julliardodbc32: Define correct function prototypes for all...
2008-10-27  Andrew Talbotodbc32: Sign-compare warnings fix.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-07  Alexandre Julliardconfigure: Added a check for the soname of libodbc.
2007-02-21  Andrew Talbotodbc32: Constify some variables.
2007-01-19  Andrew Talbotodbc32: Declare a function static.
2006-10-10  Michael Stefaniucodbc32: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-21  Andrew Talbotodbc32: Cast-qual warning fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-29  Mike McCormackgcc 4.0 warning fixes.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-01-25  Alex Villacís LassoImplemented Unicode proxy for ODBC.
2004-10-18  Bill MedlandDuring startup of the connection to an external ODBC...
2004-06-30  Bill MedlandSet RTLD_GLOBAL when loading the odbc driver manager...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-02  Dimitrie O. PaunTidy up the notes for the ODBC driver.
2003-09-08  Dave MillerFix incorrect ordinals.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-07-05  Alexandre JulliardFixed warnings.
2002-07-03  Gregg MattinsonRemoved non-static structure initializers.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-02  Bill MedlandAllow two connections by not releasing the wrapped...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-05  Alexandre JulliardAlways pass lower-case filenames to wine_dll_load().
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-10-13  Francois GougetHFILE is an int, not a regular HANDLE.
2000-07-16  Andreas MohrSpelling fixes.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-07  Patrik StridvallFixed issues found by winapi_check.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-04  Patrik StridvallFixed some issues found by winapi_check.
1999-12-27  Alexandre JulliardCosmetics.
1999-12-26  Alexandre JulliardFixed/commented out duplicate entry point names.
1999-12-11  Alexandre JulliardXiang Li