]> git.xonotic.org Git - xonotic/darkplaces.git/history - crypto.c
Merge PR 'Make particles solid squares when cl_particles_quake is set to 2'
[xonotic/darkplaces.git] / crypto.c
2024-01-21 bones_was_hereRefactor InfoString_GetValue() calling
2024-01-20 bones_was_herecom: rename BSD strlcpy and strlcat
2023-12-09 bones_was_hereclient: improve server connection status messages
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-05-25 CloudwalkAdd/update license headers across various files
2021-03-06 cloudwalksys: Simplify Sys_LoadLibrary. Implement Sys_LoadDepend...
2021-03-06 cloudwalksys: Rename Sys_UnloadLibrary to Sys_FreeLibrary for...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-07-11 cloudwalkImprove clang support. Add tcc support. Clang builds...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2016-06-27 divverentAdd a cvar net_sourceaddresscheck (default 1) to ignore...
2015-08-25 divverentFix an annoying bug in the d0_blind_id protocol handling:
2015-03-04 divverentFix some signed/unsigned mess. Not a real problem though.
2015-02-09 divverentCrypto: handle properly whether the a server key is...
2015-02-04 divverentKill more unreachable code.
2015-02-04 divverentFix check order of keygen_i.
2015-02-04 divverentFix dead code.
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-01-24 divverentFix some d0_blind_id related bugs:
2013-08-22 divverentfix bug in Crypto_RetrieveLocalKey
2013-07-24 nikoliUpdate build system, fix and enable ODE by default
2013-06-29 divverentoops... fix nul termination. luckily not exploitable.
2013-02-27 divverentfix another warning in crypto.c
2012-04-19 divverentfix a warning that was there for a while
2012-02-10 divverentfix two seriously wrong memset calls possibly causing...
2012-01-19 divverentRevert "note that in some cases, crypto_aeslevel change...
2012-01-19 divverentnote that in some cases, crypto_aeslevel changes need...
2011-12-09 divverentfix stupid typo
2011-12-09 divverentfor crypto keys, also write an easy to share text file...
2011-12-09 divverentWhile I'm reworking this anyway: also write a file...
2011-12-09 divverentblind_id: rework of keygen to be able to save an unsign...
2011-11-25 divverentfix a bug in handling "accept" for crypto connections
2011-11-23 divverentcrypto: some simplifications; also apply policies prope...
2011-11-01 divverentCrypto_LoadKeys: make the caller responsible for the...
2011-11-01 divverentlock the thread mutex while altering crypto key stuff
2011-11-01 divverentCommand line: -sessionid, cvars: locksession, (R/O...
2011-10-27 divverentrename some functions to avoid a name conflict
2011-10-25 divverentmutex support for d0_blind_id (requires current git...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-01 divverentimplement digest_hex()
2011-08-18 divverentbe more clear that the crypto_keys fingerprints are...
2011-04-20 divverentfix compile failure in crypto.c
2011-04-19 divverentcrypto: avoid generating control-like packets
2010-12-10 divverentfix a terminologic bug
2010-11-25 divverentinitial work for DETACHED signatures
2010-11-25 divverentfix a cast
2010-11-25 divverentmove base64 to common code
2010-11-25 vortexfix warnings by adding type casts
2010-11-25 divverentDP_QC_URI_POST extension (uri_post, uri_postbuf, crypto...
2010-10-28 havocfix MSVC2008 compilation again
2010-10-17 divverentfix two types to hopefulyl compile on MSVC
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...