44 check-ins by user rkeene occurring around 2004-10-31 20:46:08.
More ↑
2006-12-15
| ||
23:33 | [b83e2d07b5] Added additional bounds checking to conf_apache (needs more) (user: rkeene tags: trunk) | |
23:15 | [e25a9d7fae] Fixed potential buffer bounds issues (user: rkeene tags: trunk) | |
2006-12-12
| ||
15:31 | [6cc2f2abd9] Added script to build web-based man pages (user: rkeene tags: trunk) | |
2006-09-27
| ||
11:23 | [22b94f5de6] Patched libconfig (user: rkeene tags: trunk) | |
2005-10-18
| ||
16:03 | [45472c6a14] Fixed compile error caused by Subversion update confusion. libconfig 0.1.21 (user: rkeene tags: trunk, 0.1.21) | |
16:00 | [b9a32192b7] Added missing error line/file information for conf_apache libconfig 0.1.20 (user: rkeene tags: trunk, 0.1.20) | |
2005-09-30
| ||
08:27 | [730308bffd] Added filename and line numbers to error messages. Began adding support for lists of options rather than just one option per item. libconfig 0.1.19 (user: rkeene tags: trunk, 0.1.19) | |
2005-07-18
| ||
11:54 | [793852910f] Updated configure process on Win32 to use DLL base. Fixed "lc_cleanup" causing segfaults. (user: rkeene tags: trunk, 0.1.18) | |
2005-03-05
| ||
11:30 | [2ae4c0df0a] Began adding IPv6 support (user: rkeene tags: trunk, 0.1.17) | |
2004-12-25
| ||
20:00 | [4d7bd96b4e] Fixed last fix for Mac OS X shared libraries, oops. libconfig 0.1.16 (user: rkeene tags: trunk, 0.1.16) | |
19:45 | [0febd33a2d] Updated Mac OS X support (7.7.0 with gcc 3.3 now works) Added a --enable-small that disables a few options to make a smaller library. Updated win32 build to make an i386 object explicitly (this may have been the default) libconfig 0.1.15 (user: rkeene tags: trunk, 0.1.15) | |
2004-12-20
| ||
00:49 | [cb1b3fadc8] Fixed typo where getpwuid was checked for twice. (user: rkeene tags: trunk) | |
00:48 | [c061ce704b] Updated win32 support slightly. (user: rkeene tags: trunk) | |
00:44 | [7d6fa8e6b1] Cygwin was made its own port. Various fixes to strtoll replacement. libconfig 0.1.14 (user: rkeene tags: trunk, 0.1.14) | |
2004-12-18
| ||
18:55 | [c1e4573958] More cygwin fixes. libconfig 0.1.12 (user: rkeene tags: trunk, 0.1.12) | |
10:46 | [5baa5c16a6] Win32 fixes. libconfig 0.1.8 (user: rkeene tags: trunk, 0.1.8) | |
10:05 | [80d18a8d82] Win32 support fixed. Added a new man page (lc_cleanup) (user: rkeene tags: trunk) | |
2004-12-03
| ||
12:22 | [a3f979b75d] Added an AUTHORS file. (user: rkeene tags: trunk) | |
12:19 | [1c4c941633] Merged patches from Mirko Buffoni <mirko.buffoni@synthesys.it> That fixed installation and RPM `spec file' issues. (user: rkeene tags: trunk) | |
2004-11-24
| ||
23:40 | [5eff930a35] Updated man pages. Updated Makefile.in to delete new man pages. Updated configure.ac to check for fopen_net() instead of open_net(). (user: rkeene tags: trunk) | |
23:13 | [cff8496e42] Added an optional dependency to libopennet. If libopennet is used fopen_net is used instead of fopen. Made lc_process_file() a publicly callable function. Added a (blank!) man page for it. Made lc_cleanup() a publicly callable function, and removed calls to it from lc_process(). Added a (blank!) man page for it. (user: rkeene tags: trunk) | |
2004-11-23
| ||
14:18 | [5f5c336351] Updated build process to correct flags issue. (user: rkeene tags: trunk) | |
2004-11-22
| ||
02:00 | [4596d49a10] Added a .spec file Changed license to MIT libconfig 0.1.3 (user: rkeene tags: trunk, 0.1.3) | |
2004-11-17
| ||
09:49 | [67a12fd87a] Updated libconfig (user: rkeene tags: trunk) | |
2004-10-31
| ||
20:46 | [59af3f328b] Changed to `strtoull' to `strtoll' and updated code. Changed URL in header Added TODO libconfig 0.1.1 (user: rkeene tags: trunk, 0.1.1) | |
2004-10-29
| ||
16:40 | [2dfd527012] Updated man pages. (user: rkeene tags: trunk) | |
16:33 | [304f4b8d4a] Updated manual pages. The "extraconfig" files are now processed before the /etc ones. (user: rkeene tags: trunk) | |
16:17 | [6861d15aac] Updated man pages. (user: rkeene tags: trunk) | |
04:02 | [1bde205ce1] Updated documentation added INSTALL document libconfig 0.1.0 (user: rkeene tags: trunk, 0.1.0) | |
03:25 | [608a304b3b] Fixed makefile to work with BSD make (user: rkeene tags: trunk) | |
03:10 | [58c3554ca1] Fixed some warnings. libconfig 0.0.8 (user: rkeene tags: trunk, 0.0.8) | |
03:01 | [2eca7c583b] Updated to remove PRINTERR and PRINTERR_D (Mac OS X's c preprocessor doesn't handle variadic macros) Updated strtoull.c to work. Added config.guess/config.sub (needed for determining SHLIBEXT) A few misc changes. libconfig 0.0.7 (user: rkeene tags: trunk, 0.0.7) | |
01:41 | [f0685dfb27] Fixed typo. (user: rkeene tags: trunk) | |
00:35 | [eacf820f19] Fixed OBJLIBS to create a SHOBJLIBS variable that has the correct format. libconfig version 0.0.5 (user: rkeene tags: trunk) | |
2004-10-28
| ||
23:55 | [affd29c5ef] Updated the way configure looks for how to build shared objects. libconfig version 0.0.4 (user: rkeene tags: trunk) | |
23:18 | [660883b103] Additional man pages created, and cleaned up (user: rkeene tags: trunk) | |
22:39 | [d7ae2bcb59] Added an environment parser. Cleaned up some memory leaks. Made lc_process() cleanup, so calling lc_process() twice will do nothing. (user: rkeene tags: trunk) | |
21:32 | [307def9899] Added a variable type "BOOL_BY_EXISTANCE" that enables things just by being specified. (user: rkeene tags: trunk) | |
21:11 | [9d733cc5a2] Fixed command line processing and added argument re-ordering. Also, added a global variable lc_optind to indicate where we were in the argv array. (user: rkeene tags: trunk) | |
2004-10-26
| ||
13:19 | [92a0e45fc6] Updated man pages. Updated lc_process_files() to work. (user: rkeene tags: trunk) | |
2004-10-24
| ||
14:26 | [6a0a10a0ab] Lots of improvements to libconfig: We now process the command line arguments ourselves rather than using getopt(). We now process Apache-style config files. Began work on documentation. Many more bug fixes (user: rkeene tags: trunk) | |
2004-10-22
| ||
23:59 | [53df9990ae] Made dysfunctional configuration elements return -1. Made conf_section work correctly. (user: rkeene tags: trunk) | |
23:42 | [0334619956] Created libconfig project. (user: rkeene tags: trunk) | |
23:42 | [3e79c3f3b3] initial empty check-in (user: rkeene tags: trunk) | |