Age | Commit message (Expand) | Author | Files | Lines |
2014-11-13 | * fhandler.h (fhandler_termios::line_edit): Add parameter to return | Corinna Vinschen | 1 | -13/+10 |
2014-08-27 | * fhandler.h (fhandler_pty_slave::fch_open_handles): Add bool parameter | Corinna Vinschen | 1 | -7/+8 |
2013-12-17 | * fhandler.h (fhandler_pty_master::~fhandler_pty_master): Delete. | Christopher Faylor | 1 | -9/+0 |
2013-10-24 | * external.cc (fillout_pinfo): If start_time is 0, wait a while before | Christopher Faylor | 1 | -0/+2 |
2013-10-22 | * fhandler.h (fhandler_base::cleanup): Mark as extern rather than inline. | Christopher Faylor | 1 | -0/+2 |
2013-07-31 | * fhandler_tty.cc: Revert accidental checkin. | Christopher Faylor | 1 | -4/+1 |
2013-07-26 | cygwin directory changes: | Christopher Faylor | 1 | -1/+4 |
2013-06-08 | revert accidentally checked in files | Christopher Faylor | 1 | -4/+1 |
2013-06-08 | * cygwait.cc (cygwait): Remove lock around sig retrieval since this code is | Christopher Faylor | 1 | -1/+4 |
2013-05-08 | * fhandler_tty.cc (fhandler_pty_common::__acquire_output_mutex): Never wait an | Christopher Faylor | 1 | -1/+3 |
2013-05-01 | Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch | Yaakov Selkowitz | 1 | -4/+4 |
2013-04-23 | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 1 | -58/+56 |
2013-01-31 | * DevNotes: Add entry cgf-000022. | Christopher Faylor | 1 | -2/+2 |
2013-01-21 | Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout, | Christopher Faylor | 1 | -3/+3 |
2012-11-26 | * fhandler_registry.cc: Drop Mingw.org considerations. | Corinna Vinschen | 1 | -4/+0 |
2012-11-08 | * fhandler_termios.cc (fhandler_termios::line_edit): Don't do special character | Christopher Faylor | 1 | -1/+1 |
2012-10-15 | * fhandler_tty.cc (fhandler_pty_slave::write): Fix potential exit from loop | Christopher Faylor | 1 | -1/+2 |
2012-10-15 | * fhandler_tty.cc (fhandler_pty_slave::write): DWORD -> BOOL. | Christopher Faylor | 1 | -1/+1 |
2012-10-12 | * fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulate | Christopher Faylor | 1 | -4/+8 |
2012-08-16 | whitespace cleanup | Christopher Faylor | 1 | -1/+1 |
2012-08-15 | Rename cancelable_wait -> cygwait throughout. | Christopher Faylor | 1 | -1/+1 |
2012-07-30 | * cygwait.cc (cancelable_wait): Add some debugging-only output. | Christopher Faylor | 1 | -1/+1 |
2012-07-21 | * DevNotes: Add entry cgf-000013. | Christopher Faylor | 1 | -1/+1 |
2012-07-06 | * fhandler_registry.cc (RegOpenUserClassesRoot): Only define when | Corinna Vinschen | 1 | -0/+2 |
2012-07-04 | * fhandler_tty.cc (fhandler_pty_slave::read): Remove duplicate assignment to | Christopher Faylor | 1 | -1/+0 |
2012-06-19 | Revert errneous checkin. | Christopher Faylor | 1 | -1/+1 |
2012-06-19 | * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrt | Christopher Faylor | 1 | -1/+1 |
2012-06-17 | Add '#include "cygwait.h"' throughout, where appropriate. | Christopher Faylor | 1 | -5/+6 |
2012-05-16 | * DevNotes: Add entry cgf-000008. | Christopher Faylor | 1 | -7/+10 |
2012-05-04 | * DevNotes: Add entry cgf-000002. | Christopher Faylor | 1 | -2/+6 |
2012-04-05 | * fhandler.h (fhandler_pty_common::bytes_available): Declare new function. | Christopher Faylor | 1 | -65/+68 |
2012-03-08 | * Throughout, replace usage of w32api's min with MIN from sys/param.h. | Corinna Vinschen | 1 | -2/+3 |
2012-03-03 | * fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven't | Christopher Faylor | 1 | -1/+10 |
2012-02-14 | * cygheap.cc (init_cygheap::init_installation_root): Convert function | Corinna Vinschen | 1 | -3/+3 |
2012-02-07 | * cygheap.cc (init_cygheap::manage_console_count): Delete. | Christopher Faylor | 1 | -6/+4 |
2011-12-17 | Clean up whitespace. | Christopher Faylor | 1 | -3/+3 |
2011-12-13 | * cygthread.h (cygthread::name): Very minor formatting tweak. | Christopher Faylor | 1 | -4/+0 |
2011-12-09 | Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "wait | Christopher Faylor | 1 | -22/+38 |
2011-12-04 | * sigproc.cc (cygWFMO): Don't assume that cancellable event is always | Christopher Faylor | 1 | -6/+2 |
2011-12-03 | Throughout, remove extra space after function name from debugging output. | Christopher Faylor | 1 | -2/+2 |
2011-11-23 | * fhandler.h (fhandler_pipe::create): Rename from the misnamed | Christopher Faylor | 1 | -2/+2 |
2011-11-14 | Throughout use "have_execed" macro rather than "hExeced" global handle. | Christopher Faylor | 1 | -7/+7 |
2011-11-08 | * fhandler.h (__ptsname): New macro. | Christopher Faylor | 1 | -1/+1 |
2011-11-07 | * cygwin.din (ptsname_r): Export. | Christopher Faylor | 1 | -5/+11 |
2011-10-30 | * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take | Christopher Faylor | 1 | -2/+2 |
2011-10-23 | * fhandler_tty.cc (fhandler_pty_slave::read): Use consistent way for testing | Christopher Faylor | 1 | -1/+1 |
2011-10-20 | Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*. | Christopher Faylor | 1 | -5/+9 |
2011-10-15 | * cygerrno.h (__set_errno): Modify debugging output to make searching strace | Christopher Faylor | 1 | -54/+61 |
2011-10-11 | * cygwin.din: Remove some _tc* exports. Add tcgetsid(). | Christopher Faylor | 1 | -1/+8 |
2011-10-10 | * fhandler_tty.cc (fhandler_pty_slave::open): Clarify debugging output. | Christopher Faylor | 1 | -2/+5 |