summaryrefslogtreecommitdiff
path: root/sys/src/cmd/webfs/http.c
AgeCommit message (Collapse)Author
2016-09-19webfs: aaand another one (should go to sleep)cinap_lenrek
2016-09-19webfs: fix mistake...cinap_lenrek
2016-09-19webfs: don't use cache connections when postingcinap_lenrek
we cannot retry posts and we do not know for sure if a post had any side effect when we got no status, so always make a new connection for a post request.
2016-08-15webfs: dont include http status in "needkey" error stringcinap_lenrek
2016-08-08webfs: avoid retry loops when we got a bad key in factotumcinap_lenrek
2016-08-08webfs: include factotum key query in error string for 401/407 Unauthorized ↵cinap_lenrek
status
2016-05-04webfs: fix "fd out of range" error messagecinap_lenrek
2016-04-18webfs: fix memory leak of serverName in tlswrap()cinap_lenrek
2016-04-15webfs: change %H (hostname) format to %N to not collide with encodefmt's %H ↵cinap_lenrek
(hex)
2016-02-08webfs: faster shutdown using postnote()cinap_lenrek
when the 9p end is closed, post a note to our private note group to shoot down http procs. this results in quicker release of namespace resources.
2015-05-21webfs: send servername in tls client hello (SNI)cinap_lenrek
2015-05-10webfs: fix proxy authenticationcinap_lenrek
2015-03-12webfs: simplify http basic auth code by using encodefmt()cinap_lenrek
2015-03-09webfs: implement CONNECT method for https connections over proxycinap_lenrek
when using a http proxy, establish secure tls connection to the other end with the CONNECT method so the proxy.
2013-11-24webfs: preserve unicode hostname, only convert to ascii when sending over ↵cinap_lenrek
the wire we'd like to keep Url.host in unicode for factotum key lookup. only when we send the url in a request, we have to convert it to ascii.
2013-11-24webfs: support for internationalized domain name urlscinap_lenrek
2013-09-14tls: fix various tlsClient()/tlsServer() related bugscinap_lenrek
- TLSconn structure on stack but not initialized (zeroed) - original filedescriptor double closed in error case - original filedescriptor leaked in success case - leaked TLSconn.sessionID and TLSconn.cert - clarify in pushtls(2) and pushssl(2)
2013-05-26add leading dot for explicit domain in webcookies, bump redirection limit to ↵cinap_lenrek
12 in webfs
2013-01-17webfs: handle multiple WWW-Authenticate headers, fix fmtstrinit() memory leakscinap_lenrek
2013-01-12webfs: preauth supportcinap_lenrek
2012-08-18webfs: capture error string from tlsClientcinap_lenrek
2012-07-19fix strchr \0 bugscinap_lenrek
2012-06-19webfs: fix google login 400 bad requestcinap_lenrek
2012-06-18mothra/webfs: multipart/form-data and file upload supportcinap_lenrek
2012-05-18webfs: nstrcpy paranoiacinap_lenrek
2012-05-16webfs: add global timeout parameter settable in rootctl and command linecinap_lenrek
2012-05-03webfs/httpc.: increase dial timeout to 10 seconds, response timeout to 20 ↵stanley lieber
seconds
2012-04-01webfs: keep up to 4 connections per peer in poolcinap_lenrek
2012-04-01webfs: fix auth memory leakcinap_lenrek
2012-03-30webfs: close idle connections after 5 secondscinap_lenrek
2012-01-11new webfs, rc based hgetcinap_lenrek
2011-09-05fix POST/303 redirection loopcinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen