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
2018-07-06Fix a problem that connection to syslogd fails.Takashi Yano
2018-03-25Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen
2018-02-28Cygwin: cleanup header including within network-releated filesCorinna Vinschen
2018-02-21Cygwin: fix whitespaces in socket codeCorinna Vinschen
2018-02-21Cygwin: split out fhandler_socket into inet and local classesCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-07-06 * fhandler_procnet.cc: Fix copyright.Corinna Vinschen
2012-07-06 In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen
2011-05-11 * fhandler_socket.cc (get_inet_addr): Rearrange for better readability.Corinna Vinschen
2011-04-21 * cygtls.cc (_cygtls::init_thread): Drop setting locals.process_logmask.Corinna Vinschen
2011-03-29 * cygtls.h (struct _local_storage): Redefine process_ident as wchar_tCorinna Vinschen
2011-03-29 * fhandler_socket.cc (get_inet_addr): Make externally available.Corinna Vinschen
2009-12-02 * fhandler_socket.cc (send_internal): Don't split datagram messagesCorinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen
2007-02-26 * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.Corinna Vinschen
2007-02-22 * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen
2006-05-28white spaceChristopher Faylor
2006-01-02 * syslog.cc: Include sys/un.h instead of sys/socket.h.Corinna Vinschen
2006-01-01 * syslog.cc (vklog): Never log kernel messages using the vsyslogCorinna Vinschen
2005-12-31 * syslog.cc (vsyslog): Decrement len if trailing \n has been removed.Corinna Vinschen
2005-12-27 * path.cc (path_conv::check): Rework loop removing trailing dotsCorinna Vinschen
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor
2005-11-10 * syslog.cc (setlogmask): Don't mask the mask.Corinna Vinschen
2005-10-11 * syslog.cc (try_connect_syslogd): Add priority parameter. Use writevCorinna Vinschen
2005-05-11 * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen
2005-05-02white space and minor comment cleanup.Christopher Faylor
2005-04-08 * syslog.cc (try_connect_guard): Remove useless conditionalized code.Corinna Vinschen
2005-04-08 * syslog.cc: Include sys/socket.h.Corinna Vinschen
2005-03-16* cygtls.cc (free_local): New macro.Christopher Faylor
2005-01-13Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor
2003-09-29 * syslog.cc (vsyslog): Print debug message if ReportEventA fails.Corinna Vinschen
2003-09-25* devices.cc: New file.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-06 * cygwin.din: Add vsyslog.Corinna Vinschen
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor
2003-02-23 2003-02-23 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-02-22* syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as anChristopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor
2001-10-05* syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-12Update copyrights.Christopher Faylor
2001-08-05Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor