1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
2015-06-05 15:45:24 +02:00
..
base license issue: substitution of miniLZO with miniz 2015-06-05 15:45:24 +02:00
container change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
curl clean history 2015-01-23 17:24:36 +01:00
db change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
dbi change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
debug change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
dynamic start HTTP/2 implementation 2015-04-24 20:09:44 +02:00
event start HTTP/2 implementation 2015-04-24 20:09:44 +02:00
examples license issue: substitution of miniLZO with miniz 2015-06-05 15:45:24 +02:00
flex try to clean the license issue 2015-06-04 17:34:58 +02:00
internal license issue: substitution of miniLZO with miniz 2015-06-05 15:45:24 +02:00
json try to clean the license issue 2015-06-04 17:34:58 +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 change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
net try to clean the license issue 2015-06-04 17:34:58 +02:00
orm change license + optimizations + bug fixing 2015-05-28 19:04:25 +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 change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
ui change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
utility license issue: substitution of miniLZO with miniz 2015-06-05 15:45:24 +02:00
xml change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
zip clean history 2015-01-23 17:24:36 +01:00
all.h license issue: substitution of miniLZO with miniz 2015-06-05 15:45:24 +02:00
application.h change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
cache.h clean history 2015-01-23 17:24:36 +01:00
command.h change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
date.h clean history 2015-01-23 17:24:36 +01:00
file_config.h change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
file.h change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
log.h fix bug on partial response (final) 2015-02-19 20:11:27 +01: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 change license + optimizations + bug fixing 2015-05-28 19:04:25 +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 optimizations + bug fixing 2015-06-01 15:20:33 +02:00
thread.h clean history 2015-01-23 17:24:36 +01:00
timer.h clean history 2015-01-23 17:24:36 +01:00
timeval.h clean history 2015-01-23 17:24:36 +01:00
tokenizer.h change license + optimizations + bug fixing 2015-05-28 19:04:25 +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.