summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set close-on-exec when opening filesHEADmasterAlan Coopersmith2023-03-283-3/+10
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith2023-03-041-2/+3
* libICE 1.1.1libICE-1.1.1Matt Turner2022-12-081-1/+1
* ICEmsg: Fix C++ interoperability error due to static_assert defineArsen Arsenović2022-12-041-1/+1
* libICE 1.1.0libICE-1.1.0Alan Coopersmith2022-12-031-2/+2
* configure: Use AC_SYS_LARGEFILE to enable large file supportAlan Coopersmith2022-11-231-0/+3
* ice.pc.in: "Libs.Private" should be "Libs.private"Alan Coopersmith2022-11-101-1/+1
* Avoid -Wdeclaration-after-statement warnings from static_assertAlan Coopersmith2022-11-021-2/+6
* Only link with libbsd if needed for arc4random_buf() or getentropy()Alan Coopersmith2022-10-271-2/+9
* Switch from libbsd to libbsd-overlayGuillem Jover2022-10-063-10/+7
* Handle arrays too large to fit in iceConn buffersAlan Coopersmith2022-09-144-17/+74
* ICEmsg.h: Add static asserts that message header length <= ICE_OUTBUFSIZEAlan Coopersmith2022-09-071-0/+9
* IceFlush: signal fatal I/O error if bufptr is past end of bufferAlan Coopersmith2022-09-071-0/+10
* Refactor Fatal I/O error handling into a common functionAlan Coopersmith2022-09-072-85/+48
* IceGetHeaderExtra: only include extra space in outbufptr if there's roomAlan Coopersmith2022-09-071-4/+5
* Only link to libbsd for arc4random_buf if it is not found in libcAlan Coopersmith2022-08-201-2/+3
* make sure buffer is zero filled and report if allocation failedwalter harms2022-08-201-1/+4
* add check for mallocwalter harms2022-08-201-0/+2
* connect.c: FIX 'iceConn' shadows a previous local, [-Wshadow]walter harms2022-04-301-17/+17
* ProcessAuthReply: rename status variable to avoid shadowingAlan Coopersmith2022-04-301-3/+3
* ConnectToPeer: be doubly sure that use-after-free doesn't happenAlan Coopersmith2022-04-301-0/+1
* configure: check for libbsd before libxtrans checks for strlcpyAlan Coopersmith2022-04-301-12/+9
* gitlab CI: add a basic build testAlan Coopersmith2022-04-301-0/+99
* Fix spelling/wording issuesAlan Coopersmith2022-04-3012-18/+18
* Build xz tarballs instead of bzip2Alan Coopersmith2022-04-301-1/+1
* ice.pc.in: add -lbsd flags when requiredDavid Callu2020-04-112-0/+9
* libICE 1.0.10libICE-1.0.10Alan Coopersmith2019-07-141-1/+1
* cleanup: Separate variable assignment and testOlivier Fourdan2019-04-111-2/+4
* _IceRead: Avoid possible use-after-freeOlivier Fourdan2019-04-101-1/+0
* IceListenForWellKnownConnections: Fix memleakOlivier Fourdan2019-04-101-0/+1
* IceWritePad: always use zero values for pad bytesAlan Coopersmith2019-03-241-10/+2
* IceOpenConnection: check for malloc failure on connect_to_you tooAlan Coopersmith2019-03-241-0/+9
* authutil: support $XDG_RUNTIME_DIR/ICEauthorityAllison Lortie2019-03-241-5/+13
* authutil: fix an out-of-bounds accessAllison Lortie2019-03-241-2/+2
* Always terminate strncpy results.Tobias Stoeckmann2019-03-104-41/+110
* iceauth.c: FIX warning: unused variable 'ret' in 'arc4random_buf'walter harms2019-03-031-1/+1
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-12-071-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-183-30/+25
* Remove obsolete B16 & B32 tags in struct definitionsAlan Coopersmith2018-11-102-17/+17
* make IceProtocolShutdown() more readablewalter harms2017-09-141-22/+14
* Drop NULL check prior to free()walter harms2017-09-144-73/+39
* Make sure string is never NULLEric Engestrom2017-09-071-2/+12
* Make sure error_message is a free-able stringEric Engestrom2017-09-071-2/+2
* Make sure errorStr is a free-able stringEric Engestrom2017-09-071-1/+1
* configure.ac: set TRANS_CLIENT/SERVEREmil Velikov2017-09-073-5/+3
* Kill off local ICE_t definitionsEmil Velikov2017-09-072-2/+1
* Remove unneeded ^L symbols.Emil Velikov2017-09-0715-71/+71
* Kill off Time_t macroEmil Velikov2017-09-072-4/+2
* Kill off Strstr macroEmil Velikov2017-09-071-3/+1
* Use getentropy() if arc4random_buf() is not availableBenjamin Tissoires2017-04-242-20/+47