aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen1-4/+0
2009-05-04* fhandler.h (fhandler_console::MAX_WRITE_CHARS): Declare.Christopher Faylor1-1/+3
2009-04-07 * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen1-1/+5
2009-04-05* Makefile.in: Use all compile options when calculating magic values.Christopher Faylor1-2/+2
2009-03-27 * fhandler.h (class fhandler_fifo): Rename read/write methods toCorinna Vinschen1-2/+2
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen1-1/+1
2009-03-09 * fhandler.h (fhandler_socket::wait_for_events): Take additionalCorinna Vinschen1-1/+1
2009-02-27* dtable.cc (dtable::select_read): Add ability to override fh.Christopher Faylor1-0/+4
2009-01-20 * fhandler_procnet.cc: Reorganize global procnet content data into aCorinna Vinschen1-1/+1
2009-01-20 * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen1-1/+0
2009-01-20 * autoload.cc (WSAIoctl): Reintroduce.Corinna Vinschen1-5/+2
2008-12-23* fhandler.h (fhandler_base_setup_overlapped): Add new argument.Christopher Faylor1-2/+10
2008-12-15 * fhandler.h (class fhandler_registry): Declare dup method.Corinna Vinschen1-0/+1
2008-11-26Remove unneeded whitespace.Christopher Faylor1-2/+2
2008-09-11* fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.Christopher Faylor1-1/+1
2008-08-26 * fhandler.h (class fhandler_pipe): Rename read and writeCorinna Vinschen1-2/+2
2008-08-20* fhandler.cc (fhandler_base::wait_overlapped): Always assume that bytes willChristopher Faylor1-1/+1
2008-06-12 * fhandler.h (set_console_state_for_spawn): Drop declaration.Corinna Vinschen1-2/+0
2008-05-21 * fhandler.h (dirent_states): Add dirent_nfs_d_ino state and add it toCorinna Vinschen1-1/+2
2008-05-20 * Makefile.in (DLL_OFILES): Add nfs.o.Corinna Vinschen1-0/+1
2008-05-13 * path.cc (path_conv::set_normalized_path): Drop strip_tail argument.Corinna Vinschen1-1/+1
2008-04-30 * dtable.cc (dtable::release): Drop fixup_before handling.Corinna Vinschen1-2/+0
2008-04-24 * cygwin.din (futimens): Export.Corinna Vinschen1-3/+3
2008-04-18 Revert thinko in previous patch.Corinna Vinschen1-1/+7
2008-04-18 * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen1-7/+1
2008-03-31 * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen1-8/+7
2008-03-24 * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen1-0/+3
2008-03-22* dtable.cc: Define various device-related string constants as wide characterChristopher Faylor1-1/+1
2008-03-10 * fhandler.h (class fhandler_console): Add write_buf as pointer toCorinna Vinschen1-1/+2
2008-02-10 * Makefile.in (DLL_OFILES): Add ntea.o.Corinna Vinschen1-0/+4
2008-02-06 * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen1-0/+8
2008-02-05 * autoload.cc (CharToOemA): Remove.Corinna Vinschen1-2/+3
2008-01-07 * fhandler.h: Update copyright.Corinna Vinschen1-1/+1
2008-01-06* fhandler.h (fhandler_base::is_tty): Make bool.Christopher Faylor1-10/+10
2007-12-22 * fhandler.h (class fhandler_dev_random): Add dummy_offset member.Corinna Vinschen1-0/+1
2007-12-16* dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor1-0/+2
2007-11-08revert premature checkinChristopher Faylor1-2/+0
2007-11-08* dllfixdbg: Eliminate extra objcopy step.Christopher Faylor1-0/+2
2007-08-16 * fhandler.h (fhandler_base::get_namehash): Use NT native path.Corinna Vinschen1-1/+1
2007-08-14 * fhandler.h (fhandler_base::pc): Make public.Corinna Vinschen1-2/+3
2007-08-13 * fhandler.h (fhandler_base::close_fs): Reintroduce (as inline function)Corinna Vinschen1-0/+1
2007-08-13 * Makefile.in (DLL_OFILES): Remove delqueue.o.Corinna Vinschen1-2/+0
2007-07-29* cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtlsChristopher Faylor1-1/+1
2007-07-27 * fhandler.h (enum query_state): Drop redundant query_stat_control.Corinna Vinschen1-3/+2
2007-07-26 * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen1-1/+1
2007-07-10* debug.cc (close_handle): Change debug output format slightly.Christopher Faylor1-2/+2
2007-07-09 * dir.cc (closedir): Revert change from 2007-06-29.Corinna Vinschen1-2/+1
2007-07-07* fhandler.h (fhandler_base::write): Remove __stdcall decoration.Christopher Faylor1-3/+3
2007-07-07Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor1-36/+26
2007-06-29 * cygwin.din: Export fdopendir.Corinna Vinschen1-7/+10