Merge from waqas
[prosody.git] / util-src /
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Matthew WildRemove some debugging from pposix.c
2008-12-06 Matthew WildAdd posix support library, and adjust makefiles for it
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-03 Matthew WildFix Makefile to link with Lua again
2008-12-03 Matthew WildFix configure to save LFLAGS, and also set proper defau...
2008-12-03 Matthew WildAutomated merge with http://84.46.7.57:1234
2008-12-03 Tobias MarkmannMaking makefile work under OS X finally. Yeah OS X...
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew Wildand the C files too
2008-11-30 Matthew WildUse install to strip symbols
2008-11-30 Matthew WildPotential fixes for building on Mac OSX
2008-11-30 Tobias MarkmannAutomated merge with h-h.
2008-11-30 Matthew WildMerge from waqas
2008-11-30 Matthew WildMerge with Tobias
2008-11-29 Matthew WildAdd -fPIC to util-src/Makefile
2008-11-29 Tobias MarkmannAutomated merge.
2008-11-29 Matthew WildMerfe from Tobias
2008-11-29 Tobias MarkmannForced merge.
2008-11-29 Matthew WildAdd a top-level Makefile and ./configure script. Update...
2008-11-28 Tobias MarkmannUse unsigned int instead of uint because uint is alread...
2008-11-28 Tobias MarkmannTo use free you should include stdlib.h rather than...
2008-11-28 Tobias MarkmannDo idna_to_ascii when building own response.
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Waqas HussainAdded make.bat for windows
2008-11-27 Waqas HussainRemoved MS specific preprocessor statements from the...
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Waqas HussainMakefile now works on windows with Microsoft's compiler
2008-11-27 Waqas HussainMinor changes to C files (to prevent compiler warnings)
2008-11-26 Matthew WildFix for hashes.c and encodings.c to rename luaopen...
2008-11-26 Matthew WildMerge from waqas
2008-11-26 Matthew WildAdd rough Makefile for util-src/
2008-11-25 Waqas HussainRemoved commented code
2008-11-25 Waqas HussainAdded util-src/hashes.c - support for sha1, sha256...
2008-11-25 Waqas HussainAdded util-src/encodings.c - support for base64, string...