2010-01-07 20:01 beberg * v3/lib/bignum.c (1.32): Remove a 64bit bug in CosmBNModExp 2009-08-12 14:10 beberg * v3/lib/http.c (1.42): Attempt to send single packet in HTTPDSendInit, backported from p2 2008-02-21 14:17 beberg * v3/lib/: encoder.c (1.5), bzip2lib/bzipcosm.c (1.4): Fix memory re-freeing bug in bzip2 2008-01-03 12:24 beberg * v3/lib/bzip2lib/bzipcosm.c (1.3): backport a p2 fix 2008-01-03 12:21 beberg * v3/lib/bzip2lib/bzipcosm.c (1.2): fix free error 2007-08-16 18:01 beberg * v3/lib/bignum.c (1.31): fix v3BNModInv 2007-02-07 14:31 beberg * v3/lib/: cosmmem.c (1.74), cosmnet.c (1.172): fix variable name typos 2006-12-24 13:18 beberg * v3/lib/cosmtime.h (1.30): fix Feburary spelling to February 2006-11-15 02:45 beberg * v3/lib/cosmmem.c (1.73): Linux large memory detection 2006-11-07 00:46 beberg * v3/lib/cosmmem.c (1.72): OSX memory detection backported from p2 2006-10-30 16:15 beberg * v3/make/macosx-x86 (1.1): add 2006-09-01 01:23 beberg * v3/CREDITS.TXT (1.57): clarify this is the phase 1 credits 2006-04-11 13:35 beberg * v3/lib/cputypes.h (1.53): PS3/Cell 2005-07-17 19:29 beberg * v3/lib/: http.c (1.41), http.h (1.21): major revamping of legacy httpd 0.9 and 1.0 requests 2005-07-17 19:09 beberg * v3/apps/cs-sdk/server.c (1.30): add an error check for httpd startup 2005-06-16 13:13 beberg * v3/doc/cosmnet.html (1.72): fix typo in NetDNS example 2005-03-29 16:49 beberg * v3/apps/cs-sdk/cs-sdk.html (1.10): fix the p2p word 2004-12-18 21:44 beberg * v3/lib/: cosmnet.c (1.171), cosmnet.h (1.60): Fix bug where sockets that were not fully opened did not get closed 2004-08-13 00:20 beberg * v3/lib/: buffer.c (1.50), buffer.h (1.19): Rollback buffer.* to 2004-01-01 becasue of yet unknown bug 2004-08-10 19:52 beberg * v3/make/macosx-ppc (1.7): for OSX 10.3 2004-06-17 23:34 beberg * v3/: lib/cosmmem.c (1.71), lib/cputypes.h (1.52), make/linux-amd64 (1.1): AMD64 port 2004-02-08 18:17 beberg * v3/lib/buffer.c (1.49): oops, accidently deleted a line 2004-02-08 17:59 beberg * v3/lib/buffer.c (1.48): fix a major error 2004-02-06 21:09 beberg * v3/lib/buffer.c (1.47): undo the p2 changes 2004-02-06 20:58 beberg * v3/lib/: buffer.c (1.46), buffer.h (1.18): Audit/rewrite of buffer functions 2003-11-15 00:22 beberg * v3/lib/bignum.c (1.30): 2 bugs :) 2003-11-14 23:09 beberg * v3/lib/cosmnet.c (1.170): stupid FreeBSD... core dumps on closed socket. 2003-05-21 22:08 beberg * v3/: doc/bignum.html (1.6), doc/buffer.html (1.41), doc/compress.html (1.20), doc/config.html (1.17), doc/cosm.html (1.8), doc/cosmfile.html (1.65), doc/cosmfs.html (1.3), doc/cosmio.html (1.82), doc/cosmmath.html (1.48), doc/cosmmem.html (1.51), doc/cosmnet.html (1.71), doc/cosmtask.html (1.69), doc/cosmtime.html (1.38), doc/cputypes.html (1.35), doc/email.html (1.30), doc/encoder.html (1.5), doc/functions.html (1.6), doc/http.html (1.14), doc/index.html (1.54), doc/language.html (1.6), doc/log.html (1.46), doc/security.html (1.29), doc/speed.html (1.8), doc/template.html (1.21), apps/cs-sdk/cs-sdk.html (1.9): tm to R 2003-03-03 15:35 beberg * v3/: lib/cosmnet.c (1.169), TODO.TXT (1.418): make the self-test match the new behaivior 2003-03-03 15:25 beberg * v3/: TODO.TXT (1.417), lib/cosmnet.c (1.168), lib/cosmnet.h (1.59), lib/email.c (1.34): fixed the cosmnet timeouts in the recv functions 2003-03-03 15:05 beberg * v3/: lib/email.c (1.33), TODO.TXT (1.416): Fix a bug in email due to evolution of cosmnet 2003-02-19 00:50 beberg * v3/lib/buffer.c (1.45): fixed somethig the intel compiler caught 2003-02-08 14:06 beberg * v3/: TODO.TXT (1.415), lib/Makefile (1.65), lib/bzip2lib/README.TXT (1.5), make/MSVC/libcosm.dsp (1.17): fix MSVC settings so that hte various compress.c files dont comflict 2003-01-22 12:24 beberg * v3/lib/bzip2lib/compress.c (1.2): update to bzip2 1.0.2 - only cosmetic changes to core librbary, one bugfix 2003-01-20 17:25 beberg * v3/lib/speed.c (1.11): improve benchmark accuracy, force main loops to happen with extra smart complers 2003-01-11 07:43 beberg * v3/: lib/Makefile (1.64), make/win32-x86-msvc (1.5): Makefile madness 2003-01-11 06:06 beberg * v3/lib/Makefile (1.63): update dependencies 2003-01-11 05:31 beberg * v3/lib/bzip2lib/: README.TXT (1.4), blocksort.c (1.2), bzlib.c (1.4), bzlib.h (1.5), bzlib_private.h (1.5), crctable.c (1.2), decompress.c (1.2), huffman.c (1.2), randtable.c (1.2): update to bzip2 1.0.2 - only cosmetic changes to core librbary, one bugfix 2003-01-11 05:13 beberg * v3/lib/Makefile (1.62): forgot a .o 2003-01-11 05:08 beberg * v3/lib/bzip2lib/bzipcosm.h (1.2): newline 2003-01-11 05:07 beberg * v3/: lib/Makefile (1.61), lib/compress.c (1.30), lib/compress.h (1.17), lib/cosm.h (1.39), lib/bzip2lib/README.TXT (1.3), lib/bzip2lib/bzipcosm.c (1.1), lib/bzip2lib/bzipcosm.h (1.1), make/MSVC/libcosm.dsp (1.16): Make bzip2 less integrated to compess itself. good example for more modules. 2003-01-06 20:03 beberg * v3/lib/: cosmtask.h (1.81), cosmtask.h (1.82): add FREEBSD to a #if 2002-12-30 20:08 burtyb * v3/doc/cosmtask.html (1.68): Add v3MemSet to v3Mutex* examples 2002-12-30 19:39 beberg * v3/lib/testlib.c (1.103): clarify some more testlib messgaes 2002-12-30 19:37 burtyb * v3/TODO.TXT (1.414): Updates 2002-12-30 19:35 beberg * v3/lib/testlib.c (1.102): clarify the child/signal test output messages 2002-12-30 19:29 beberg * v3/: doc/cosmtask.html (1.67), lib/cosmnet.c (1.167), lib/cosmtask.c (1.175), lib/cosmtask.h (1.80): OSX compile warnings, change v3Sleep to a void type 2002-12-30 19:05 beberg * v3/lib/: cosmtask.c (1.174), testlib.c (1.101): Fix v3Sleep API/docs 2002-12-30 18:54 burtyb * v3/lib/cosmtask.c (1.173): Changed v3Sleep to return V3_PASS if slept for complete time. 2002-12-30 18:49 burtyb * v3/lib/cosmtask.c (1.172): Alter v3Sleep to swallow up time if interrupted and return V3_FAIL on error. 2002-12-30 18:39 beberg * v3/doc/cosmtask.html (1.66): Fix v3Sleep API/docs 2002-12-30 18:35 beberg * v3/doc/cosmtask.html (1.65): Fix v3Sleep API/docs 2002-12-30 18:32 beberg * v3/: doc/cosmtask.html (1.64), lib/cosmtask.h (1.78), lib/cosmtask.h (1.79): Fix v3Sleep API/docs 2002-12-30 17:52 burtyb * v3/lib/cosmtask.c (1.171): Updates for v3Sleep, under POSIX now returns duration not slept 2002-12-28 21:22 beberg * v3/lib/cosmtask.c (1.170): fix a missing #else in v3Yield 2002-12-28 19:45 burtyb * v3/TODO.TXT (1.413): fixed typo 2002-12-28 19:39 burtyb * v3/doc/: bignum.html (1.5), buffer.html (1.40), compress.html (1.19), config.html (1.16), cosm.html (1.7), cosmfile.html (1.64), cosmfs.html (1.2), cosmio.html (1.81), cosmmath.html (1.47), cosmmem.html (1.50), cosmnet.html (1.70), cosmtask.html (1.63), cosmtime.html (1.37), cputypes.html (1.34), email.html (1.29), encoder.html (1.4), functions.html (1.5), http.html (1.13), index.html (1.53), language.html (1.5), log.html (1.45), security.html (1.28), speed.html (1.7), template.html (1.20): Change & to & 2002-12-28 17:36 beberg * v3/TODO.TXT (1.412): lots of updates 2002-12-08 03:35 beberg * v3/lib/cosm.h (1.38): Add more things to NON_PORTABLE 2002-11-30 02:50 beberg * v3/make/win32-x86-msvc (1.4): Remove WITH_GUI 2002-11-29 04:22 beberg * v3/: TODO.TXT (1.411), build (1.50), doc/Makefile (1.10), doc/cosmgui.html (1.13), doc/index.html (1.52), lib/Makefile (1.60), lib/cosm.h (1.37), lib/cosmgui.c (1.4), lib/cosmgui.h (1.6), lib/cosmtest.c (1.25), make/MSVC/libcosm.dsp (1.15), make/MSVC/testlib.dsp (1.5): Remove all cosmgui related thing, portnig between win32 osx and xwin isnt that hard 2002-11-27 08:19 beberg * v3/lib/cosmnet.c (1.166): Add #if around a test that WinNT/XP always pass - incorrectly 2002-10-19 22:13 beberg * v3/lib/Makefile (1.59): Add makefile cleanup for gcov and lcov tools 2002-10-19 04:35 beberg * v3/lib/testlib.c (1.100): remove the self SIGKILL, it messes with win32, profilers, code coverage, etc. 2002-10-07 18:44 beberg * v3/TODO.TXT (1.410): update of crypto.c issues 2002-10-07 18:42 beberg * v3/lib/bignum.c (1.29): Fix parens on bit-set code, optimize it out later 2002-10-06 00:12 beberg * v3/lib/cosmtask.c (1.169): Fix settings for lowest piorities possible, shorten switch statement 2002-10-06 00:08 beberg * v3/lib/cosmtask.c (1.168): Fix settings for lowest piorities possible, shorten switch statement 2002-09-02 17:09 beberg * v3/lib/cosmtime.h (1.29): Fix thursdays abbreviation 2002-08-23 15:34 beberg * v3/make/linux-mips (1.1): MIPS port (PS2) 2002-08-16 19:43 beberg * v3/doc/index.html (1.51): fix cosmfs link 2002-08-16 19:41 beberg * v3/doc/security.html (1.27): fix v3PRNG link 2002-08-07 00:44 beberg * v3/lib/cosmnet.c (1.165): double-close or closing unopen socket protection 2002-08-06 22:15 beberg * v3/: lib/cosmtask.c (1.167), make/qnx-x86 (1.1): QNX port by Urivan Saaib 2002-08-05 18:03 beberg * v3/TODO.TXT (1.409): update adding threade restart item 2002-07-27 13:16 beberg * v3/lib/http.c (1.40): Fix 503 handler bug 2002-07-23 02:47 beberg * v3/lib/http.c (1.39): remove empty comment 2002-07-14 06:43 beberg * v3/doc/cosmnet.html (1.69): add comment about Listen() limits in OS 2002-07-08 04:43 beberg * v3/lib/: cosmnet.c (1.164), http.c (1.38): rework HTTPD loop for 503's 2002-07-07 00:00 beberg * v3/lib/http.c (1.37): rework HTTPD loop for 503's 2002-07-06 20:14 beberg * v3/lib/: http.c (1.36), http.h (1.20): add thread_number to requests for debugging 2002-06-20 21:06 beberg * v3/lib/cosmtask.c (1.166): Fix for non-Cosm spawned processes and ping. 2002-05-17 21:48 beberg * v3/: TODO.TXT (1.408), doc/cosmfs.html (1.1), doc/index.html (1.50), doc/template.html (1.19), lib/Makefile (1.58), lib/cosm.h (1.36), lib/cosmfs.c (1.1), lib/cosmfs.h (1.1), lib/cosmtest.c (1.24), lib/testlib.c (1.99), make/MSVC/libcosm.dsp (1.14): addition of CosmFS skeleton 2002-05-09 13:35 beberg * v3/: apps/cs-sdk/client.c (1.25), apps/cs-sdk/client.h (1.6), apps/cs-sdk/common.h (1.8), apps/cs-sdk/server.c (1.29), apps/cs-sdk/server.h (1.7), apps/pki-app/pki-app.c (1.13), lib/bignum.c (1.28), lib/bignum.h (1.21), lib/buffer.c (1.44), lib/buffer.h (1.17), lib/compress.c (1.29), lib/compress.h (1.16), lib/config.c (1.21), lib/config.h (1.13), lib/cosm.h (1.35), lib/cosmfile.c (1.157), lib/cosmfile.h (1.70), lib/cosmgui.c (1.3), lib/cosmgui.h (1.5), lib/cosmio.c (1.174), lib/cosmio.h (1.70), lib/cosmmath.c (1.86), lib/cosmmath.h (1.32), lib/cosmmem.c (1.70), lib/cosmmem.h (1.28), lib/cosmnet.c (1.163), lib/cosmnet.h (1.58), lib/cosmtask.c (1.165), lib/cosmtask.h (1.77), lib/cosmtest.c (1.23), lib/cosmtime.c (1.51), lib/cosmtime.h (1.28), lib/cputypes.h (1.51), lib/crypto.c (1.5), lib/email.c (1.32), lib/email.h (1.17), lib/encoder.c (1.4), lib/encoder.h (1.4), lib/http.c (1.35), lib/http.h (1.19), lib/language.c (1.3), lib/language.h (1.3), lib/log.c (1.36), lib/log.h (1.21), lib/security.c (1.51), lib/security.h (1.35), lib/speed.c (1.10), lib/speed.h (1.8): Update license boilerplate 2002-05-01 10:36 beberg * v3/lib/cosmfile.c (1.156): dir creation warning in win32 2002-05-01 10:35 beberg * v3/lib/bignum.c (1.27): fix a 64bit cpu error 2002-04-16 14:56 burtyb * v3/doc/functions.html (1.4): Added v3StrAppendA and v3StrAppendU to the index. 2002-04-16 04:14 beberg * v3/lib/: bignum.c (1.26), cosmio.c (1.173), crypto.c (1.4), security.c (1.50): make crc32 a table, fix some static usages 2002-04-16 03:31 beberg * v3/: apps/cs-sdk/client.dsp (1.1), apps/cs-sdk/cs-sdk.dsw (1.1), apps/cs-sdk/server.dsp (1.1), apps/pki-app/pkiapp.dsp (1.1), apps/pki-app/pkiapp.dsw (1.1), make/MSVC/Cosm.dsw (1.4), make/MSVC/client.dsp (1.2), make/MSVC/pkiapp.dsp (1.2), make/MSVC/server.dsp (1.2): move MSVC files to the right spots 2002-04-16 03:24 beberg * v3/lib/cosmio.c (1.172): fix typo 2002-04-11 02:55 beberg * v3/lib/cosmio.c (1.171): Append - optimize pt 1, formatting, error checking 2002-04-11 02:41 beberg * v3/apps/pki-app/pki-app.c (1.12): use Append 2002-04-10 02:54 burtyb * v3/lib/cosmio.h (1.69): Fixed Append functions to use max_chars-1 2002-04-10 02:39 burtyb * v3/: doc/cosmio.html (1.80), lib/cosmio.c (1.170): Fixed Append functions to use max_chars-1 2002-04-09 16:38 burtyb * v3/: doc/cosmio.html (1.79), lib/cosmio.c (1.169), lib/cosmio.h (1.68): Added v3StrAppendA and v3StrAppendU functions. 2002-04-09 13:15 beberg * v3/lib/security.c (1.49): fix stubs 2002-04-09 09:18 beberg * v3/lib/Makefile (1.57): remove crypto.h dependencies 2002-04-09 09:13 beberg * v3/make/MSVC/: libcosm.dsp (1.13), testlib.dsp (1.4): NO_CRYPTO no longer needs to be standard 2002-04-09 09:11 beberg * v3/lib/: crypto.c (1.3), security.c (1.48), security.h (1.34): crypto is now OK to have in the CVS, yay. 2002-04-09 09:10 beberg * v3/lib/crypto.h (1.4): Remove crypto.h, not needed 2002-04-08 08:10 beberg * v3/TODO.TXT (1.407): Fix v3Input buffering in UNIX 2002-04-08 08:10 beberg * v3/apps/pki-app/pki-app.c (1.11): change to char *[] for main 2002-04-08 08:05 beberg * v3/lib/cosmio.c (1.168): Fix v3Input buffering in UNIX 2002-04-08 06:08 beberg * v3/apps/pki-app/pki-app.c (1.10): clarify usage 2002-04-08 06:06 beberg * v3/apps/pki-app/pki-app.c (1.9): fix printA args 2002-04-08 06:02 beberg * v3/apps/pki-app/pki-app.c (1.8): display key creation time 2002-04-08 05:49 beberg * v3/apps/pki-app/pki-app.c (1.7): fix hashing length bug 2002-04-08 05:32 beberg * v3/apps/pki-app/pki-app.c (1.6): fix length errors 2002-04-08 05:28 beberg * v3/apps/pki-app/pki-app.c (1.5): fix prototypes 2002-04-08 05:12 beberg * v3/lib/: bignum.c (1.25), cosmfile.c (1.155), security.c (1.47): fix errors on no-u64 cmopilers 2002-04-08 04:55 beberg * v3/: doc/security.html (1.26), lib/security.h (1.33): make the sig/key saves take u64's fo easier file use 2002-04-08 04:55 beberg * v3/: TODO.TXT (1.406), apps/pki-app/pki-app.c (1.4): finish pki-app 1.0 2002-04-07 06:44 beberg * v3/TODO.TXT (1.405): updates 2002-04-07 06:30 beberg * v3/apps/pki-app/pki-app.c (1.3): warnings 2002-04-07 06:25 beberg * v3/apps/pki-app/pki-app.c (1.2): implement -keygen 2002-04-07 06:22 beberg * v3/: doc/cosmio.html (1.78), doc/security.html (1.25), lib/cosmio.c (1.167), lib/cosmio.h (1.67): v3Input, fix examples 2002-04-07 00:54 beberg * v3/: make/MSVC/Cosm.dsw (1.3), make/MSVC/pkiapp.dsp (1.1), apps/pki-app/Makefile (1.1), apps/pki-app/pki-app.c (1.1): add pkiapp 2002-04-03 08:30 beberg * v3/TODO.TXT (1.404): updates 2002-04-03 08:18 beberg * v3/: doc/security.html (1.24), lib/security.h (1.32): limit keygen to powers of 2 bits 2002-04-03 05:38 beberg * v3/: doc/security.html (1.23), lib/security.h (1.31): typo patrol 2002-04-03 05:06 beberg * v3/: doc/security.html (1.22), lib/security.h (1.30): PKIKeyGen example 2002-04-03 04:47 beberg * v3/: lib/security.c (1.46), lib/security.h (1.29), doc/security.html (1.21): PKIKeyGen docs, fix typos 2002-04-02 22:30 beberg * v3/: lib/security.h (1.28), doc/security.html (1.20): v3PKIEncode docs, fix userIDs 2002-04-02 05:08 beberg * v3/: lib/security.h (1.27), doc/security.html (1.19): work on PKI docs 2002-04-01 02:10 beberg * v3/lib/Makefile (1.56): Add missing crypto.h to install-headers 2002-04-01 01:58 beberg * v3/doc/security.html (1.18): beginning of PKI docs 2002-04-01 01:45 beberg * v3/lib/: cosmfile.c (1.154), http.c (1.34): remove warnings 2002-04-01 01:34 beberg * v3/TODO.TXT (1.403): NO_CRYPTO stubs, now works with and without crypto. 2002-04-01 01:31 beberg * v3/lib/: security.c (1.45), security.h (1.26): NO_CRYPTO stubs, now works with and without crypto. 2002-03-31 21:57 beberg * v3/lib/: security.c (1.44), security.h (1.25): Encrypt functions moved back to security. 2002-03-31 07:39 beberg * v3/lib/bignum.c (1.24): add spacing 2002-03-31 07:38 beberg * v3/lib/cosmtask.c (1.164): remove spacing 2002-03-31 07:38 beberg * v3/lib/: security.c (1.43), security.h (1.24): Add CRC32 2002-03-30 08:41 beberg * v3/lib/crypto.h (1.3): newline on last line 2002-03-30 08:40 beberg * v3/lib/bignum.c (1.23): remove a warning 2002-03-30 08:37 beberg * v3/lib/: bignum.c (1.22), cosmio.c (1.166): tab removal 2002-03-30 08:05 beberg * v3/: doc/bignum.html (1.4), doc/security.html (1.17), lib/bignum.c (1.21), lib/bignum.h (1.20): firs FastSub, move functions 2002-03-29 05:50 beberg * v3/: lib/cosmfile.c (1.153), lib/cosmfile.h (1.69), doc/cosmfile.html (1.63): remove unneeded const 2002-03-29 05:46 beberg * v3/lib/cosmfile.c (1.152): make Load/Save not care about the byte pointer type 2002-03-29 05:17 beberg * v3/lib/: bignum.c (1.20), bignum.h (1.19): Add callbacks for progress in prime generation 2002-03-29 05:15 beberg * v3/: lib/cosmfile.h (1.68), doc/cosmfile.html (1.62): make Load/Save not care about the byte pointer type 2002-03-28 23:29 beberg * v3/lib/: bignum.c (1.19), security.c (1.42), security.h (1.23): remove prints from bignum, oops... update security 2002-03-28 23:05 beberg * v3/doc/security.html (1.16): Random -> PRNG 2002-03-28 23:01 beberg * v3/lib/: bignum.c (1.18), bignum.h (1.18): optimization of BNRsh1 and FastSub, fix to Save 2002-03-28 13:31 beberg * v3/lib/cosmnet.h (1.57): remove port numbers 2002-03-28 01:46 beberg * v3/lib/: buffer.h (1.16), cosm.h (1.34), cosmfile.c (1.151), cosmfile.h (1.67), cosmnet.h (1.56), email.h (1.16), encoder.h (1.3), http.h (1.18), log.h (1.20): remove ERROR_NONE codes 2002-03-26 18:16 burtyb * v3/lib/cosmio.c (1.165): Made the float checks a little more fuzzy in v3_TextCosmIO() 2002-03-26 14:48 burtyb * v3/make/linux-arm (1.1): Adding linux-arm target 2002-03-25 08:19 beberg * v3/lib/: bignum.c (1.17), bignum.h (1.17): Finish rabin-miller, various changes 2002-03-25 08:18 beberg * v3/lib/cosmmem.c (1.69): null check 2002-03-25 02:38 beberg * v3/TODO.TXT (1.402): update 2002-03-24 18:06 beberg * v3/lib/: cosmnet.c (1.162), cosmtest.c (1.22): s/err/error/ 2002-03-23 19:39 beberg * v3/lib/cosmnet.h (1.55): clarify comment 2002-03-23 19:38 beberg * v3/doc/cosmnet.html (1.68): add some errors to v3NetAccept 2002-03-23 19:05 beberg * v3/doc/http.html (1.12): add comments about network failures in HTTPD servers 2002-03-21 04:00 beberg * v3/lib/http.c (1.33): fix comment 2002-03-19 02:54 beberg * v3/lib/: bignum.c (1.16), bignum.h (1.16): Add in PrimeGen, and fix Load bug 2002-03-12 02:26 beberg * v3/lib/compress.c (1.28): Implement proxy and user passwords for HTTP 2002-03-12 02:22 beberg * v3/lib/: http.c (1.32), http.h (1.17): Implement proxy and user passwords for HTTP 2002-03-12 00:27 beberg * v3/: lib/security.c (1.41), lib/security.h (1.22), TODO.TXT (1.401): remove the NSA quote :) 2002-03-11 01:57 beberg * v3/lib/: bignum.c (1.15), bignum.h (1.15): Implement BNModInv 2002-03-11 01:56 beberg * v3/doc/bignum.html (1.3): fix typo 2002-03-09 04:52 beberg * v3/lib/security.h (1.21): remove nasty c++ style comments - oops 2002-03-09 04:52 beberg * v3/lib/cputypes.h (1.50): fix 64bit macros 2002-03-09 04:44 beberg * v3/make/: tru64-alpha (1.5), tru64-alpha-cc (1.1): change filename, fix options 2002-03-08 04:44 beberg * v3/: lib/cosmmem.c (1.68), make/linux-ia64 (1.1): IA64 2002-03-07 22:55 beberg * v3/doc/cosmgui.html (1.12): fix broken OpenGL links 2002-03-06 05:15 beberg * v3/make/: solaris-sparc (1.13), solaris-sparc64 (1.15), solaris-x86 (1.12), sunos-sparc (1.5): f77 tweaks 2002-03-06 02:35 beberg * v3/lib/cosmtask.c (1.163): OSX thread mutex type 2002-03-05 00:22 beberg * v3/doc/Makefile (1.9): update file list 2002-03-05 00:13 jrt * v3/: doc/bignum.html (1.2), lib/bignum.h (1.14): bignum docs 2002-03-04 02:31 beberg * v3/: doc/cosmio.html (1.77), lib/cosmio.c (1.164), lib/cosmio.h (1.66): remove unused g and G types in printing 2002-03-03 06:41 beberg * v3/lib/: bignum.c (1.14), bignum.h (1.13): v3BNLoad/Save, fix bugs in no-DWORD version, make v3BNBits available 2002-03-03 06:40 beberg * v3/TODO.TXT (1.400): v3BNLoad/Save 2002-03-03 00:51 beberg * v3/lib/bignum.h (1.12): clarify definitions 2002-03-02 20:15 beberg * v3/: lib/security.c (1.40), lib/security.h (1.20), doc/security.html (1.15): Add 256bit MD5+SHA1 hash type 2002-03-01 23:38 beberg * v3/lib/: bignum.c (1.13), bignum.h (1.11): GCD, construct proper tests 2002-03-01 09:10 beberg * v3/lib/: bignum.c (1.12), bignum.h (1.10): bit of profiling and reworking of code, huge speedup. 2002-03-01 05:46 beberg * v3/lib/: bignum.c (1.11), bignum.h (1.9): More bugnum code, mainly the div and mod and related code 2002-03-01 05:41 beberg * v3/: lib/buffer.c (1.43), lib/buffer.h (1.15), doc/buffer.html (1.39): Remove internal MUTEX from buffer code, it's used far too often which effects the performance of ALOT of other code 2002-02-26 02:45 beberg * v3/make/freebsd-x86 (1.17): change g77 to f77 2002-02-26 02:08 beberg * v3/lib/cosmmem.c (1.67): Alpha CPU fix 2002-02-26 02:08 beberg * v3/make/: freebsd-alpha (1.1), freebsd-x86 (1.16), linux-x86 (1.25): FreeBSD now pass 2002-02-24 13:18 burtyb * v3/lib/: cosmio.c (1.163), cosmmath.c (1.85), cosmmath.h (1.31): Updates for -DNO_IEEE_FLOAT 2002-02-23 00:40 beberg * v3/lib/cosmtask.c (1.162): more netbsd 2002-02-23 00:22 beberg * v3/TODO.TXT (1.399): many updates 2002-02-23 00:10 beberg * v3/lib/cosmio.c (1.162): netbsd noecho 2002-02-23 00:10 beberg * v3/lib/: cosmtask.c (1.161), cosmtask.h (1.76): added a mutex recursiveness test and related chaos 2002-02-22 20:49 beberg * v3/lib/cputypes.h (1.49): replace VMS/VMS with IA64 and win64 2002-02-22 19:03 beberg * v3/: make/netbsd-sparc (1.2), lib/cosmio.c (1.161), lib/cosmtask.c (1.160): netbsd-sparc Dan@Moore.cx 2002-02-22 00:57 beberg * v3/: make/netbsd-sparc (1.1), lib/cosmmem.c (1.66), lib/cosmtask.h (1.75): netbsd-sparc Dan@Moore.cx 2002-02-21 22:06 beberg * v3/make/: TEMPLATE (1.16), beos-x86 (1.7), freebsd-x86 (1.15), linux-alpha (1.13), linux-ppc (1.6), linux-sparc (1.5), linux-sparc64 (1.5), macosx-ppc (1.6), solaris-sparc (1.12), solaris-sparc64 (1.14), solaris-x86 (1.11): update makefiles 2002-02-21 21:45 beberg * v3/make/linux-x86 (1.24): add -Wno-long-long 2002-02-21 21:44 beberg * v3/: lib/cosmmem.c (1.65), make/openbsd-sparc (1.1), make/openbsd-x86 (1.2): openbsd-sparc port, openbsd MemSystem from Dan@Moore.cx 2002-02-21 20:15 beberg * v3/lib/cosmio.c (1.160): fix stray comma 2002-02-19 16:47 beberg * v3/apps/cs-sdk/: client.c (1.24), server.c (1.28): add timeouts to header parsing and get/post 2002-02-19 16:46 beberg * v3/: lib/http.c (1.31), lib/http.h (1.16), doc/http.html (1.11): Fix http1.0 protocol error, add timeouts to header parsing and get/post, fix http 1.0 less then 8 bytes error 2002-02-10 03:00 beberg * v3/doc/http.html (1.10): fix typo 2002-02-05 17:32 beberg * v3/doc/security.html (1.14): fix v3Random 2002-02-05 17:27 beberg * v3/lib/: security.c (1.39), security.h (1.19): fix v3Random 2002-02-04 02:06 beberg * v3/lib/http.c (1.30): remove duplicated code 2002-01-19 21:51 beberg * v3/lib/: cosmio.c (1.159), testlib.c (1.98): minor warnings 2001-12-18 03:08 beberg * v3/make/MSVC/libcosm.dsp (1.12): Move bignum code to Util layer 2001-12-18 03:03 beberg * v3/: doc/index.html (1.49), make/MSVC/libcosm.dsp (1.11): Move bignum code to Util layer 2001-12-18 02:57 beberg * v3/: make/MSVC/libcosm.dsp (1.10), make/MSVC/testlib.dsp (1.3), lib/Makefile (1.55): Move bignum code to Util layer 2001-12-18 02:41 beberg * v3/lib/: bignum.c (1.10), bignum.h (1.8), cosm.h (1.33), cosmio.c (1.158), cosmtest.c (1.21): Move bignum code to Util layer 2001-12-16 00:02 beberg * v3/doc/index.html (1.48): clarification 2001-12-16 00:00 beberg * v3/README.TXT (1.19): make -lpthread the default in linux-x86 2001-12-14 04:24 beberg * v3/make/macosx-ppc (1.5): disable not-so-smart preprocessor 2001-11-22 00:39 beberg * v3/apps/cs-sdk/server.c (1.27): make server test long enough 2001-11-13 03:25 beberg * v3/lib/bignum.c (1.9): oops, comment out debug 2001-11-13 03:24 beberg * v3/lib/: bignum.c (1.8), bignum.h (1.7), cosmio.c (1.157): more work on bignum 2001-11-12 10:43 beberg * v3/lib/: bignum.c (1.7), testlib.c (1.97): tweaks to output, longer M_PI 2001-11-12 10:39 beberg * v3/lib/: cosmmath.h (1.30), testlib.c (1.96): tweaks to output, longer M_PI 2001-11-12 09:28 beberg * v3/make/linux-x86 (1.23): make -lpthread the default in linux-x86 2001-11-12 09:16 beberg * v3/apps/cs-sdk/Makefile (1.15): add a mrclean 2001-11-12 09:07 beberg * v3/: lib/bignum.c (1.6), lib/bignum.h (1.6), lib/cosm.h (1.32), lib/cosmio.c (1.156), lib/cosmio.h (1.65), lib/cosmmem.h (1.27), lib/cosmtest.c (1.20), doc/cosmio.html (1.76), doc/cosmmem.html (1.49): bignum multiply 2001-11-11 07:31 beberg * v3/lib/testlib.c (1.95): missing ; 2001-11-11 07:06 beberg * v3/build (1.49): add doc cleaning 2001-11-11 06:15 beberg * v3/make/macosx-ppc (1.4): override warnings for long long non-ANSIness 2001-11-11 05:56 beberg * v3/: lib/cosmfile.c (1.150), lib/cosmmath.c (1.84), lib/cosmmath.h (1.29), lib/cosmtask.c (1.159), lib/cputypes.h (1.48), lib/testlib.c (1.94), lib/bignum.c (1.5), lib/bignum.h (1.5), doc/cputypes.html (1.33): Use the compilers 64-bit type if possible 2001-11-11 05:55 beberg * v3/: doc/security.html (1.13), lib/security.c (1.38), lib/security.h (1.18): encryption code 2001-11-11 05:54 beberg * v3/make/: TEMPLATE (1.15), linux-x86 (1.22): override warnings for long long non-ANSIness 2001-11-11 05:47 beberg * v3/lib/Makefile (1.54): fix security.o dependencies 2001-11-10 10:39 beberg * v3/lib/testlib.c (1.93): type size tests 2001-11-10 06:46 beberg * v3/lib/cosmmath.c (1.83): arrange CPU_64 code better 2001-11-10 06:36 beberg * v3/lib/: cosmmath.c (1.82), cosmtask.c (1.158): arrange CPU_64 code better 2001-11-10 06:21 beberg * v3/lib/: bignum.c (1.4), bignum.h (1.4), cputypes.h (1.47): fix 64bit typos 2001-11-10 06:19 beberg * v3/lib/cosmfile.c (1.149): remove unneeded CPU_xx tests 2001-11-10 06:16 beberg * v3/make/MSVC/libcosm.dsp (1.9): add cosmbn 2001-11-10 04:56 beberg * v3/lib/: bignum.c (1.3), bignum.h (1.3): bignum add and subtract 2001-11-10 01:01 beberg * v3/lib/: bignum.c (1.2), bignum.h (1.2), cosm.h (1.31), cosmtest.c (1.19): add TestBN calls 2001-11-10 00:50 beberg * v3/lib/Makefile (1.53): init bignum 2001-11-10 00:37 beberg * v3/: lib/bignum.c (1.1), lib/bignum.h (1.1), doc/bignum.html (1.1), doc/index.html (1.47): initial bignum code 2001-11-09 08:18 beberg * v3/: doc/email.html (1.28), lib/email.c (1.31), lib/email.h (1.15): add port for SMTP server 2001-11-09 05:27 beberg * v3/: TODO.TXT (1.398), lib/compress.c (1.27), lib/cosm.h (1.30), lib/cosmtest.c (1.18): finish off AES code, fix bzip for large files 2001-11-07 03:40 beberg * v3/lib/compress.c (1.26): change error return 2001-11-06 23:45 beberg * v3/lib/testlib.c (1.92): tweak output 2001-11-06 23:29 beberg * v3/: doc/compress.html (1.18), lib/compress.h (1.15): fix comment about saving 2001-11-06 23:17 beberg * v3/lib/testlib.c (1.91): ENDIAN defines 2001-11-06 22:51 beberg * v3/: TODO.TXT (1.397), doc/cputypes.html (1.32), lib/cosmfile.c (1.148), lib/cputypes.h (1.46): ENDIAN defines 2001-11-06 22:05 beberg * v3/doc/encoder.html (1.3): fix example code 2001-11-06 22:00 beberg * v3/doc/compress.html (1.17): fix example code 2001-11-06 20:45 beberg * v3/make/MSVC/libcosm.dsp (1.8): add encoder code 2001-11-06 20:01 beberg * v3/: lib/compress.c (1.25), lib/compress.h (1.14), doc/compress.html (1.16): rework compression API 2001-11-06 19:57 beberg * v3/lib/Makefile (1.52): add encoder 2001-11-06 19:57 beberg * v3/lib/encoder.c (1.3): fix mis-pasted code 2001-11-06 19:45 beberg * v3/: lib/cosm.h (1.29), lib/encoder.c (1.2), lib/encoder.h (1.2), doc/encoder.html (1.2), doc/index.html (1.46), TODO.TXT (1.396): add encoder code 2001-11-06 18:32 beberg * v3/: doc/encoder.html (1.1), lib/encoder.c (1.1), lib/encoder.h (1.1): add encoder code 2001-11-06 02:31 beberg * v3/README.TXT (1.18): add note about running testlib to readme 2001-11-06 00:51 beberg * v3/lib/compress.c (1.24): fixed to compress API 2001-11-06 00:45 beberg * v3/: doc/compress.html (1.15), lib/compress.c (1.23), lib/compress.h (1.13): fixed to compress API 2001-11-04 07:25 beberg * v3/lib/compress.c (1.22): Added Base64 compression 2001-11-04 07:19 beberg * v3/: TODO.TXT (1.395), doc/compress.html (1.14), lib/compress.c (1.21), lib/compress.h (1.12), lib/cputypes.h (1.45): Added Base64 compression 2001-10-31 23:55 beberg * v3/: lib/Makefile (1.51), lib/bzip2lib/README.TXT (1.2), lib/bzip2lib/compress.c (1.1), lib/bzip2lib/comress.c (1.2), make/MSVC/libcosm.dsp (1.7): rename bzip file 2001-10-29 19:45 beberg * v3/lib/cosmio.h (1.64): remove warnings 2001-10-29 19:38 beberg * v3/lib/cosmio.c (1.155): fix redhat issue with va_arg 2001-10-24 23:13 beberg * v3/lib/testlib.c (1.90): IP comment fix 2001-10-24 23:06 beberg * v3/lib/testlib.c (1.89): comment to IP 2001-10-24 22:02 beberg * v3/lib/: cosmnet.c (1.161), testlib.c (1.88): MyIP test 2001-10-24 13:05 beberg * v3/lib/crypto.h (1.2): remove error message 2001-10-24 04:22 beberg * v3/doc/email.html (1.27): fix example code 2001-10-23 03:27 beberg * v3/lib/testlib.c (1.87): Add readable output for FileInfo test 2001-10-23 02:05 beberg * v3/TODO.TXT (1.394): ProcessEnd, net init 2001-10-23 02:04 beberg * v3/: lib/testlib.c (1.86), apps/cs-sdk/client.c (1.23), apps/cs-sdk/server.c (1.26): ProcessEnd 2001-10-23 02:03 beberg * v3/lib/cosmnet.c (1.160): DNS Mutex 2001-10-23 02:01 beberg * v3/: doc/cosmtask.html (1.62), lib/cosmtask.c (1.157), lib/cosmtask.h (1.74): ProcessEnd 2001-10-23 00:13 beberg * v3/lib/cosmnet.c (1.159): add missing header for inet_addr 2001-10-23 00:07 beberg * v3/lib/cosmnet.c (1.158): Add OSX to DNS bug fix 2001-10-22 22:32 beberg * v3/lib/cosmnet.c (1.157): fix Win32 bug with looking up numeric IPs 2001-10-22 04:47 beberg * v3/lib/crypto.h (1.1): add crypto.h 2001-10-21 20:10 beberg * v3/: doc/cosmtask.html (1.61), lib/cosmtask.c (1.156), lib/cosmtask.h (1.73), lib/testlib.c (1.85): CPUCount API fix 2001-10-21 06:37 beberg * v3/lib/: cosmmem.c (1.64), cosmtask.c (1.155): OSX CPU count and physical memory 2001-10-21 03:49 beberg * v3/lib/: compress.c (1.20), compress.h (1.11): warning removal 2001-10-21 03:23 beberg * v3/: doc/compress.html (1.13), lib/compress.c (1.19), lib/compress.h (1.10), TODO.TXT (1.393): Compress revisions 2001-10-20 20:21 beberg * v3/lib/testlib.c (1.84): reorder tests and fix errors 2001-10-20 20:11 beberg * v3/lib/cosmmem.c (1.63): add linux memory size 2001-10-08 00:03 beberg * v3/: TODO.TXT (1.392), doc/http.html (1.9), doc/log.html (1.44), lib/log.c (1.35), lib/log.h (1.19): log.* updates 2001-10-07 23:24 beberg * v3/lib/bzip2lib/README.TXT (1.1): init 2001-10-07 17:18 beberg * v3/TODO.TXT (1.391): bzip2 fixes 2001-10-06 23:11 beberg * v3/lib/: bzip2.c (1.15), bzip2.h (1.10): bzip2 temp fix 2001-10-06 23:05 beberg * v3/lib/Makefile (1.50): Update dependency rules 2001-10-06 22:51 beberg * v3/make/MSVC/libcosm.dsp (1.6): rename sub-folder 2001-10-06 21:39 beberg * v3/lib/bzip2lib/: bzlib.c (1.3), bzlib.h (1.4), bzlib_private.h (1.4): bzip2 temp fix 2001-10-06 21:35 beberg * v3/lib/bzip2lib/: bzlib.c (1.2), bzlib.h (1.3): bzip2 temp fix 2001-10-06 21:14 beberg * v3/: TODO.TXT (1.390), make/MSVC/libcosm.dsp (1.5): bzip2 temp fix 2001-10-06 21:13 beberg * v3/lib/Makefile (1.49): bzip2 hack 2001-10-06 20:53 beberg * v3/lib/bzip2lib/bzlib_private.h (1.3): bzip2 temp fix 2001-10-06 20:31 beberg * v3/lib/bzip2lib/: bzlib_private.h (1.2), bzlib.h (1.2): bzip2 temp fix 2001-10-06 20:26 beberg * v3/lib/: compress.c (1.17), bzip2lib/blocksort.c (1.1), bzip2lib/bzlib.c (1.1), bzip2lib/bzlib.h (1.1), bzip2lib/bzlib_private.h (1.1), bzip2lib/comress.c (1.1), bzip2lib/crctable.c (1.1), bzip2lib/decompress.c (1.1), bzip2lib/huffman.c (1.1), bzip2lib/randtable.c (1.1), compress.c (1.18): bzip2 temp fix 2001-10-06 20:26 beberg * v3/lib/bzip2.c (1.14): update 2001-09-27 16:33 beberg * v3/TODO.TXT (1.389): add 2001-09-22 16:22 beberg * v3/lib/: http.c (1.29), http.h (1.15): move code around 2001-09-20 12:58 beberg * v3/make/MSVC/usertype.dat (1.2): add v3_time and GL types 2001-09-14 15:05 beberg * v3/TODO.TXT (1.388): solaris bug, ID api's 2001-09-13 15:07 beberg * v3/: TODO.TXT (1.387), doc/compress.html (1.12), lib/cosmtask.c (1.154): fix a solaris issue 2001-09-12 23:49 beberg * v3/lib/cosmgui.h (1.4): OSX change 2001-09-11 21:41 beberg * v3/: TODO.TXT (1.386), lib/buffer.c (1.42): buffer test fixes 2001-09-11 21:30 beberg * v3/: doc/buffer.html (1.38), doc/compress.html (1.11), doc/cosmnet.html (1.67), lib/buffer.c (1.41), lib/compress.c (1.16), lib/compress.h (1.9), lib/speed.h (1.7): doc auditing, compression test, buffer recreate test 2001-09-10 23:39 beberg * v3/doc/cosmnet.html (1.66): doc auditing 2001-09-10 23:31 beberg * v3/doc/cosmnet.html (1.65): doc auditing 2001-09-10 23:18 beberg * v3/doc/: cosm.html (1.6), http.html (1.8), language.html (1.4), log.html (1.43), security.html (1.12), speed.html (1.6), cosmfile.html (1.61), cosmio.html (1.75), cosmtask.html (1.60), cosmtime.html (1.36): doc auditing 2001-09-10 23:14 beberg * v3/doc/: buffer.html (1.37), compress.html (1.10), config.html (1.15), cosm.html (1.5), cosmgui.html (1.11), cosmmath.html (1.46), cosmnet.html (1.64), cputypes.html (1.31), email.html (1.26): doc auditing 2001-09-10 23:09 beberg * v3/: TODO.TXT (1.385), doc/cosmmath.html (1.45), doc/cosmmem.html (1.48), doc/functions.html (1.3), doc/index.html (1.45), doc/template.html (1.18), lib/cosmio.c (1.154), lib/cosmmem.h (1.26): doc auditing 2001-09-09 18:50 beberg * v3/TODO.TXT (1.384): v3Random 2001-09-06 05:22 beberg * v3/apps/cs-sdk/client.c (1.22): config settings 2001-09-06 05:17 beberg * v3/lib/cosm.h (1.28): more evil functions 2001-09-04 19:57 beberg * v3/lib/testlib.c (1.83): output formatting 2001-09-04 19:51 beberg * v3/lib/testlib.c (1.82): more error checking 2001-09-03 21:48 beberg * v3/doc/: buffer.html (1.36), compress.html (1.9), config.html (1.14), cosm.html (1.4), cosmfile.html (1.60), cosmgui.html (1.10), cosmio.html (1.74), cosmmath.html (1.44), cosmmem.html (1.47), cosmnet.html (1.63), cosmtask.html (1.59), cosmtime.html (1.35), cputypes.html (1.30), email.html (1.25), functions.html (1.2), http.html (1.7), index.html (1.44), language.html (1.3), log.html (1.42), security.html (1.11), speed.html (1.5), template.html (1.17): cputypes.html updates, and copyright/title updates 2001-09-03 19:50 beberg * v3/: doc/cosm.html (1.3), lib/cosm.h (1.27), lib/testlib.c (1.81): cosm.* updates 2001-09-03 19:17 beberg * v3/make/MSVC/libcosm.dsp (1.4): add cosm.html to project 2001-09-01 15:31 beberg * v3/lib/http.c (1.28): set status to 0 on entry to GET/POST 2001-08-25 22:59 beberg * v3/: TODO.TXT (1.383), lib/cosmio.c (1.153), lib/cosmio.h (1.63): Merge redundant code in cosmio parsing functions 2001-08-25 05:54 beberg * v3/: doc/speed.html (1.4), lib/speed.c (1.9), lib/speed.h (1.6): v3Speed docs bad math 2001-08-25 04:56 beberg * v3/: lib/speed.c (1.8), lib/speed.h (1.5), doc/speed.html (1.3): v3Speed functions 2001-08-25 04:08 beberg * v3/lib/speed.c (1.7): v3Speed functions 2001-08-25 04:02 beberg * v3/: TODO.TXT (1.382), lib/speed.c (1.6), lib/speed.h (1.4), lib/testlib.c (1.80): v3Speed functions 2001-08-20 19:06 beberg * v3/lib/http.c (1.27): fix LEGACY connections issues 2001-08-20 01:35 beberg * v3/lib/: cosmnet.c (1.156), cosmnet.h (1.54): NET_LOG_PACKETS 2001-08-20 01:16 beberg * v3/: build (1.48), doc/cputypes.html (1.29): NET_LOG_PACKETS 2001-08-20 00:56 beberg * v3/lib/: cosmnet.c (1.154), cosmnet.h (1.53), cosmnet.c (1.155): add NET_LOG_PACKETS 2001-08-18 17:19 beberg * v3/: apps/cs-sdk/client.c (1.21), apps/cs-sdk/server.c (1.25), lib/cosmtask.c (1.153), lib/cosmtask.h (1.72), lib/testlib.c (1.79), doc/cosmtask.html (1.58): signal rename and renumber 2001-08-18 17:07 beberg * v3/lib/: cosmtask.c (1.152), cosmtask.h (1.71): signals now match the native numberings 2001-08-17 21:38 beberg * v3/lib/testlib.c (1.78): add message about unteseted MemDumpLeaks 2001-08-17 21:18 beberg * v3/doc/cosmmem.html (1.46): fix typo 2001-08-17 21:13 beberg * v3/build (1.47): add defines 2001-08-13 19:14 beberg * v3/lib/testlib.c (1.77): clarify leak test 2001-08-12 22:42 beberg * v3/lib/: cosmmem.c (1.62), testlib.c (1.76): reorder struct, add size, fix reline bug 2001-08-11 04:33 beberg * v3/lib/config.c (1.20): remove old leaky code 2001-08-11 03:23 beberg * v3/make/MSVC/: libcosm.dsp (1.3), testlib.dsp (1.2): add memory leak checking 2001-08-11 03:13 beberg * v3/lib/cosmmem.h (1.25): typecasts 2001-08-11 03:07 beberg * v3/: TODO.TXT (1.381), doc/cosmmem.html (1.45), doc/cputypes.html (1.28), lib/buffer.c (1.40), lib/buffer.h (1.14), lib/config.c (1.19), lib/cosmfile.c (1.147), lib/cosmmem.c (1.61), lib/cosmmem.h (1.24), lib/testlib.c (1.75): memory leak checkers, woohoo 2001-08-10 21:58 beberg * v3/make/MSVC/usertype.dat (1.1): MSVC data types 2001-08-10 21:53 beberg * v3/: TODO.TXT (1.380), doc/cosmfile.html (1.59), lib/cosmfile.c (1.146), lib/cosmfile.h (1.66), lib/testlib.c (1.74): v3DirGet/Set 2001-08-10 17:03 beberg * v3/lib/http.c (1.26): typo 2001-08-10 16:26 beberg * v3/lib/cosmnet.c (1.153): ah crap 2001-08-01 18:03 beberg * v3/lib/http.c (1.25): add return after close 2001-07-27 21:13 beberg * v3/lib/http.c (1.24): add LF/CR to post request 2001-07-27 17:58 beberg * v3/make/MSVC/libcosm.dsp (1.2): fix paths 2001-06-27 03:17 beberg * v3/: lib/cputypes.h (1.44), lib/testlib.c (1.73), make/nutc-x86 (1.5): remove junk, fix OS name spacing 2001-06-24 05:17 beberg * v3/TODO.TXT (1.379): no message 2001-06-23 20:47 beberg * v3/make/MSVC/: client.dsp (1.1), libcosm.dsp (1.1), server.dsp (1.1), testlib.dsp (1.1): move 2001-06-23 20:46 beberg * v3/make/MSVC/Cosm.dsw (1.2): no message 2001-06-15 02:24 beberg * v3/lib/cosmmath.h (1.28): add pi (how sad is that) 2001-06-14 00:23 beberg * v3/TODO.TXT (1.378): fix cosmtask API, cleanup etc. 2001-06-13 23:46 beberg * v3/: lib/testlib.c (1.72), apps/cs-sdk/server.c (1.24): cosmtask API 2001-06-13 23:43 beberg * v3/: doc/cosmtask.html (1.57), lib/cosmtask.c (1.151), lib/cosmtask.h (1.70), lib/http.c (1.23): fix cosmtask API, cleanup etc. 2001-06-10 17:14 beberg * v3/lib/http.c (1.22): fix errors 2001-06-10 00:16 beberg * v3/lib/http.c (1.21): tweak error condition 2001-06-09 23:51 beberg * v3/lib/http.c (1.20): use threadEnd 2001-06-09 23:37 beberg * v3/lib/cosmtask.h (1.69): typo 2001-06-09 23:37 beberg * v3/lib/http.c (1.19): no message 2001-06-09 23:00 beberg * v3/: TODO.TXT (1.377), apps/cs-sdk/client.c (1.20), apps/cs-sdk/server.c (1.23): Fix backward close calls in examples 2001-06-06 17:32 beberg * v3/: doc/http.html (1.6), lib/http.c (1.18), lib/http.h (1.14), apps/cs-sdk/server.c (1.22): change to HTTPDInit API 2001-06-06 13:56 beberg * v3/lib/: http.c (1.17), http.h (1.13): fixes for closing comnnections 2001-06-03 20:51 beberg * v3/TODO.TXT (1.376): Add HTTP modes to serevr, misc fixes and docs 2001-06-03 20:46 beberg * v3/apps/cs-sdk/: README.TXT (1.7), client.c (1.19), common.h (1.7), cs-sdk.html (1.8), server.c (1.21), server.h (1.6): Add HTTP modes to serevr, misc fixes and docs 2001-06-03 20:46 beberg * v3/lib/http.c (1.16): corrections to persistent request handling 2001-06-03 20:45 beberg * v3/lib/cosmio.h (1.62): tweaks for compiler warnings 2001-06-02 14:50 beberg * v3/apps/cs-sdk/: client.c (1.18), client.h (1.5): Add HTTP modes 2001-06-02 01:16 beberg * v3/doc/index.html (1.43): misc capitalization 2001-05-30 20:35 jrt * v3/: doc/http.html (1.5), lib/http.h (1.12): http server docs 2001-05-30 00:37 beberg * v3/: lib/cosm.h (1.26), doc/cputypes.html (1.27): Rearrage NONPORTABLE defines 2001-05-28 22:01 beberg * v3/: TODO.TXT (1.375), lib/http.c (1.15), lib/http.h (1.11): finish off the http server function comments, etc 2001-05-25 04:29 beberg * v3/lib/: http.c (1.14), http.h (1.10): finish httpd request parser etc. 2001-05-25 04:29 beberg * v3/TODO.TXT (1.374): updates 2001-05-25 03:40 beberg * v3/: doc/buffer.html (1.35), lib/buffer.c (1.39), lib/buffer.h (1.13): add v3BufferClear 2001-05-20 23:11 beberg * v3/doc/http.html (1.4): remove invalid functions 2001-05-20 16:48 jrt * v3/doc/http.html (1.3): http docs 2001-05-19 23:22 beberg * v3/lib/: http.c (1.13), http.h (1.9): http descriptions in header, API changes 2001-05-07 15:07 beberg * v3/lib/http.c (1.12): http defaults useable 2001-05-07 15:05 beberg * v3/lib/: http.c (1.11), http.h (1.8): more work on http 2001-04-25 23:29 beberg * v3/lib/cosmio.c (1.152): remove rounding code, it didnt work 2001-04-25 15:32 beberg * v3/lib/: cosmfile.c (1.145), cosmfile.h (1.65), cosmnet.c (1.152), cosmnet.h (1.52): remove low level mutexes from files, directories, and network connections 2001-04-25 14:14 beberg * v3/lib/cosmnet.c (1.151): comment changes clarifying mess 2001-04-25 14:01 beberg * v3/lib/cosmnet.c (1.150): fix some REUSE issues 2001-03-22 00:38 beberg * v3/lib/cputypes.h (1.43): fix align, not portable at all 2001-03-22 00:01 beberg * v3/: TODO.TXT (1.373), lib/cputypes.h (1.42): update and changes to cputypes.h 2001-03-19 01:58 beberg * v3/apps/cs-sdk/server.c (1.20): fix typo 2001-03-13 23:36 beberg * v3/make/MSVC/Cosm.dsw (1.1): add MSVC projects 2001-03-13 21:56 beberg * v3/: TODO.TXT (1.372), lib/cosmio.c (1.151): fix v3u64A tests, comment out for now 2001-02-25 00:14 beberg * v3/: TODO.TXT (1.371), apps/cs-sdk/client.c (1.17), apps/cs-sdk/server.c (1.19), doc/cosmfile.html (1.58), doc/cosmnet.html (1.62), lib/config.c (1.18), lib/cosmfile.c (1.144), lib/cosmfile.h (1.64), lib/cosmio.c (1.150), lib/cosmnet.c (1.149), lib/cosmnet.h (1.51), lib/email.c (1.30), lib/log.c (1.34), lib/http.c (1.10), lib/http.h (1.7), lib/testlib.c (1.71): Major net and file API modifications 2001-02-24 16:37 beberg * v3/doc/cosmmem.html (1.44): minor error in MemFree docs 2001-02-05 15:38 beberg * v3/lib/cosmfile.c (1.143): bug fix in 64bit code 2001-02-04 21:38 beberg * v3/lib/: cosmfile.c (1.142), cosmnet.c (1.148), cosmtask.c (1.150), cosmtask.h (1.68): BeOS changes from Alister Lee 2001-01-30 22:51 beberg * v3/doc/index.html (1.42): add http to index 2001-01-29 21:18 jrt * v3/: TODO.TXT (1.370), doc/cosmnet.html (1.61), doc/http.html (1.2): updated docs 2001-01-28 14:13 beberg * v3/: TODO.TXT (1.369), lib/cosmmath.c (1.81): fix v3f64Inf 2001-01-20 14:42 beberg * v3/apps/cs-sdk/Makefile (1.14): Modifications to Makefile template 2001-01-20 14:26 beberg * v3/lib/cosm.h (1.25): fix unsafe comment 2001-01-18 22:56 beberg * v3/lib/: http.c (1.9), http.h (1.6): http proxy fixes 2001-01-18 22:55 beberg * v3/lib/cosmnet.h (1.50): fix return code 2001-01-16 09:27 beberg * v3/lib/http.c (1.8): break the format so that proxies work right 2001-01-16 02:59 beberg * v3/lib/: http.c (1.7), http.h (1.5): fix proxy persistence between 1.0 and 1.1 2001-01-15 04:12 beberg * v3/TODO.TXT (1.368): updates 2001-01-15 04:02 beberg * v3/apps/cs-sdk/client.c (1.16): cosmnet auditing 2001-01-15 03:35 beberg * v3/lib/cosmnet.c (1.147): cosmnet auditing 2001-01-15 03:01 beberg * v3/: lib/cosmnet.c (1.145), lib/cosmnet.c (1.146), TODO.TXT (1.367): cosmnet auditing 2001-01-15 03:00 beberg * v3/: apps/cs-sdk/client.c (1.15), lib/cosmnet.h (1.49): new net errors 2001-01-15 00:04 beberg * v3/: build (1.46), doc/cputypes.html (1.26): clarify -DNO_NETWORKING 2001-01-08 22:56 beberg * v3/lib/cosmnet.c (1.144): fix unix case 2001-01-08 22:48 beberg * v3/lib/: cosmnet.c (1.143), cosmnet.h (1.48): changes to UDP, and adding shutdown() calls needed by win32 2001-01-02 23:19 ncruiser * v3/: lib/cosmio.c (1.149), lib/cosmtask.c (1.149), lib/cosmtask.h (1.67), make/openbsd-x86 (1.1): OpenBSD stuff added