summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
10 daysFix Clang 16 errors for invalid C99 constructs (-Wincompatible-pointer-types)HEADmasterEric Joldasov3-3/+3
2024-01-07Version 1.24 + static binary updates + get rid of copyright year1.24Yorhel43-55/+62
2023-08-11ADC: Split client info into AP/VE NFO paramsYorhel1-1/+1
2023-08-03Fix handling of ECONNABORTED in accept()Yorhel1-1/+1
2023-06-08Fix types in previous.Thomas Klausner1-2/+2
2023-06-08Add keybinding 'u' to sort unknown files first in file listings.Thomas Klausner2-2/+18
2023-01-22Fix empty function prototypesYorhel19-59/+59
2023-01-22Get rid of all VLAsYorhel4-24/+22
2022-09-27Version 1.23.1 + static binary updates1.23.1Yorhel4-12/+16
2022-09-14Fix buffer overflow on connections tab for incoming IPv6 connections in hands...Yorhel1-10/+2
2022-05-30Version + year bump1.23Yorhel40-40/+48
2022-05-30Update & fix static binary buildYorhel5-28/+29
2022-05-27Re-open GeoIP databases on SIGUSR1Yorhel1-2/+2
2022-03-25UI: Fix non-plural "file" when there is only 1 file in dl queueYorhel1-1/+1
2022-01-23Fix error message wrongly pointing to tls_priorityYorhel1-1/+1
2021-10-29uit_dl.c: Use mvaddstr() instead of mvprintw() for dynamic stringYorhel1-1/+1
2021-04-04Fix bug in glib 2.32 conversionThomas Klausner1-1/+1
2021-03-27Update READMEYorhel1-1/+1
2021-03-27Add "compile" to gitignoreYorhel1-0/+1
2021-03-27Bump minimum glib version to 2.32 and get rid of deprecation warningsYorhel8-78/+70
2021-03-27Drop support for libgcrypt and GnuTLS 2.xYorhel8-86/+23
2021-03-27Add tls_policy=force optionYorhel4-13/+40
2021-03-27NMDC: Add TLS to $SupportsYorhel1-1/+1
2021-03-02Fix spelling errorBoris Pek1-2/+2
2020-09-21hub.c: Don't use VLA in nmdc_search() to fix segfault on aarch64Yorhel1-1/+1
2020-06-10Static binary updatesYorhel1-12/+12
2019-06-03Version bump + Changelog update for 1.22.11.22.1Yorhel3-3/+6
2019-05-28cc.c: Fixup setting of cc->tokenYorhel1-1/+1
2019-05-27Static binary updates + add aarch64 + support musl.cc compilersYorhel3-15/+30
2019-05-27cc.c: Fix segfault on checking duplicate ADC connectionsYorhel1-10/+13
2019-04-30Version bump + Changelog update for 1.221.22Yorhel3-3/+9
2019-04-18Fix static buildYorhel5-28/+62
2019-04-16Allow multiple upload connections to one hub userDaniel Kamil Kozar3-16/+22
2019-04-15Allow using "b" and "B" key bindings in the connections tabDaniel Kamil Kozar2-2/+15
2019-04-15Display the protocol in the status bar.Denys Smirnov1-2/+4
2019-04-15Delay sending messages and setting handlers until the protocol is known.Denys Smirnov1-15/+27
2019-04-15Negotiate the protocol using ALPN (C-H only).Denys Smirnov3-9/+48
2019-04-15Make sure to use NCURSES_CFLAGS and include the right fileYorhel2-7/+3
2019-04-08Fix build against ncurses with separate libtinfoLars Wendler1-15/+5
2019-04-06Don't autorefresh while the file list is already being refreshed or hashedDaniel Kamil Kozar3-6/+7
2019-03-26Version bump + year bump + Changelog update for 1.211.21Yorhel42-41/+49
2019-03-26Website http -> httpsYorhel3-4/+4
2019-03-25Static binary updatesYorhel1-17/+15
2019-03-03Drop support for libgeoip, add support for libmaxminddbYorhel7-63/+61
2018-12-09Static binary updatesYorhel1-15/+15
2017-09-06doc: Create separate section for UI flagsYorhel1-22/+67
2017-09-06Mark queued files with Q and shared with S in search and file list tabsDaniel Kamil Kozar4-9/+44
2017-08-25Broadcast the number of currently available free slotsDaniel Kamil Kozar3-7/+40
2017-08-21Add a download_shared setting to disable downloading of already shared filesDaniel Kamil Kozar4-3/+21
2017-03-15Fix test equality operator portabilityYorhel1-1/+1