summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-12-011-4/+2
|\
| * Backport TIP #402: General Platform UNC Support from 8.7, but only for Cygwin...jan.nijtmans2022-12-011-3/+2
| * Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com...jan.nijtmans2022-11-298-11/+11
| * Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not us...jan.nijtmans2022-11-231-12/+18
| * Re-generate configure scripts (with correct autoconf version)jan.nijtmans2022-11-231-0/+1
| * merge 8.6dgp2022-10-281-1/+1
| |\
| * \ merge 8.6dgp2022-10-273-5/+6
| |\ \
| * \ \ merge 8.6dgp2022-09-071-41/+41
| |\ \ \
| * \ \ \ merge 8.6dgp2022-07-251-2/+2
| |\ \ \ \
| * \ \ \ \ merge 8.6dgp2022-07-122-5/+5
| |\ \ \ \ \
| * | | | | | Bump to 8.6.13 for releasedgp2022-06-063-4/+3
* | | | | | | Fix gcc warning, seen on Ubuntu with select notifierjan.nijtmans2022-11-241-1/+4
* | | | | | | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-203-5/+5
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
* | | | | | | http 2.10a4 -> 2.10b1, for upcoming releasejan.nijtmans2022-11-161-2/+2
* | | | | | | Add mp_pack to the libtommath stub-table: it's easier to work with than mp_to...jan.nijtmans2022-11-151-3/+9
* | | | | | | Deprecate TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-071-25/+2
* | | | | | | merge 8.6dgp2022-10-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | The file $(builddir)/tclUuid.h is not part of the source code distribution.dgp2022-10-281-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | www.tcl-tk.org -> www.tcl-lang.orgjan.nijtmans2022-10-262-3/+4
* | | | | | 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