| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | cygwin: unify reparse point checking code into single function | Corinna Vinschen | 2017-07-24 | 3 | -89/+70 |
* | cygwin: fix formatting in check_reparse_point_target | Corinna Vinschen | 2017-07-24 | 1 | -3/+3 |
* | cygwin: Fix resource leak in readdir reparse point handling | Corinna Vinschen | 2017-07-24 | 1 | -1/+1 |
* | cygwin: add fflush fix to release notes | Corinna Vinschen | 2017-07-19 | 1 | -0/+13 |
* | cygwin: Bump DLL version to 2.8.3 | Corinna Vinschen | 2017-07-19 | 1 | -1/+1 |
* | cygwin: Use errno instead of _impure_ptr->_errno | Corinna Vinschen | 2017-07-19 | 1 | -2/+1 |
* | Revert "errno: Stop using _impure_ptr->_errno completely" | Corinna Vinschen | 2017-07-19 | 3 | -5/+6 |
* | cygwin: 2.8.2: add missing release message textcygwin-2_8_2-release | Corinna Vinschen | 2017-07-12 | 1 | -0/+6 |
* | cygwin: document signal.h fixes | Yaakov Selkowitz | 2017-07-12 | 1 | -1/+4 |
* | cygwin: export fls, flsl, flsll | Corinna Vinschen | 2017-07-11 | 4 | -1/+10 |
* | Cygwin: fix guard on struct siginfo_t | Yaakov Selkowitz | 2017-07-10 | 1 | -2/+4 |
* | Rename __in and __out in headers to avoid collision with Windows APIs | David Macek | 2017-07-07 | 1 | -1/+1 |
* | fix URL shortcuts launch with cygstart, create shortcuts directly in SM/Progr... | Brian Inglis | 2017-07-06 | 1 | -7/+5 |
* | fix cygwin-doc postinstall/preremove no SMPrograms/Cygwin dir | Brian Inglis | 2017-07-06 | 2 | -17/+63 |
* | Add ffsl(), ffsll(), fls(), flsl(), flsll() | Sebastian Huber | 2017-07-05 | 1 | -22/+0 |
* | Cygwin: fix signal.h with _POSIX_C_SOURCE=1 | Yaakov Selkowitz | 2017-07-04 | 1 | -0/+2 |
* | add scandirat patch to release notes | Corinna Vinschen | 2017-07-04 | 1 | -0/+13 |
* | cygwin: scandirat: fix path given to scandir | Corinna Vinschen | 2017-07-04 | 1 | -1/+1 |
* | Bump DLL minor version | Corinna Vinschen | 2017-07-04 | 1 | -1/+1 |
* | replace shortcut parameter assignments with read loops, run with sh | Brian Inglis | 2017-06-27 | 1 | -44/+20 |
* | cygwin: doc: Fix doc install path in postinstall script | Corinna Vinschen | 2017-06-23 | 1 | -3/+1 |
* | Update documentation of cygwin setup proxy configuration detailsnewlib-snapshot-20170623 | Jon Turney | 2017-06-22 | 1 | -8/+5 |
* | Update and sort list of cygwin setup command line options. | Jon Turney | 2017-06-22 | 1 | -24/+38 |
* | Note regtool fix in release message | Corinna Vinschen | 2017-06-22 | 1 | -0/+3 |
* | cygwin: regtool: encode error messages correctly | Fujii Hironori | 2017-06-20 | 1 | -5/+6 |
* | Revert "cygserver: Revamp thread sleep handling" | Corinna Vinschen | 2017-06-20 | 5 | -71/+99 |
* | cygwin: readdir: Activate check for remote reparse points | Corinna Vinschen | 2017-06-20 | 1 | -4/+5 |
* | Compatibility improvements to reparse point handling. | Joe_Lowe | 2017-06-20 | 3 | -36/+87 |
* | cygwin: export strverscmp, add versionsort | Yaakov Selkowitz | 2017-06-19 | 6 | -1/+15 |
* | Ensure that send() interrupted by a signal returns sucessfully | Erik M. Bray | 2017-06-19 | 1 | -4/+4 |
* | cygwin: document XSI sigpause | Yaakov Selkowitz | 2017-06-14 | 1 | -0/+3 |
* | Export XSI sigpause | Yaakov Selkowitz | 2017-06-14 | 4 | -3/+23 |
* | Feature test macros overhaul: Cygwin signal.h | Yaakov Selkowitz | 2017-06-14 | 1 | -1/+25 |
* | cygwin: readdir: don't lookup mount target inodes | Corinna Vinschen | 2017-06-14 | 1 | -41/+30 |
* | readdir() with mount point dentry, return mount point INO | Joe Lowe | 2017-06-14 | 1 | -23/+10 |
* | Add COMODO Internet Security and ConEmu to BLODA | David Macek | 2017-06-09 | 1 | -1/+3 |
* | cygwin: document lrint bugfix | Corinna Vinschen | 2017-06-07 | 1 | -0/+3 |
* | cygwin: Fix lrint{f,l} to return a 64 bit long on x86_64 | Corinna Vinschen | 2017-06-07 | 3 | -3/+9 |
* | cygwin: document env var crash fix | Corinna Vinschen | 2017-06-06 | 1 | -0/+3 |
* | cygwin: Fix crash if env var name starts with non-ASCII char | Corinna Vinschen | 2017-06-06 | 1 | -2/+2 |
* | cygwin: document wcsxfrm fix | Corinna Vinschen | 2017-06-06 | 1 | -0/+3 |
* | cygwin wcsxfrm: byte swap result ourselves | Corinna Vinschen | 2017-06-06 | 1 | -8/+13 |
* | cygwin CONTRIBUTORS: Add Daniel Santos | Corinna Vinschen | 2017-04-25 | 1 | -0/+1 |
* | Fix transposed lines in 2.8.1 release text | Jon Turney | 2017-04-24 | 1 | -2/+2 |
* | Update 2.8.1 release text | Jon Turney | 2017-04-24 | 1 | -1/+7 |
* | cygwin: add 2.8.1 release file | Corinna Vinschen | 2017-04-24 | 1 | -0/+23 |
* | cygwin TEST: Add nagging debug output to pinfo | Corinna Vinschen | 2017-04-24 | 1 | -0/+13 |
* | cygwin: pinfo: do not wait for setting ppid on a transitional procinfo | Corinna Vinschen | 2017-04-24 | 1 | -6/+11 |
* | cygwin: try unprivileged symlink creation on W10 1703 and later | Corinna Vinschen | 2017-04-24 | 1 | -2/+9 |
* | cygwin: wincap: handle W10 1703 | Corinna Vinschen | 2017-04-24 | 2 | -2/+28 |