Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-13 * fhandler.h (fhandler_termios::line_edit): Add parameter to returnCorinna Vinschen
2014-10-26 * fhandler_socket.cc (fhandler_socket::af_local_connect): DropCorinna Vinschen
2014-10-11 Add setsockopt(sd, SOL_SOCKET, SO_PEERCRED, NULL, 0) to disableCorinna Vinschen
2014-08-27 * fhandler.h (fhandler_pty_slave::fch_open_handles): Add bool parameterCorinna Vinschen
2014-08-19 * fhandler.h (enum conn_state): Add "connect_credxchg" state.Corinna Vinschen
2014-08-19 * fhandler.h (fhandler_serial::is_tty): Reinstantiate.Corinna Vinschen
2014-08-18 * dtable.cc (dtable::init_std_file_from_handle): Mention that consoleCorinna Vinschen
2014-04-26* DevNotes: Add entry cgf-000026.Christopher Faylor
2014-03-20* fhandler.h (fhandler_dev_dsp): Remove variable names from declarations.Christopher Faylor
2014-03-17* sigproc.h (no_thread_exit_protect): New class.Christopher Faylor
2014-03-10* fhandler.h (dev_console::b): Redefine as CONSOLE_SCREEN_BUFFER_INFO for useChristopher Faylor
2014-03-10* fhandler.h (fhandler_console::dwBufferSize): Delete.Christopher Faylor
2014-02-26* fhandler.h (fhandler_console::scroll_buffer_screen): New function.Christopher Faylor
2014-02-23* fhandler.h (dev_console::is_fullscreen): Delete.Christopher Faylor
2014-02-16* DevNotes: Add entry cgf-000024.Christopher Faylor
2014-01-31* fhandler.h (cltype): Add cl_buf_beg, cl_buf_end.Christopher Faylor
2014-01-05* fhandler.h: Update copyright.Christopher Faylor
2013-12-17* fhandler.h (fhandler_pty_master::~fhandler_pty_master): Delete.Christopher Faylor
2013-12-11 * fhandler.h (fhandler_dev_clipboard): Add private memberCorinna Vinschen
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen
2013-10-30 * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen
2013-10-25 * devices.in (dev_storage): Map /dev/clipboard to \Device\Null.Corinna Vinschen
2013-10-25 * devices.in (dev_storage): Map /dev/random and /dev/urandom toCorinna Vinschen
2013-10-24 * fhandler.h (fhandler_dev_zero::lseek): Convert to inline method.Corinna Vinschen
2013-10-24* external.cc (fillout_pinfo): If start_time is 0, wait a while beforeChristopher Faylor
2013-10-24 * devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.Corinna Vinschen
2013-10-23* fhandler.h (fhandler_base::cleanup): Mark as extern rather than inline.Christopher Faylor
2013-10-15 * autoload.cc (CryptAcquireContextW): Remove.Corinna Vinschen
2013-07-15 Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen
2013-06-04 * fhandler.cc (fhandler_base::lock): Move to flock.cc.Corinna Vinschen
2013-06-02 * autoload.cc (CancelSynchronousIo): Define.Corinna Vinschen
2013-05-21 * fhandler.h (class fhandler_dev_random): Change type of pseudo toCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2013-01-11 * fhandler.h (class dev_console): Flag for expanded control sequence.Corinna Vinschen
2012-10-13 * fhandler.h (class fhandler_dev_raw): Add members devbufalloc andCorinna Vinschen
2012-08-17whitespace cleanupChristopher Faylor
2012-08-01 * fhandler.h (fhandler_socket::recv_internal): Add bool parameter.Corinna Vinschen
2012-07-03 * fhandler.h (class fhandler_dev_clipboard): Remove member eof.Corinna Vinschen
2012-06-03* DevNotes: Add entry cgf-000011.Christopher Faylor
2012-05-23 * fhandler.h (refcnt): Add i interlocked. Explain why.Corinna Vinschen
2012-05-12* DevNotes: Add entry cgf-000005.Christopher Faylor
2012-04-30* fhandler.h (PIPE_ADD_PID): Define new flag.Christopher Faylor
2012-04-25 * fhandler.h (class dev_console): Add member ext_mouse_mode5.Corinna Vinschen
2012-04-24 * fhandler.h (class dev_console): Add members ext_mouse_mode6 andCorinna Vinschen
2012-04-18* fhandler.h (fhandler_base::nohandle): Revert to standard implementation.Christopher Faylor
2012-04-15wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor
2012-04-06* fhandler.h (fhandler_base::nohandle): Implement "by hand" rather than throughChristopher Faylor
2012-04-05* fhandler.h (fhandler_pty_common::bytes_available): Declare new function.Christopher Faylor
2012-04-02 * fhandler.h (fhandler_base::stat_fixup): Rename fromCorinna Vinschen