summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bugfixes. Details in ticket 46b6edad51.kjnash2018-03-302-134/+241
* Adapt tests/httpPipeline.test for test without installation. Comment out som...kjnash2018-03-292-5/+5
* Implement queuing and pipelining for HTTP requests over a persistent connection.kjnash2018-03-275-50/+3356
* Adapt fconfigure -translation for two-way pipelined operation.kjnash2018-03-271-6/+19
* Define variable tk used in Log calls for testing.kjnash2018-03-271-0/+7
* First step for implementing concurrent requests using the same connection. De...kjnash2018-03-271-0/+68
* Revise tests/http11.test for use with commits from 78b23edb6b onwards. Adjus...kjnash2018-03-271-4/+1
* BUGFIX. Send "Connection: keep-alive" even if HTTP/1.1. Some servers (includi...kjnash2018-03-271-1/+3
* New http::config option -zip to control whether to send an "Accept-Encoding" ...kjnash2018-03-271-1/+5
* Workaround for bug with https and unchunked response. A [read] does not deli...kjnash2018-03-271-1/+17
* Changes to response handling in Finish, Eot and Event. Carefully distinguish ...kjnash2018-03-271-9/+104
* Add "array unset socketMapping" in http::init. The sockets are closed and the...kjnash2018-03-271-1/+2
* Tidying - add empty else clauses, omit :: at start of command name http::Clos...kjnash2018-03-271-5/+13
* Update some Log calls, mainly to specify token.kjnash2018-03-271-12/+18
* Update some comments and a Log.kjnash2018-03-271-17/+26
* Rename some variables and commands. Details in ticket 46b6edad51.kjnash2018-03-271-43/+57
* Add parentheses to some "if" tests; transform one test without changing its o...kjnash2018-03-271-16/+27
* Give all procs an explicit return, except where commented as "Implicit Return".kjnash2018-03-271-1/+15
* Adjust to 80 columns except one 82-column line which would be less intelligible.kjnash2018-03-271-8/+13
* Adjust whitespace to Tcl 8+4 tab convention.kjnash2018-03-271-50/+50
* Create new branch named "bug-46b6edad51-concurrent-http"kjnash2018-03-270-0/+0
* merge 8.6; update changesdgp2017-12-193-1/+13
|\
| * [586e71dce4] Exeception handling at level #0 by EvalObjvdgp2017-12-192-1/+11
* | update changesdgp2017-12-191-1/+3
* | merge 8.6dgp2017-12-182-4/+3
|\ \ | |/
| * (cherry-pick): Added assoc, ftype and move as auto_execok shell built-ins on ...jan.nijtmans2017-12-181-2/+2
| * Add win/rules-ext.vc and win/targets.vc to "make dist". Reported by Paul Over...jan.nijtmans2017-12-181-2/+1
* | merge 8.6dgp2017-12-147-820/+1848
|\ \ | |/
| * Updated nmake system to make use of the new nmakehlp -L option forapnadkarni2017-12-133-25/+72
| * Add -L option to nmakehlp to locate directoriesapnadkarni2017-12-121-1/+100
| * Allow standard targets to be selectively disabled.apnadkarni2017-12-112-2/+48
| * Undo latest change to tcl.rc, since the autoconf-based windows build doesn't ...jan.nijtmans2017-12-091-1/+19
| * Merge TIP 477 implementationapnadkarni2017-12-087-837/+1655
| |\
| | * Use PRJ_PACKAGE_TCLNAME instead of PROJECT when generating TEA based pkgindexapnadkarni2017-12-051-2/+4
| | * Added back nothreads option.apnadkarni2017-11-171-2/+6
| | * Fix ignore-glob versioned setting (something went wrong in previous merge). A...jan.nijtmans2017-11-175-161/+166
| | * merge core-8-6-branchjan.nijtmans2017-11-1797-836/+1302
| | |\
| | * | Check for existence of targets.vc, not rules.vc to determine nmake support dir.apnadkarni2017-11-171-5/+6
| | * | Add PRJ_PACKAGE_TCLNAME and other minor changes.apnadkarni2017-11-171-8/+15
| | * | Loosen restriction on where rules-ext.vc file is located.apnadkarni2017-11-152-12/+45
| | * | Include PKGNAMEFLAGS in stubscflags as some extension stubs use itapnadkarni2017-11-151-1/+1
| | * | Added default-install-stubs target.apnadkarni2017-11-152-10/+19
| | * | Fix inclusion of custom resource files to match TIP specapnadkarni2017-11-072-10/+13
| | * | Minor editsapnadkarni2017-10-282-5/+2
| | * | Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comm...apnadkarni2017-10-264-50/+110
| | * | Updated comments.apnadkarni2017-10-251-114/+20
| | * | Eliminate loimpact and tclalloc options.apnadkarni2017-10-231-13/+2
| | * | Fully qualify OUT_DIR and TMP_DIR paths so that the test target canapnadkarni2017-10-212-9/+22
| | * | Added test and shell targets.apnadkarni2017-10-203-13/+52
| | * | Update RCFILE to PRJ_RCFILE.apnadkarni2017-10-181-1/+1