1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
2015-04-24 20:09:44 +02:00
..
base start HTTP/2 implementation 2015-04-24 20:09:44 +02:00
container Setting for FrameworkBenchmarks participations 2015-03-12 20:33:40 +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 start HTTP/2 implementation 2015-04-24 20:09:44 +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 start HTTP/2 implementation 2015-04-24 20:09:44 +02:00
flex clean history 2015-01-23 17:24:36 +01:00
internal start HTTP/2 implementation 2015-04-24 20:09:44 +02:00
json start HTTP/2 implementation 2015-04-24 20:09:44 +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 clean history 2015-01-23 17:24:36 +01:00
net start HTTP/2 implementation 2015-04-24 20:09:44 +02:00
orm Setting for FrameworkBenchmarks participations 2015-03-13 13:10:45 +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 start HTTP/2 implementation 2015-04-24 20:09:44 +02:00
ui clean history 2015-01-23 17:24:36 +01:00
utility start HTTP/2 implementation 2015-04-24 20:09:44 +02: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 start HTTP/2 implementation 2015-04-24 20:09:44 +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 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 start HTTP/2 implementation 2015-04-24 20:09:44 +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 clean history 2015-01-23 17:24:36 +01:00
url.h start HTTP/2 implementation 2015-04-24 20:09:44 +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.