Remove all optional compile flags from dtwm that are not referenced anywhere, and...
[oweals/cde.git] / cde / lib / tt /
2019-10-16 wmoxam'notdef' means it's not used, so we remove it
2019-09-12 Jon TrulsonMerge /u/jrubio/cdesktopenv/ branch implicit-int into...
2019-09-12 Jon TrulsonMerge /u/jrubio/cdesktopenv/ branch pointer-compare...
2019-09-12 Jon TrulsonMerge /u/jrubio/cdesktopenv/ branch linux_aarch64 into...
2019-09-12 Jon TrulsonMerge /u/jrubio/cdesktopenv/ branch dtksh_include_sys_s...
2019-09-11 Jon Trulsonisfname.c: remove register keyword
2018-11-04 Jon TrulsonMerge branch 'master' into cde-next
2018-09-30 chaseremove ultrix support
2018-09-22 Jon TrulsonMerge branch 'master' into cde-next
2018-09-20 Jon TrulsonChange version to 2.3.0a (devel)
2018-08-25 chaseRemove old windows support
2018-07-06 Jon TrulsonMerge branch 'master' into cde-next
2018-07-06 Jon TrulsonStable release: 2.3.0 2.3.0
2018-07-05 Jon TrulsonMerge branch 'master' into update-with-master
2018-07-02 Jon Trulsonslib/mp_rpc_server: TIRPC: force a listen() call on...
2018-07-01 Jon Trulsontt/mini_isam: add new isam_prototypes.h include file...
2018-07-01 Jon Trulsontt/mini_isam: remove all ancient sccsid blocks
2018-07-01 Jon Trulsontt/mini_isam: use proper include, get rid of ultrix...
2018-06-28 Jon TrulsonMerge branch 'master' into cde-next
2018-06-28 Jon Trulsonlib/tt/mini_isam: remove register keyword
2018-06-28 Jon Trulsontt/bin: remove register keyword
2018-06-28 Jon Trulsontt/lib: remove register keyword
2018-06-28 Peter Howkinslibtt: Change to ANSI function definitions
2018-06-24 Jon TrulsonMerge branch 'master' into cde-next
2018-06-20 Jon Trulsonlibtt: if local hostname lookup fails, default to localhost
2018-06-15 Jon TrulsonFreeBSD 11: Fix clang (v6) builds
2018-06-08 Jon Trulsoncde: change version to 2.2.4a, for a development release 2.2.4a
2018-06-01 Ulrich WilkensFix warnings on FreeBSD
2018-05-31 Ulrich WilkensFix BSD and Sun problems after coverity fixes
2018-05-25 Jon Trulsontt_xdr_utils: fix up some warnings
2018-05-25 Jon Trulsontt_old_db: use TT_DB_OK instead of NULL
2018-05-25 chaseUse POSIX macros for linux
2018-05-24 chaseremove OSF1 support
2018-05-20 chaseRemove Unixware and openserver support
2018-05-16 chaseRemove UXPDS support
2018-04-28 Peter HowkinsMerge branch 'cde-fixups-1' of ssh://git.code.sf.net...
2018-04-28 chaseLast of the spelling fixed
2018-04-28 chaseFix typo in license headers
2018-04-23 Peter Howkinslibtt: Fixes for Coverity fixes that I thought I'd...
2018-04-23 Peter HowkinsMerge branch 'cde-fixups-1' of ssh://git.code.sf.net...
2018-04-22 chaseFix various spelling errors
2018-04-20 Peter Howkinslibtt: Further coverity fixes
2018-04-18 Peter Howkinslibtt: Coverity fixes related to uninitialised fields...
2018-04-14 Peter Howkinsvarious: You cannot use the destination of snprintf...
2018-04-13 Peter Howkinslibtt: More coverity fixes
2018-04-13 Jon TrulsonEnable TIRPC support for Linux
2018-04-11 Peter Howkinslibtt: resolve coverity issues related to double close()
2018-04-11 Peter Howkinslibtt: Resolve coverity warnings
2018-04-01 Jon Trulsonlibtt/isrepair.c: coverity CID 86705; uninit ptr read
2018-04-01 Jon Trulsonlibtt/tt_file_system.C: coverity CID 86024; array vs...
2018-04-01 Jon Trulsonlibtt/process.c: coverity CID 87051; use after free
2018-04-01 Jon Trulsonlibtt/db_server_svc.C: coverity CID 87060; string overflow
2018-03-28 Peter Howkinslibtt: Resolve some compiler warnings
2017-07-29 alxlibtt: pass proper flags to getfsstat, log error messag...
2016-12-31 alxttsession: don't segfault if host name isn't properly set
2016-06-19 Jon Trulsonrelease: update version to 2.2.4, update HISTORY 2.2.4
2015-12-18 Jon Trulsonttcp: fix missing arg to fprintf
2015-05-09 Jon Trulsoncde: change revision to 2.2.3
2014-12-30 Matthew Howkinslibtt: Change to standard function prototypes in ttauth...
2014-12-30 Matthew Howkinslibtt: Fix some uninitialized variables detected by...
2014-12-26 Jon Trulsontt/mini_isam: Coverity (memory corruption, moderate)
2014-12-26 Jon Trulsontt/mini_isam: Coverity (memory corruption, moderate)
2014-12-26 Jon Trulsonttsession: Coverity (memory corruption, moderate)
2014-12-26 Jon Trulsonttauth: Coverity (memory corruption, moderate)
2014-12-26 Jon Trulsonttauth: Coverity (memory corruption)
2014-12-23 Matthew Howkinslibtt: Fix 'Missing return statement' errors detected...
2014-10-28 Ulrich WilkensOpenIndiana and Solaris port
2014-09-23 Ulrich WilkensResolve many build warnings
2014-07-27 Ulrich WilkensFreeBSD 10 clang port
2014-07-23 Jon TrulsonVersion change to 2.2.2
2014-03-25 Jon Trulsoncleanup: eliminate missing sentinel warnings
2014-03-22 Jon Trulsontt_xdr_utils.h: fix build error on linux/bsd introduced...
2014-03-22 Peter Tribbleinitial illumos port
2014-03-10 Jon Trulsonmp_rpc_server.C: limit iteration of svc_fdset to FD_SET...
2014-03-01 Jon TrulsonVersion change to 2.2.1 2.2.1
2013-05-18 Jon TrulsonMerge branch 'master' into multi-monitor
2013-05-17 Jon TrulsonTT RPC server: Don't search 538 million transients...
2012-11-25 Jon TrulsonRevert "Older Linux installations do not have svcfd_cre...
2012-10-03 Jelle HermsenChanged a couple of ifdefs for __FreeBSD__ to CSRG_BASE...
2012-09-29 Jelle HermsenTeach ToolTalk config about NetBSD and adds HAS_STATVFS...
2012-09-28 James WoodcockOlder Linux installations do not have svcfd_create().
2012-09-28 James WoodcockUse RPC_ANYSOCK instead of the magic number -1.
2012-09-27 Marcin CieslakUse typedef XDR from <rpc/xdr.h>
2012-08-26 Peter Howkinslibtt: Resolve all remaining format-security warnings.
2012-08-26 Peter Howkinslibtt: Warning prevention
2012-08-22 Peter Howkinslibtt: resolve implicit delaration of free() and exit...
2012-08-15 Peter HowkinsMerge branch 'master' of https://git.code.sf.net/p...
2012-08-15 Frederic Koehlermp_session: Always use global displayname
2012-08-15 Marcin Cieslakconst char maze: unbreak ToolTalk build
2012-08-14 Chris WarehamHave to pass a const char * to function expecting char...
2012-08-14 Chris WarehamFix most of the following classes of warnings in the...
2012-08-13 Peter HowkinsMerge branch 'master' of https://git.code.sf.net/p...
2012-08-13 Marcin CieslakCompile ToolTalk on FreeBSD
2012-08-12 Pascal StumpfGet rid of malloc.h.
2012-08-12 Frederic Koehlertooltalk: Fix bad assumptions about sizeof(uid_t)
2012-08-12 Frederic Koehlertt (tooltalk): Kill some warnings
2012-08-12 Frederic Koehlertttrace: Fix bad usage of va_arg with enums
2012-08-10 Pascal StumpfTooltalk fixes for OpenBSD. This consists mainly of...
2012-08-09 James WoodcockRemove ambiguity in string compare.
2012-08-09 James Woodcock"ISO C++ forbids declaration of [X] with no type" warni...
next