Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-07 | format pointer subtraction results with %zd instead of %ld (for long -> ↵ | cinap_lenrek | |
intptr on amd64) | |||
2015-05-21 | webfs: send servername in tls client hello (SNI) | cinap_lenrek | |
2015-05-10 | webfs: fix proxy authentication | cinap_lenrek | |
2015-03-14 | webfs: do not send credentials in automatic referer url | cinap_lenrek | |
2015-03-12 | webfs: simplify http basic auth code by using encodefmt() | cinap_lenrek | |
2015-03-09 | webfs: implement CONNECT method for https connections over proxy | cinap_lenrek | |
when using a http proxy, establish secure tls connection to the other end with the CONNECT method so the proxy. | |||
2015-02-23 | webfs: check $httpproxy and error when its bogus | cinap_lenrek | |
the httpproxy environment variable needs to be a url as stated in the manpage, so give an error when it isnt. | |||
2014-06-04 | webfs: explicitely unmount old /mnt/web (thanks BurnZeZ) | cinap_lenrek | |
webfs forks the namespace to isolate itself from its mount point which has the side effect that it captures the mount of previous instances of webfs mounted on /mnt/web. explicitely unmount the mountpoint in our namespace copy to drop the reference. | |||
2014-05-09 | webfs: use mozilla compatible user agent as default | cinap_lenrek | |
sites like google return the wrong characterset when they do not recognize the user-agent. so setting default user agent to something thats likely to pass these idiotic browser tests. | |||
2014-04-03 | webfs: do not unescape escape | cinap_lenrek | |
2014-02-14 | webfs: fix compiler warning | cinap_lenrek | |
2013-11-24 | webfs: 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-24 | webfs: support for internationalized domain name urls | cinap_lenrek | |
2013-09-14 | tls: fix various tlsClient()/tlsServer() related bugs | cinap_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-09-03 | webfs: add exits(0) to main() | cinap_lenrek | |
2013-05-26 | add leading dot for explicit domain in webcookies, bump redirection limit to ↵ | cinap_lenrek | |
12 in webfs | |||
2013-01-17 | webfs: handle multiple WWW-Authenticate headers, fix fmtstrinit() memory leaks | cinap_lenrek | |
2013-01-12 | webfs: preauth support | cinap_lenrek | |
2012-08-18 | webfs: capture error string from tlsClient | cinap_lenrek | |
2012-07-19 | fix strchr \0 bugs | cinap_lenrek | |
2012-06-28 | webfs: fix mistake | cinap_lenrek | |
2012-06-28 | webfs: send Accept headers | cinap_lenrek | |
2012-06-19 | webfs: fix google login 400 bad request | cinap_lenrek | |
2012-06-18 | mothra/webfs: multipart/form-data and file upload support | cinap_lenrek | |
2012-05-18 | webfs: nstrcpy paranoia | cinap_lenrek | |
2012-05-16 | webfs: add global timeout parameter settable in rootctl and command line | cinap_lenrek | |
2012-05-03 | webfs/httpc.: increase dial timeout to 10 seconds, response timeout to 20 ↵ | stanley lieber | |
seconds | |||
2012-04-03 | webfs: make up fake spoof referer | cinap_lenrek | |
2012-04-01 | webfs: keep up to 4 connections per peer in pool | cinap_lenrek | |
2012-04-01 | webfs: fix auth memory leak | cinap_lenrek | |
2012-03-30 | webfs: close idle connections after 5 seconds | cinap_lenrek | |
2012-03-26 | webfs: don't fold empty path segments in url | cinap_lenrek | |
2012-03-25 | webfs: useragent ctl message for /mnt/web/ctl | cinap_lenrek | |
2012-02-10 | webfs: hjdicks | cinap_lenrek | |
2012-01-28 | webfs: fix broken handling of + character in urls | cinap_lenrek | |
2012-01-12 | fix wrong use of qid.type == QTDIR comparsion | cinap_lenrek | |
2012-01-11 | new webfs, rc based hget | cinap_lenrek | |
2011-11-19 | webfs: leave ; and / in url-query alone, add space + subsitution | cinap_lenrek | |
2011-11-17 | webfs: cookie expiration | cinap_lenrek | |
2011-11-17 | webfs: truncate cookie file when rewriting | cinap_lenrek | |
2011-11-16 | webfs: cookie expire debug | cinap_lenrek | |
2011-11-16 | webfs: arg... | cinap_lenrek | |
2011-11-16 | webfs: more leaks | cinap_lenrek | |
2011-11-16 | webfs: fix cookie path bug, more memory leaks | cinap_lenrek | |
2011-11-16 | webfs: fix redirection mem/fd leak | cinap_lenrek | |
2011-10-24 | webfs: harmless bug, clear baseurl | cinap_lenrek | |
2011-10-24 | webfs: fix url escaping so it works with torrent | cinap_lenrek | |
2011-10-13 | webfs: fix url fragment bug, preserve fragment on redirect | cinap_lenrek | |
2011-10-10 | mothra: fix unicode buffer overflow and spurious select crash, webfs: dont ↵ | cinap_lenrek | |
rewrite relative url | |||
2011-10-06 | webfs: forgot to commit fns.h | cinap_lenrek | |