- Apr 28, 2011
- Apr 27, 2011
-
-
rswindell authored
commonly modified by multiple threads, potentially simultaneously, resulting in bad values (e.g. active_clients = -1). Updated copyright date to 2011. Fixed Win32 compile bug in main.cpp introduced in last commit. Eliminated some unused variables and updated some times (e.g. ulong in place fo uint32_t).
-
rswindell authored
-
rswindell authored
fails to compile.
-
rswindell authored
(as reported by X-bit.org).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
- Apr 23, 2011
- Apr 22, 2011
- Apr 21, 2011
-
-
deuce authored
Thanks!
-
deuce authored
are where the code was actually "wrong" in some way and the cast was not intentional. If the compiler thinks you need to be warned about casting a pointer to an int of a different size and that's exactly what we mean to do, then we *should* be getting a warning.
-
deuce authored
-
deuce authored
-
deuce authored
problem and kill it once and for all by doing terrible terrible things. Essentially, the problem stems from SDL installing an atexit() handler and cryptlib calling exit() after a fork(). This causes the child to attempt to shut down SDL (which isn't running in the child) which apparently spins. I've "fixed" this by overriding exit()!!! So any exit() call will not call atexit() functions from SyncTERM anymore. I haven't yet decided if this is a cryptlib bug or an SDL bug, though I'm leaning toward SDL.
-
deuce authored
Reported by Aapo Rantalainen (Thanks!)
-
deuce authored
Nokia N900. Debugged and initial patch by Aapo Rantalainen (Thanks!)
-
- Apr 20, 2011
-
-
deuce authored
XSelectionEvent.property is zero. Debugged and patched by Marcin Cieslak (aka Saper) in SDL output. Same patch applied to X11 output. Thanks!
-
- Apr 13, 2011
-
-
rswindell authored
-
- Apr 12, 2011
- Apr 09, 2011
-
-
cyan authored
* Concatenate various MODULE commands into one bigger command. * PARTCHAN and JOINCHAN now just "PART" and "JOIN" * Irrlevant cosmetic fixes and CVS pollution.
-
deuce authored
-
deuce authored
-
deuce authored
a zero-length one). This fixes the problem everyone but me has known about for some time now.
-
deuce authored
-
- Apr 07, 2011
- Mar 21, 2011