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
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-06-18 * cygwin.din (inet_pton): Export.Corinna Vinschen
2005-05-02white space and minor comment cleanup.Christopher Faylor
2005-04-06* net.cc (cygwin_getservbyname): Return (possibly NULL) return value of dup_entChristopher Faylor
2005-03-24 * fhandler.h (fhandler_socket::secret_event): Remove.Corinna Vinschen
2005-03-19* net.cc (cygwin_getprotobyname): Don't try to be fancy with return values.Christopher Faylor
2005-03-16* cygtls.cc (free_local): New macro.Christopher Faylor
2005-03-10* net.cc (dup_ent): Revert older stupid test for null. Don't copy name if itChristopher Faylor
2005-03-10* net.cc (dup_ent): Revert previous stupid change.Christopher Faylor
2005-03-09* net.cc (dup_ent): Avoid dereferencing a null pointer in a debug_printf.Christopher Faylor
2005-03-01 * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen
2005-02-28 * fhandler.h (class fhandler_socket): Declare new methodCorinna Vinschen
2005-02-23 * cygwin.din (getpeereid): Export.Corinna Vinschen
2005-02-20copyrightChristopher Faylor
2005-02-07* net.cc (cygwin_gethostbyname): Be more picky about what's a numeric addressChristopher Faylor
2004-08-19 * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable'sCorinna Vinschen
2004-08-11* net.cc (cygwin_gethostbyname): Show failing host name on error.Christopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-05-07 Revert code reversion from 2004-04-03. So, revert to async I/O again.Corinna Vinschen
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen
2004-04-09 * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen
2004-04-03 * fhandler.h (class fhandler_socket): Remove has_been_closed member.Corinna Vinschen
2004-04-02 * net.cc (wsock_event::release): Use NULL handle in call toCorinna Vinschen
2004-04-01 * net.cc (wsock_event::wait): Make wsa_err an int. Don't setCorinna Vinschen
2004-04-01 * fhandler_socket.cc (fhandler_socket::sendto): Drop out of loop ifCorinna Vinschen
2004-03-31 * fhandler_tape.cc (mtinfo_drive::get_pos): Only set partition ifCorinna Vinschen
2004-03-31 * fhandler_socket.cc (fhandler_socket::recvfrom): Initialize res toCorinna Vinschen
2004-03-29 * fhandler.h (class fhandler_socket): Add has_been_closed member.Corinna Vinschen
2004-03-29 * net.cc (wsock_event::wait): Change scope of local "len" variable.Corinna Vinschen
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-01-24* configure.in: Remove NEWVFORK default.Christopher Faylor
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor
2003-12-03 Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-11-04* net.cc (dup_ent): Use IsBadStringPtr for alignment checks. Don't use a knownChristopher Faylor
2003-11-04 * net.cc (dup_ent): Move Win 95 misalignment recogition beforeCorinna Vinschen
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-01* net.cc (dup_ent): Restore check for NULL input.Christopher Faylor
2003-09-01* net.cc (dup_ent): Make debugging output consistent.Christopher Faylor
2003-09-01Use dup_ent rather than specific dup_*_ptr functions throughout.Christopher Faylor
2003-09-01* net.cc (free_char_list): Delete.Christopher Faylor
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor
2003-07-26* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor
2003-07-05 * fhandler.h (fhandler_socket::get_connect_state): New method toCorinna Vinschen
2003-06-192003-06-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-03 * fhandler_socket.cc (connect_thread): Remove.Corinna Vinschen
2003-03-13 * net.cc (cygwin_rcmd): Use correct file descriptor in call to fdsock.Corinna Vinschen
2003-03-09whitespace cleanupChristopher Faylor
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen