summary refs log tree commit diff
path: root/ui.c (unfollow)
Commit message (Expand)Author
2021-06-25Move setting CLOEXEC on socket to ircConnectJune McEnroe
2021-06-25FreeBSD: Enter capabilities mode if restrictedJune McEnroe
2021-06-25Keep log directory open, use mkdirat(2) and openat(2)June McEnroe
2021-06-24Encourage packagers to patch in text macrosJune McEnroe
2021-06-24Stop at previous \ when expanding macrosJune McEnroe
2021-06-21Replace SIGWINCH XXX comment with better explanationJune McEnroe
2021-06-21Register SIGWINCH handler before TLS connectKlemens Nanni
2021-06-21Handle EINTR from connect(2) gracefullyKlemens Nanni
2021-06-21Use NS and CS server aliasesJune McEnroe
2021-06-21Open log files with CLOEXECJune McEnroe
2021-06-21Open save file with CLOEXECJune McEnroe
2021-06-20Use "secure" libtls ciphersKlemens Nanni
2021-06-20OpenBSD: Only unveil used directoriesKlemens Nanni
2021-06-20Handle "\1ACTION\1" empty actionsJune McEnroe
2021-06-20Don't match actions in noticesJune McEnroe
2021-06-20Handle TLS_WANNT_POLL{IN,OUT} from tls_handshake(3)June McEnroe
2021-06-18Add -m mode option to set user modesJune McEnroe
2021-06-17Handle 338 as whois replyJune McEnroe
2021-06-17Match window substrings case-sensitivelyJune McEnroe
2021-06-17Match windows by substring in /windowJune McEnroe
2021-06-17Clean up if restricted && logEnable, pipe creationJune McEnroe
2021-06-17Add mailing list archive to READMEJune McEnroe
2021-06-17chat.tmux.conf: Make window selection hotkeys match window numbersKlemens Nanni
2021-06-15Send PINGs when server is quiet and die if no responseJune McEnroe
2021-06-15OpenBSD: Simplify promise creation after seprintf() introductionKlemens Nanni
2021-06-14OpenBSD: pledge final promises earlierKlemens Nanni
2021-06-14Treat `-T's optional argument as optionalKlemens Nanni
2021-06-14Add \com text macroJune McEnroe
2021-06-13/exec without controlling terminalKlemens Nanni
2021-06-13Exit on data directory creation errorKlemens Nanni
2021-06-13OpenBSD: no need to read data files (logs)Klemens Nanni
2021-06-12Reset formatting after realname in setnameJune McEnroe
2021-06-11Fix unknown file signature errorJune McEnroe
2021-06-11Exclusively lock save fileJune McEnroe
2021-06-11Open save file with "a+"June McEnroe
2021-06-11OpenBSD: Drop now unneeded file system access for save fileKlemens Nanni
2021-06-11Open save file once in uiLoad() and keep it open until uiSave()Klemens Nanni
2021-06-11Rename file to saveFileKlemens Nanni
2021-06-11OpenBSD: Hoist loading save file to drop filesystem read-accessKlemens Nanni
2021-06-11Match gemini URLsJune McEnroe
2021-06-10Avoid trailing comma in whois channels listsJune McEnroe
2021-06-10Move unveilAll back into mainJune McEnroe
2021-06-10Only explicitly load the default CA file on OpenBSDJune McEnroe
2021-06-10OpenBSD: Drop now unneeded promise from initial pledgeKlemens Nanni
2021-06-10OpenBSD: Remove now obsolete unveil codeKlemens Nanni
2021-06-10Hoist loading default root certificates into ircConfig()Klemens Nanni
2021-06-09Avoid creating out-of-bounds pointer when checking for seprintf truncationMichael Forney
2021-06-09Remove catfJune McEnroe
2021-06-09Replace catf with seprintfJune McEnroe
2021-06-09Add seprintfJune McEnroe
mmit/Makefile?id=290c2a752fe2b338e6fd67f873bd80ff7e4665a2&follow=1'>Fix doc-related glitches in Makefile and .gitignoreLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli