summaryrefslogtreecommitdiffstats
path: root/support/win32/wintty.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update license header textRoy T. Fielding2006-07-111-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420983 13f79535-47bb-0310-9956-ffa450edef68
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395228 13f79535-47bb-0310-9956-ffa450edef68
* Quiet warnings of POSIX deprecation in win32 support sources.William A. Rowe Jr2005-12-191-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@357702 13f79535-47bb-0310-9956-ffa450edef68
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-26/+26
| | | | | | | | means that "blank" lines consisting of just spaces or tabs are now really blank lines git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332306 13f79535-47bb-0310-9956-ffa450edef68
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332305 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102619 13f79535-47bb-0310-9956-ffa450edef68
* apply Apache License, Version 2.0André Malo2004-02-061-45/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102525 13f79535-47bb-0310-9956-ffa450edef68
* update license to 2004.André Malo2004-01-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102135 13f79535-47bb-0310-9956-ffa450edef68
* finished that boring job:André Malo2003-02-031-1/+1
| | | | | | | | | update license to 2003. Happy New Year! ;-)) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98573 13f79535-47bb-0310-9956-ffa450edef68
* Add a timeout option to wintty. This allows the user to specify a numberRyan Bloom2002-06-211-1/+13
| | | | | | | | | of seconds to wait after the program terminates before closing the window. Previously, the windows would remain open indefinately. This option is not currently being used by Apache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95836 13f79535-47bb-0310-9956-ffa450edef68
* Always using -t "Window Title" option myself, so I never caught this.William A. Rowe Jr2002-05-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95380 13f79535-47bb-0310-9956-ffa450edef68
* An absolutely unnecessary hack around MSVC emits that the symbol mayWilliam A. Rowe Jr2002-05-161-2/+2
| | | | | | | | not have been initialized. [Of course it was initialized, the same code protects both it's initialization and reset.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95141 13f79535-47bb-0310-9956-ffa450edef68
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93918 13f79535-47bb-0310-9956-ffa450edef68
* Significant cleanup and enable wintty to -always- escape from the serviceWilliam A. Rowe Jr2002-03-011-72/+114
| | | | | | | | | context when the run-as-user is LocalSystem or has access to the windows station and desktop. The original method did not give us a visible tty unless the 'Allow Service to Interact with Desktop' toggle was set. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93655 13f79535-47bb-0310-9956-ffa450edef68
* Need broader permissions if we are to read and the set the flags thatWilliam A. Rowe Jr2002-02-271-3/+3
| | | | | | | apply to the console stream. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93604 13f79535-47bb-0310-9956-ffa450edef68
* Must admit, my use case was focused on services. It seems that if weWilliam A. Rowe Jr2002-02-271-14/+24
| | | | | | | | had a console, we weren't reassigning stdhandles with AllocConsole(). Open the conin/conout very explicitly, and clean up some other cruft. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93601 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate emitsWilliam A. Rowe Jr2001-08-071-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89984 13f79535-47bb-0310-9956-ffa450edef68
* A bit more clarity, and that's it for now.William A. Rowe Jr2001-05-141-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89111 13f79535-47bb-0310-9956-ffa450edef68
* Clarify the wintty purpose and syntax.William A. Rowe Jr2001-05-141-7/+12
| | | | | | | | | | Still some todos: an option to just abort user feedback and close the window instantly upon loosing the stdin pipe, allow the stdin pipe to be tee'ed on win32, and still add some graceful error handling for a real-world deployment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89110 13f79535-47bb-0310-9956-ffa450edef68
* Q. "Why can't I watch my server's activity?" A. You can.William A. Rowe Jr2001-05-141-0/+328
This is a little tool I dreamed up while fighting a ton of battles on several fronts. It demonstrates that reliable piped logs on win32 still need work, that we launch log processes far too many times, and generally gives admins more blinky lights on win32. But it's too practial of an example to leave on my hard drive gathering dust. Note that the support/win32 will be used for really non-unix/non-portable applications. Perhaps something similiar would be useful all the way around, and perhaps some of this code can get into the apr core. But for this moment, it serves a purpose for beta development. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89109 13f79535-47bb-0310-9956-ffa450edef68