| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | util.signal: Change ifdef to allow signal.kill() on Solaris (thanks Filip) | Matthew Wild | 2009-09-29 | 1 | -1/+1 |
| * | Makefile: Don't combine variable export with assignment for compatibility wit... | Matthew Wild | 2009-09-29 | 1 | -4/+11 |
* | | util.encodings: Removed a bit of unreachable code. | Waqas Hussain | 2009-10-02 | 1 | -1/+0 |
* | | util.encodings: Included idn-free.h, which explicitly declares the idn_free f... | Waqas Hussain | 2009-10-02 | 1 | -0/+1 |
* | | util.encodings: Fixed: Last change was not ANSI C compatible. | Waqas Hussain | 2009-10-02 | 1 | -1/+6 |
|/ |
|
* | Makefile.win: Updated the windows Makefile with more appropriate paths. | Waqas Hussain | 2009-09-22 | 1 | -2/+2 |
* | util.encodings: Fixed an issue with cross-module memory deallocation (crashes... | Waqas Hussain | 2009-09-22 | 1 | -4/+4 |
* | pposix, mod_posix: Bump pposix version number | Matthew Wild | 2009-07-23 | 1 | -1/+1 |
* | pposix: Add setgid() function | Matthew Wild | 2009-07-23 | 1 | -0/+63 |
* | pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to intos... | Matthew Wild | 2009-07-21 | 1 | -1/+1 |
* | Close std{in,out,err} when daemonizingvault/0.4.20.4.2 | Matthew Wild | 2009-05-22 | 1 | -2/+2 |
* | Makefiles: Add signal.so to install targets | Matthew Wild | 2009-04-12 | 1 | -1/+1 |
* | util.lsignal: Add lsignal library for catching POSIX signals | Matthew Wild | 2009-04-12 | 1 | -0/+387 |
* | Makefiles, util.signal: Add lsignal library for catching POSIX signals | Matthew Wild | 2009-04-12 | 1 | -1/+6 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 3 | -3/+3 |
* | pposix: Standardize error messages | Matthew Wild | 2009-03-03 | 1 | -7/+9 |
* | pposix: Small fix for copyright notice | Matthew Wild | 2009-03-03 | 1 | -1/+1 |
* | Make the code actually build. | Tobias Markmann | 2009-02-22 | 1 | -13/+13 |
* | Added missing code. | Tobias Markmann | 2009-02-22 | 1 | -1/+28 |
* | Adding setrlimits() binding. | Tobias Markmann | 2009-02-22 | 1 | -0/+82 |
* | util.pposix: Add getuid/setuid (we don't use them yet) | Matthew Wild | 2009-02-15 | 1 | -1/+80 |
* | Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure scr... | Matthew Wild | 2009-02-14 | 1 | -7/+8 |
* | util.pposix: Fix incompatible pointer type compiler warnings | Matthew Wild | 2009-02-13 | 1 | -5/+6 |
* | Licensing/version updates for some files (forgot to commit, doh...) | Matthew Wild | 2009-02-02 | 3 | -331/+301 |
* | Remove redundant linking in util-src modules' Makefile | Matthew Wild | 2009-02-02 | 1 | -2/+2 |
* | pposix: Remove debug line | Matthew Wild | 2009-01-16 | 1 | -1/+0 |
* | pposix: Add syslog_setmask (use config: minimum_log_level = 'warn' etc.) | Matthew Wild | 2009-01-16 | 1 | -0/+17 |
* | pposix: Add _NAME and _VERSION | Matthew Wild | 2009-01-16 | 1 | -0/+8 |
* | mod_posix/pposix: Fix reporting of incorrect PID on daemonization. Log correc... | Matthew Wild | 2009-01-15 | 1 | -8/+21 |
* | mod_posix: Support for logging to syslog (log = 'syslog' in config) | Matthew Wild | 2009-01-15 | 1 | -0/+129 |
* | Makefile fix for clean target | Matthew Wild | 2008-12-28 | 1 | -0/+1 |
* | Fixed util.encodings.base64.decode to not truncate results when encountering ... | Waqas Hussain | 2008-12-08 | 1 | -3/+5 |
* | Remove some debugging from pposix.c | Matthew Wild | 2008-12-06 | 1 | -2/+0 |
* | 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 |