81 Commits (b199cb5ff085eef2af83997689ecd5f081948073)

Author SHA1 Message Date
Darryl Pogue a14a171774 Replace MemMove, MemCopy, and MemCmp. 13 years ago
Darryl Pogue eb946f76a4 Get rid of MemAlloc. 13 years ago
Darryl Pogue 72fdf8de32 Replace MemZero with memset. 13 years ago
Darryl Pogue 7d7d7d273f Get rid of ALLOCZERO macro. 13 years ago
Darryl Pogue f4ff65ccbc Replace MemSet with memset. 13 years ago
Darryl Pogue 5013a978eb Get rid of NEW(), TRACKED_NEW, and ZERO(). 13 years ago
Darryl Pogue 30430d3024 Replace ZEROPTR() with memset. 13 years ago
Darryl Pogue 3c5ed83020 Replace calls to ALLOC() macro with malloc. 13 years ago
Darryl Pogue 1fa1197c3e Get rid of ALLOCFLAGS() macro. 13 years ago
Darryl Pogue b3f75a5ae7 Get rid of REALLOC(), REALLOCFLAGS(), and CALLOC() 13 years ago
Darryl Pogue 48b8cd8ad0 Get rid of FREEFLAGS() which ignored the flags >.> 13 years ago
Darryl Pogue 6cdcf6a95e Get rid of most _alloca use and remove ALLOCA(). 13 years ago
Darryl Pogue 8a3f0cfd5b Get rid of DEL() and FREE() macros. 13 years ago
Adam Johnson be26b145df HeadSpin.h is now the core header. 13 years ago
Adam Johnson 5027b5a4ac Convert custom HeadSpin integer types to standard types from stdint.h 13 years ago
Joseph Davies cea7407471 Remove pnUtEndian and update pnNcCli for renamed endian functions. 13 years ago
CyanWorlds eb2767a5f7 Open source re-licensing 13 years ago
diafero 9c28eca30f remove pointless "BUILD_TYPE" option... external vs. internal client should really be enough 13 years ago
Darryl Pogue c4044cbf06 Mingw fixes for pnUtils. 13 years ago
Darryl Pogue 35d179fc53 Fix a bunch of syntax errors in pnUtils. 13 years ago
diafero 837dae9b69 if the N value is zero, send an empty seed to the server and expect an empty seed back. Don't use encryption. 13 years ago
Michael Hansen 23d7e7bf43 OpenSSL's RC4 has been working just fine for HSPlasma and DirtSand... 13 years ago
Michael Hansen 562b6fcfd0 Use OpenSSL's bignum library 13 years ago
philippelatulippe 62a6757ea6 Use cmake's TestBigEndian to set BIG_ENDIAN or LITTLE_ENDIAN. 13 years ago
philippelatulippe d14938029f Fix compile-time endianness check to work on linux. As the original comment says, it's still not very robust. 13 years ago
philippelatulippe 3c1bf3ca8e Fix case of two include 13 years ago
Joseph Davies 4d667df593 Change to use Local AppData instead of My Documents. 13 years ago
Michael Hansen dfebad4a54 Fix Base64 size calculation behavior to always return the actual conversion size 13 years ago
Branan Purvine-Riley 908aaeb6f6 Fix line endings and tabs 13 years ago
Branan Purvine-Riley c9061c5ea7 Move Plasma20 to be the new repository root 13 years ago