1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
stefanocasazza 8976b94e73 sync
2019-03-08 15:59:40 +01:00
..
base sync 2019-03-08 15:59:40 +01:00
container sync 2018-09-27 16:52:45 +02:00
curl sync 2017-07-29 18:44:48 +02:00
db sync 2018-07-27 18:11:02 +02:00
dbi fix+sync 2018-04-27 19:27:14 +02:00
debug usp fix 2018-08-29 18:20:52 +02:00
dynamic sync 2018-08-21 15:58:45 +02:00
event sync 2019-01-02 19:37:08 +01:00
examples sync 2018-08-21 15:58:45 +02:00
flex sync 2018-07-27 18:11:02 +02:00
internal add --disable-websocket-parallelization for scaling issue 2019-01-05 16:56:17 +01:00
json sync 2018-06-30 19:25:10 +02:00
ldap sync 2018-07-27 18:11:02 +02:00
libevent fix+sync 2018-04-27 19:27:14 +02:00
magic fix+sync 2018-04-27 19:27:14 +02:00
mime sync 2018-07-27 18:11:02 +02:00
net sync 2019-03-08 15:59:40 +01:00
orm sync 2018-09-11 17:09:38 +02:00
pcre fix+sync 2018-04-27 19:27:14 +02:00
query sync 2018-07-27 18:11:02 +02:00
replace sync 2016-07-12 16:11:57 +02:00
serialize sync 2018-09-27 16:52:45 +02:00
ssh/net fix+sync 2018-04-27 19:27:14 +02:00
ssl sync 2018-12-14 17:52:45 +01:00
ui fix+sync 2018-04-27 19:27:14 +02:00
utility sync 2019-03-01 17:40:11 +01:00
xml sync 2018-07-27 18:11:02 +02:00
zip fix+sync 2018-04-27 19:27:14 +02:00
all.h usp fix 2018-08-29 18:20:52 +02:00
application.h add f-stack support 2018-08-23 17:55:47 +02:00
cache.h sync 2018-07-27 18:11:02 +02:00
command.h sync 2018-07-27 18:11:02 +02:00
date.h extend SSE (server sent events) to obey uri protection 2019-01-18 15:00:34 +01:00
file_config.h fix+sync 2018-04-27 19:27:14 +02:00
file.h extend SSE (server sent events) to obey uri protection 2019-01-18 15:00:34 +01:00
log.h sync 2018-12-14 17:52:45 +01:00
Makefile.am clean history 2015-01-23 17:24:36 +01:00
Makefile.in fix 2018-09-03 18:01:09 +02:00
notifier.h add --disable-websocket-parallelization for scaling issue 2019-01-05 16:56:17 +01:00
options.h sync 2016-08-10 17:12:52 +02:00
process.h sync 2018-07-27 18:11:02 +02:00
README clean history 2015-01-23 17:24:36 +01:00
string.h sync 2019-03-08 15:59:40 +01:00
thread.h sync 2018-06-20 18:51:31 +02:00
timer.h sync 2018-07-27 18:11:02 +02:00
timeval.h sync 2018-07-27 18:11:02 +02:00
tokenizer.h sync 2018-06-20 18:51:31 +02:00
url.h sync 2018-07-27 18:11:02 +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.