summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* TIP #468: Support Passing TCP listen Backlog Size Option to TCP Socket Creationjan.nijtmans2022-10-271-1/+5
|\
| * rebase to 8.7. Add documentationjan.nijtmans2022-10-131-1/+5
| |\
| | * Merge 8.7jan.nijtmans2019-12-037-48/+43
| | |\
| | * \ Merge 8.7jan.nijtmans2019-11-1723-850/+1160
| | |\ \
| | * \ \ Merge tip-468 branchjan.nijtmans2018-10-2827-2674/+4952
| | |\ \ \
| | | * \ \ Merge 8.7jan.nijtmans2018-10-2827-2674/+4952
| | | |\ \ \
| | * | \ \ \ Merge "tip-468" branch. Add new function Tcl_OpenTcpClientEx() with same chan...jan.nijtmans2017-04-106-125/+182
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | merge (minor style issues from) trunkjan.nijtmans2017-04-101-115/+161
| | | |\ \ \ \
| | | * | | | | TIP 468 implementation from Shannon Noe.dkf2017-04-091-1/+5
| | * | | | | | Further experimental follow-up: Add internal function TclOpenTcpClientEx(), a...jan.nijtmans2017-01-101-9/+20
| | * | | | | | Experimental follow-up: Change internal TclCreateSocketAddress() signature, f...jan.nijtmans2017-01-101-3/+7
* | | | | | | | TIP #646: Change -eofchar handling (Tcl 8.7 part)jan.nijtmans2022-10-262-3/+3
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-10-231-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add support for macOS Venturajan.nijtmans2022-10-231-2/+2
* | | | | | | | | Prevent warning: tclUnixSock.c:1079:19: warning: unused variable 'size' [-Wun...jan.nijtmans2022-10-161-4/+8
| |/ / / / / / / |/| | | | | | |
* | | | | | | | TIP #344 bugfix: on some platforms, <netinet/tcp.h> needs <stdint.h> to be in...jan.nijtmans2022-10-121-1/+1
* | | | | | | | Adapt implementation to TIP: -nagle -> -nodelay (and invert some logic)jan.nijtmans2022-09-261-7/+5
* | | | | | | | rebase to latest 8.7jan.nijtmans2022-09-221-5/+130
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-081-10/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-071-4/+4
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | TIP #344 implementationjan.nijtmans2022-09-031-7/+132
* | | | | | | | | | | Merge 8.7jan.nijtmans2022-09-081-10/+3
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Combine flags and testFlags in TcpState. That should unbreak socket testcase ...jan.nijtmans2022-09-081-10/+3
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge 8.7jan.nijtmans2022-09-071-6/+6
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge 8.6jan.nijtmans2022-09-071-4/+4
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | code cleanup (backported from 8.7)jan.nijtmans2022-09-071-39/+39
| * | | | | | | | | Merge 8.6. Primarily ticket [55a02f20ec]apnadkarni2022-09-051-2/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | / / / / / / / | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | typo'sjan.nijtmans2022-09-031-2/+2
* | | | | | | | | Move ArithSeries code to its own files. More bug fixes.griffin2022-08-281-3/+8
|/ / / / / / / /
* | | | | | | | TIP #630 implementation: TclOO commands > 2^31jan.nijtmans2022-08-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | TclOO version -> 1.3.0jan.nijtmans2022-07-011-1/+1
* | | | | | | | | Merge 8.6jan.nijtmans2022-07-221-2/+2
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | tcltest 2.5.4 -> 2.5.5jan.nijtmans2022-07-221-2/+2
* | | | | | | | | Make sure that tclAppInit.c is never built with -DUSE_TCL_STUBS, so we don't ...jan.nijtmans2022-07-192-11/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Updste stdlib.h (add missing functions). Restructure tclAppInit.cjan.nijtmans2022-07-181-4/+6
| * | | | | | | | | Only use -DBUILD_tcl for shared/static libraryjan.nijtmans2022-07-181-5/+5
| * | | | | | | | | Merge 8.7jan.nijtmans2022-07-1743-6045/+7166
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | tclAppInit.c should be built without BUILD_tcl/USE_TCL_STUBS always. All buil...jan.nijtmans2019-10-241-5/+6
* | | | | | | | | | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-1912-77/+75
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge 8.6jan.nijtmans2022-06-281-3/+3
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | typo'sjan.nijtmans2022-06-281-3/+3
* | | | | | | | | Merge 8.6jan.nijtmans2022-06-201-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | bump http version to 2.9.8jan.nijtmans2022-06-201-2/+2
* | | | | | | | | Backport unix/dltest/*.c changes from 9.0jan.nijtmans2022-06-136-13/+13
* | | | | | | | | Eliminate compiler warningsjan.nijtmans2022-06-122-0/+7
* | | | | | | | | Use pkgb_demo to test function Tcl_UtfNcmp()jan.nijtmans2022-06-121-1/+12
* | | | | | | | | Tcl_GetEncodingSearchPath() is available since Tcl 8.5jan.nijtmans2022-06-101-13/+1
* | | | | | | | | Merge 8.6. Eliminate some (long) typecastsjan.nijtmans2022-06-022-6/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
* | | | | | | | | Function prototypes are not always needed/usefuljan.nijtmans2022-05-295-48/+0
* | | | | | | | | Merge 8.6jan.nijtmans2022-05-101-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /