Commit Graph

93 Commits

Author SHA1 Message Date
61bb91cb59 Added string_set() 2009-08-02 03:03:47 +00:00
031e5fe38e Fixed invalid memory accesses in the Config class after config_reset() 2009-08-02 02:48:31 +00:00
5566f004b4 Updated copyright information 2009-07-25 18:13:02 +00:00
272705130d Changed the prototype of object_resize() 2009-07-25 18:12:34 +00:00
974d0b7bcf Added object_resize() 2009-07-25 18:07:23 +00:00
5199ae872e Re-generated Makefiles 2009-06-16 23:45:52 +00:00
620bcc025f Added string_new_append() 2009-06-16 23:11:56 +00:00
5b797d87ad Extending the String class 2008-11-09 21:43:08 +00:00
196e5875d3 Requires <sys/types.h> 2008-10-15 23:36:01 +00:00
d8d4858efb GPLv3'ing 2008-10-15 10:58:17 +00:00
ab72ca4b8f Can't remember why I added <sys/types.h> here 2008-10-15 10:10:52 +00:00
0a9f75e43a Using string_new() instead of strdup() where applicable 2008-08-21 20:24:57 +00:00
d58853a53a Constify'd 2008-07-10 17:29:08 +00:00
0334be4271 Added config_reset() 2008-07-10 15:19:35 +00:00
d2dc86e4b6 Event API update 2008-07-10 15:19:01 +00:00
f6d9f1186b Create destination directory as appropriate 2008-07-10 15:14:52 +00:00
7c1921581d Now actually hashing the data but no longer managing keys as strings 2008-06-10 16:21:52 +00:00
7b818549bc Revised the API 2008-06-10 16:20:27 +00:00
9a29610c44 Renamed parser_delete_callback() to parser_remove_callback() 2008-05-13 00:38:48 +00:00
c8135f070c Added token_get_data() and token_set_data() 2008-04-24 17:15:41 +00:00
502bb06a1d Code cleanup 2008-04-17 18:06:07 +00:00
b32f6776db Added plugin_new_self() and plugin_lookup() 2008-04-17 13:02:08 +00:00
7c463bb727 Updated copyright information 2008-04-17 12:51:56 +00:00
d0958d1f1a Constified config_get() 2008-04-17 12:47:48 +00:00
010b141bad Code cleanup 2008-04-17 12:44:41 +00:00
66cc8cfb0f Currently requires <stdint.h> 2008-04-17 12:40:49 +00:00
a0cfa48890 Added a way to determine which client is calling 2008-04-12 14:31:35 +00:00
2560d7179f Added Plugin helpers 2008-04-11 12:39:07 +00:00
e07aca7572 token_get_code() really returns a TokenCode 2008-03-06 16:22:52 +00:00
ec01f67200 error_set_print() actually accepts format strings 2008-02-29 12:18:32 +00:00
fcab87e048 Added accessors for the filename 2008-02-27 18:20:22 +00:00
e924e0c41b Compile and install the new Object and Parser classes 2008-02-25 00:54:59 +00:00
5762053cca Corrected a comment 2008-02-25 00:52:34 +00:00
83787869e1 First attempt at a generic file parsing API 2008-02-25 00:47:34 +00:00
ae90a261e7 Using safer types 2008-02-25 00:45:33 +00:00
411897c90a Initial release 2008-02-25 00:42:32 +00:00
f1cd4a8c5c Updated Array API 2007-11-02 15:17:18 +00:00
bff63a7b27 Revised Buffer interface 2007-10-25 15:44:33 +00:00
a7ce354120 Corrected the prototype for buffer_new() 2007-10-24 21:56:24 +00:00
6293fb93ae Updated error handling API 2007-10-14 22:47:42 +00:00
d8b9e7d407 Added helpers for error handling 2007-10-14 22:02:36 +00:00
39d0941376 Fixes installation of include files 2007-10-09 15:53:16 +00:00
d75dadcb7e Using the newly introduced "includes" directive in configure 2007-09-25 23:01:26 +00:00
106de9a81a Licensed under the terms of the DeforaOS Project license 2007-06-13 23:34:06 +00:00
f82fcaf0d6 Partial AppServer/AppClient API and code review 2007-05-12 16:28:56 +00:00
ca13ba6bba Fixing Makefiles 2006-11-03 10:58:14 +00:00
32c0bf3d72 Added include <sys/types.h> 2006-10-23 11:31:49 +00:00
9b1f1b1ffb Temporarily define the FileMode type as an int 2006-10-09 05:27:22 +00:00
9981a78e50 Adding copyright notices 2006-10-09 04:24:16 +00:00
470d474d9e Re-ordered header file 2006-10-09 04:23:57 +00:00