1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
2015-03-02 19:12:32 +01:00
..
base fix bug on partial response (final) 2015-02-19 20:11:27 +01:00
container completion management dedicated server process 2015-02-04 19:45:56 +01:00
curl clean history 2015-01-23 17:24:36 +01:00
db fix bug on partial response (final) 2015-02-19 20:11:27 +01:00
dbi clean history 2015-01-23 17:24:36 +01:00
debug clean history 2015-01-23 17:24:36 +01:00
dynamic clean history 2015-01-23 17:24:36 +01:00
event fix bug on partial response (final) 2015-02-19 20:11:27 +01:00
examples better scalability 2015-02-20 20:46:04 +01:00
flex clean history 2015-01-23 17:24:36 +01:00
internal fix bug on partial response (final) 2015-02-19 20:11:27 +01:00
json clean history 2015-01-23 17:24:36 +01: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 clean history 2015-01-23 17:24:36 +01:00
net Setting for FrameworkBenchmarks participations 2015-03-02 19:12:32 +01:00
orm clean history 2015-01-23 17:24:36 +01:00
pcre clean history 2015-01-23 17:24:36 +01:00
query clean history 2015-01-23 17:24:36 +01:00
replace clean history 2015-01-23 17:24:36 +01:00
ssh/net clean history 2015-01-23 17:24:36 +01:00
ssl clean history 2015-01-23 17:24:36 +01:00
ui clean history 2015-01-23 17:24:36 +01:00
utility fix bug on partial response (final) 2015-02-19 20:11:27 +01:00
xml Setting for FrameworkBenchmarks participations 2015-01-23 18:21:36 +01:00
zip clean history 2015-01-23 17:24:36 +01:00
all.h clean history 2015-01-23 17:24:36 +01:00
application.h clean history 2015-01-23 17:24:36 +01:00
cache.h clean history 2015-01-23 17:24:36 +01:00
command.h clean history 2015-01-23 17:24:36 +01:00
date.h clean history 2015-01-23 17:24:36 +01:00
file_config.h fix bug on partial response (final) 2015-02-19 20:11:27 +01:00
file.h Setting for FrameworkBenchmarks participations 2015-02-25 20:04:58 +01: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 fix bug on partial response (final) 2015-02-19 20:11:27 +01:00
notifier.h clean history 2015-01-23 17:24:36 +01: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 Setting for FrameworkBenchmarks participations 2015-01-23 18:21:36 +01: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 clean history 2015-01-23 17:24:36 +01:00
url.h clean history 2015-01-23 17:24:36 +01: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.