summaryrefslogtreecommitdiffstats
path: root/generic/tclIOSock.c
Commit message (Expand)AuthorAgeFilesLines
* rebase to 8.7. Add documentationjan.nijtmans2022-10-131-2/+2
|\
| * Merge 8.7jan.nijtmans2019-11-171-2/+3
| |\
| * \ Merge tip-468 branchjan.nijtmans2018-10-281-2/+2
| |\ \
| | * \ Merge 8.7jan.nijtmans2018-10-281-2/+2
| | |\ \
| * | \ \ Merge "tip-468" branch. Add new function Tcl_OpenTcpClientEx() with same chan...jan.nijtmans2017-04-101-10/+19
| |\ \ \ \ | | |/ / /
| | * | | merge (minor style issues from) trunkjan.nijtmans2017-04-101-7/+17
| | |\ \ \
| | * | | | TIP 468 implementation from Shannon Noe.dkf2017-04-091-3/+2
| * | | | | Experimental follow-up: Change internal TclCreateSocketAddress() signature, f...jan.nijtmans2017-01-101-8/+5
| |/ / / /
* | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
| |_|_|/ |/| | |
* | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-031-1/+1
* | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-111-1/+1
* | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-1/+1
* | | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide m...jan.nijtmans2019-06-031-2/+3
| |_|/ |/| |
* | | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn...jan.nijtmans2018-06-261-1/+1
* | | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-1/+1
| |/ |/|
* | Minor style issues through the socket implementation code.dkf2017-04-091-9/+18
|/
* Adjust OpenTcpServer for the latest changes to OpenTcpServerExlimeboy2016-12-141-1/+5
* Implement the whole TIP 456 specification.limeboy2016-11-241-3/+3
* Added stub entry for tip #456. Documentation and tests still missing. Doesn't...jan.nijtmans2016-11-221-0/+24
* Minor: fix the indentation of comments.dkf2016-11-181-24/+26
* Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ...jan.nijtmans2016-06-291-1/+1
* Remove unused calculation of the result set size from TclCreateSocketAddress()max2015-11-111-6/+1
* typo in comment. Eliminate unnecessary end-of-line spacing.jan.nijtmans2015-10-191-5/+5
* Fix [743338466549f09e3956d8a86e6f9a8030f227cb|7433384665]: socket error encod...jan.nijtmans2014-11-211-3/+20
* Revert [3c0b0bbda6]. If this really is a problem, it needs to get fixed by ot...max2013-11-181-2/+2
* Fix compiler warning when compiling Itcl 4.0:jan.nijtmans2013-07-031-2/+2
* Workaround for [socket -server foo -myaddr localhost 0] failure on OSX.max2012-09-261-2/+13
* Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-17/+19
* fix some gcc 64-bit warningsjan.nijtmans2012-06-261-4/+4
|\
| * fix some gcc 64-bit warningsjan.nijtmans2012-06-261-4/+4
| |\
| | * fix some gcc 64-bit warningsjan.nijtmans2012-06-261-4/+4
* | | Use EAI_SYSTEM only if it exists.max2012-06-261-2/+5
* | | Rework the error message generation of [socket], so that the errormax2012-06-221-28/+4
* | | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,jan.nijtmans2012-05-071-1/+1
|\ \ \ | |/ /
| * | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h,jan.nijtmans2012-05-071-1/+1
| |\ \ | | |/
| | * move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, jan.nijtmans2012-05-071-1/+1
* | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-1/+1
|\ \ \ | |/ /
| * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-1/+1
| |\ \ | | |/
* | | Reduce amount of unreachable code. Refactor Win socket and load code to be lessdkf2012-04-051-5/+7
* | | some formatting (*.decls)jan.nijtmans2012-04-041-1/+1
|\ \ \ | |/ /
| * | some formatting (*.decls)jan.nijtmans2012-04-041-1/+1
| |\ \ | | |/
* | | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-9/+8
|\ \ \ | |/ /
| * | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-5/+10
| |\ \ | | |/
| | * [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-5/+10
| | |\
| | | * better solution for bug-510001jan.nijtmans2012-03-291-0/+9
| | |/
* | | Don't use AI_ADDRCONFIG for now. It seems to do more harm than good.max2011-08-041-0/+9
* | | Fix bug#3164655: getaddrinfo() crash on HP-UXmax2011-06-071-2/+5
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0