]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2018-03-11 Corinna VinschenCygwin: AF_UNIX: use get_unique_id to create pipe name
2018-03-10 Corinna VinschenCygwin: AF_UNIX: fix dup
2018-03-10 Corinna VinschenCygwin: AF_UNIX: Add fixup_after_exec method
2018-03-10 Corinna VinschenCygwin: AF_UNIX: fix creating abstract socket symlink...
2018-03-09 Corinna VinschenCygwin: don't skip O_TMPFILE files in readdir
2018-03-09 Corinna VinschenCygwin: AF_UNIX: Implemant socketpair
2018-03-09 Corinna VinschenCygwin: fix socketpair prototype
2018-03-08 Thomas Wolffdescribe new locale modifier @cjkwide for user guide
2018-03-07 Corinna VinschenCygwin: AF_UNIX: implement getsockopt SO_RCVBUF/SO_SNDBUF
2018-03-07 Corinna VinschenCygwin: AF_UNIX: define AF_UNIX_CONNECT_TIMEOUT
2018-03-07 Corinna VinschenCygwin: Define FSCTL_PIPE_FLUSH
2018-03-07 Corinna VinschenCygwin: AF_UNIX: Implement read, readv, recvfrom, write...
2018-03-07 Corinna VinschenCygwin: reorder read/write calls in fhandler_socket_unix
2018-03-07 Corinna VinschenCygwin: AF_UNIX: fix accept behaviour
2018-03-07 Corinna VinschenCygwin: AF_UNIX: make sure connect wait thread is clean...
2018-03-07 Corinna VinschenCygwin: AF_UNIX: some pipe errors may have multiple...
2018-03-07 Corinna VinschenCygwin: AF_UNIX: fix SEGV when sending an empty socket...
2018-03-07 Corinna VinschenCygwin: AF_UNIX: fix creation of npfs handle
2018-03-07 Corinna VinschenCygwin: AF_UNIX: Add create_event helper and use throu...
2018-03-07 Corinna VinschenCygwin: AF_UNIX: fix comments and move a macro
2018-03-06 Corinna VinschenCygwin: AF_UNIX: Implement listen, accept4, connect...
2018-03-06 Corinna VinschenCygwin: AF_UNIX: fix a couple of thinkos and typos
2018-03-06 Corinna VinschenCygwin: AF_UNIX: create/open pipes relativ to NPFS...
2018-03-06 Corinna VinschenCygwin: AF_UNIX: initialize rmem/wmem to 256K and use...
2018-03-06 Corinna VinschenCygwin: ntdll.h: Add some missing pipe-related definitions
2018-03-06 Corinna VinschenCygwin: sys/socket.h: define MSG_CMSG_CLOEXEC
2018-03-06 Corinna VinschenCygwin: export hires counter ntod
2018-03-06 Sebastian HuberRTEMS: Use int for _CLOCKID_T_
2018-03-06 Sebastian HuberMake _CLOCKID_T_ system configurable
2018-03-05 Corinna VinschenCygwin: move sun_name_t constructors into fhandler_sock...
2018-03-05 Corinna VinschenCygwin: sockets: add bind state, and split out connect...
2018-03-05 Corinna VinschenCygwin: drop debug_printf statement from start_transaction
2018-03-05 Corinna VinschenCygwin: cygwait.cc: fix formatting of debug statement
2018-03-05 Thomas WolffLocale modifier @cjkwide to adjust ambiguous-width...
2018-03-02 Corinna VinschenCygwin: AF_UNIX: drop try/except block in bind method
2018-03-02 Corinna VinschenCygwin: AF_UNIX: create pipes with file attribute R...
2018-03-02 Corinna VinschenCygwin: accept4: Fix resource leak
2018-03-02 Corinna VinschenCygwin: remove outdated comment
2018-03-02 Corinna VinschenCygwin: fhandler_socket_unix: implement socket, bind...
2018-03-02 Corinna VinschenCygwin: add transform_chars_af_unix helper
2018-03-02 Corinna VinschenCygwin: small_s[w]printf: add '_' modifier to print...
2018-03-02 Corinna VinschenCygwin: drop CYGWIN_SOCKET_UUID, define CYGWIN_SOCKET_G...
2018-03-02 Corinna VinschenCygwin: ntdll.h: add definitions required for pipe...
2018-03-01 Our Air QualityAdd global stdio streams support for reent small.
2018-03-01 Corinna VinschenCygwin: convert sun_name_t into class
2018-03-01 Corinna VinschenCygwin: add AF_UNIX reparse points to path handling
2018-03-01 Corinna VinschenCygwin: move transaction helpers into ntdll.h
2018-03-01 Corinna VinschenCygwin: ntdll.h: drop macros available in mingw-w64...
2018-03-01 Corinna VinschenCygwin: path.cc: clean up includes
2018-03-01 Corinna VinschenCygwin: path_conv: rename is_rep_symlink to is_known_re...
2018-02-28 Corinna VinschenCygwin: improve storage and handling of AF_UNIX socket...
2018-02-28 Corinna VinschenCygwin: fhandler_socket_unix: store peer credentials...
2018-02-28 Corinna VinschenCygwin: cleanup header including within network-releate...
2018-02-27 Corinna VinschenCygwin: sockets: Fix fstat on unnamed sockets
2018-02-26 Corinna VinschenCygwin: reduce size of fhandler_cygdrive newlib-snapshot-20180226
2018-02-26 Corinna VinschenCygwin: sockets: Add missing cleanup if socket/socketpa...
2018-02-26 Corinna VinschenCygwin: fhandler_socket_unix: Tiny cleanup
2018-02-26 Corinna VinschenCygwin: sockets: move type and proto checks into fhandl...
2018-02-26 Corinna VinschenCygwin: fhandler_socket: define socketpair as virtual...
2018-02-23 David Macekdoc/faq-using.xml: Add BeyondTrust and Cylance to BLODA
2018-02-23 Corinna VinschenCygwin: Define SO_PASSCRED and SCM_CREDENTIALS
2018-02-23 Corinna VinschenCygwin: Create empty fhandler_socket_unix
2018-02-23 Corinna VinschenCygwin: fix upcalls in some fhandler_socket_local methods
2018-02-23 Corinna VinschenCygwin: Introduce FH_SOCKET for generic socket file ops
2018-02-23 Corinna VinschenCygwin: encapsulate Winsock based fhandler_socket classes
2018-02-23 Corinna VinschenCygwin: eliminate unused fhandler method hclose
2018-02-23 Corinna VinschenCygwin: fix fhandler_socket_local::fchmod
2018-02-23 Corinna VinschenCygwin: socket.h: Add SIOCINQ, equivalent to FIONREAD
2018-02-23 Corinna VinschenCygwin: drop unused device nodes and clean up socket...
2018-02-22 Corinna VinschenCygwin: fhandler_socket: Move select functions into...
2018-02-22 Corinna VinschenCygwin: fhandler_socket: Rearrange methods
2018-02-22 Corinna VinschenCygwin: fhandler_socket: Add derived fcntl methods
2018-02-22 Corinna VinschenCygwin: fhandler_socket: Add derived ioctl methods
2018-02-22 Corinna VinschenCygwin: fhandler_socket: Move shutdown and close method...
2018-02-22 Corinna VinschenCygwin: make socketpair an AF_LOCAL-only method
2018-02-21 David Macekdoc/ntsec.xml: Fix typo
2018-02-21 Corinna VinschenCygwin: inline get_socket_flags()
2018-02-21 Corinna VinschenCygwin: fix whitespaces in socket code
2018-02-21 Corinna VinschenCygwin: split out fhandler_socket into inet and local...
2018-02-20 Corinna VinschenCygwin: net.cc: drop redundant declarations
2018-02-20 Corinna VinschenCygwin: set/getsockopt: Move implementation into fhandl...
2018-02-20 Corinna VinschenCygwin: clean error mapping
2018-02-20 Corinna VinschenCygwin: Make sure fraction of seconds constants enforce...
2018-02-16 Corinna VinschenCygwin: fix declaration of fhandler_socket::socketpair
2018-02-16 Corinna VinschenCygwin: fix utils path handling in case cygdrive path...
2018-02-16 Corinna VinschenCygwin: net: Improve standars conformance comments
2018-02-16 Corinna VinschenCygwin: fhandler_socket: Add :: to potentially collidin...
2018-02-16 Corinna VinschenCygwin: socketpair: Move socketpair creation inside...
2018-02-16 Corinna VinschenCygwin: sockets: move common settings into set_socket_h...
2018-02-16 Jaap de Wolffadd forward declaration to main() to prevent warnings
2018-02-16 Jaap de Wolffadapt prototypes arm/syscalls.c to usual prototypes...
2018-02-16 Jaap de Wolffadd forward declaration to __cxa_atexit to aeabi_atexit...
2018-02-16 Jaap de WolffAdd prototype to _malloc_lock() and *unlock() to malloc...
2018-02-16 Jaap de WolffAdd define _COMPILING_NEWLIB for arm to configure.host...
2018-02-14 Corinna VinschenCygwin: socket: move socket creation inside fhandler_so...
2018-02-14 Corinna VinschenCygwin: improve O_TMPFILE handling
2018-02-14 Corinna VinschenCygwin: fix file-related functions on unix sockets
2018-02-14 Corinna VinschenCygwin: improve a comment in fhandler_socket::getsockname
2018-02-12 Corinna VinschenCygwin: /proc/<pid>/stat: Fix time handling
2018-02-12 Corinna VinschenCygwin: Drop HZ usage in favor of MSPERSEC and CLOCKS_P...
next
This page took 0.054904 seconds and 5 git commands to generate.