| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add posix support library, and adjust makefiles for it | Matthew Wild | 2008-12-06 | 2 | -2/+101 |
* | Fix Makefile to link with Lua againvault/0.1.00.1.0 | Matthew Wild | 2008-12-03 | 1 | -2/+2 |
* | Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes | Matthew Wild | 2008-12-03 | 1 | -1/+1 |
* | Making makefile work under OS X finally. Yeah OS X's gcc is a little bit stra... | Tobias Markmann | 2008-12-03 | 1 | -5/+10 |
* | and the C files too | Matthew Wild | 2008-12-03 | 2 | -0/+40 |
* | Use install to strip symbols | Matthew Wild | 2008-11-30 | 1 | -2/+1 |
* | Potential fixes for building on Mac OSX | Matthew Wild | 2008-11-30 | 1 | -3/+3 |
* | Add -fPIC to util-src/Makefile | Matthew Wild | 2008-11-29 | 1 | -2/+2 |
* | Forced merge. | Tobias Markmann | 2008-11-29 | 1 | -8/+11 |
|\ |
|
| * | Add a top-level Makefile and ./configure script. Update util-src Makefile for... | Matthew Wild | 2008-11-29 | 1 | -7/+10 |
* | | Use unsigned int instead of uint because uint is already in use on OS X. | Tobias Markmann | 2008-11-28 | 1 | -3/+1 |
* | | To use free you should include stdlib.h rather than malloc.h according to man... | Tobias Markmann | 2008-11-28 | 1 | -1/+1 |
* | | Do idna_to_ascii when building own response. | Tobias Markmann | 2008-11-28 | 1 | -2/+2 |
|/ |
|
* | Added make.bat for windows | Waqas Hussain | 2008-11-27 | 1 | -0/+1 |
* | Removed MS specific preprocessor statements from the Makefile | Waqas Hussain | 2008-11-27 | 1 | -4/+0 |
* | Makefile now works on windows with Microsoft's compiler | Waqas Hussain | 2008-11-27 | 2 | -0/+34 |
* | Minor changes to C files (to prevent compiler warnings) | Waqas Hussain | 2008-11-27 | 2 | -5/+9 |
* | Fix for hashes.c and encodings.c to rename luaopen for util_* | Matthew Wild | 2008-11-26 | 2 | -2/+2 |
* | Add rough Makefile for util-src/ | Matthew Wild | 2008-11-26 | 1 | -0/+24 |
* | Removed commented code | Waqas Hussain | 2008-11-26 | 2 | -162/+4 |
* | Added util-src/hashes.c - support for sha1, sha256 and md5 hashes | Waqas Hussain | 2008-11-26 | 1 | -0/+204 |
* | Added util-src/encodings.c - support for base64, stringprep and idna encodings | Waqas Hussain | 2008-11-26 | 1 | -0/+237 |