summaryrefslogtreecommitdiff
path: root/src/uit_conn.c
AgeCommit message (Expand)AuthorFilesLines
12 daysFix Clang 16 errors for invalid C99 constructs (-Wincompatible-pointer-types)HEADmasterEric Joldasov1-1/+1
2024-01-07Version 1.24 + static binary updates + get rid of copyright year1.24Yorhel1-1/+1
2023-01-22Fix empty function prototypesYorhel1-2/+2
2022-09-14Fix buffer overflow on connections tab for incoming IPv6 connections in hands...Yorhel1-10/+2
2022-05-30Version + year bump1.23Yorhel1-1/+1
2019-04-15Allow using "b" and "B" key bindings in the connections tabDaniel Kamil Kozar1-0/+12
2019-03-26Version bump + year bump + Changelog update for 1.211.21Yorhel1-1/+1
2016-12-30Version & date bump + Changelog update for 1.201.20Yorhel1-1/+1
2014-02-11Copyright year bumpYorhel1-1/+1
2013-11-29uit_conn.c: fix identationTillmann Karras1-1/+1
2013-11-26Use automatic typedef for struct ui_cursor_tTillmann Karras1-1/+1
2013-11-26Move cursor to ui_textinput-specified positionTillmann Karras1-2/+2
2013-11-26Search user and file lists with '/'Tillmann Karras1-1/+1
2013-07-11ui: Move cursor to selected row in listingsYorhel1-1/+3
2013-02-04Copyright year bumpYorhel1-1/+1
2013-01-27Add support for passive (outgoing) IPv6 C-C connectionsYorhel1-4/+4
2012-05-20ui_listing: Add support for hiding rows + uit_conn: Add state filtersYorhel1-8/+63
2012-05-20Split the message tab into a separate file (uit_msg.c)Yorhel1-14/+2
2012-05-19Split the user list tab into a separate file (uit_userlist.c)Yorhel1-1/+1
2012-05-17Split the download queue tab into a separate file (uit_dl.c)Yorhel1-7/+2
2012-05-17Split the connections tab into a separate file (uit_conn.c)Yorhel1-0/+355