Makefile.win: Updated the windows Makefile with more appropriate paths.
[prosody.git] / util-src /
2009-09-22 Waqas HussainMakefile.win: Updated the windows Makefile with more...
2009-09-22 Waqas Hussainutil.encodings: Fixed an issue with cross-module memory...
2009-07-23 Matthew WildMerge with 0.5
2009-07-23 Matthew Wildpposix, mod_posix: Bump pposix version number
2009-07-23 Matthew Wildpposix: Add setgid() function
2009-07-21 Matthew WildMerge with 0.5
2009-07-21 Matthew Wildpposix: Change LOG_EMERG -> LOG_CRIT, which makes more...
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildClose std{in,out,err} when daemonizing
2009-04-12 Matthew WildMakefiles: Add signal.so to install targets
2009-04-12 Matthew Wildutil.lsignal: Add lsignal library for catching POSIX...
2009-04-12 Matthew WildMakefiles, util.signal: Add lsignal library for catchin...
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-03-03 Matthew Wildpposix: Standardize error messages
2009-03-03 Matthew Wildpposix: Small fix for copyright notice
2009-03-03 Matthew WildAutomated merge with http://luaetta.ath.cx:1234/
2009-03-03 Tobias MarkmannMerged with main tip.
2009-02-22 Tobias MarkmannMake the code actually build.
2009-02-22 Tobias MarkmannAdded missing code.
2009-02-22 Tobias MarkmannAdding setrlimits() binding.
2009-02-16 Matthew WildMerge from waqas
2009-02-16 Matthew WildMerge waqas with waqas
2009-02-15 Matthew Wildutil.pposix: Add getuid/setuid (we don't use them yet)
2009-02-14 Tobias MarkmannMerging with tip.
2009-02-14 Matthew WildUse $CC, $LD in Makefile. Add --c-compiler, --linker...
2009-02-13 Matthew Wildutil.pposix: Fix incompatible pointer type compiler...
2009-02-02 Matthew WildLicensing/version updates for some files (forgot to...
2009-02-02 Matthew WildRemove redundant linking in util-src modules' Makefile
2009-01-16 Matthew Wildpposix: Remove debug line
2009-01-16 Matthew Wildpposix: Add syslog_setmask (use config: minimum_log_lev...
2009-01-16 Matthew Wildpposix: Add _NAME and _VERSION
2009-01-15 Matthew Wildmod_posix/pposix: Fix reporting of incorrect PID on...
2009-01-15 Matthew Wildmod_posix: Support for logging to syslog (log = 'syslog...
2008-12-28 Matthew WildMakefile fix for clean target
2008-12-07 Waqas HussainFixed util.encodings.base64.decode to not truncate...
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...