1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
stefanocasazza 61ad7266fc thread fix
2015-08-27 16:26:09 +02:00
..
base thread fix 2015-08-27 16:26:09 +02:00
container add client REDIS 2015-08-24 17:31:38 +02:00
curl clean history 2015-01-23 17:24:36 +01:00
db bug fixing 2015-07-13 17:44:12 +02:00
dbi change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
debug add client REDIS 2015-08-24 17:31:38 +02:00
dynamic start HTTP/2 implementation 2015-04-24 20:09:44 +02:00
event add client REDIS 2015-08-24 17:31:38 +02:00
examples add client REDIS 2015-08-24 17:31:38 +02:00
flex bug fixing 2015-07-10 19:16:37 +02:00
internal thread fix 2015-08-27 16:26:09 +02:00
json add client REDIS 2015-08-24 17:31:38 +02:00
ldap clean history 2015-01-23 17:24:36 +01:00
libevent clean history 2015-01-23 17:24:36 +01:00
magic clean history 2015-01-23 17:24:36 +01:00
mime bug fixing + HTTP2 advance 2015-08-06 19:08:59 +02:00
net thread fix 2015-08-27 16:26:09 +02:00
orm little optimizations 2015-07-31 18:32:33 +02:00
pcre clean history 2015-01-23 17:24:36 +01:00
query clean history 2015-01-23 17:24:36 +01:00
replace try to clean the license issue 2015-06-04 17:34:58 +02:00
ssh/net clean history 2015-01-23 17:24:36 +01:00
ssl bug fixing 2015-07-22 20:10:46 +02:00
ui change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
utility add client REDIS 2015-08-24 17:31:38 +02:00
xml bug fixing 2015-07-10 19:16:37 +02:00
zip clean history 2015-01-23 17:24:36 +01:00
all.h add client REDIS 2015-08-24 17:31:38 +02:00
application.h change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
cache.h add client REDIS 2015-08-24 17:31:38 +02:00
command.h PHP script fix 2015-08-04 19:41:35 +02:00
date.h bug fixing 2015-07-20 19:04:46 +02:00
file_config.h bug fixing 2015-07-24 19:54:28 +02:00
file.h change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
log.h thread fix 2015-08-27 16:26:09 +02:00
Makefile.am clean history 2015-01-23 17:24:36 +01:00
Makefile.in change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
notifier.h thread fix 2015-08-27 16:26:09 +02:00
options.h clean history 2015-01-23 17:24:36 +01:00
process.h clean history 2015-01-23 17:24:36 +01:00
README clean history 2015-01-23 17:24:36 +01:00
string.h add client REDIS 2015-08-24 17:31:38 +02:00
thread.h thread fix 2015-08-27 16:26:09 +02:00
timer.h clean history 2015-01-23 17:24:36 +01:00
timeval.h bug fixing 2015-07-29 19:59:39 +02:00
tokenizer.h add client REDIS 2015-08-24 17:31:38 +02:00
url.h change license + optimizations + bug fixing 2015-05-28 19:04:25 +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.