Commit Graph

349 Commits

Author SHA1 Message Date
9f1dc3203f Re-generated Makefiles 2008-06-04 20:15:21 +00:00
d78d179b60 Fixed memory leak 2008-05-22 00:45:40 +00:00
9a29610c44 Renamed parser_delete_callback() to parser_remove_callback() 2008-05-13 00:38:48 +00:00
93b8f4f757 Re-generated Makefile 2008-05-13 00:38:05 +00:00
c8135f070c Added token_get_data() and token_set_data() 2008-04-24 17:15:41 +00:00
705057b22f Releasing version 0.0.2 2008-04-17 18:23:24 +00:00
9f3c5d9339 Using the Object framework 2008-04-17 18:21:03 +00:00
3a6232d038 Releasing version 0.0.2 2008-04-17 18:13:45 +00:00
ea7fff5b17 Using __func__ for debugging output 2008-04-17 18:13:17 +00:00
b0f75ae858 Updated copyright information 2008-04-17 18:12:17 +00:00
502bb06a1d Code cleanup 2008-04-17 18:06:07 +00:00
3b90ad3e41 Should actually hash the data 2008-04-17 18:05:53 +00:00
d3ede67a03 Using the Object framework 2008-04-17 17:58:52 +00:00
c07288aad2 Code cleanup 2008-04-17 17:55:41 +00:00
b1b2361fd3 Updated copyright information 2008-04-17 17:52:26 +00:00
4ddafea8be Using the error reporting framework 2008-04-17 17:51:13 +00:00
e99fa5c400 Code cleanup 2008-04-17 17:34:57 +00:00
cae65dec73 Implemented array_set() (not tested) 2008-04-17 17:29:35 +00:00
e040dfcdc7 Code cleanup 2008-04-17 17:15:27 +00:00
321d26b5de More code cleanup 2008-04-17 16:50:34 +00:00
612ae35447 Avoid a potential memory corruption on little-endian architectures 2008-04-17 16:46:18 +00:00
edd3dfac1f Code cleanup 2008-04-17 16:40:58 +00:00
88fa3d3c17 Handling errors when returning strings 2008-04-17 16:28:02 +00:00
23db217687 Work-around a compiler warning 2008-04-17 16:26:59 +00:00
4b95dc089a Code cleanup 2008-04-17 16:23:47 +00:00
128304d7f9 Added a comment 2008-04-17 15:42:13 +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
64946d56ad Revised the code 2008-04-14 04:11:18 +00:00
8f51afa1cc Revised the code 2008-04-14 04:05:29 +00:00
4cd58e1801 Detecting more error cases 2008-04-14 03:35:21 +00:00
25475dab02 Compiles again 2008-04-13 23:51:48 +00:00
95039ac3be Code cleanup 2008-04-13 23:50:56 +00:00
9c3ebc73dd Added two assertions 2008-04-13 23:21:22 +00:00
ae18ccfcb7 Code cleanup 2008-04-13 22:36:38 +00:00
a46dd04d09 Small optimization 2008-04-12 23:13:07 +00:00
df4a75df97 Fixed handling of integers when serving on big endian architectures 2008-04-12 17:29:38 +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
16fb99162f The last character read was not updated after the filters 2008-04-11 10:08:21 +00:00
b58ed03dca Code cleanup 2008-04-10 19:09:08 +00:00
ae56154a96 token_get_code() really returns a TokenCode 2008-03-07 13:25:16 +00:00
e07aca7572 token_get_code() really returns a TokenCode 2008-03-06 16:22:52 +00:00
eef6d19d5a Reporting the error when unable to open the file 2008-03-02 00:56:17 +00:00
ec01f67200 error_set_print() actually accepts format strings 2008-02-29 12:18:32 +00:00
8e9cab9ffe Fixed return code upon parsing errors 2008-02-28 00:06:59 +00:00
fcab87e048 Added accessors for the filename 2008-02-27 18:20:22 +00:00