aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2017-02-12Add IBM Security Trusteer Rapport to BLODA listcygwin-2_7_0-releaseCorinna Vinschen
2017-02-08Cygwin: create separate bits/byteswap.hYaakov Selkowitz
2017-02-06Make anchors stable in generated Cygwin HTML documentationJon Turney
2017-02-03Add release message for commit 609d2b2Corinna Vinschen
2017-02-03Fix limited Internet speeds caused by inappropriate socket bufferingCorinna Vinschen
2017-01-31Add release message for commit a1529738Jon Turney
2017-01-31Fix handling of '+' by 'cygcheck -p'Jon Turney
2017-01-31Add release message for commit 095cac4Corinna Vinschen
2017-01-31Cygwin: Add IUTF8 termios iflagCorinna Vinschen
2017-01-20Add release message for commit ca3e3bcCorinna Vinschen
2017-01-19Cleanup fhandler_console::read for readabilityCorinna Vinschen
2017-01-19miscfuncs.cc: Revert exclusion of inclusion of exception.hCorinna Vinschen
2017-01-19Simplify check for Alt-NumpadCorinna Vinschen
2017-01-19miscfuncs.h: Drop now unneeded getentropy declarationCorinna Vinschen
2017-01-19miscfuncs.cc: Drop unneeded includes and unused global variableCorinna Vinschen
2017-01-19check_iovec: Change test to be more robust against invalid iovcnt valuesCorinna Vinschen
2017-01-19Don't assert on sum of iov_len overflowing an ssize_tCorinna Vinschen
2017-01-19Move string functions from miscfunc.cc to strfuncs.ccCorinna Vinschen
2017-01-19Move getentropy/getrandom into own fileCorinna Vinschen
2017-01-19Fix copy/paste buglet in commentCorinna Vinschen
2017-01-19Add release message for commit 4652cc4Corinna Vinschen
2017-01-19Handle Alt+Numpad key sequences in console input and selectCorinna Vinschen
2017-01-14Add release message for commit 688d943Corinna Vinschen
2017-01-14Always try to write complete incoming buffer on pipes and fifosCorinna Vinschen
2017-01-12Add release message for commit 6ed4753Corinna Vinschen
2017-01-12rename: Refactor "new file already exists and rename fails" caseCorinna Vinschen
2017-01-12FAST_CWD: adjust the initial search scopeJohannes Schindelin
2017-01-10Fix formatting in pinfo.ccCorinna Vinschen
2017-01-10Document latest Cygwin changesCorinna Vinschen
2017-01-10Add Erik Bray to Cygwin CONTRIBUTORSCorinna Vinschen
2017-01-10Add a /proc/<pid>/environ proc file handler, analogous to /proc/<pid>/cmdline.Erik M. Bray
2017-01-10Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.Erik M. Bray
2017-01-10Move the core environment parsing of environ_init into a new win32env_to_cyge...Erik M. Bray
2017-01-09Return the correct value for getsockopt(SO_REUSEADDR) after setting setsockop...Erik M. Bray
2017-01-09Don't free statically allocated sys_privsCorinna Vinschen
2016-12-16Export getentropy and getrandom callsCorinna Vinschen
2016-12-15Fix some broken links in Cygwin FAQJon Turney
2016-12-14Define RtlGenRandom correctly in ntsecapi.h wrapperCorinna Vinschen
2016-12-13Rearrange RNG code slightlyCorinna Vinschen
2016-12-13Cygwin: Add release messages for last two checkinsCorinna Vinschen
2016-12-13Fix incorrect path conversion on non-existent files on network sharesCorinna Vinschen
2016-12-13Check for .exe file in cygwin_conv_pathCorinna Vinschen
2016-12-06Cygwin 2.6.1: Add missing release textCorinna Vinschen
2016-11-28path_conv: When encountering a ".(/)+" sequence, skip *all* slashesCorinna Vinschen
2016-11-24regex: Fix typo in CHaddrangeCorinna Vinschen
2016-11-24cygutils: Fix resource leak in get_short_pathsCorinna Vinschen
2016-11-24Fix typo in kill(1)Corinna Vinschen
2016-11-24_pinfo::set_ctty: Check potential NULL pointer in debug_printf statementCorinna Vinschen
2016-11-24Eliminate unused parameter from path_conv::eq_workerCorinna Vinschen
2016-11-24Remove redundant check for NULL pointer in cygwin_exception::dump_exceptionCorinna Vinschen