netstat: Initial implementation.
[wine] / dlls / winspool.drv / info.c
2012-12-17  Dmitry Timoshkovwinspool.drv: Add more traces.
2012-12-12  Ken Thomaseswinspool: Close read end of pipe in parent so we can...
2012-12-03  Andrew Talbotwinspool.drv: Remove unused semicolons.
2012-11-23  Andrew Talbotwinspool.drv: Remove unused variable.
2012-11-16  Huw Davieswinspool: Pre-1.6 versions of CUPS can leave behind...
2012-11-01  André Hentschelwinspool: Avoid memory leaks (coverity).
2012-09-14  Huw Davieswinspool: Skip scanner-only devices.
2012-08-15  Michael Stefaniucwinspool.drv: Drop a superfluous TRUE:FALSE conditional...
2012-07-09  Huw Davieswinspool: Don't assume that CUPS is available.
2012-06-21  Huw Davieswinspool: On OS/X read the default paper size from...
2012-06-21  Huw Davieswinspool: Update the devmode when we update the driver.
2012-06-15  Huw Davieswinspool: Set the printer location from the cups printe...
2012-06-15  Huw Davieswinspool: Set the printer description from the cups...
2012-06-15  Huw Davieswinspool: Add a missing default priority value.
2012-06-15  Huw Davieswinspool: Set the printer registry values before callin...
2012-06-13  Huw Davieswinspool: Set the timeout entries to zero.
2012-06-13  Huw Davieswinspool: Use the helper to set DWORD registry values.
2012-06-13  Huw Davieswinspool: Update the ppd for LPR printers too.
2012-06-12  Huw Davieswinspool: Update the ppd file of an already installed...
2012-06-12  Huw Davieswinspool: Set the printer status of old printers to...
2012-06-12  Huw Davieswinspool: Install the ppd files into the driver directory.
2012-05-31  Huw Davieswinspool: Change get_dword_from_reg to accept a unicode...
2012-05-22  Huw Davieswinspool: Pass unicode names to set_reg_DWORD.
2012-05-18  Huw Davieswinspool: Only perform printer initialisation once...
2012-05-11  André Hentschelwinspool: Implement SetPrinterW for level 2.
2012-05-03  André Hentschelwinspool.drv: Also convert printer info for level 8.
2012-05-03  André Hentschelwinspool.drv: Support printer info level 8.
2012-04-24  Huw Davieswinspool: Don't leak the handle returned by AddPrinter.
2012-04-20  Huw Davieswinspool: If CUPS is found but lists no printers assume...
2012-04-20  Huw Davieswinspool: Update the default settings when deleting...
2012-04-19  Huw Davieswinspool: Simplify the code that checks for deleted...
2012-04-19  Huw Davieswinspool: Add a helper to open a printer's registry...
2012-04-16  Huw Davieswinspool: Explicitly set CUPS options based on any...
2012-04-16  Huw Davieswinspool: Simplify cups function loading.
2012-04-05  Huw Davieswinspool: Implement SetPrinterW for level 9.
2012-04-05  Huw Davieswinspool: Add a helper to set devmode data in the registry.
2012-04-05  Huw Davieswinspool: Forward SetPrinterA to SetPrinterW.
2012-04-05  Huw Davieswinspool: Generalise the A to W printer info conversion...
2012-04-03  Huw Davieswinspool: Remove a FIXME now that we don't ignore the...
2012-04-03  Huw Davieswinspool: Correct the padding calculation when there...
2012-04-03  Huw Davieswinspool: Initialise portname.
2012-04-02  Huw Davieswinspool: Propagate the printer's devmode to a new...
2012-03-30  Huw Davieswinspool: Keep track of any supplied devmode.
2012-03-30  Huw Davieswinspool: Add a helper to free a printer entry.
2012-03-30  Huw Davieswinspool: Add a helper to duplicate a devmode.
2011-12-02  Francois Gougetwinspool: Fix the compilation on Solaris by including...
2011-12-01  Ken Thomaseswinspool: Wait for and reap print spool child process.
2011-12-01  Ken Thomaseswinspool: No need to reset SIGCHLD because we're not...
2011-09-13  Andrew Talbotwinspool.drv: Const-correctness fix.
2011-08-29  Andrew Talbotwinspool.drv: Fix a logical operator typo.
2011-05-09  David Hedbergwinspool.drv: Add stubs for IsValidDevmodeW and IsValid...
2011-04-26  Nicolas Le Camwinspool.drv: Fix uninitialized variable warning.
2011-02-14  Detlef Riekenbergwinspool: Do not mark AddPrinterA as stub.
2010-12-07  Huw Davieswinspool.drv: Rewrite the lpr scheduler to use the...
2010-11-16  Hans Leidekkerwinspool.drv: Return success from the AddPrintProcessor...
2010-10-25  Marcus Meissnerwinspool.drv: Check return value of EnumPrintersA.
2010-10-18  Detlef Riekenbergwinspool: Use Unicode for CUPS printer names.
2010-10-18  Detlef Riekenbergwinspool: Use Unicode to add a driver entry for a unix...
2010-10-18  Detlef Riekenbergwinspool: Set devices and printerports in AddPrinterW.
2010-10-13  Detlef Riekenbergwinspool: Use CUPS for printing.
2010-10-13  Detlef Riekenbergwinspool: Implement SetDefaultPrinterA/W.
2010-10-05  Detlef Riekenbergwinspool: Remove unused code.
2010-09-23  Vitaly Perovwinspool.drv: Support pDevMode field in {Get/Set}Job.
2010-09-13  Vitaly Perovwinspool.drv: Set the printer name in AddJobW.
2010-08-25  Huw Davieswinspool.drv: Allow for spaces in either the printer...
2010-08-17  Detlef Riekenbergwineps: Use winspool.drv for job management.
2010-06-16  Detlef Riekenbergwinspool: Return ERROR_MORE_DATA, when the app probe...
2010-06-15  Detlef Riekenbergwinspool: Support the spooler in GetPrinterData.
2009-12-24  Jeremy Whitewinspool: Correctly zero printer driver buffer on failu...
2009-12-24  Jeremy Whitewinspool: Test for failure using correct size.
2009-12-03  Marcus Meissnerwinspool.drv: Check ptr for being NULL (Coverity).
2009-12-02  Jeremy Whitewinspool: Remove unvarying unicode parameter from WINSP...
2009-12-02  Jeremy Whitewinspool: Remove unvarying unicode parameter from WINSP...
2009-12-02  Jeremy Whitewinspool: Remove unvarying unicode parameter from WINSP...
2009-12-02  Jeremy Whitewinspool: Remove unvarying unicode parameter from WINSP...
2009-12-02  Jeremy Whitewinspool: Remove unvarying unicode parameter from WINSP...
2009-12-02  Jeremy Whitewinspool: Revise EnumPrinterDriversW to fix the incorre...
2009-12-01  Jeremy Whitewinspool: Implement GetPrinterDriverA with GetPrinterDr...
2009-12-01  Jeremy Whitewinspool: When retrieving PRINTER_INFO_7, the lack...
2009-12-01  Jeremy Whitewinspool: Implement GetPrinterA via GetPrinterW, largel...
2009-12-01  Jeremy Whitewinspool: Remove unvarying unicode parameter from WINSP...
2009-12-01  Jeremy Whitewinspool: Remove unvarying unicode parameter from WINSP...
2009-11-23  Marcus Meissnerwinspool.drv: Remove useless assignments without NULL...
2009-10-16  Detlef Riekenbergwinspool: Use the backend for GetPrintProcessorDirector...
2009-10-16  Detlef Riekenbergwinspool: Fix a copy & paste error in a comment.
2009-10-15  Detlef Riekenbergwinspool: Implement EnumPrintProcessors[A|W].
2009-09-30  Detlef Riekenbergwinspool: Use the backend for AddPortExW.
2009-09-29  Detlef Riekenbergwinspool: Use the backend for AddPortW.
2009-09-28  Detlef Riekenbergwinspool: Use the backend for DeletePortW.
2009-09-28  Detlef Riekenbergwinspool: Use the backend for ConfigurePortW.
2009-05-07  Detlef Riekenbergwinspool: Move remaining Xcv support to the backend.
2009-05-06  Detlef Riekenberglocalspl: Start implementation of OpenPrinter/ClosePrinter.
2009-03-24  Hans Leidekkerwinspool: Support special environment value "all" in...
2009-03-12  Alexandre Julliardwinspool.drv: Make sure the DEVMODE structure is fully...
2009-02-20  Aurimas Fischerwinspool.drv: Properly free destinations list returned...
2009-02-09  Detlef Riekenbergwinspool: Move EnumPortsW to the backend.
2009-02-05  Detlef Riekenbergwinspool: Enable environment "Windows x64" for Win64.
2009-01-29  Michael Stefaniucwinspool.drv: Remove superfluous pointer casts.
2008-12-08  Francois Gougetwinspool.drv: Remove unneeded casts of zero.
2008-12-04  Rob Shearmanwinspool.drv: Use CP_UNIXCP instead of CP_ACP for data...
next