summaryrefslogtreecommitdiffstats
path: root/generic/tclIOSock.c
Commit message (Expand)AuthorAgeFilesLines
* 3 places where TCLFSENCODING is not appropricate (use system-encoding, not ut...jan.nijtmans2023-09-151-2/+2
* Rebase to 9.0. Add more filname encoding checksjan.nijtmans2023-07-271-2/+10
|\
| * Use "strict" in almost all commands. Only "glob" and environment variables ar...core-tip-657-candidatejan.nijtmans2023-07-141-2/+10
|/
* TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-2/+2
* Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-1/+1
* Merge 8.7jan.nijtmans2022-10-271-2/+2
|\
| * 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
| | |/ / / /
* | | | | | Some more int -> size_t in internal APIjan.nijtmans2022-02-231-1/+5
* | | | | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge 8.7jan.nijtmans2019-09-141-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | |_|/ | |/| |
* | | | merge 8.7jan.nijtmans2018-06-261-1/+1
|\ \ \ \ | |/ / /
| * | | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we kn...jan.nijtmans2018-06-261-1/+1
* | | | OpenBSD now has AI_ADDRCONFIG.stu2018-01-171-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