]> git.lizzy.rs Git - plan9front.git/history - sys/src/cmd/webfs
ip/tftpd: use procsetuser() instead of writing #c/user
[plan9front.git] / sys / src / cmd / webfs /
2019-04-01 Alex Musolinomerge
2019-03-22 cinap_lenrekwebfs: bracket literal ipv6 host in "Host:" header
2019-02-25 cinap_lenrekwebfs: properly handle %.*s in url path and debug prints
2018-12-01 cinap_lenrekwebfs: write headers individually so they are not limit...
2018-09-26 cinap_lenreklibc: return number of bytes produced for idn2utf(...
2018-09-25 cinap_lenrekmerge
2018-09-25 cinap_lenrekwebfs: remove idn.c
2018-09-25 cinap_lenrekwebfs: fix memory leak in Nfmt(), use libc's new idn...
2018-09-18 mischiefwebfs: remove automatic Referer header
2018-06-24 cinap_lenrekmerge
2018-06-24 cinap_lenrekwebfs: don't handle unknown status codes as continuatio...
2018-01-31 cinap_lenrekwebfs(4): document -d and -D flags
2016-09-19 cinap_lenrekmerge
2016-09-19 cinap_lenrekwebfs: aaand another one (should go to sleep)
2016-09-19 cinap_lenrekmerge
2016-09-19 cinap_lenrekmerge
2016-09-19 cinap_lenrekwebfs: fix mistake...
2016-09-19 cinap_lenrekwebfs: don't use cache connections when posting
2016-08-15 cinap_lenrekwebfs: dont include http status in "needkey" error...
2016-08-08 cinap_lenrekwebfs: avoid retry loops when we got a bad key in factotum
2016-08-08 cinap_lenrekwebfs: include factotum key query in error string for...
2016-06-04 cinap_lenrekwebfs: less aggressive url normalization; never unescap...
2016-05-04 cinap_lenrekwebfs: fix "fd out of range" error message
2016-04-18 cinap_lenrekwebfs: fix memory leak of serverName in tlswrap()
2016-04-15 cinap_lenrekwebfs: change %H (hostname) format to %N to not collide...
2016-02-08 cinap_lenrekwebfs: faster shutdown using postnote()
2016-01-07 cinap_lenrekformat pointer subtraction results with %zd instead...
2015-05-21 cinap_lenrekwebfs: send servername in tls client hello (SNI)
2015-05-10 cinap_lenrekwebfs: fix proxy authentication
2015-03-14 cinap_lenrekwebfs: do not send credentials in automatic referer url
2015-03-12 cinap_lenrekwebfs: simplify http basic auth code by using encodefmt()
2015-03-09 cinap_lenrekwebfs: implement CONNECT method for https connections...
2015-02-23 cinap_lenrekwebfs: check $httpproxy and error when its bogus
2014-06-04 cinap_lenrekwebfs: explicitely unmount old /mnt/web (thanks BurnZeZ)
2014-05-09 cinap_lenrekwebfs: use mozilla compatible user agent as default
2014-04-03 cinap_lenrekmerge
2014-04-03 cinap_lenrekwebfs: do not unescape escape
2014-02-14 cinap_lenrekwebfs: fix compiler warning
2013-11-24 cinap_lenrekwebfs: preserve unicode hostname, only convert to ascii...
2013-11-24 cinap_lenrekwebfs: support for internationalized domain name urls
2013-09-14 cinap_lenrektls: fix various tlsClient()/tlsServer() related bugs
2013-09-03 cinap_lenrekwebfs: add exits(0) to main()
2013-05-26 cinap_lenrekmerge
2013-05-26 cinap_lenrekadd leading dot for explicit domain in webcookies,...
2013-01-17 cinap_lenrekwebfs: handle multiple WWW-Authenticate headers, fix...
2013-01-11 cinap_lenrekwebfs: preauth support
2012-08-18 cinap_lenrekwebfs: capture error string from tlsClient
2012-07-19 cinap_lenrekfix strchr \0 bugs
2012-06-28 cinap_lenrekwebfs: fix mistake
2012-06-28 cinap_lenrekwebfs: send Accept headers
2012-06-19 cinap_lenrekwebfs: fix google login 400 bad request
2012-06-18 cinap_lenrekmothra/webfs: multipart/form-data and file upload support
2012-05-18 cinap_lenrekwebfs: nstrcpy paranoia
2012-05-16 cinap_lenrekwebfs: add global timeout parameter settable in rootctl...
2012-05-03 stanley lieberwebfs/httpc.: increase dial timeout to 10 seconds,...
2012-04-03 cinap_lenrekwebfs: make up fake spoof referer
2012-04-01 cinap_lenrekwebfs: keep up to 4 connections per peer in pool
2012-03-31 cinap_lenrekwebfs: fix auth memory leak
2012-03-30 cinap_lenrekwebfs: close idle connections after 5 seconds
2012-03-26 cinap_lenrekwebfs: don't fold empty path segments in url
2012-03-25 cinap_lenrekwebfs: useragent ctl message for /mnt/web/ctl
2012-02-10 cinap_lenrekwebfs: hjdicks
2012-01-28 cinap_lenrekwebfs: fix broken handling of + character in urls
2012-01-12 cinap_lenrekfix wrong use of qid.type == QTDIR comparsion
2012-01-11 cinap_lenreknew webfs, rc based hget
2011-11-19 cinap_lenrekwebfs: leave ; and / in url-query alone, add space...
2011-11-17 cinap_lenrekwebfs: cookie expiration
2011-11-17 cinap_lenrekwebfs: truncate cookie file when rewriting
2011-11-16 cinap_lenrekwebfs: cookie expire debug
2011-11-16 cinap_lenrekwebfs: arg...
2011-11-16 cinap_lenrekwebfs: more leaks
2011-11-16 cinap_lenrekwebfs: fix cookie path bug, more memory leaks
2011-11-16 cinap_lenrekwebfs: fix redirection mem/fd leak
2011-10-24 cinap_lenrekwebfs: harmless bug, clear baseurl
2011-10-24 cinap_lenrekwebfs: fix url escaping so it works with torrent
2011-10-13 cinap_lenrekwebfs: fix url fragment bug, preserve fragment on redirect
2011-10-10 cinap_lenrekmothra: fix unicode buffer overflow and spurious select...
2011-10-06 cinap_lenrekwebfs: forgot to commit fns.h
2011-10-06 cinap_lenrekwebfs: do url escaping/unescaping
2011-09-23 cinap_lenrekmerge
2011-09-23 cinap_lenrekwebfs: fix cookie truncation bug, makes ebay work
2011-09-05 cinap_lenrekfix POST/303 redirection loop
2011-09-05 cinap_lenrekwebfs: fix broken baseurl handling
2011-08-22 cinap_lenrekfix iointerrupt use
2011-03-30 Taru KarttunenImport sources from 2011-03-30 iso image - lib
2011-03-30 Taru KarttunenImport sources from 2011-03-30 iso image