1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
stefanocasazza 112d3d27be postgres fix
2017-09-03 17:12:27 +02:00
..
base postgres fix 2017-09-03 17:12:27 +02:00
container fix 2017-08-30 18:02:59 +02:00
curl sync 2017-07-29 18:44:48 +02:00
db fix 2017-08-12 16:02:14 +02:00
dbi sync + http2 fix 2017-05-02 15:23:41 +02:00
debug fix 2017-08-30 18:02:59 +02:00
dynamic fix 2017-08-27 17:59:34 +02:00
event sync + http2 fix 2017-05-02 15:23:41 +02:00
examples fix 2017-08-22 16:44:46 +02:00
flex fix 2017-08-22 16:44:46 +02:00
internal postgres fix 2017-09-03 17:12:27 +02:00
json fix 2017-08-22 16:44:46 +02:00
ldap sync + http2 fix 2017-05-02 15:23:41 +02:00
libevent sync 2016-08-10 17:12:52 +02:00
magic sync + http2 fix 2017-05-02 15:23:41 +02:00
mime sync + http2 fix 2017-05-02 15:23:41 +02:00
net fix 2017-09-03 15:20:18 +02:00
orm fix 2017-08-12 16:02:14 +02:00
pcre sync + http2 fix 2017-05-02 15:23:41 +02:00
query sync + http2 fix 2017-05-02 15:23:41 +02:00
replace sync 2016-07-12 16:11:57 +02:00
ssh/net sync 2016-08-10 17:12:52 +02:00
ssl fix 2017-08-08 18:38:15 +02:00
ui sync + http2 fix 2017-05-02 15:23:41 +02:00
utility fix 2017-09-03 15:20:18 +02:00
xml sync + http2 fix 2017-05-02 15:23:41 +02:00
zip sync + http2 fix 2017-05-02 15:23:41 +02:00
all.h fix 2017-08-08 18:38:15 +02:00
application.h fix 2017-08-12 16:02:14 +02:00
cache.h sync 2017-05-30 16:23:44 +02:00
command.h sync + http2 fix 2017-05-02 15:23:41 +02:00
date.h fix 2017-07-25 12:41:44 +02:00
file_config.h sync + http2 fix 2017-05-02 15:23:41 +02:00
file.h fix 2017-09-03 15:20:18 +02:00
log.h fix 2017-08-12 16:02:14 +02:00
Makefile.am clean history 2015-01-23 17:24:36 +01:00
Makefile.in sync 2017-07-29 18:44:48 +02:00
notifier.h fix 2017-08-08 18:38:15 +02:00
options.h sync 2016-08-10 17:12:52 +02:00
process.h fix 2017-07-25 12:41:44 +02:00
README clean history 2015-01-23 17:24:36 +01:00
string.h fix 2017-08-22 16:44:46 +02:00
thread.h sync + http2 fix 2017-05-02 15:23:41 +02:00
timer.h fix 2017-07-25 12:41:44 +02:00
timeval.h sync 2016-08-10 17:12:52 +02:00
tokenizer.h sync + http2 fix 2017-05-02 15:23:41 +02:00
url.h fix 2017-08-08 18:38:15 +02:00

Include files for ULib, external users.

They're all placed in the ulib subdirectory here for better fit in any kind
of environment. You should include files from here using...

#include <ulib/string.h>

... style and point the compiler's include path to the directory holding the
ulib subdirectory. It makes it more likely to survive future modifications.