Commit Graph

198 Commits

Author SHA1 Message Date
3204205845 Forcing the filename to be set upon token creation 2008-02-27 18:16:58 +00:00
245e6fcc8c Initial release 2008-02-25 12:22:36 +00:00
0644a4eef4 Code cleanup 2008-02-25 01:00:04 +00:00
3d46e70771 Using the Object class 2008-02-25 00:59:12 +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
1eca1d6dd2 Initial release 2008-02-25 00:50:40 +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
0a346244d7 Code cleanup 2008-02-25 00:44:29 +00:00
411897c90a Initial release 2008-02-25 00:42:32 +00:00
80d1e935eb Added two comments 2008-02-25 00:42:06 +00:00
85407799ec Re-generated Makefile 2007-12-12 15:43:05 +00:00
ec87f0b5cd Compile with SSL by default 2007-12-12 15:42:48 +00:00
c2bf9facd6 Fixed a typo 2007-12-05 03:03:55 +00:00
40c065c004 Got rid of two warnings when compiling 2007-12-05 01:37:04 +00:00
316e1c4867 Code cleanup 2007-12-05 01:35:16 +00:00
707c36b6d7 Fixed sending buffers 2007-11-22 18:41:15 +00:00
132a7b71bc Using the size actually sent 2007-11-09 19:20:08 +00:00
05aa187539 Added umask() to VFS 2007-11-07 23:51:44 +00:00
c3d29c634a Added lchown() to VFS 2007-11-07 16:42:27 +00:00
475f693079 Added chmod() and chown() to VFS 2007-11-07 16:34:50 +00:00
e419b3333c Added link(), rename() and symlink() to VFS 2007-11-07 16:19:42 +00:00
976c1366ec Added unlink() to VFS 2007-11-07 16:07:23 +00:00
d9a38995bc Added rmdir() to VFS, Casting buffer size for safety 2007-11-07 15:36:15 +00:00
02a877d0bf Workaround automatic free() when resizing to 0 2007-11-07 15:08:11 +00:00
018a88e1e9 Added mkdir() to VFS 2007-11-07 13:53:51 +00:00
6a9e3c3225 More debugging information 2007-11-07 12:51:32 +00:00
30763031ea Compilation fix with SSL 2007-11-07 12:09:13 +00:00
a8defcbab1 Added lseek() to VFS 2007-11-07 12:08:24 +00:00
a25b1182e7 Added fchmod() and fchown() to the VFS interface 2007-11-07 11:58:47 +00:00
91c3da67bf Compilation fix with SSL 2007-11-07 11:58:14 +00:00
661bc4b768 Fixed crash upon error in Config 2007-11-06 18:22:40 +00:00
1753c7b223 Nicer error message when a variable is not found in the default section 2007-11-06 18:16:18 +00:00
b1fda8687c Fixed sending buffers out, Reviewing the VFS interface 2007-11-06 18:15:31 +00:00
3880bbf9e4 Better error messages 2007-11-06 18:11:52 +00:00
2d919268b2 Fixed a crash when parsing empty section ("[]") 2007-11-02 15:40:35 +00:00
e6d4faf25d Code cleanup 2007-11-02 15:18:12 +00:00
f1cd4a8c5c Updated Array API 2007-11-02 15:17:18 +00:00
da796ef52a Beginning to use the error reporting framework 2007-10-31 15:31:59 +00:00
54edbc0eff Conforming to the new Buffer interface 2007-10-25 15:45:40 +00:00
bff63a7b27 Revised Buffer interface 2007-10-25 15:44:33 +00:00
4492c1757e Tracking calls to close() when debugging 2007-10-24 21:59:46 +00:00
ab87a78967 Fixed reception of buffers 2007-10-24 21:59:06 +00:00
a7ce354120 Corrected the prototype for buffer_new() 2007-10-24 21:56:24 +00:00
affd6347ac Important code review 2007-10-24 16:49:54 +00:00
fe904cf775 Using error reporting routines 2007-10-23 09:48:49 +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
390982c317 Avoid information leak for interfaces that don't return a value 2007-10-13 21:22:48 +00:00