Stefan Bühler
|
d64f5d4788
|
Split lighttpd specific functions from utils into lighttpd-glue.
|
14 years ago |
Thomas Porzelt
|
fd8f6ed60f
|
[core] Change cond_lvalue_form_string() and move it from utils.c to condition.c
|
14 years ago |
Thomas Porzelt
|
c964f6bc52
|
[core] Remove makro usage from cond_lvalue_from_str() as it breaks with optimizations, add newline at end of file
|
14 years ago |
Thomas Porzelt
|
3efaf40853
|
[core] Add cond_lvalue_from_str() to utils
|
14 years ago |
Stefan Bühler
|
3a1af99500
|
Include <stdio.h> and <stdlib.h> in settings.h for everyone.
|
14 years ago |
Stefan Bühler
|
611d7dcac3
|
Recode the sockaddr handling, fixing some bugs
|
14 years ago |
Stefan Bühler
|
aee63756a0
|
Fix bug in ipv6 to string conversion
|
14 years ago |
Thomas Porzelt
|
a17e3fa44c
|
fix segfault due to ignoring a possible pointer change through realloc in l_g_string_append_int() from utils.c
|
14 years ago |
Stefan Bühler
|
b423170266
|
Rewrite l_g_string_from_int to l_g_string_append_int
|
14 years ago |
Stefan Bühler
|
9df3918e9b
|
Add l_g_string_from_int to utils - prints a gint64 to a GString
|
14 years ago |
Thomas Porzelt
|
ad80873036
|
fix counter formatter again... basic algebra fail, *sigh*
|
14 years ago |
Thomas Porzelt
|
030e3cebf2
|
fix counter format output again
|
14 years ago |
Thomas Porzelt
|
4dc8c81569
|
fix counter format output with COUNTER_TIME and value 0
|
14 years ago |
Thomas Porzelt
|
a9c75934a8
|
change counter format output
|
14 years ago |
Thomas Porzelt
|
7d88ae2e73
|
[utils] add l_g_string_prefix() and l_g_string_suffix()
|
14 years ago |
Thomas Porzelt
|
9a23f4465d
|
add dirent_buf_size() to utils
|
14 years ago |
Stefan Bühler
|
72b911767e
|
Fix rev 345: l_g_string_assign_len
|
14 years ago |
Stefan Bühler
|
6ebc331215
|
Implement l_g_string_assign_len()
|
14 years ago |
Stefan Bühler
|
b033f0c194
|
Extended sockaddr_to_string for use in connect-failed error message in mod_fastcgi
|
14 years ago |
Stefan Bühler
|
428b4b524f
|
Fix unix socket path
|
14 years ago |
Stefan Bühler
|
1e115c522d
|
Add unix sockets
|
14 years ago |
Stefan Bühler
|
587ee27cd0
|
Added response parser and used it in mod_fastcgi
|
14 years ago |
Thomas Porzelt
|
2fb007bd3d
|
add http_version_string() to utils
|
14 years ago |
Stefan Bühler
|
c458377d4a
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
14 years ago |
Thomas Porzelt
|
20e0a9e4e8
|
add http_method_string() to utils
|
14 years ago |
Thomas Porzelt
|
031b6b54c7
|
add check for HAVE_IPV6 to sockaddr_to_string()
|
14 years ago |
Stefan Bühler
|
fae25515fa
|
Split waitqueue from utils
|
14 years ago |
Stefan Bühler
|
3dceeb5916
|
Move include files into a separate directory and cleanup include order
|
14 years ago |
Thomas Porzelt
|
d56e5c2ea9
|
implement waitqueues (utils), change connection io timeouts to use those
|
14 years ago |
Thomas Porzelt
|
2538f522ec
|
add sockaddr_to_string() and counter_format2() to utils.c
|
14 years ago |
Stefan Bühler
|
b83e3a29ce
|
Fix vrequest merge
|
14 years ago |
Thomas Porzelt
|
29c962fe06
|
add mime_types option and mimetype_get() function
|
15 years ago |
Thomas Porzelt
|
107798b883
|
better http_status_to_str()
|
15 years ago |
Thomas Porzelt
|
34281b50f1
|
send proper error pages
|
15 years ago |
Thomas Porzelt
|
eb5aa9d9d4
|
fix and comment ip hashing functions
|
15 years ago |
Thomas Porzelt
|
21c391da66
|
ipv4 and ipv6 hashing functions
|
15 years ago |
Thomas Porzelt
|
9ba30eccbd
|
moved string_destroy_notify() from base.c to utils.c, fixed parameter definition
|
15 years ago |
Stefan Bühler
|
bfd20c2662
|
Add missing includes for open/fcntl
|
15 years ago |
Thomas Porzelt
|
6804b1df00
|
implemented default values for options
|
15 years ago |
Thomas Porzelt
|
c5fb96870c
|
added event_handler setup; added srv->loop_flags; moved loop initialization to server_loop_init(); added ev_backend_string() to utils.c
|
15 years ago |
Thomas Porzelt
|
4d55315487
|
added first counters
|
15 years ago |
Thomas Porzelt
|
df16145d05
|
added http_status_string() function; response.c now includes the right status string
|
15 years ago |
Stefan Bühler
|
a863b6f7e9
|
Added url/authority parsing, enabled simple static() action.
|
15 years ago |
Stefan Bühler
|
2fbc7b1408
|
Basic connection state machine
|
15 years ago |
Stefan Bühler
|
0a514f657e
|
server/connection/request functions
|
15 years ago |