index
:
dokuwiki
3waymerge
CRLFmail
HTTPClientAgent
actionRouterImprovements
addomainless-stable
appveyorfixing
conf-bcrypt
deployment
docker
editorjs-cleanup
em_fix
emptydirdefault
eventrenderer
extension-infosource
extensionevent
font
fs2851
gittoolQuietOption
globalErrorHandling
handlerpagectx
imagedispatch
jquery3
large-screens
lessnew
localdraft
logevent
logging
logunevent
mail
mail_headers
master
master2psr2
mediaFNrev
mediarefactor
menucontext
old-stable
oldmediaonrev
openapi
php7comptib
phpcsCI-failtest
phpunit9
pr-3115
proxystuff
psr2-plugin
rectordebug
remote-argumentcount
retrytests
reusableLocktimerJS
revdiffexternaledits
reverse-fallback-ns-linking
rmdir
scrutinizer-patch-1
searchIndex
searchIndex-collections
searchIndex-restructure
stable
testFix
testfixes
travis
travis-php80-debug
utf8fix
versionfixtool
wintest
The DokuWiki Open Source Wiki Engine
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
inc
/
HTTPClient.php
Commit message (
Expand
)
Author
Age
*
fix(HTTPClient): add handling for 204: No Content responses
Michael Große
2018-04-13
*
move class DokuHTTPClient behind HTTPClient
peterdd
2018-01-30
*
Remove insecure SSLv3 fallback, use TLS 1.2 if possible
Niklas Keller
2017-09-24
*
refactor: more extensible Content-Type header handling
Michael Große
2017-08-27
*
HTTPClient always set Content-Lenght with body. fixes #1782
Andreas Gohr
2017-01-18
*
URI scheme is only relevant for TLS if not proxy connection #1526
Andreas Gohr
2016-04-11
*
use SSL if scheme is https
Michael Grosse
2016-04-11
*
Pass URL query through SSL proxy
Marty Lee
2015-12-22
*
fixed HTTPS proxy tests, our tests now run on httpbin.org
Andreas Gohr
2015-03-18
*
give better error message in HTTPClient for failed crypto setup
Andreas Gohr
2015-03-18
*
seems we need to do SSL/TLS checks the other way round
Andreas Gohr
2014-12-12
*
set correct peer name when connecting through a SSL tunnel proxy
Andreas Gohr
2014-12-11
*
prefer TLS for SSL Tunnel connections #915
Andreas Gohr
2014-12-11
*
Many PHPDocs, some unused and dyn declared vars
Gerrit Uitslag
2014-10-01
*
scrutinizer documentations issues
Gerrit Uitslag
2014-09-29
*
HTTPClient don't omit headers with value 0
Andreas Gohr
2014-07-28
*
allow for easier HTTPClient debugging
Andreas Gohr
2014-07-04
*
removed some unused lines in HTTPClient
Andreas Gohr
2014-05-25
*
fixed parameter type
Andreas Gohr
2014-05-19
*
Fix https proxy authentication, the header was missing a colon so that
Alex
2014-04-29
*
fixed proxy authentication in SSL tunneling
Andreas Gohr
2014-02-23
*
make HTTPclient check for SSL support
Andreas Gohr
2014-02-13
*
HTTPClient: correctly abort a proxy connection
Andreas Gohr
2014-02-11
*
fix proxy CONNECT where HTTP 1.1 answer is given
Andreas Gohr
2013-10-20
*
HTTPClient don't pull too much bytes when no content-length is given
Andreas Gohr
2013-08-02
*
use http_build_query() in HTTPClient
Andreas Gohr
2013-08-01
*
HTTPClient: Implement handling of two-dimensional data arrays
Michael Hamann
2013-08-01
*
don't send empty cookie header
Andreas Gohr
2013-03-24
*
stream select parameters need to be reset for each call
Andreas Gohr
2013-03-24
*
HTTPclient: print number of received bytes on error
Andreas Gohr
2013-02-16
*
HTTPClient: updated function comments
Andreas Gohr
2013-02-16
*
HTTPClient: fixed max_bodysize when using keep-alive
Andreas Gohr
2013-02-16
*
better HTTPClient debug output on CLI
Andreas Gohr
2013-02-16
*
Merge branch 'master' into proxyconnect
Andreas Gohr
2012-11-08
|
\
|
*
fix regression bug in HTTPClient FS#2621
Andreas Gohr
2012-11-06
*
|
support CONNECT for tunneling SSL via HTTP proxies FS#2431
Andreas Gohr
2012-07-28
|
/
*
Avoid timeout when content-length is 0
Tom N Harris
2012-06-27
*
Limit size of reads when max_bodysize is set or content-length is present
Tom N Harris
2012-06-27
*
Skip over chunk extensions that nobody uses because RFC2616 says so
Tom N Harris
2012-06-20
*
HTTPClient will read up to max_bodysize if it can
Tom N Harris
2012-06-20
*
Validate the size of a chunk before reading from the socket
Tom N Harris
2012-06-20
*
Efficiently wait on sockets
Tom N Harris
2012-06-20
*
HTTP headers are already parsed, there is no need for regexp
Tom N Harris
2012-06-19
*
Utility function for writing to a socket
Tom N Harris
2012-06-19
*
Utility functions for reading from a socket.
Tom N Harris
2012-06-18
*
Raise an exception on socket errors.
Tom N Harris
2012-06-18
*
Correct handling of chunked transfer encoding. (FS#2535)
Tom N Harris
2012-06-18
*
Avoid strict warnings about unset array keys.
Tom N Harris
2012-06-18
*
Reference static variable through 'self::' as you're supposed to.
Tom N Harris
2012-06-18
*
Fixed call to new constructor name
Tim Roes
2012-03-18
[next]