This website requires JavaScript.
6a9cea1404
[angel] require config file
Stefan Bühler
2009-04-17 23:08:37 +02:00
087f06a07d
Fix singness warnings
Thomas Porzelt
2009-04-17 22:39:16 +02:00
faeecfea1d
Remove -Winline as gcc interprets "can not inline" as "don't want inline".
Stefan Bühler
2009-04-17 22:24:41 +02:00
c8d26383c3
Fix shadow warnings
Stefan Bühler
2009-04-17 22:24:29 +02:00
08e336467f
Fix typo in cast
Stefan Bühler
2009-04-17 22:17:08 +02:00
3a1af99500
Include <stdio.h> and <stdlib.h> in settings.h for everyone.
Stefan Bühler
2009-04-17 22:14:20 +02:00
dfb1db14d7
Use pointer-sign warning in cmake und fix many of them.
Stefan Bühler
2009-04-17 21:53:17 +02:00
0ec334c887
Killed sys-strings.h (replaced with glib functions)
Stefan Bühler
2009-04-17 21:51:39 +02:00
01b5ea8ff2
[angel] configparser: cleanup + some comments
Stefan Bühler
2009-04-17 21:50:38 +02:00
15dfbc9edb
[angel] config-parser: more detailed error messages, over-/underflow + duplicate key checks.
Stefan Bühler
2009-04-17 20:34:50 +02:00
72136b4d03
angel: some basic structs, code not ready yet (config parser "works")
Stefan Bühler
2009-04-17 18:16:50 +02:00
d153b12ed2
Fix line counting for \r linebreaks in config parser
Thomas Porzelt
2009-04-17 17:39:12 +02:00
f446ec6b44
stop waitqueue timer if waitqueue_remove() results in an empty queue
Thomas Porzelt
2009-04-16 19:59:22 +02:00
c1f39538a4
Fix tiny leak in throttle_pool_free()
Thomas Porzelt
2009-04-16 17:41:23 +02:00
859451afad
Fix typo and left-over call to stop a timer
Thomas Porzelt
2009-04-16 17:17:48 +02:00
383fa6a4f5
- introduce throttling via pools, rework throttling by connection - new actions: 'throttle_pool', 'throttle_connection' and 'status' - don't start waitqueue timer in waitqueue_init(); start/stop timer on demand - new parameter for network_write(): write_max - move stats and timeout handling from network_write/read() to connection_cb()
Thomas Porzelt
2009-04-16 17:02:53 +02:00
595ce1fe13
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
Stefan Bühler
2009-04-15 12:34:06 +02:00
4e04ac6b8b
cmake: use builtin macros for build date
Stefan Bühler
2009-04-15 11:39:21 +02:00
7aaa764f49
Added vrequest_joblist_append_async (with a vrequest-reference handling)
Stefan Bühler
2009-04-14 18:18:25 +02:00
f07f4d4971
[mod_vhost] Fix vhost.pattern again (build physical.path)
Thomas Porzelt
2009-04-07 03:55:31 +02:00
d1df9e2274
[mod_vhost] Fix vhost.pattern action
Thomas Porzelt
2009-04-07 03:15:47 +02:00
5ada6b02bd
fix possible stop of waitqueue timer through ev_timer_again() when t->repeat = 0; set minimum intervall to 0.01 seconds
Thomas Porzelt
2009-04-04 23:40:39 +02:00
194db07279
Use GByteArray in mod_fastcgi
Stefan Bühler
2009-04-03 14:36:41 +02:00
611d7dcac3
Recode the sockaddr handling, fixing some bugs
Stefan Bühler
2009-04-03 14:29:55 +02:00
293fabc963
Replace some uses of GString with GByteArray
Stefan Bühler
2009-04-02 23:46:41 +02:00
6a56aba0c3
Use 2^n-1 in GSring pre-allocations (so glib doesn't alloc 2^(n+1) for 2^n)
Stefan Bühler
2009-04-02 23:19:19 +02:00
02c8be5afd
Use prepared string for the local/remote socket address in mod_fastcgi
Stefan Bühler
2009-04-02 22:59:43 +02:00
691939dbdc
Rename MEM_CHUNK to STRING_CHUNK and add new MEM_CHUNK with GByteArray as content
Stefan Bühler
2009-04-02 22:35:56 +02:00
aee63756a0
Fix bug in ipv6 to string conversion
Stefan Bühler
2009-04-02 22:29:09 +02:00
f44f620eda
[modules] add mod_debug
Thomas Porzelt
2009-04-01 02:04:23 +02:00
ab9a616f5d
optimize ram usage by freeing unused connections
Thomas Porzelt
2009-03-28 03:37:41 +01:00
97db5dab4e
reduce amount of preallocated memory in vr->physical struct
Thomas Porzelt
2009-03-28 02:19:38 +01:00
542031e8a3
fix memory leak in response_send_headers()
Thomas Porzelt
2009-03-28 02:11:05 +01:00
9f8413c112
[mod_status] add more info to connection list
Thomas Porzelt
2009-03-26 23:39:23 +01:00
0756c1039f
fix previous fix
Thomas Porzelt
2009-03-26 23:33:28 +01:00
ac22b5470c
fix new fd leak in core_handle_static()
Thomas Porzelt
2009-03-26 23:16:41 +01:00
ddb0448a96
rework stat_cache
Thomas Porzelt
2009-03-26 23:05:17 +01:00
1c9d95c37a
Fix some uninitialized vars bugs in etag.c
Stefan Bühler
2009-03-22 14:45:23 +01:00
a0d963ef11
Fix printf checks with glib macro
Stefan Bühler
2009-03-22 14:44:50 +01:00
a17e3fa44c
fix segfault due to ignoring a possible pointer change through realloc in l_g_string_append_int() from utils.c
Thomas Porzelt
2009-03-19 17:59:30 +01:00
5a0462688c
fix new statcache leaks in static action
Thomas Porzelt
2009-03-18 15:30:13 +01:00
7dd842229f
fix fd leak in static action when 304 is returned
Thomas Porzelt
2009-03-18 04:12:51 +01:00
0e03d1a362
[mod_dirlist] fix new leaks
Thomas Porzelt
2009-03-17 20:28:26 +01:00
2a55d1f693
[waf] add etag.c
Thomas Porzelt
2009-03-17 18:30:36 +01:00
384bab3719
Forgot source/header for etag.{c,h}
Stefan Bühler
2009-03-17 18:22:59 +01:00
2995cb5ffa
Fix previous commit and static forbidden handling
Stefan Bühler
2009-03-17 14:49:27 +01:00
be8e8bb3ea
Return 404 if no action handled request
Stefan Bühler
2009-03-17 14:27:31 +01:00
36ed72910a
Remove debug messages
Stefan Bühler
2009-03-17 14:26:10 +01:00
a62cdebb91
Fix static file/dirlist handling and add etag support
Stefan Bühler
2009-03-17 14:21:20 +01:00
325ec6a5b6
Add content-length in mod-cache-disk-etag
Stefan Bühler
2009-03-17 14:21:06 +01:00
5484e45e82
Fix some stat_cache bugs
Stefan Bühler
2009-03-17 11:45:44 +01:00
b423170266
Rewrite l_g_string_from_int to l_g_string_append_int
Stefan Bühler
2009-03-17 11:44:44 +01:00
e020850dc8
Add vrequest_is_handled function
Stefan Bühler
2009-03-17 11:42:50 +01:00
6a92322143
Reduce printf usage in mod_dirlist
Stefan Bühler
2009-03-16 22:27:04 +01:00
041681dc8f
Put the for loop in the case statements for the different encodings.
Stefan Bühler
2009-03-16 22:25:38 +01:00
9df3918e9b
Add l_g_string_from_int to utils - prints a gint64 to a GString
Stefan Bühler
2009-03-16 22:24:14 +01:00
669ff2e079
Fix mod-status collect handling
Stefan Bühler
2009-03-16 17:53:11 +01:00
d7e53a44de
Changed collect api: removed fdata_free (wasn't used) and return NULL from collect_start if collect finished before returning.
Stefan Bühler
2009-03-16 17:52:21 +01:00
171ab51db5
Fix segfault in mod_cache_disk_etag if no etag is present
Stefan Bühler
2009-03-16 17:51:52 +01:00
ad80873036
fix counter formatter again... basic algebra fail, *sigh*
Thomas Porzelt
2009-03-16 02:52:01 +01:00
634b77abf5
fix status code for failed stat() in core_handle_static()
Thomas Porzelt
2009-03-16 00:37:46 +01:00
030e3cebf2
fix counter format output again
Thomas Porzelt
2009-03-16 00:32:46 +01:00
3629e1aebf
[mod_status] add scoreboard
Thomas Porzelt
2009-03-14 01:58:24 +01:00
4dc8c81569
fix counter format output with COUNTER_TIME and value 0
Thomas Porzelt
2009-03-14 01:40:58 +01:00
a9c75934a8
change counter format output
Thomas Porzelt
2009-03-13 23:16:21 +01:00
963564be72
remove 'test' action
Thomas Porzelt
2009-03-13 22:43:23 +01:00
b93c0c3f85
fix updating of io timeout
Thomas Porzelt
2009-03-13 14:40:57 +01:00
f9ca699307
add waitqueue_length()
Thomas Porzelt
2009-03-13 01:54:26 +01:00
bedcc3d46a
Added mod_cache_disk_etag: caches produced content on disk and checks for it via etag.
Stefan Bühler
2009-03-12 21:08:27 +01:00
87cd65e98f
Don't check for NULL strings in CONST_STR_LEN
Stefan Bühler
2009-03-12 17:40:09 +01:00
12b421b9a9
Don't block fastcgi if limit on input queue is hit
Stefan Bühler
2009-03-11 21:16:30 +01:00
d696e0e0f7
fix memory leak in stat cache
Thomas Porzelt
2009-03-11 17:34:40 +01:00
158f42aa0f
Add support for filters
Stefan Bühler
2009-03-11 16:57:07 +01:00
764ce8335b
Disable keep-alive if server was stopped
Stefan Bühler
2009-03-11 15:43:19 +01:00
4f44b332c7
fix memory leak in stat cache when connection was closed abruptly
Thomas Porzelt
2009-03-11 00:22:53 +01:00
3137f19ce5
[mod_dirlist] add hide-directories, exclude-prefix and exclude-suffix parameter
Thomas Porzelt
2009-03-08 16:47:27 +01:00
7d88ae2e73
[utils] add l_g_string_prefix() and l_g_string_suffix()
Thomas Porzelt
2009-03-08 16:45:50 +01:00
7bd421e79e
fix comment in mod_dirlist
Thomas Porzelt
2009-03-07 00:28:48 +01:00
6e747478d4
Fix ISO C90 decl/code mixing
Stefan Bühler
2009-03-07 00:08:49 +01:00
7f344029eb
Fix stat-cache race condition
Stefan Bühler
2009-03-07 00:08:07 +01:00
a616f477a8
[cmake] add mod_dirlistc and encoding.c
Stefan Bühler
2009-03-07 00:07:00 +01:00
f056e1ccd9
slighty more detailed debug output in plugin_core
Thomas Porzelt
2009-03-06 21:11:16 +01:00
0c01dd91d3
add debug parameter for dirlist action in mod_dirlist
Thomas Porzelt
2009-03-06 19:26:47 +01:00
4b8cbba24b
fix mem leak in log.write action
Thomas Porzelt
2009-03-06 19:19:36 +01:00
a874e682c7
fix mem leak in mod_dirlist
Thomas Porzelt
2009-03-06 18:55:00 +01:00
8afe9aff3d
fix mem leak in core_module_load()
Thomas Porzelt
2009-03-06 18:52:48 +01:00
a01815421c
fix mem leak in stat_cache_free()
Thomas Porzelt
2009-03-06 18:50:03 +01:00
30ff4619fa
forgot mod_dirlist.c
Thomas Porzelt
2009-03-06 18:18:13 +01:00
9561fa6cae
add mod_dirlist
Thomas Porzelt
2009-03-06 17:28:09 +01:00
0719779fd2
add ENCODING_URI to encoding functions
Thomas Porzelt
2009-03-06 17:25:46 +01:00
39581f9b2c
remove debug print form plugin_core
Thomas Porzelt
2009-03-06 17:22:52 +01:00
3fa72fd250
fix dirlisting in stat cache
Thomas Porzelt
2009-03-06 17:22:14 +01:00
a888c34dbb
add encoding functions
Thomas Porzelt
2009-03-05 00:19:55 +01:00
d5ec193b04
exclude . and .. entries from stat cache dirlisting
Thomas Porzelt
2009-03-04 19:46:30 +01:00
047bb1f0bd
small stat_cache fix
Thomas Porzelt
2009-03-04 03:44:45 +01:00
4d2cf580df
add stat_cach_get_dir() to get directory listing; add stat_cache.ttl setup
Thomas Porzelt
2009-03-04 02:54:38 +01:00
004dfc1bf6
add spaces in waitqueue.h for readability
Thomas Porzelt
2009-03-04 02:51:21 +01:00
9a23f4465d
add dirent_buf_size() to utils
Thomas Porzelt
2009-03-04 02:48:55 +01:00
67f35118ff
add check for dirfd, pathconf and fpathconf to wscript
Thomas Porzelt
2009-03-04 02:47:08 +01:00
741332ccf6
fix underflow in usage of cqlimit_update()
Thomas Porzelt
2009-03-03 20:16:48 +01:00