index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
Commit message (
Expand
)
Author
Age
Files
Lines
*
yield: Don't lower thread priority, it leads to starvation
Corinna Vinschen
2017-03-08
1
-5
/
+6
*
Cygwin: Emit correct errno EAGAIN if we can't create another thread
Corinna Vinschen
2017-03-08
1
-0
/
+2
*
Export timingsafe_bcmp and timingsafe_memcmp
Jon Turney
2017-03-07
3
-1
/
+5
*
Document pthread_cond_wait change in release notes
Corinna Vinschen
2017-03-07
1
-0
/
+3
*
Cygwin: pthread_cond_wait: Do as Linux and BSD do.
Corinna Vinschen
2017-03-07
1
-22
/
+5
*
cwdstuff: Don't leave from setting the CWD prematurely on init
Corinna Vinschen
2017-03-03
1
-8
/
+42
*
Preserve order of dlopen'd modules in dll_list::topsort
newlib-snapshot-20170228
David Allsopp
2017-02-28
2
-5
/
+50
*
Add 2.7.1 release file
Corinna Vinschen
2017-02-24
1
-0
/
+14
*
Bump Cygwin version to 2.7.1
Corinna Vinschen
2017-02-24
1
-1
/
+1
*
fix parallel build for version.cc and winver.o
Michael Haubenwallner
2017-02-16
1
-1
/
+3
*
Cygwin: create separate bits/byteswap.h
Yaakov Selkowitz
2017-02-08
3
-37
/
+51
*
Add release message for commit 609d2b2
Corinna Vinschen
2017-02-03
1
-0
/
+3
*
Fix limited Internet speeds caused by inappropriate socket buffering
Corinna Vinschen
2017-02-03
1
-3
/
+11
*
Add release message for commit a1529738
Jon Turney
2017-01-31
1
-0
/
+3
*
Add release message for commit 095cac4
Corinna Vinschen
2017-01-31
1
-0
/
+3
*
Cygwin: Add IUTF8 termios iflag
Corinna Vinschen
2017-01-31
4
-23
/
+31
*
Add release message for commit ca3e3bc
Corinna Vinschen
2017-01-20
1
-1
/
+1
*
Cleanup fhandler_console::read for readability
Corinna Vinschen
2017-01-19
1
-22
/
+20
*
miscfuncs.cc: Revert exclusion of inclusion of exception.h
Corinna Vinschen
2017-01-19
1
-0
/
+1
*
Simplify check for Alt-Numpad
Corinna Vinschen
2017-01-19
3
-39
/
+35
*
miscfuncs.h: Drop now unneeded getentropy declaration
Corinna Vinschen
2017-01-19
1
-1
/
+0
*
miscfuncs.cc: Drop unneeded includes and unused global variable
Corinna Vinschen
2017-01-19
1
-12
/
+0
*
check_iovec: Change test to be more robust against invalid iovcnt values
Corinna Vinschen
2017-01-19
1
-1
/
+1
*
Don't assert on sum of iov_len overflowing an ssize_t
Corinna Vinschen
2017-01-19
1
-3
/
+3
*
Move string functions from miscfunc.cc to strfuncs.cc
Corinna Vinschen
2017-01-19
2
-192
/
+193
*
Move getentropy/getrandom into own file
Corinna Vinschen
2017-01-19
3
-57
/
+71
*
Fix copy/paste buglet in comment
Corinna Vinschen
2017-01-19
1
-1
/
+1
*
Add release message for commit 4652cc4
Corinna Vinschen
2017-01-19
1
-0
/
+3
*
Handle Alt+Numpad key sequences in console input and select
Corinna Vinschen
2017-01-19
2
-3
/
+35
*
Add release message for commit 688d943
Corinna Vinschen
2017-01-14
1
-0
/
+4
*
Always try to write complete incoming buffer on pipes and fifos
Corinna Vinschen
2017-01-14
1
-1
/
+1
*
Add release message for commit 6ed4753
Corinna Vinschen
2017-01-12
1
-1
/
+2
*
rename: Refactor "new file already exists and rename fails" case
Corinna Vinschen
2017-01-12
1
-20
/
+27
*
FAST_CWD: adjust the initial search scope
Johannes Schindelin
2017-01-12
1
-2
/
+2
*
Fix formatting in pinfo.cc
Corinna Vinschen
2017-01-10
1
-7
/
+8
*
Document latest Cygwin changes
Corinna Vinschen
2017-01-10
1
-0
/
+2
*
Add a /proc/<pid>/environ proc file handler, analogous to /proc/<pid>/cmdline.
Erik M. Bray
2017-01-10
1
-0
/
+22
*
Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.
Erik M. Bray
2017-01-10
2
-3
/
+84
*
Move the core environment parsing of environ_init into a new win32env_to_cyge...
Erik M. Bray
2017-01-10
2
-35
/
+51
*
Return the correct value for getsockopt(SO_REUSEADDR) after setting setsockop...
Erik M. Bray
2017-01-09
1
-0
/
+8
*
Don't free statically allocated sys_privs
Corinna Vinschen
2017-01-09
1
-2
/
+2
*
Export getentropy and getrandom calls
Corinna Vinschen
2016-12-16
5
-6
/
+96
*
Define RtlGenRandom correctly in ntsecapi.h wrapper
Corinna Vinschen
2016-12-14
5
-6
/
+29
*
Rearrange RNG code slightly
Corinna Vinschen
2016-12-13
4
-34
/
+52
*
Cygwin: Add release messages for last two checkins
Corinna Vinschen
2016-12-13
1
-0
/
+7
*
Fix incorrect path conversion on non-existent files on network shares
Corinna Vinschen
2016-12-13
1
-0
/
+7
*
Check for .exe file in cygwin_conv_path
Corinna Vinschen
2016-12-13
1
-2
/
+2
*
Cygwin 2.6.1: Add missing release text
Corinna Vinschen
2016-12-06
1
-4
/
+16
*
path_conv: When encountering a ".(/)+" sequence, skip *all* slashes
Corinna Vinschen
2016-11-28
1
-1
/
+6
*
regex: Fix typo in CHaddrange
Corinna Vinschen
2016-11-24
1
-1
/
+1
[next]