1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
stefanocasazza 9ac5de60a3 bug fixing
2015-07-13 17:44:12 +02:00
..
base bug fixing 2015-07-13 17:44:12 +02:00
container bug fixing 2015-07-13 17:44:12 +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 bug fixing 2015-07-10 19:16:37 +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 bug fixing 2015-07-10 19:16:37 +02:00
flex bug fixing 2015-07-10 19:16:37 +02:00
internal bug fixing 2015-07-10 19:16:37 +02:00
json optimizations + bug fixing 2015-06-12 18:50:32 +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 optimizations + bug fixing 2015-06-12 18:50:32 +02:00
net bug fixing 2015-07-10 19:16:37 +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 optimizations + bug fixing 2015-06-12 18:50:32 +02:00
ui change license + optimizations + bug fixing 2015-05-28 19:04:25 +02:00
utility bug fixing 2015-07-13 17:44:12 +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 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 bug fixing 2015-06-24 18:16:49 +02: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 bug fixing 2015-07-13 17:44:12 +02:00
thread.h bug fixing 2015-06-24 18:16:49 +02: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.