aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers for 2010Matthew Wild2010-03-224-9/+22
* Merge 0.6.2/waqas with 0.6.2/MattJMatthew Wild2010-03-032-2/+3
|\
| * util.encodings: Use STD3 ASCII rules for idna.to_ascii.Waqas Hussain2010-02-101-1/+1
| * util.pposix: Fix return type of lc_abort to shush compiler warningMatthew Wild2010-01-101-1/+2
* | util.signal: Using stdlib.h instead of malloc.h.Tobias Markmann2010-01-151-1/+1
* | util.signal: Restore the old debug hook earlier, just in case we receive anot...Matthew Wild2010-01-101-2/+3
* | util.signal: Update version in header, and author's emailMatthew Wild2010-01-101-2/+2
* | util.signal: Queue up multiple signals, instead of trampling on the previous ...Matthew Wild2010-01-101-20/+44
* | util.signal: Make kill() available on Solaris; really fixes #136.Waqas Hussain2009-12-091-1/+1
|/
* Makefile.win: Added support for util.windows, improved cleanup of temporary f...Waqas Hussain2009-10-311-6/+15
* util.windows: Initial commit. Adds support for querying the windows DNS API f...Waqas Hussain2009-10-311-0/+45
* util.pposix: Add abort() functionMatthew Wild2009-10-301-0/+8
* util-src/Makefile: Add missing flags to building of util.signalMatthew Wild2009-10-191-1/+1
* MergeWaqas Hussain2009-10-023-7/+24
|\
| * util.encodings: Don't throw an error but return nil when passed nil or a non-...Matthew Wild2009-09-291-1/+5
| * util.pposix: Compatibility with Solaris systems (thanks Filip)Matthew Wild2009-09-291-2/+12
| * util.signal: Change ifdef to allow signal.kill() on Solaris (thanks Filip)Matthew Wild2009-09-291-1/+1
| * Makefile: Don't combine variable export with assignment for compatibility wit...Matthew Wild2009-09-291-4/+11
* | util.encodings: Removed a bit of unreachable code.Waqas Hussain2009-10-021-1/+0
* | util.encodings: Included idn-free.h, which explicitly declares the idn_free f...Waqas Hussain2009-10-021-0/+1
* | util.encodings: Fixed: Last change was not ANSI C compatible.Waqas Hussain2009-10-021-1/+6
|/
* Makefile.win: Updated the windows Makefile with more appropriate paths.Waqas Hussain2009-09-221-2/+2
* util.encodings: Fixed an issue with cross-module memory deallocation (crashes...Waqas Hussain2009-09-221-4/+4
* pposix, mod_posix: Bump pposix version numberMatthew Wild2009-07-231-1/+1
* pposix: Add setgid() functionMatthew Wild2009-07-231-0/+63
* pposix: Change LOG_EMERG -> LOG_CRIT, which makes more sense, thanks to intos...Matthew Wild2009-07-211-1/+1
* Close std{in,out,err} when daemonizingvault/0.4.20.4.2Matthew Wild2009-05-221-2/+2
* Makefiles: Add signal.so to install targetsMatthew Wild2009-04-121-1/+1
* util.lsignal: Add lsignal library for catching POSIX signalsMatthew Wild2009-04-121-0/+387
* Makefiles, util.signal: Add lsignal library for catching POSIX signalsMatthew Wild2009-04-121-1/+6
* 0.3->0.4Matthew Wild2009-03-203-3/+3
* pposix: Standardize error messagesMatthew Wild2009-03-031-7/+9
* pposix: Small fix for copyright noticeMatthew Wild2009-03-031-1/+1
* Make the code actually build.Tobias Markmann2009-02-221-13/+13
* Added missing code.Tobias Markmann2009-02-221-1/+28
* Adding setrlimits() binding.Tobias Markmann2009-02-221-0/+82
* util.pposix: Add getuid/setuid (we don't use them yet)Matthew Wild2009-02-151-1/+80
* Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure scr...Matthew Wild2009-02-141-7/+8
* util.pposix: Fix incompatible pointer type compiler warningsMatthew Wild2009-02-131-5/+6
* Licensing/version updates for some files (forgot to commit, doh...)Matthew Wild2009-02-023-331/+301
* Remove redundant linking in util-src modules' MakefileMatthew Wild2009-02-021-2/+2
* pposix: Remove debug lineMatthew Wild2009-01-161-1/+0
* pposix: Add syslog_setmask (use config: minimum_log_level = 'warn' etc.)Matthew Wild2009-01-161-0/+17
* pposix: Add _NAME and _VERSIONMatthew Wild2009-01-161-0/+8
* mod_posix/pposix: Fix reporting of incorrect PID on daemonization. Log correc...Matthew Wild2009-01-151-8/+21
* mod_posix: Support for logging to syslog (log = 'syslog' in config)Matthew Wild2009-01-151-0/+129
* Makefile fix for clean targetMatthew Wild2008-12-281-0/+1
* Fixed util.encodings.base64.decode to not truncate results when encountering ...Waqas Hussain2008-12-081-3/+5
* Remove some debugging from pposix.cMatthew Wild2008-12-061-2/+0
* Add posix support library, and adjust makefiles for itMatthew Wild2008-12-062-2/+101