summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ip/httpd
AgeCommit message (Collapse)Author
2023-03-30ip/httpd: fix duplicate array entry (thanks khayyam@cock.li)Alex Musolino
2020-12-19libauth: change programs to use the new procsetuser() functioncinap_lenrek
2020-08-09ip/httpd: fix 'mk nuke'Ori Bernstein
2020-05-02make bind(2) error handling consistentcinap_lenrek
The mount() and bind() syscalls return -1 on error, and the mountid sequence number on success. The manpage states that the mountid sequence number is a positive integer, but the kernels implementation currently uses a unsigned 32-bit integer and does not guarantee that the mountid will not become negative. Most code just cares about the error, so test for the -1 error value only.
2018-10-20fix misleading/wrong fd checksBurnZeZ
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> ↵cinap_lenrek
intptr on amd64)
2015-08-25fix fuckupglenda
2015-08-25import E script from bell labsmischief
2015-05-20revert httpd log file goofmischief
2015-05-20ip/httpd: fix syslog filemischief
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-01-31httpd: fix rane requestscinap_lenrek
we gave wrong content-length in range requests. r->stop - r->start is wrong because r->stop is the byte offset of the *last* byte, not the *next* byte after the last.
2012-12-31fix utf and rune handling in preparation for 32bit runescinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen